Version Notes
For changes, please see https://fishpig.co.uk/magento/wordpress-integration/#changelog
Download this release
Release Info
Developer | fishpig |
Extension | Fishpig_Wordpress_Integration |
Version | 4.2.2.4 |
Comparing to | |
See all releases |
Code changes from version 4.2.2.3 to 4.2.2.4
- app/code/community/Fishpig/Wordpress/Model/Term.php +12 -0
- app/code/community/Fishpig/Wordpress/change-log.txt +3 -0
- app/code/community/Fishpig/Wordpress/etc/config.xml +9 -7
- app/design/frontend/base/default/template/wordpress/post/view.phtml +0 -1
- app/locale/cs_CZ/Fishpig_Wordpress.csv +0 -104
- app/locale/da_DK/Fishpig_Wordpress.csv +0 -99
- app/locale/de_DE/Fishpig_Wordpress.csv +0 -89
- app/locale/en_GB/Fishpig_Wordpress.csv +0 -102
- app/locale/en_US/Fishpig_Wordpress.csv +0 -102
- app/locale/es_ES/Fishpig_Wordpress.csv +0 -102
- app/locale/fr_FR/Fishpig_Wordpress.csv +0 -100
- app/locale/it_IT/Fishpig_Wordpress.csv +0 -98
- app/locale/ja_JP/Fishpig_Wordpress.csv +0 -100
- app/locale/nb_NO/Fishpig_Wordpress.csv +0 -103
- app/locale/nl_NL/Fishpig_Wordpress.csv +0 -98
- app/locale/nn_NO/Fishpig_Wordpress.csv +0 -103
- app/locale/pl_PL/Fishpig_Wordpress.csv +0 -103
- app/locale/pt_BR/Fishpig_Wordpress.csv +0 -99
- app/locale/pt_PT/Fishpig_Wordpress.csv +0 -99
- app/locale/ru_RU/Fishpig_Wordpress.csv +0 -104
- app/locale/sl_SI/Fishpig_Wordpress.csv +0 -99
- app/locale/sv_SE/Fishpig_Wordpress.csv +0 -102
- app/locale/tr_TR/Fishpig_Wordpress.csv +0 -103
- app/locale/zh_CN/Fishpig_Wordpress.csv +0 -102
- package.xml +4 -4
app/code/community/Fishpig/Wordpress/Model/Term.php
CHANGED
@@ -16,6 +16,14 @@ class Fishpig_Wordpress_Model_Term extends Fishpig_Wordpress_Model_Abstract
|
|
16 |
protected $_eventPrefix = 'wordpress_term';
|
17 |
protected $_eventObject = 'term';
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
public function _construct()
|
20 |
{
|
21 |
$this->_init('wordpress/term');
|
@@ -203,6 +211,10 @@ class Fishpig_Wordpress_Model_Term extends Fishpig_Wordpress_Model_Abstract
|
|
203 |
**/
|
204 |
public function getMetaValue($key)
|
205 |
{
|
|
|
|
|
|
|
|
|
206 |
$ikey = '__acf_meta_' . $key;
|
207 |
|
208 |
if ($this->hasData($ikey)) {
|
16 |
protected $_eventPrefix = 'wordpress_term';
|
17 |
protected $_eventObject = 'term';
|
18 |
|
19 |
+
/**
|
20 |
+
* Entity meta infromation
|
21 |
+
*
|
22 |
+
* @var string
|
23 |
+
*/
|
24 |
+
protected $_metaTable = 'wordpress/term_meta';
|
25 |
+
protected $_metaTableObjectField = 'term_id';
|
26 |
+
|
27 |
public function _construct()
|
28 |
{
|
29 |
$this->_init('wordpress/term');
|
211 |
**/
|
212 |
public function getMetaValue($key)
|
213 |
{
|
214 |
+
if ($value = parent::getMetaValue($key)) {
|
215 |
+
return $value;
|
216 |
+
}
|
217 |
+
|
218 |
$ikey = '__acf_meta_' . $key;
|
219 |
|
220 |
if ($this->hasData($ikey)) {
|
app/code/community/Fishpig/Wordpress/change-log.txt
CHANGED
@@ -5,6 +5,9 @@
|
|
5 |
* @author Ben Tideswell <ben@fishpig.co.uk>
|
6 |
*/
|
7 |
|
|
|
|
|
|
|
8 |
17/06/2017 = 4.2.2.2
|
9 |
- Fixed object translation issue.
|
10 |
|
5 |
* @author Ben Tideswell <ben@fishpig.co.uk>
|
6 |
*/
|
7 |
|
8 |
+
26/06/2017 = 4.2.2.4
|
9 |
+
- Added better support for new term meta table in WordPress.
|
10 |
+
|
11 |
17/06/2017 = 4.2.2.2
|
12 |
- Fixed object translation issue.
|
13 |
|
app/code/community/Fishpig/Wordpress/etc/config.xml
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<modules>
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
</modules>
|
8 |
<global>
|
9 |
<events>
|
10 |
-
|
11 |
-
|
12 |
<wordpress>
|
13 |
<type>singleton</type>
|
14 |
<class>Fishpig_Wordpress_Controller_Router</class>
|
15 |
<method>initControllerBeforeObserver</method>
|
16 |
</wordpress>
|
17 |
-
|
18 |
-
|
19 |
<controller_front_init_routers>
|
20 |
<observers>
|
21 |
<wordpress>
|
@@ -64,6 +64,7 @@
|
|
64 |
<post_category><table>terms</table></post_category>
|
65 |
<post_tag><table>terms</table></post_tag>
|
66 |
<term><table>terms</table></term>
|
|
|
67 |
<term_relationship><table>term_relationships</table></term_relationship>
|
68 |
<term_taxonomy><table>term_taxonomy</table></term_taxonomy>
|
69 |
<option><table>options</table></option>
|
@@ -270,6 +271,7 @@
|
|
270 |
<post_tag><table>terms</table></post_tag>
|
271 |
<option><table>options</table></option>
|
272 |
<term><table>terms</table></term>
|
|
|
273 |
<term_relationship><table>term_relationships</table></term_relationship>
|
274 |
<term_taxonomy><table>term_taxonomy</table></term_taxonomy>
|
275 |
<menu><table>terms</table></menu>
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
<modules>
|
4 |
+
<Fishpig_Wordpress>
|
5 |
+
<version>4.2.2.4</version>
|
6 |
+
</Fishpig_Wordpress>
|
7 |
</modules>
|
8 |
<global>
|
9 |
<events>
|
10 |
+
<controller_front_init_before>
|
11 |
+
<observers>
|
12 |
<wordpress>
|
13 |
<type>singleton</type>
|
14 |
<class>Fishpig_Wordpress_Controller_Router</class>
|
15 |
<method>initControllerBeforeObserver</method>
|
16 |
</wordpress>
|
17 |
+
</observers>
|
18 |
+
</controller_front_init_before>
|
19 |
<controller_front_init_routers>
|
20 |
<observers>
|
21 |
<wordpress>
|
64 |
<post_category><table>terms</table></post_category>
|
65 |
<post_tag><table>terms</table></post_tag>
|
66 |
<term><table>terms</table></term>
|
67 |
+
<term_meta><table>termmeta</table></term_meta>
|
68 |
<term_relationship><table>term_relationships</table></term_relationship>
|
69 |
<term_taxonomy><table>term_taxonomy</table></term_taxonomy>
|
70 |
<option><table>options</table></option>
|
271 |
<post_tag><table>terms</table></post_tag>
|
272 |
<option><table>options</table></option>
|
273 |
<term><table>terms</table></term>
|
274 |
+
<term_meta><table>termmeta</table></term_meta>
|
275 |
<term_relationship><table>term_relationships</table></term_relationship>
|
276 |
<term_taxonomy><table>term_taxonomy</table></term_taxonomy>
|
277 |
<menu><table>terms</table></menu>
|
app/design/frontend/base/default/template/wordpress/post/view.phtml
CHANGED
@@ -6,7 +6,6 @@
|
|
6 |
* @author Ben Tideswell <help@fishpig.co.uk>
|
7 |
*/
|
8 |
?>
|
9 |
-
|
10 |
<?php $post = $this->getPost() ?>
|
11 |
<?php if ($post): ?>
|
12 |
<?php $helper = $this->helper('wordpress') ?>
|
6 |
* @author Ben Tideswell <help@fishpig.co.uk>
|
7 |
*/
|
8 |
?>
|
|
|
9 |
<?php $post = $this->getPost() ?>
|
10 |
<?php if ($post): ?>
|
11 |
<?php $helper = $this->helper('wordpress') ?>
|
app/locale/cs_CZ/Fishpig_Wordpress.csv
DELETED
@@ -1,104 +0,0 @@
|
|
1 |
-
Path,Cesta
|
2 |
-
Author,Redaktor
|
3 |
-
Type,Typ
|
4 |
-
Name,Název
|
5 |
-
"Previous Post","Předchozí příspěvek"
|
6 |
-
"Next Post","Následující příspěvek"
|
7 |
-
"Protected: %s","Chráněno: %s"
|
8 |
-
Home,"Úvodní stránka"
|
9 |
-
Submit,Potvrdit
|
10 |
-
Published,Publikováno
|
11 |
-
Pages,stránky
|
12 |
-
"Search Posts","Hledat příspěvky"
|
13 |
-
Image,Obrázek
|
14 |
-
"An unidentified error has occurred.","Došlo k nějaké blíže neidentifikované chybě."
|
15 |
-
of,"z celkem"
|
16 |
-
Add,
|
17 |
-
"No results found.","Nebylo nic nalezeno."
|
18 |
-
Tags,štítky
|
19 |
-
Categories,rubriky
|
20 |
-
"Leave a comment","Napsat komentář"
|
21 |
-
"Sorry, you must be logged in to post a comment.","Pro přidání komentáře se musíte nejdříve přihlásit."
|
22 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","URL adresa zobrazeného webu %s je neplatná. Opravte ji prosím přímo v <a href=\"%s\">Nastavení pro vývojáře</a> (položka home)."
|
23 |
-
Search,Hledat
|
24 |
-
WordPress.org,"Česká lokalizace"
|
25 |
-
"%s Comments","Komentáře: %s"
|
26 |
-
"No Comments","Žádné komentáře"
|
27 |
-
"1 Comment","1 komentář"
|
28 |
-
Comment,Komentář
|
29 |
-
Reply,Odpovědět
|
30 |
-
"Leave a Reply","Napsat komentář"
|
31 |
-
"Your comment is awaiting moderation.","Komentář čeká na schválení."
|
32 |
-
"%s at %s","%s | %s"
|
33 |
-
Email,"Emailová adresa"
|
34 |
-
Website,"Webová stránka"
|
35 |
-
Links,Odkazy
|
36 |
-
Archives,Archiv
|
37 |
-
"Select Month","Vybrat měsíc"
|
38 |
-
Meta,"Další informace"
|
39 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","<abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
40 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Používáme WordPress, nejmodernější sémantický osobní redakční systém."
|
41 |
-
"Select Category","Vybrat rubriku"
|
42 |
-
"Recent Posts","Nejnovější příspěvky"
|
43 |
-
"Recent Comments","Nejnovější komentáře"
|
44 |
-
"%s on %s","%s u %s"
|
45 |
-
"Tag Cloud","Shluk štítků"
|
46 |
-
"Comment on %s by %s","Komentář k příspěvku %s od %s"
|
47 |
-
"By: %s","Od: %s"
|
48 |
-
"Error establishing a database connection","Během připojování k databázovému serveru došlo k chybě"
|
49 |
-
Password,Heslo
|
50 |
-
"« Previous","« Předchozí"
|
51 |
-
"Next »","Další »"
|
52 |
-
Close,Zavřít
|
53 |
-
January,Leden
|
54 |
-
February,Únor
|
55 |
-
March,Březen
|
56 |
-
April,Duben
|
57 |
-
May,Květen
|
58 |
-
June,Červen
|
59 |
-
July,Červenec
|
60 |
-
August,Srpen
|
61 |
-
September,Září
|
62 |
-
October,Říjen
|
63 |
-
November,Listopad
|
64 |
-
December,Prosinec
|
65 |
-
Jan_January_abbreviation,Led
|
66 |
-
Feb_February_abbreviation,Úno
|
67 |
-
Mar_March_abbreviation,Bře
|
68 |
-
Apr_April_abbreviation,Dub
|
69 |
-
May_May_abbreviation,Kvě
|
70 |
-
Jun_June_abbreviation,Čer
|
71 |
-
Jul_July_abbreviation,Čec
|
72 |
-
Aug_August_abbreviation,Srp
|
73 |
-
Sep_September_abbreviation,Zář
|
74 |
-
Oct_October_abbreviation,Říj
|
75 |
-
Nov_November_abbreviation,Lis
|
76 |
-
Dec_December_abbreviation,Pro
|
77 |
-
Sunday,Neděle
|
78 |
-
Monday,Pondělí
|
79 |
-
Tuesday,Úterý
|
80 |
-
Wednesday,Středa
|
81 |
-
Thursday,Čtvrtek
|
82 |
-
Friday,Pátek
|
83 |
-
Saturday,Sobota
|
84 |
-
Sun,Ne
|
85 |
-
Mon,Po
|
86 |
-
Tue,Út
|
87 |
-
Wed,St
|
88 |
-
Thu,Čt
|
89 |
-
Fri,Pá
|
90 |
-
Sat,So
|
91 |
-
"Please wait...","Prosím čekejte..."
|
92 |
-
"Daily Archives: %s","Archiv pro den: %s"
|
93 |
-
"Monthly Archives: %s","Archiv pro měsíc: %s"
|
94 |
-
"One thought on “%s”","1 komentář u „%s“"
|
95 |
-
"%s thoughts on “%s”","%s komentáře u „%s“"
|
96 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Celý příspěvek <span class=\"meta-nav\">→</span>"
|
97 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Příspěvek byl publikován %s | Rubrika: %s | Štítky: %s<span class=\"by-author\"> | Autor: %s</span>."
|
98 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Příspěvek byl publikován %s | Rubrika: %s<span class=\"by-author\"> | Autor: %s</span>."
|
99 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Příspěvek byl publikován %s<span class=\"by-author\"> | Autor: %s</span>."
|
100 |
-
"You have version %s installed. Update to %s.","Používáte zastaralou verzi %s. Můžete aktualizovat na nejnovější verzi %s."
|
101 |
-
"Default Template","Výchozí šablona"
|
102 |
-
"Install %s","Instalovat %s"
|
103 |
-
"Update to version %s","Aktualizovat na nejnovější verzi %s"
|
104 |
-
Position,Umístění
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/da_DK/Fishpig_Wordpress.csv
DELETED
@@ -1,99 +0,0 @@
|
|
1 |
-
Path,Sti
|
2 |
-
Author,Forfatter
|
3 |
-
Name,Navn
|
4 |
-
"Previous Post","Tidligere indlæg"
|
5 |
-
"Next Post","Næste indlæg"
|
6 |
-
"Protected: %s","Beskyttet: %s"
|
7 |
-
Home,Forside
|
8 |
-
Submit,Send
|
9 |
-
Published,Udgivet
|
10 |
-
Pages,Sider
|
11 |
-
"Search Posts","Søg i indlæg"
|
12 |
-
Image,Billede
|
13 |
-
"An unidentified error has occurred.","En ikke-genkendt fejl er opstået."
|
14 |
-
of,af
|
15 |
-
Add,Tilføj
|
16 |
-
"No results found.","Ingen resultater fundet."
|
17 |
-
Categories,Kategorier
|
18 |
-
"Leave a comment","Skriv en kommentar"
|
19 |
-
"Sorry, you must be logged in to post a comment.","Desværre. Du skal være logget ind for at skrive en kommentar."
|
20 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Din WordPress forside URL%s er ugyldig. Ret venligst <a href=\"%s\">forside</a>."
|
21 |
-
Search,Søg
|
22 |
-
"%s Comments","%s kommentarer"
|
23 |
-
"No Comments","Ingen kommentarer"
|
24 |
-
"1 Comment","1 kommentar"
|
25 |
-
Comment,Kommentar
|
26 |
-
Reply,Svar
|
27 |
-
"Leave a Reply","Skriv et svar"
|
28 |
-
"Your comment is awaiting moderation.","Din kommentar afventer godkendelse."
|
29 |
-
"%s at %s","%s kl. %s"
|
30 |
-
Email,E-mail
|
31 |
-
Website,Webside
|
32 |
-
Archives,Arkiver
|
33 |
-
"Select Month","Vælg måned"
|
34 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","<abbr title=\"Really Simple Syndication\">RSS</abbr> af indlæg"
|
35 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Denne webside kører WordPress; et moderne, semantisk publiceringsverktøj"
|
36 |
-
"Select Category","Vælg kategori"
|
37 |
-
"Recent Posts","Nye indlæg"
|
38 |
-
"Recent Comments","Nye kommentarer"
|
39 |
-
"%s on %s","%s til %s"
|
40 |
-
"Tag Cloud",Tag-cloud
|
41 |
-
"Comment on %s by %s","Kommentar til %s af %s"
|
42 |
-
"By: %s","Af: %s"
|
43 |
-
"Error establishing a database connection","Fejl ved etablering af databaseforbindelse"
|
44 |
-
Password,Kodeord
|
45 |
-
"« Previous","« Tidligere"
|
46 |
-
"Next »","Næste »"
|
47 |
-
Close,Luk
|
48 |
-
January,januar
|
49 |
-
February,februar
|
50 |
-
March,marts
|
51 |
-
April,april
|
52 |
-
May,maj
|
53 |
-
June,juni
|
54 |
-
July,juli
|
55 |
-
August,august
|
56 |
-
September,september
|
57 |
-
October,oktober
|
58 |
-
November,november
|
59 |
-
December,december
|
60 |
-
Jan_January_abbreviation,jan
|
61 |
-
Feb_February_abbreviation,feb
|
62 |
-
Mar_March_abbreviation,mar
|
63 |
-
Apr_April_abbreviation,apr
|
64 |
-
May_May_abbreviation,maj
|
65 |
-
Jun_June_abbreviation,jun
|
66 |
-
Jul_July_abbreviation,jul
|
67 |
-
Aug_August_abbreviation,aug
|
68 |
-
Sep_September_abbreviation,sep
|
69 |
-
Oct_October_abbreviation,okt
|
70 |
-
Nov_November_abbreviation,nov
|
71 |
-
Dec_December_abbreviation,dec
|
72 |
-
Sunday,søndag
|
73 |
-
Monday,mandag
|
74 |
-
Tuesday,tirsdag
|
75 |
-
Wednesday,onsdag
|
76 |
-
Thursday,torsdag
|
77 |
-
Friday,fredag
|
78 |
-
Saturday,lørdag
|
79 |
-
Sun,søn
|
80 |
-
Mon,man
|
81 |
-
Tue,tirs
|
82 |
-
Wed,ons
|
83 |
-
Thu,tors
|
84 |
-
Fri,fre
|
85 |
-
Sat,lør
|
86 |
-
"Please wait...","Vent venligst..."
|
87 |
-
"Daily Archives: %s","Dagsarkiv: %s"
|
88 |
-
"Monthly Archives: %s","Månedsarkiv: %s"
|
89 |
-
"One thought on “%s”","En tanke om \"%s\""
|
90 |
-
"%s thoughts on “%s”","%s tanker om \"%s\""
|
91 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Læs resten <span class=\"meta-nav\">→</span>"
|
92 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Dette indlæg blev udgivet i %s og tagget %s den %s<span class=\"by-author\"> af %s</span>."
|
93 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Dette indlæg blev udgivet i %s den %s<span class=\"by-author\"> af %s</span>."
|
94 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Dette indlæg blev udgivet den %s<span class=\"by-author\"> af %s</span>."
|
95 |
-
"You have version %s installed. Update to %s.","Du har version %s installeret. Opdater til %s."
|
96 |
-
"Default Template",Standardskabelon
|
97 |
-
"Install %s","Installer %s"
|
98 |
-
"Update to version %s","Opdater til version %s"
|
99 |
-
Position,Placering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/de_DE/Fishpig_Wordpress.csv
DELETED
@@ -1,89 +0,0 @@
|
|
1 |
-
Path,Pfad
|
2 |
-
Author,Autor
|
3 |
-
Type,Typ
|
4 |
-
"Previous Post","vorheriger Beitrag"
|
5 |
-
"Next Post","nächster Beitrag"
|
6 |
-
"Protected: %s","Geschützt: %s"
|
7 |
-
Submit,Senden
|
8 |
-
Published,Veröffentlicht
|
9 |
-
Pages,Seiten
|
10 |
-
"Search Posts","Beiträge duchsuchen"
|
11 |
-
Image,Bild
|
12 |
-
"An unidentified error has occurred.","Ein unbekannter Fehler ist aufgetreten."
|
13 |
-
of,von
|
14 |
-
Add,Hinzufügen
|
15 |
-
"No results found.","Es wurden keine Kommentare gefunden, die deinen Suchkriterien entsprechen."
|
16 |
-
Tags,Schlagwörter
|
17 |
-
Categories,Kategorien
|
18 |
-
"Leave a comment","Hinterlasse einen Kommentar"
|
19 |
-
"Sorry, you must be logged in to post a comment.","Um einen Kommentar zu hinterlassen, musst du angemeldet sein."
|
20 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Deine WordPress-Adresse %s ist falsch. Bitte <a href=\"%s\">korrigiere diese</a> (Eingabefeld 'home')."
|
21 |
-
Search,Suchen
|
22 |
-
"%s Comments","%s Kommentare"
|
23 |
-
"No Comments","Keine Kommentare"
|
24 |
-
"1 Comment","1 Kommentar"
|
25 |
-
Comment,Kommentar
|
26 |
-
Reply,Antworten
|
27 |
-
"Leave a Reply","Hinterlasse eine Antwort"
|
28 |
-
"Your comment is awaiting moderation.","Dein Kommentar wartet auf Freischaltung."
|
29 |
-
"%s at %s","%s um %s"
|
30 |
-
Email,E-Mail-Adresse
|
31 |
-
Archives,Archive
|
32 |
-
"Select Month","Wähle den Monat"
|
33 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Beitrags-Feed (<abbr title=\"Really Simple Syndication\">RSS</abbr>)"
|
34 |
-
"Select Category","Kategorie auswählen"
|
35 |
-
"Recent Posts","Letzte Beiträge"
|
36 |
-
"Recent Comments","Letzte Kommentare"
|
37 |
-
"%s on %s","%s bei %s"
|
38 |
-
"Tag Cloud",Schlagwörter-Wolke
|
39 |
-
"Comment on %s by %s","Kommentar zu %s von %s"
|
40 |
-
"By: %s","Von: %s"
|
41 |
-
"Error establishing a database connection","Fehler beim Aufbau einer Datenbankverbindung"
|
42 |
-
Password,Passwort
|
43 |
-
"« Previous","« Zurück"
|
44 |
-
"Next »","Weiter »"
|
45 |
-
Close,Schließen
|
46 |
-
January,Januar
|
47 |
-
February,Februar
|
48 |
-
March,März
|
49 |
-
May,Mai
|
50 |
-
June,Juni
|
51 |
-
July,Juli
|
52 |
-
October,Oktober
|
53 |
-
December,Dezember
|
54 |
-
Jan_January_abbreviation,Jan_Januar_abbreviation
|
55 |
-
Feb_February_abbreviation,Feb_Februar_abbreviation
|
56 |
-
Mar_March_abbreviation,Mrz_März_abbreviation
|
57 |
-
May_May_abbreviation,Mai_Mai_abbreviation
|
58 |
-
Jun_June_abbreviation,Jun_Juni_abbreviation
|
59 |
-
Jul_July_abbreviation,Jul_Juli_abbreviation
|
60 |
-
Oct_October_abbreviation,Okt_Oktober_abbreviation
|
61 |
-
Dec_December_abbreviation,Dez_Dezember_abbreviation
|
62 |
-
Sunday,Sonntag
|
63 |
-
Monday,Montag
|
64 |
-
Tuesday,Dienstag
|
65 |
-
Wednesday,Mittwoch
|
66 |
-
Thursday,Donnerstag
|
67 |
-
Friday,Freitag
|
68 |
-
Saturday,Samstag
|
69 |
-
Sun,So
|
70 |
-
Mon,Mo
|
71 |
-
Tue,Di
|
72 |
-
Wed,Mi
|
73 |
-
Thu,Do
|
74 |
-
Fri,Fr
|
75 |
-
Sat,Sa
|
76 |
-
"Please wait...","Bitte warten …"
|
77 |
-
"Daily Archives: %s","Archiv für den Tag: %s"
|
78 |
-
"Monthly Archives: %s","Archiv für den Monat: %s"
|
79 |
-
"One thought on “%s”","Ein Gedanke zu „%s“"
|
80 |
-
"%s thoughts on “%s”","%s Gedanken zu „%s“"
|
81 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Weiterlesen <span class=\"meta-nav\">→</span>"
|
82 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Dieser Beitrag wurde unter %s abgelegt und mit %s verschlagwortet am %s<span class=\"by-author\"> von %s</span>. "
|
83 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Dieser Beitrag wurde unter %s abgelegt am %s<span class=\"by-author\"> von %s</span>. "
|
84 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Dieser Beitrag wurde veröffentlicht am %s<span class=\"by-author\"> von %s</span>. "
|
85 |
-
"You have version %s installed. Update to %s.","Du hast Version %s installiert. Aktualisiere auf Version %s."
|
86 |
-
Home,Startseite
|
87 |
-
"Default Template",Standardtemplate
|
88 |
-
"Install %s","Installiere %s"
|
89 |
-
"Update to version %s","Aktualisiere auf Version %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/en_GB/Fishpig_Wordpress.csv
DELETED
@@ -1,102 +0,0 @@
|
|
1 |
-
"Sorry, you must be logged in to post a comment.","Sorry, you must be logged in to post a comment."
|
2 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>."
|
3 |
-
Search,Search
|
4 |
-
"No results found.","No results found."
|
5 |
-
Categories,Categories
|
6 |
-
"%s Comments","%s Comments"
|
7 |
-
"No Comments","No Comments"
|
8 |
-
"1 Comment","1 Comment"
|
9 |
-
Comment,Comment
|
10 |
-
Reply,Reply
|
11 |
-
"Leave a Reply","Leave a Reply"
|
12 |
-
"Your comment is awaiting moderation.","Your comment is awaiting moderation."
|
13 |
-
"%s at %s","%s at %s"
|
14 |
-
Name,Name
|
15 |
-
Email,Email
|
16 |
-
Website,Website
|
17 |
-
Pages,Pages
|
18 |
-
Links,Links
|
19 |
-
Archives,Archives
|
20 |
-
"Select Month","Select Month"
|
21 |
-
Meta,Meta
|
22 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
23 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
24 |
-
"Select Category","Select Category"
|
25 |
-
"Recent Posts","Recent Posts"
|
26 |
-
"Recent Comments","Recent Comments"
|
27 |
-
"%s on %s","%s on %s"
|
28 |
-
"Tag Cloud","Tag Cloud"
|
29 |
-
Tags,Tags
|
30 |
-
"Comment on %s by %s","Comment on %s by %s"
|
31 |
-
"By: %s","By: %s"
|
32 |
-
"Error establishing a database connection","Error establishing a database connection"
|
33 |
-
Password,Password
|
34 |
-
"« Previous","« Previous"
|
35 |
-
"Next »","Next »"
|
36 |
-
Close,Close
|
37 |
-
January,January
|
38 |
-
February,February
|
39 |
-
March,March
|
40 |
-
April,April
|
41 |
-
May,May
|
42 |
-
June,June
|
43 |
-
July,July
|
44 |
-
August,August
|
45 |
-
September,September
|
46 |
-
October,October
|
47 |
-
November,November
|
48 |
-
December,December
|
49 |
-
Jan_January_abbreviation,Jan_January_abbreviation
|
50 |
-
Feb_February_abbreviation,Feb_February_abbreviation
|
51 |
-
Mar_March_abbreviation,Mar_March_abbreviation
|
52 |
-
Apr_April_abbreviation,Apr_April_abbreviation
|
53 |
-
May_May_abbreviation,May_May_abbreviation
|
54 |
-
Jun_June_abbreviation,Jun_June_abbreviation
|
55 |
-
Jul_July_abbreviation,Jul_July_abbreviation
|
56 |
-
Aug_August_abbreviation,Aug_August_abbreviation
|
57 |
-
Sep_September_abbreviation,Sep_September_abbreviation
|
58 |
-
Oct_October_abbreviation,Oct_October_abbreviation
|
59 |
-
Nov_November_abbreviation,Nov_November_abbreviation
|
60 |
-
Dec_December_abbreviation,Dec_December_abbreviation
|
61 |
-
Sunday,Sunday
|
62 |
-
Monday,Monday
|
63 |
-
Tuesday,Tuesday
|
64 |
-
Wednesday,Wednesday
|
65 |
-
Thursday,Thursday
|
66 |
-
Friday,Friday
|
67 |
-
Saturday,Saturday
|
68 |
-
Sun,Sun
|
69 |
-
Mon,Mon
|
70 |
-
Tue,Tue
|
71 |
-
Wed,Wed
|
72 |
-
Thu,Thu
|
73 |
-
Fri,Fri
|
74 |
-
Sat,Sat
|
75 |
-
"Please wait...","Please wait..."
|
76 |
-
Path,Path
|
77 |
-
Plugin,Plugin
|
78 |
-
Author,Author
|
79 |
-
Type,Type
|
80 |
-
"Previous Post","Previous Post"
|
81 |
-
"Next Post","Next Post"
|
82 |
-
"Protected: %s","Protected: %s"
|
83 |
-
Home,Home
|
84 |
-
Submit,Submit
|
85 |
-
Published,Published
|
86 |
-
"Search Posts","Search Posts"
|
87 |
-
Image,Image
|
88 |
-
"An unidentified error has occurred.","An unidentified error has occurred."
|
89 |
-
of,of
|
90 |
-
Add,Add
|
91 |
-
"Leave a comment","Leave a comment"
|
92 |
-
"Daily Archives: %s","Daily Archives: %s"
|
93 |
-
"Monthly Archives: %s","Monthly Archives: %s"
|
94 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Continue reading <span class=\"meta-nav\">→</span>"
|
95 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>."
|
96 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>."
|
97 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","This entry was posted on %s<span class=\"by-author\"> by %s</span>."
|
98 |
-
Position,Position
|
99 |
-
"Install %s","Install %s"
|
100 |
-
"Update to version %s","Update to version %s"
|
101 |
-
"Default Template","Default Template"
|
102 |
-
"You have version %s installed. Update to %s.","You have version %s installed. Update to %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/en_US/Fishpig_Wordpress.csv
DELETED
@@ -1,102 +0,0 @@
|
|
1 |
-
"Sorry, you must be logged in to post a comment.","Sorry, you must be logged in to post a comment."
|
2 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>."
|
3 |
-
Search,Search
|
4 |
-
"No results found.","No results found."
|
5 |
-
Categories,Categories
|
6 |
-
"%s Comments","%s Comments"
|
7 |
-
"No Comments","No Comments"
|
8 |
-
"1 Comment","1 Comment"
|
9 |
-
Comment,Comment
|
10 |
-
Reply,Reply
|
11 |
-
"Leave a Reply","Leave a Reply"
|
12 |
-
"Your comment is awaiting moderation.","Your comment is awaiting moderation."
|
13 |
-
"%s at %s","%s at %s"
|
14 |
-
Name,Name
|
15 |
-
Email,Email
|
16 |
-
Website,Website
|
17 |
-
Pages,Pages
|
18 |
-
Links,Links
|
19 |
-
Archives,Archives
|
20 |
-
"Select Month","Select Month"
|
21 |
-
Meta,Meta
|
22 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
23 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
24 |
-
"Select Category","Select Category"
|
25 |
-
"Recent Posts","Recent Posts"
|
26 |
-
"Recent Comments","Recent Comments"
|
27 |
-
"%s on %s","%s on %s"
|
28 |
-
"Tag Cloud","Tag Cloud"
|
29 |
-
Tags,Tags
|
30 |
-
"Comment on %s by %s","Comment on %s by %s"
|
31 |
-
"By: %s","By: %s"
|
32 |
-
"Error establishing a database connection","Error establishing a database connection"
|
33 |
-
Password,Password
|
34 |
-
"« Previous","« Previous"
|
35 |
-
"Next »","Next »"
|
36 |
-
Close,Close
|
37 |
-
January,January
|
38 |
-
February,February
|
39 |
-
March,March
|
40 |
-
April,April
|
41 |
-
May,May
|
42 |
-
June,June
|
43 |
-
July,July
|
44 |
-
August,August
|
45 |
-
September,September
|
46 |
-
October,October
|
47 |
-
November,November
|
48 |
-
December,December
|
49 |
-
Jan_January_abbreviation,Jan_January_abbreviation
|
50 |
-
Feb_February_abbreviation,Feb_February_abbreviation
|
51 |
-
Mar_March_abbreviation,Mar_March_abbreviation
|
52 |
-
Apr_April_abbreviation,Apr_April_abbreviation
|
53 |
-
May_May_abbreviation,May_May_abbreviation
|
54 |
-
Jun_June_abbreviation,Jun_June_abbreviation
|
55 |
-
Jul_July_abbreviation,Jul_July_abbreviation
|
56 |
-
Aug_August_abbreviation,Aug_August_abbreviation
|
57 |
-
Sep_September_abbreviation,Sep_September_abbreviation
|
58 |
-
Oct_October_abbreviation,Oct_October_abbreviation
|
59 |
-
Nov_November_abbreviation,Nov_November_abbreviation
|
60 |
-
Dec_December_abbreviation,Dec_December_abbreviation
|
61 |
-
Sunday,Sunday
|
62 |
-
Monday,Monday
|
63 |
-
Tuesday,Tuesday
|
64 |
-
Wednesday,Wednesday
|
65 |
-
Thursday,Thursday
|
66 |
-
Friday,Friday
|
67 |
-
Saturday,Saturday
|
68 |
-
Sun,Sun
|
69 |
-
Mon,Mon
|
70 |
-
Tue,Tue
|
71 |
-
Wed,Wed
|
72 |
-
Thu,Thu
|
73 |
-
Fri,Fri
|
74 |
-
Sat,Sat
|
75 |
-
"Please wait...","Please wait..."
|
76 |
-
Path,Path
|
77 |
-
Plugin,Plugin
|
78 |
-
Author,Author
|
79 |
-
Type,Type
|
80 |
-
"Previous Post","Previous Post"
|
81 |
-
"Next Post","Next Post"
|
82 |
-
"Protected: %s","Protected: %s"
|
83 |
-
Home,Home
|
84 |
-
Submit,Submit
|
85 |
-
Published,Published
|
86 |
-
"Search Posts","Search Posts"
|
87 |
-
Image,Image
|
88 |
-
"An unidentified error has occurred.","An unidentified error has occurred."
|
89 |
-
of,of
|
90 |
-
Add,Add
|
91 |
-
"Leave a comment","Leave a comment"
|
92 |
-
"Daily Archives: %s","Daily Archives: %s"
|
93 |
-
"Monthly Archives: %s","Monthly Archives: %s"
|
94 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Continue reading <span class=\"meta-nav\">→</span>"
|
95 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>."
|
96 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>."
|
97 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","This entry was posted on %s<span class=\"by-author\"> by %s</span>."
|
98 |
-
Position,Position
|
99 |
-
"Install %s","Install %s"
|
100 |
-
"Update to version %s","Update to version %s"
|
101 |
-
"Default Template","Default Template"
|
102 |
-
"You have version %s installed. Update to %s.","You have version %s installed. Update to %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/es_ES/Fishpig_Wordpress.csv
DELETED
@@ -1,102 +0,0 @@
|
|
1 |
-
Path,Ruta
|
2 |
-
Author,Autor
|
3 |
-
Type,Tipo
|
4 |
-
Name,Nombre
|
5 |
-
"Previous Post","Entrada anterior"
|
6 |
-
"Next Post","Entrada siguiente"
|
7 |
-
"Protected: %s","Protegido: %s"
|
8 |
-
Home,Inicio
|
9 |
-
Submit,Enviar
|
10 |
-
Published,Publicada
|
11 |
-
Pages,Páginas
|
12 |
-
"Search Posts","Buscar entradas"
|
13 |
-
Image,Imagen
|
14 |
-
"An unidentified error has occurred.","Ha ocurrido un error no identificado."
|
15 |
-
of,de
|
16 |
-
Add,Añadir
|
17 |
-
"No results found.","Sin resultados."
|
18 |
-
Tags,Etiquetas
|
19 |
-
Categories,Categorías
|
20 |
-
"Leave a comment","Deja un comentario"
|
21 |
-
"Sorry, you must be logged in to post a comment.","Disculpa, debes identificarte para escribir un comentario."
|
22 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","La URL de la página de inicio de tu WordPress %s no es válida. Por favor, arregla <a href=\"%s\">la opción de página de inicio</a>."
|
23 |
-
Search,Buscar
|
24 |
-
"%s Comments","%s comentarios"
|
25 |
-
"No Comments","No hay comentarios"
|
26 |
-
"1 Comment","1 comentario"
|
27 |
-
Comment,Comentario
|
28 |
-
Reply,Responder
|
29 |
-
"Leave a Reply","Deja un comentario"
|
30 |
-
"Your comment is awaiting moderation.","Tu comentario está pendiente de moderación."
|
31 |
-
"%s at %s","%s en %s"
|
32 |
-
Email,"Correo electrónico"
|
33 |
-
Website,Web
|
34 |
-
Links,Enlaces
|
35 |
-
Archives,Archivos
|
36 |
-
"Select Month","Elegir mes"
|
37 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","<abbr title=\"Really Simple Syndication\">RSS</abbr> de las entradas"
|
38 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Gestionado con WordPress, una avanzada plataforma semántica de publicación personal."
|
39 |
-
"Select Category","Elegir categoría"
|
40 |
-
"Recent Posts","Entradas recientes"
|
41 |
-
"Recent Comments","Comentarios recientes"
|
42 |
-
"%s on %s","%s en %s"
|
43 |
-
"Tag Cloud","Nube de etiquetas"
|
44 |
-
"Comment on %s by %s","Comentario en %s por %s"
|
45 |
-
"By: %s","Por: %s"
|
46 |
-
"Error establishing a database connection","Error estableciendo una conexión con la base de datos"
|
47 |
-
Password,Contraseña
|
48 |
-
"« Previous","« Anterior"
|
49 |
-
"Next »","Siguiente »"
|
50 |
-
Close,Cerrar
|
51 |
-
January,enero
|
52 |
-
February,febrero
|
53 |
-
March,marzo
|
54 |
-
April,abril
|
55 |
-
May,mayo
|
56 |
-
June,junio
|
57 |
-
July,julio
|
58 |
-
August,agosto
|
59 |
-
September,septiembre
|
60 |
-
October,octubre
|
61 |
-
November,noviembre
|
62 |
-
December,diciembre
|
63 |
-
Jan_January_abbreviation,ene
|
64 |
-
Feb_February_abbreviation,feb
|
65 |
-
Mar_March_abbreviation,mar
|
66 |
-
Apr_April_abbreviation,abr
|
67 |
-
May_May_abbreviation,may
|
68 |
-
Jun_June_abbreviation,jun
|
69 |
-
Jul_July_abbreviation,jul
|
70 |
-
Aug_August_abbreviation,ago
|
71 |
-
Sep_September_abbreviation,sep
|
72 |
-
Oct_October_abbreviation,oct
|
73 |
-
Nov_November_abbreviation,nov
|
74 |
-
Dec_December_abbreviation,dic
|
75 |
-
Sunday,Domingo
|
76 |
-
Monday,Lunes
|
77 |
-
Tuesday,Martes
|
78 |
-
Wednesday,Miércoles
|
79 |
-
Thursday,Jueves
|
80 |
-
Friday,Viernes
|
81 |
-
Saturday,Sábado
|
82 |
-
Sun,Dom
|
83 |
-
Mon,Lun
|
84 |
-
Tue,Mar
|
85 |
-
Wed,Mie
|
86 |
-
Thu,Jue
|
87 |
-
Fri,Vie
|
88 |
-
Sat,Sab
|
89 |
-
"Please wait...","Un momento..."
|
90 |
-
"Daily Archives: %s","Archivo por días: %s"
|
91 |
-
"Monthly Archives: %s","Archivo por meses: %s"
|
92 |
-
"One thought on “%s”","Un pensamiento en “%s”"
|
93 |
-
"%s thoughts on “%s”","%s pensamientos en “%s”"
|
94 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Sigue leyendo <span class=\"meta-nav\">→</span>"
|
95 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Esta entrada se publicó en %s y está etiquetada con %s en %s<span class=\"by-author\"> por %s</span>."
|
96 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Esta entrada fue publicada en %s el %s<span class=\"by-author\"> por %s</span>."
|
97 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Esta entrada fue publicada el %s<span class=\"by-author\"> por %s</span>."
|
98 |
-
"You have version %s installed. Update to %s.","Estás usando la versión %s. Actualiza a %s."
|
99 |
-
"Default Template","Plantilla predeterminada"
|
100 |
-
"Install %s","Instalar %s"
|
101 |
-
"Update to version %s","Actualizar a la versión %s"
|
102 |
-
Position,Posición
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/fr_FR/Fishpig_Wordpress.csv
DELETED
@@ -1,100 +0,0 @@
|
|
1 |
-
"Sorry, you must be logged in to post a comment.","Désolé, vous devez être connecté(e) pour rédiger un commentaire."
|
2 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","L’adresse de votre accueil WordPress (%s) n’est pas valide. Veuillez la corriger l’<a href=\"%s\">option de l’accueil</a>."
|
3 |
-
Search,Recherche
|
4 |
-
"No results found.","Aucun résultat trouvé."
|
5 |
-
WordPress.org,"Site de WordPress-FR"
|
6 |
-
Categories,Catégories
|
7 |
-
"%s Comments","%s commentaires"
|
8 |
-
"No Comments","Pas de commentaire"
|
9 |
-
"1 Comment","Un commentaire"
|
10 |
-
Comment,Commentaire
|
11 |
-
Reply,Répondre
|
12 |
-
"Leave a Reply","Laisser un commentaire"
|
13 |
-
"Your comment is awaiting moderation.","Votre commentaire est en attente de validation."
|
14 |
-
"%s at %s","%s à %s"
|
15 |
-
Name,Nom
|
16 |
-
Email,"Adresse de contact"
|
17 |
-
Website,"Site web"
|
18 |
-
Links,Liens
|
19 |
-
"Select Month","Choisir un mois"
|
20 |
-
Meta,Méta
|
21 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Flux <abbr title=\"Really Simple Syndication\">RSS</abbr> des articles"
|
22 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Propulsé par WordPress, plate-forme de publication personnelle sémantique de pointe."
|
23 |
-
"Select Category","Choisir une catégorie"
|
24 |
-
"Recent Posts","Articles récents"
|
25 |
-
"Recent Comments","Commentaires récents"
|
26 |
-
"%s on %s","%s dans %s"
|
27 |
-
"Tag Cloud","Nuage de mots-clefs"
|
28 |
-
Tags,Mots-clefs
|
29 |
-
"Comment on %s by %s","Commentaires sur %s par %s"
|
30 |
-
"By: %s","Par : %s"
|
31 |
-
"Error establishing a database connection","Erreur lors de la connexion à la base de données"
|
32 |
-
Password,"Mot de passe"
|
33 |
-
"« Previous","« Précédent"
|
34 |
-
"Next »","Suivant »"
|
35 |
-
Close,Fermer
|
36 |
-
January,janvier
|
37 |
-
February,février
|
38 |
-
March,mars
|
39 |
-
April,avril
|
40 |
-
May,mai
|
41 |
-
June,juin
|
42 |
-
July,juillet
|
43 |
-
August,août
|
44 |
-
September,septembre
|
45 |
-
October,octobre
|
46 |
-
November,novembre
|
47 |
-
December,décembre
|
48 |
-
Jan_January_abbreviation,jan
|
49 |
-
Feb_February_abbreviation,fév
|
50 |
-
Mar_March_abbreviation,mar
|
51 |
-
Apr_April_abbreviation,avr
|
52 |
-
May_May_abbreviation,mai
|
53 |
-
Jun_June_abbreviation,juin
|
54 |
-
Jul_July_abbreviation,juil
|
55 |
-
Aug_August_abbreviation,août
|
56 |
-
Sep_September_abbreviation,sept
|
57 |
-
Oct_October_abbreviation,oct
|
58 |
-
Nov_November_abbreviation,nov
|
59 |
-
Dec_December_abbreviation,déc
|
60 |
-
Sunday,Dimanche
|
61 |
-
Monday,Lundi
|
62 |
-
Tuesday,Mardi
|
63 |
-
Wednesday,Mercredi
|
64 |
-
Thursday,Jeudi
|
65 |
-
Friday,Vendredi
|
66 |
-
Saturday,Samedi
|
67 |
-
Sun,dim
|
68 |
-
Mon,lun
|
69 |
-
Tue,mar
|
70 |
-
Wed,mer
|
71 |
-
Thu,jeu
|
72 |
-
Fri,ven
|
73 |
-
Sat,sam
|
74 |
-
"Please wait...","Veuillez patienter…"
|
75 |
-
Path,"Chemin "
|
76 |
-
Plugin,Extension
|
77 |
-
Author,Auteur
|
78 |
-
"Previous Post","Article précèdent"
|
79 |
-
"Next Post","Article suivant"
|
80 |
-
"Protected: %s","Protégé : %s"
|
81 |
-
Home,Accueil
|
82 |
-
Submit,Envoyer
|
83 |
-
Published,Publié
|
84 |
-
"Search Posts","Chercher dans les articles"
|
85 |
-
"An unidentified error has occurred.","Une erreur non identifiée est survenue."
|
86 |
-
of,sur
|
87 |
-
Add,Ajouter
|
88 |
-
"Leave a comment","Laisser un commentaire"
|
89 |
-
"Daily Archives: %s","Archives quotidiennes :"
|
90 |
-
"Monthly Archives: %s","Archives mensuelles : %s"
|
91 |
-
"One thought on “%s”","Une réflexion au sujet de « %s »"
|
92 |
-
"%s thoughts on “%s”","%s réflexions au sujet de « %s »"
|
93 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Lire la suite <span class=\"meta-nav\">→</span>"
|
94 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Cette entrée a été publiée dans %s, et marquée avec %s, le %s <span class=\"by-author\">par %s</span>."
|
95 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Cette entrée a été publiée dans %s le %s <span class=\"by-author\">par %s</span>."
|
96 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Cette entrée a été publiée le %s <span class=\"by-author\">par %s</span>."
|
97 |
-
"Install %s","Installer %s"
|
98 |
-
"Update to version %s","Mettre à jour vers la version %s"
|
99 |
-
"Default Template","Modèle par défaut"
|
100 |
-
"You have version %s installed. Update to %s.","Vous utilisez la version %s. Mettez à jour vers la version %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/it_IT/Fishpig_Wordpress.csv
DELETED
@@ -1,98 +0,0 @@
|
|
1 |
-
Path,Percorso
|
2 |
-
Author,Autore
|
3 |
-
Type,Tipo
|
4 |
-
Name,Nome
|
5 |
-
"Previous Post","Articolo precedente"
|
6 |
-
"Next Post","Articolo successivo"
|
7 |
-
"Protected: %s","Protetto: %s"
|
8 |
-
Submit,Invia
|
9 |
-
Published,Pubblicato
|
10 |
-
Pages,Pagine
|
11 |
-
"Search Posts","Cerca articoli"
|
12 |
-
Image,Immagine
|
13 |
-
"An unidentified error has occurred.","Si è verificato un errore non identificato."
|
14 |
-
of,di
|
15 |
-
Add,Aggiungi
|
16 |
-
"No results found.","Nessun risultato trovato."
|
17 |
-
Tags,Tag
|
18 |
-
Categories,Categorie
|
19 |
-
"Leave a comment","Lascia un commento"
|
20 |
-
"Sorry, you must be logged in to post a comment.","Per inviare un commento occorre aver effettuato il login."
|
21 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","L'URL %s della home di WordPress non è valida. Per favore correggi <a href=\"%s\">l'opzione home</a>."
|
22 |
-
Search,Cerca
|
23 |
-
"%s Comments","%s commenti"
|
24 |
-
"No Comments","Nessun commento"
|
25 |
-
"1 Comment","1 commento"
|
26 |
-
Comment,Commento
|
27 |
-
Reply,Replica
|
28 |
-
"Leave a Reply","Lascia un Commento"
|
29 |
-
"Your comment is awaiting moderation.","Il commento è in attesa di moderazione."
|
30 |
-
"%s at %s","%s alle %s"
|
31 |
-
Website,"Sito web"
|
32 |
-
Links,Link
|
33 |
-
Archives,Archivi
|
34 |
-
"Select Month","Seleziona mese"
|
35 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Voce <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
36 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Funziona con Wordpress."
|
37 |
-
"Select Category","Seleziona una categoria"
|
38 |
-
"Recent Posts","Articoli recenti"
|
39 |
-
"Recent Comments","Commenti recenti"
|
40 |
-
"%s on %s","%s per %s"
|
41 |
-
"Comment on %s by %s","Commenti su %s di %s"
|
42 |
-
"By: %s","Di: %s"
|
43 |
-
"Error establishing a database connection","Errore nello stabilire una connessione al database"
|
44 |
-
"« Previous","« Precedente"
|
45 |
-
"Next »","Successivo »"
|
46 |
-
Close,Chiudi
|
47 |
-
January,gennaio
|
48 |
-
February,febbraio
|
49 |
-
March,marzo
|
50 |
-
April,aprile
|
51 |
-
May,maggio
|
52 |
-
June,giugno
|
53 |
-
July,luglio
|
54 |
-
August,agosto
|
55 |
-
September,settembre
|
56 |
-
October,ottobre
|
57 |
-
November,novembre
|
58 |
-
December,dicembre
|
59 |
-
Jan_January_abbreviation,gen
|
60 |
-
Feb_February_abbreviation,feb
|
61 |
-
Mar_March_abbreviation,mar
|
62 |
-
Apr_April_abbreviation,apr
|
63 |
-
May_May_abbreviation,mag
|
64 |
-
Jun_June_abbreviation,giu
|
65 |
-
Jul_July_abbreviation,lug
|
66 |
-
Aug_August_abbreviation,ago
|
67 |
-
Sep_September_abbreviation,set
|
68 |
-
Oct_October_abbreviation,ott
|
69 |
-
Nov_November_abbreviation,nov
|
70 |
-
Dec_December_abbreviation,dic
|
71 |
-
Sunday,domenica
|
72 |
-
Monday,lunedì
|
73 |
-
Tuesday,martedì
|
74 |
-
Wednesday,mercoledì
|
75 |
-
Thursday,giovedì
|
76 |
-
Friday,venerdì
|
77 |
-
Saturday,sabato
|
78 |
-
Sun,dom
|
79 |
-
Mon,lun
|
80 |
-
Tue,mar
|
81 |
-
Wed,mer
|
82 |
-
Thu,gio
|
83 |
-
Fri,ven
|
84 |
-
Sat,sab
|
85 |
-
"Please wait...",Attendi...
|
86 |
-
"Daily Archives: %s","Archivi giornalieri: %s"
|
87 |
-
"Monthly Archives: %s","Archivio mensile:%s"
|
88 |
-
"One thought on “%s”","Un pensiero su “%s”"
|
89 |
-
"%s thoughts on “%s”","%s pensieri su “%s”"
|
90 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Continua a leggere <span class=\"meta-nav\">→</span>"
|
91 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Questo articolo è stato pubblicato in %s e taggato come %s il %s<span class=\"by-author\"> da %s</span>"
|
92 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Questo articolo è stato pubblicato in %s il %s<span class=\"by-author\"> da %s</span>."
|
93 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Questo articolo è stato pubblicato il %s<span class=\"by-author\"> da %s</span>."
|
94 |
-
"You have version %s installed. Update to %s.","Si sta utilizzando la versione %s. Aggiornare alla versione %s."
|
95 |
-
"Default Template","Template standard"
|
96 |
-
"Install %s","Installa %s"
|
97 |
-
"Update to version %s","Aggiornare alla versione %s"
|
98 |
-
Position,Posizione
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/ja_JP/Fishpig_Wordpress.csv
DELETED
@@ -1,100 +0,0 @@
|
|
1 |
-
Path,パス
|
2 |
-
Plugin,プラグイン
|
3 |
-
Author,投稿者
|
4 |
-
"Previous Post",過去の投稿へ
|
5 |
-
"Next Post",次の投稿へ
|
6 |
-
"Protected: %s","保護中: %s"
|
7 |
-
Home,ホーム
|
8 |
-
Submit,送信
|
9 |
-
Published,公開済み
|
10 |
-
Pages,固定ページ
|
11 |
-
"Search Posts",投稿を検索
|
12 |
-
Image,画像
|
13 |
-
"An unidentified error has occurred.",不明なエラーが発生しました。
|
14 |
-
of,/
|
15 |
-
Add,追加
|
16 |
-
"No results found.",見つかりませんでした。
|
17 |
-
Tags,タグ
|
18 |
-
Categories,カテゴリー
|
19 |
-
"Leave a comment",コメントする
|
20 |
-
"Sorry, you must be logged in to post a comment.",コメントを投稿するにはログインしてください。
|
21 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","WordPress のホーム URL %s が無効です。<a href=\"%s\">ホーム設定</a>を修正してください。"
|
22 |
-
Search,検索
|
23 |
-
"%s Comments",%s件のコメント
|
24 |
-
"No Comments",コメントはまだありません
|
25 |
-
"1 Comment",1件のコメント
|
26 |
-
Comment,コメント
|
27 |
-
Reply,返信
|
28 |
-
"Leave a Reply",コメントを残す
|
29 |
-
"Your comment is awaiting moderation.",あなたのコメントは承認待ちです。
|
30 |
-
"%s at %s","%s %s"
|
31 |
-
Name,名前
|
32 |
-
Email,メールアドレス
|
33 |
-
Website,ウェブサイト
|
34 |
-
Links,リンク
|
35 |
-
Archives,アーカイブ
|
36 |
-
"Select Month",月を選択
|
37 |
-
Meta,メタ情報
|
38 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","投稿の <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
39 |
-
"Select Category",カテゴリーを選択
|
40 |
-
"Recent Posts",最近の投稿
|
41 |
-
"Recent Comments",最近のコメント
|
42 |
-
"%s on %s","%s への %s"
|
43 |
-
"Tag Cloud",タグクラウド
|
44 |
-
"Comment on %s by %s","%s より %s へのコメント"
|
45 |
-
"By: %s","%s より"
|
46 |
-
"Error establishing a database connection",データベース接続確立エラー
|
47 |
-
Password,パスワード
|
48 |
-
"« Previous","« 前へ"
|
49 |
-
"Next »","次へ »"
|
50 |
-
Close,閉じる
|
51 |
-
January,1月
|
52 |
-
February,2月
|
53 |
-
March,3月
|
54 |
-
April,4月
|
55 |
-
May,5月
|
56 |
-
June,6月
|
57 |
-
July,7月
|
58 |
-
August,8月
|
59 |
-
September,9月
|
60 |
-
October,10月
|
61 |
-
November,11月
|
62 |
-
December,12月
|
63 |
-
Jan_January_abbreviation,1月_January_abbreviation
|
64 |
-
Feb_February_abbreviation,2月_February_abbreviation
|
65 |
-
Mar_March_abbreviation,3月_March_abbreviation
|
66 |
-
Apr_April_abbreviation,4月_April_abbreviation
|
67 |
-
May_May_abbreviation,5月_May_abbreviation
|
68 |
-
Jun_June_abbreviation,6月_June_abbreviation
|
69 |
-
Jul_July_abbreviation,7月_July_abbreviation
|
70 |
-
Aug_August_abbreviation,8月_August_abbreviation
|
71 |
-
Sep_September_abbreviation,9月_September_abbreviation
|
72 |
-
Oct_October_abbreviation,10月_October_abbreviation
|
73 |
-
Nov_November_abbreviation,11月_November_abbreviation
|
74 |
-
Dec_December_abbreviation,12月_December_abbreviation
|
75 |
-
Sunday,日曜日
|
76 |
-
Monday,月曜日
|
77 |
-
Tuesday,火曜日
|
78 |
-
Wednesday,水曜日
|
79 |
-
Thursday,木曜日
|
80 |
-
Friday,金曜日
|
81 |
-
Saturday,土曜日
|
82 |
-
Sun,日
|
83 |
-
Mon,月
|
84 |
-
Tue,火
|
85 |
-
Wed,水
|
86 |
-
Thu,木
|
87 |
-
Fri,金
|
88 |
-
Sat,土
|
89 |
-
"Please wait...",しばらくお待ちください...
|
90 |
-
"Daily Archives: %s","日別アーカイブ: %s"
|
91 |
-
"Monthly Archives: %s","月別アーカイブ: %s"
|
92 |
-
"Continue reading <span class=\"meta-nav\">→</span>","続きを読む <span class=\"meta-nav\">→</span>"
|
93 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","カテゴリー: %s | タグ: %s | 投稿日: %s | <span class=\"by-author\">投稿者: %s</span>"
|
94 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","カテゴリー: %s | 投稿日: %s | <span class=\"by-author\">投稿者: %s</span>"
|
95 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","この投稿は%s<span class=\"by-author\">に%sが公開しました</span>。"
|
96 |
-
"You have version %s installed. Update to %s.","現在お使いのバージョンは %s です。%s に更新します。"
|
97 |
-
"Default Template",デフォルトテンプレート
|
98 |
-
"Install %s","%s のインストール"
|
99 |
-
"Update to version %s","バージョン %s に更新"
|
100 |
-
Position,位置
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/nb_NO/Fishpig_Wordpress.csv
DELETED
@@ -1,103 +0,0 @@
|
|
1 |
-
Path,Bane
|
2 |
-
Plugin,Utvidelse
|
3 |
-
Author,Forfatter
|
4 |
-
Name,Navn
|
5 |
-
"Previous Post","Forrige innlegg"
|
6 |
-
"Next Post","Neste innlegg"
|
7 |
-
"Protected: %s","Beskyttet: %s"
|
8 |
-
Home,Hjem
|
9 |
-
Submit,Send
|
10 |
-
Published,Publisert
|
11 |
-
Pages,Sider
|
12 |
-
"Search Posts","Søk i innlegg"
|
13 |
-
Image,Bilde
|
14 |
-
"An unidentified error has occurred.","En ikke identifisert feil har oppstått."
|
15 |
-
of,av
|
16 |
-
Add,"Legg til "
|
17 |
-
"No results found.","Ingen treff."
|
18 |
-
Tags,Stikkord
|
19 |
-
Categories,Kategorier
|
20 |
-
"Leave a comment","Legg igjen en kommentar"
|
21 |
-
"Sorry, you must be logged in to post a comment.","Beklager, du må være innlogget for å kunne kommentere."
|
22 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Din WordPress hjem-URL %s er ugyldig. Fiks <a href=\"%s\">hjem-valget</a>."
|
23 |
-
Search,Søk
|
24 |
-
"%s Comments","%s kommentarer"
|
25 |
-
"No Comments","Ingen kommentarer"
|
26 |
-
"1 Comment","1 kommentar"
|
27 |
-
Comment,Kommentar
|
28 |
-
Reply,Svar
|
29 |
-
"Leave a Reply","Legg igjen en kommentar"
|
30 |
-
"Your comment is awaiting moderation.","Din kommentar avventer moderasjon."
|
31 |
-
"%s at %s","%s, kl. %s"
|
32 |
-
Email,E-post
|
33 |
-
Website,Nettsted
|
34 |
-
Links,Lenker
|
35 |
-
Archives,Arkiv
|
36 |
-
"Select Month","Velg måned"
|
37 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Innlegg <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
38 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Drives med WordPress, toppmoderne personlig publiseringsverktøy."
|
39 |
-
"Select Category","Velg kategori"
|
40 |
-
"Recent Posts","Siste innlegg"
|
41 |
-
"Recent Comments","Siste kommentarer"
|
42 |
-
"%s on %s","%s til %s"
|
43 |
-
"Tag Cloud",Stikkordsky
|
44 |
-
"Comment on %s by %s","Kommentar til %s av %s"
|
45 |
-
"By: %s","Av: %s"
|
46 |
-
"Error establishing a database connection","Feil: klarte ikke å etablere databasetilkobling"
|
47 |
-
Password,Passord
|
48 |
-
"« Previous","« Forrige"
|
49 |
-
"Next »","Neste »"
|
50 |
-
Close,Lukk
|
51 |
-
January,januar
|
52 |
-
February,februar
|
53 |
-
March,mars
|
54 |
-
April,april
|
55 |
-
May,mai
|
56 |
-
June,juni
|
57 |
-
July,juli
|
58 |
-
August,august
|
59 |
-
September,september
|
60 |
-
October,oktober
|
61 |
-
November,november
|
62 |
-
December,desember
|
63 |
-
Jan_January_abbreviation,jan
|
64 |
-
Feb_February_abbreviation,feb
|
65 |
-
Mar_March_abbreviation,mar
|
66 |
-
Apr_April_abbreviation,apr
|
67 |
-
May_May_abbreviation,mai
|
68 |
-
Jun_June_abbreviation,jun
|
69 |
-
Jul_July_abbreviation,jul
|
70 |
-
Aug_August_abbreviation,aug
|
71 |
-
Sep_September_abbreviation,sept
|
72 |
-
Oct_October_abbreviation,okt
|
73 |
-
Nov_November_abbreviation,nov
|
74 |
-
Dec_December_abbreviation,des
|
75 |
-
Sunday,søndag
|
76 |
-
Monday,mandag
|
77 |
-
Tuesday,tirsdag
|
78 |
-
Wednesday,onsdag
|
79 |
-
Thursday,torsdag
|
80 |
-
Friday,fredag
|
81 |
-
Saturday,lørdag
|
82 |
-
Sun,søn
|
83 |
-
Mon,man
|
84 |
-
Tue,tir
|
85 |
-
Wed,ons
|
86 |
-
Thu,tor
|
87 |
-
Fri,fre
|
88 |
-
Sat,lør
|
89 |
-
"Please wait...","Vennligst vent..."
|
90 |
-
"Daily Archives: %s","Daglige arkiver: %s"
|
91 |
-
"Monthly Archives: %s","Månedlige arkiver: %s"
|
92 |
-
"One thought on “%s”","En tanke om “%s”"
|
93 |
-
"%s thoughts on “%s”","%s tanker om “%s”"
|
94 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Les videre <span class=\"meta-nav\">→</span>"
|
95 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Dette innlegget ble skrevet i %s og market %s, %s<span class=\"by-author\"> av %s</span>."
|
96 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Dette innlegget ble skrevet i %s, %s<span class=\"by-author\"> av %s</span>."
|
97 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Dette innlegget ble skrevet %s<span class=\"by-author\"> av %s</span>."
|
98 |
-
"You have version %s installed. Update to %s.","Du bruker versjon %s. Oppgrader til %s."
|
99 |
-
Tumblr,"Tumblr mikroblogg"
|
100 |
-
"Default Template",Standardmal
|
101 |
-
"Install %s","Installer %s"
|
102 |
-
"Update to version %s","Oppdater til versjon %s"
|
103 |
-
Position,Posisjon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/nl_NL/Fishpig_Wordpress.csv
DELETED
@@ -1,98 +0,0 @@
|
|
1 |
-
Path,Pad
|
2 |
-
Author,Auteur
|
3 |
-
Name,Naam
|
4 |
-
"Previous Post","Vorige bericht"
|
5 |
-
"Next Post","Volgende bericht"
|
6 |
-
"Protected: %s","Beveiligd: %s"
|
7 |
-
Submit,Vastleggen
|
8 |
-
Published,Gepubliceerd
|
9 |
-
Pages,Pagina's
|
10 |
-
"Search Posts","Berichten zoeken"
|
11 |
-
Image,Afbeelding
|
12 |
-
"An unidentified error has occurred.","Er is een ongeïdentificeerde fout opgetreden."
|
13 |
-
of,van
|
14 |
-
Add,Toevoegen
|
15 |
-
"No results found.","Niets gevonden."
|
16 |
-
Categories,Categorieën
|
17 |
-
"Leave a comment","Een reactie plaatsen"
|
18 |
-
"Sorry, you must be logged in to post a comment.","Helaas, je moet ingelogd zijn om een reactie te geven."
|
19 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Je WordPress home URL %s is ongeldig. Corrigeer de <a href=\"%s\">home optie</a>."
|
20 |
-
Search,Zoeken
|
21 |
-
"%s Comments","%s reacties"
|
22 |
-
"No Comments",Reageren?
|
23 |
-
"1 Comment","1 reactie"
|
24 |
-
Comment,Reactie
|
25 |
-
Reply,Reageren
|
26 |
-
"Leave a Reply","Geef een reactie"
|
27 |
-
"Your comment is awaiting moderation.","Je reactie is in afwachting van moderatie."
|
28 |
-
"%s at %s","%s om %s"
|
29 |
-
Email,E-mail
|
30 |
-
Website,Site
|
31 |
-
Archives,Archieven
|
32 |
-
"Select Month","Maand selecteren"
|
33 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Berichten <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
34 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Powered by WordPress"
|
35 |
-
"Select Category","Categorie selecteren"
|
36 |
-
"Recent Posts","Meest recente berichten"
|
37 |
-
"Recent Comments","Recente reacties"
|
38 |
-
"%s on %s","%s op %s"
|
39 |
-
"Tag Cloud",Tagwolk
|
40 |
-
"Comment on %s by %s","Reactie op %s door %s"
|
41 |
-
"By: %s","Door: %s"
|
42 |
-
"Error establishing a database connection","Fout bij het maken van de databaseconnectie"
|
43 |
-
Password,Wachtwoord
|
44 |
-
"« Previous","« Vorige"
|
45 |
-
"Next »","Volgende »"
|
46 |
-
Close,Sluiten
|
47 |
-
January,januari
|
48 |
-
February,februari
|
49 |
-
March,maart
|
50 |
-
April,april
|
51 |
-
May,mei
|
52 |
-
June,juni
|
53 |
-
July,juli
|
54 |
-
August,augustus
|
55 |
-
September,september
|
56 |
-
October,oktober
|
57 |
-
November,november
|
58 |
-
December,december
|
59 |
-
Jan_January_abbreviation,jan
|
60 |
-
Feb_February_abbreviation,feb
|
61 |
-
Mar_March_abbreviation,mrt
|
62 |
-
Apr_April_abbreviation,apr
|
63 |
-
May_May_abbreviation,mei
|
64 |
-
Jun_June_abbreviation,jun
|
65 |
-
Jul_July_abbreviation,jul
|
66 |
-
Aug_August_abbreviation,aug
|
67 |
-
Sep_September_abbreviation,sep
|
68 |
-
Oct_October_abbreviation,okt
|
69 |
-
Nov_November_abbreviation,nov
|
70 |
-
Dec_December_abbreviation,dec
|
71 |
-
Sunday,zondag
|
72 |
-
Monday,maandag
|
73 |
-
Tuesday,dinsdag
|
74 |
-
Wednesday,woensdag
|
75 |
-
Thursday,donderdag
|
76 |
-
Friday,vrijdag
|
77 |
-
Saturday,zaterdag
|
78 |
-
Sun,zo
|
79 |
-
Mon,ma
|
80 |
-
Tue,di
|
81 |
-
Wed,wo
|
82 |
-
Thu,do
|
83 |
-
Fri,vr
|
84 |
-
Sat,za
|
85 |
-
"Please wait...","Even wachten..."
|
86 |
-
"Daily Archives: %s","Dagelijks archief: %s"
|
87 |
-
"Monthly Archives: %s","Maandelijks archief: %s"
|
88 |
-
"One thought on “%s”","Een gedachte over “%s”"
|
89 |
-
"%s thoughts on “%s”","%s gedachten over “%s”"
|
90 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Lees verder <span class=\"meta-nav\">→</span>"
|
91 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Dit bericht werd geplaatst in %s en getagged met %s op %s<span class=\"by-author\"> door %s</span>."
|
92 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Dit bericht werd geplaatst in %s op %s<span class=\"by-author\"> door %s</span>."
|
93 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Dit bericht werd geplaatst op %s<span class=\"by-author\"> door %s</span>."
|
94 |
-
"You have version %s installed. Update to %s.","Je hebt versie %s geïnstalleerd. Naar versie %s bijwerken."
|
95 |
-
"Default Template","Standaard template"
|
96 |
-
"Install %s","%s installeren"
|
97 |
-
"Update to version %s","Bijwerken naar versie %s"
|
98 |
-
Position,Positie
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/nn_NO/Fishpig_Wordpress.csv
DELETED
@@ -1,103 +0,0 @@
|
|
1 |
-
Path,Stig
|
2 |
-
Plugin,Innstikk
|
3 |
-
Author,Forfattar
|
4 |
-
Name,Namn
|
5 |
-
"Previous Post","Førre innlegg"
|
6 |
-
"Next Post","Neste innlegg"
|
7 |
-
"Protected: %s","Verna: %s"
|
8 |
-
Home,Heim
|
9 |
-
Submit,"Send inn"
|
10 |
-
Published,Publisert
|
11 |
-
Pages,Sider
|
12 |
-
"Search Posts","Søk i innlegg"
|
13 |
-
Image,Bilete
|
14 |
-
"An unidentified error has occurred.","Det oppstod ein ukjend feil."
|
15 |
-
of,av
|
16 |
-
Add,"Legg til"
|
17 |
-
"No results found.","Ingen treff."
|
18 |
-
Tags,Merkelappar
|
19 |
-
Categories,Kategoriar
|
20 |
-
"Leave a comment","Legg att eit innspel"
|
21 |
-
"Sorry, you must be logged in to post a comment.","Du må nok vere innlogga for å kunne gje innspel."
|
22 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","WordPress-heimadressa %s er ugyldig. Du må retta opp <a href=\"%s\">heim-innstillinga</a>."
|
23 |
-
Search,Søk
|
24 |
-
"%s Comments","%s innspel"
|
25 |
-
"No Comments","Inkje innspel"
|
26 |
-
"1 Comment","1 innspel"
|
27 |
-
Comment,Innspel
|
28 |
-
Reply,Svar
|
29 |
-
"Leave a Reply","Legg att eit svar"
|
30 |
-
"Your comment is awaiting moderation.","Kommentaren din ventar på godkjenning."
|
31 |
-
"%s at %s","%s kl. %s"
|
32 |
-
Email,Epost
|
33 |
-
Website,Vevstad
|
34 |
-
Links,Lenkjer
|
35 |
-
Archives,Arkiv
|
36 |
-
"Select Month","Vel månad"
|
37 |
-
Meta,Bakom
|
38 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Innlegg <abbr lang=\"en\" xml:lang=\"en\" title=\"Really Simple Syndication\">RSS</abbr>"
|
39 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Vert driven med WordPress, toppmoderne og semantisk personleg publiseringsverkty."
|
40 |
-
"Select Category","Vel kategori"
|
41 |
-
"Recent Posts","Nye innlegg"
|
42 |
-
"Recent Comments","Seinaste innspel"
|
43 |
-
"%s on %s","%s til %s"
|
44 |
-
"Tag Cloud",Merkelappsky
|
45 |
-
"Comment on %s by %s","Innspel til %s av %s"
|
46 |
-
"By: %s","Av: %s"
|
47 |
-
"Error establishing a database connection","Greidde ikkje kopla til databasen"
|
48 |
-
Password,Passord
|
49 |
-
"« Previous","« Førre"
|
50 |
-
"Next »","Neste »"
|
51 |
-
Close,Lukk
|
52 |
-
January,januar
|
53 |
-
February,februar
|
54 |
-
March,mars
|
55 |
-
April,april
|
56 |
-
May,mai
|
57 |
-
June,juni
|
58 |
-
July,juli
|
59 |
-
August,august
|
60 |
-
September,september
|
61 |
-
October,oktober
|
62 |
-
November,november
|
63 |
-
December,desember
|
64 |
-
Jan_January_abbreviation,jan
|
65 |
-
Feb_February_abbreviation,feb
|
66 |
-
Mar_March_abbreviation,mar
|
67 |
-
Apr_April_abbreviation,apr
|
68 |
-
May_May_abbreviation,mai
|
69 |
-
Jun_June_abbreviation,jun
|
70 |
-
Jul_July_abbreviation,jul
|
71 |
-
Aug_August_abbreviation,aug
|
72 |
-
Sep_September_abbreviation,sept
|
73 |
-
Oct_October_abbreviation,okt
|
74 |
-
Nov_November_abbreviation,nov
|
75 |
-
Dec_December_abbreviation,des
|
76 |
-
Sunday,sundag
|
77 |
-
Monday,måndag
|
78 |
-
Tuesday,tysdag
|
79 |
-
Wednesday,onsdag
|
80 |
-
Thursday,torsdag
|
81 |
-
Friday,fredag
|
82 |
-
Saturday,laurdag
|
83 |
-
Sun,sun
|
84 |
-
Mon,mån
|
85 |
-
Tue,tys
|
86 |
-
Wed,ons
|
87 |
-
Thu,tor
|
88 |
-
Fri,fre
|
89 |
-
Sat,lau
|
90 |
-
"Please wait...","Vent litt..."
|
91 |
-
"Daily Archives: %s","Dagsarkiv: %s"
|
92 |
-
"Monthly Archives: %s","Månadsarki: %s"
|
93 |
-
"One thought on “%s”","Ein tanke om “%s”"
|
94 |
-
"%s thoughts on “%s”","%s tankar om “%s”"
|
95 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Les meir <span class=\"meta-nav\">→</span>"
|
96 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Dette innlegget vart lagt inn %s<span class=\"by-author\"> av %s</span> i %s og merka %s."
|
97 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Dette innlegget vart lagt inn %s<span class=\"by-author\"> av %s</span> i %s."
|
98 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Dette innlegget vart lagt inn %s<span class=\"by-author\"> av %s</span>."
|
99 |
-
"You have version %s installed. Update to %s.","Du har utgåve %s installert. Oppdater til %s."
|
100 |
-
"Default Template",Standardmal
|
101 |
-
"Install %s","Installer %s"
|
102 |
-
"Update to version %s","Oppdater til utgåva %s"
|
103 |
-
Position,Plassering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/pl_PL/Fishpig_Wordpress.csv
DELETED
@@ -1,103 +0,0 @@
|
|
1 |
-
Email,E-mail
|
2 |
-
Name,Nazwa
|
3 |
-
Path,Ścieżka
|
4 |
-
"Error establishing a database connection","Błąd łączenia się z bazą danych"
|
5 |
-
Tags,tagi
|
6 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Podany adres strony domowej - %s - jest nieprawidłowy. Proszę poprawić zawartość <a href=\"%s\">pola z adresem strony domowej</a>."
|
7 |
-
Image,Obrazek
|
8 |
-
"Leave a comment","Dodaj komentarz"
|
9 |
-
Categories,kategorie
|
10 |
-
"Search Posts","Szukaj wpisów"
|
11 |
-
Pages,strony
|
12 |
-
"No results found.","Nie znaleziono żadnych elementów."
|
13 |
-
"Select Month","Wybierz miesiąc"
|
14 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Kanał <abbr title=\"Really Simple Syndication\">RSS</abbr> z wpisami"
|
15 |
-
"Select Category","Wybierz kategorię"
|
16 |
-
"Recent Posts","Najnowsze wpisy"
|
17 |
-
"%s on %s","%s o %s"
|
18 |
-
"Tag Cloud","Chmurka tagów"
|
19 |
-
"Comment on %s by %s","Skomentuj %s, którego autorem jest %s"
|
20 |
-
"By: %s","Autor: %s"
|
21 |
-
"« Previous","« Poprzednie"
|
22 |
-
"Next »","Następne »"
|
23 |
-
January,Styczeń
|
24 |
-
February,Luty
|
25 |
-
March,Marzec
|
26 |
-
April,Kwiecień
|
27 |
-
May,Maj
|
28 |
-
June,Czerwiec
|
29 |
-
July,Lipiec
|
30 |
-
August,Sierpień
|
31 |
-
September,Wrzesień
|
32 |
-
October,Październik
|
33 |
-
November,Listopad
|
34 |
-
December,Grudzień
|
35 |
-
Jan_January_abbreviation,sty
|
36 |
-
Feb_February_abbreviation,lut
|
37 |
-
Mar_March_abbreviation,mar
|
38 |
-
Apr_April_abbreviation,kwi
|
39 |
-
May_May_abbreviation,maj
|
40 |
-
Jun_June_abbreviation,cze
|
41 |
-
Jul_July_abbreviation,lip
|
42 |
-
Aug_August_abbreviation,sie
|
43 |
-
Sep_September_abbreviation,wrz
|
44 |
-
Oct_October_abbreviation,paź
|
45 |
-
Nov_November_abbreviation,lis
|
46 |
-
Dec_December_abbreviation,gru
|
47 |
-
Sunday,niedziela
|
48 |
-
Monday,poniedziałek
|
49 |
-
Tuesday,wtorek
|
50 |
-
Wednesday,środa
|
51 |
-
Thursday,czwartek
|
52 |
-
Friday,piątek
|
53 |
-
Saturday,sobota
|
54 |
-
Sun,nie
|
55 |
-
Mon,pon
|
56 |
-
Tue,wt
|
57 |
-
Wed,śr
|
58 |
-
Thu,czw
|
59 |
-
Fri,pt
|
60 |
-
Sat,sob
|
61 |
-
"Please wait...","Proszę czekać..."
|
62 |
-
Type,Typ
|
63 |
-
"Previous Post","Poprzedni wpis"
|
64 |
-
"Next Post","Następny wpis"
|
65 |
-
"Protected: %s","Zabezpieczony: %s"
|
66 |
-
Home,"Strona główna"
|
67 |
-
Published,Opublikowano
|
68 |
-
"An unidentified error has occurred.","Wystąpił niezidentyfikowany błąd."
|
69 |
-
of,z
|
70 |
-
Plugin,Wtyczkę
|
71 |
-
Website,"Witryna internetowa"
|
72 |
-
"Sorry, you must be logged in to post a comment.","Przepraszamy, musisz się zalogować, aby móc napisać komentarz."
|
73 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Ta strona jest oparta na WordPressie — nowoczesnej, semantycznej, osobistej platformie publikacyjnej."
|
74 |
-
"No Comments","Brak komentarzy"
|
75 |
-
"1 Comment","1 komentarz"
|
76 |
-
"%s Comments","%s komentarzy"
|
77 |
-
"Your comment is awaiting moderation.","Twój komentarz oczekuje na moderację."
|
78 |
-
"%s at %s","%s o %s"
|
79 |
-
"Leave a Reply","Dodaj komentarz"
|
80 |
-
Author,Autor
|
81 |
-
Comment,Komentarz
|
82 |
-
Submit,Wyślij
|
83 |
-
"Recent Comments","Najnowsze komentarze"
|
84 |
-
Reply,Odpowiedz
|
85 |
-
Archives,Archiwa
|
86 |
-
Password,Hasło
|
87 |
-
Add,Dodaj
|
88 |
-
Search,Szukaj
|
89 |
-
Links,Odnośniki
|
90 |
-
Close,Zamknij
|
91 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Wpis opublikowany w %s i otagowany %s %s<span class=\"by-author\"> przez %s</span>."
|
92 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Ten wpis został opublikowany w %s dnia %s, <span class=\"by-author\">przez %s</span>."
|
93 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Ten wpis został opublikowany dnia %s, <span class=\"by-author\">przez %s</span>."
|
94 |
-
"One thought on “%s”","Jedna myśl nt. „%s”"
|
95 |
-
"%s thoughts on “%s”","%s myśli nt. „%s”"
|
96 |
-
"Daily Archives: %s","Dzienne archiwum: %s"
|
97 |
-
"Monthly Archives: %s","Miesięczne archiwum: %s"
|
98 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Czytaj dalej <span class=\"meta-nav\">→</span>"
|
99 |
-
"You have version %s installed. Update to %s.","Używasz wersji %s. Zaktualizuj do wersji %s."
|
100 |
-
"Update to version %s","Zaktualizuj do wersji %s"
|
101 |
-
"Install %s","Zainstaluj „%s”"
|
102 |
-
Position,Położenie
|
103 |
-
"Default Template","Domyślny szablon"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/pt_BR/Fishpig_Wordpress.csv
DELETED
@@ -1,99 +0,0 @@
|
|
1 |
-
Path,Caminho
|
2 |
-
Author,Autor
|
3 |
-
Type,Tipo
|
4 |
-
Name,Nome
|
5 |
-
"Previous Post","Post anterior"
|
6 |
-
"Next Post","Post seguinte"
|
7 |
-
"Protected: %s","Protegido: %s"
|
8 |
-
Home,Início
|
9 |
-
Submit,Enviar
|
10 |
-
Published,Publicado
|
11 |
-
Pages,Páginas
|
12 |
-
"Search Posts","Pesquisar posts"
|
13 |
-
Image,Imagem
|
14 |
-
"An unidentified error has occurred.","Ocorreu um erro não identificado."
|
15 |
-
of,de
|
16 |
-
Add,Adicionar
|
17 |
-
"No results found.","Nenhum resultado encontrado."
|
18 |
-
Categories,Categorias
|
19 |
-
"Leave a comment","Deixe um comentário"
|
20 |
-
"Sorry, you must be logged in to post a comment.","Você precisa fazer login para publicar um comentário."
|
21 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","O URL inicial de seu WordPress %s é inválido. Corrija <a href=\"%s\">opção inicial</a>."
|
22 |
-
Search,Pesquisar
|
23 |
-
"%s Comments","%s Comentários"
|
24 |
-
"No Comments","Nenhum Comentário"
|
25 |
-
"1 Comment","1 Comentário"
|
26 |
-
Comment,Comentário
|
27 |
-
Reply,Responder
|
28 |
-
"Leave a Reply","Deixe uma resposta"
|
29 |
-
"Your comment is awaiting moderation.","Seu comentário está aguardando moderação."
|
30 |
-
"%s at %s","%s às %s"
|
31 |
-
Website,Site
|
32 |
-
Archives,Arquivos
|
33 |
-
"Select Month","Selecionar o mês"
|
34 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Posts <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
35 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Powered by WordPress, uma plataforma semântica de vanguarda para publicação pessoal."
|
36 |
-
"Select Category","Selecionar categoria"
|
37 |
-
"Recent Posts","Tópicos recentes"
|
38 |
-
"Recent Comments",Comentários
|
39 |
-
"%s on %s","%s em %s"
|
40 |
-
"Tag Cloud","Nuvem de tags"
|
41 |
-
"Comment on %s by %s","Comentário sobre %s por %s"
|
42 |
-
"By: %s","Por: %s"
|
43 |
-
"Error establishing a database connection","Erro ao estabelecer uma conexão com o Banco de Dados"
|
44 |
-
Password,Senha
|
45 |
-
"« Previous","« Anterior"
|
46 |
-
"Next »","Próximo »"
|
47 |
-
Close,Fechar
|
48 |
-
January,janeiro
|
49 |
-
February,fevereiro
|
50 |
-
March,março
|
51 |
-
April,abril
|
52 |
-
May,maio
|
53 |
-
June,junho
|
54 |
-
July,julho
|
55 |
-
August,agosto
|
56 |
-
September,setembro
|
57 |
-
October,outubro
|
58 |
-
November,novembro
|
59 |
-
December,dezembro
|
60 |
-
Jan_January_abbreviation,jan
|
61 |
-
Feb_February_abbreviation,fev
|
62 |
-
Mar_March_abbreviation,mar
|
63 |
-
Apr_April_abbreviation,abr
|
64 |
-
May_May_abbreviation,mai
|
65 |
-
Jun_June_abbreviation,jun
|
66 |
-
Jul_July_abbreviation,jul
|
67 |
-
Aug_August_abbreviation,ago
|
68 |
-
Sep_September_abbreviation,set
|
69 |
-
Oct_October_abbreviation,out
|
70 |
-
Nov_November_abbreviation,nov
|
71 |
-
Dec_December_abbreviation,dez
|
72 |
-
Sunday,domingo
|
73 |
-
Monday,segunda-feira
|
74 |
-
Tuesday,terça-feira
|
75 |
-
Wednesday,quarta-feira
|
76 |
-
Thursday,quinta-feira
|
77 |
-
Friday,sexta-feira
|
78 |
-
Saturday,sábado
|
79 |
-
Sun,dom
|
80 |
-
Mon,seg
|
81 |
-
Tue,ter
|
82 |
-
Wed,qua
|
83 |
-
Thu,qui
|
84 |
-
Fri,sex
|
85 |
-
Sat,sáb
|
86 |
-
"Please wait...",Aguarde...
|
87 |
-
"Daily Archives: %s","Arquivo diários:%s"
|
88 |
-
"Monthly Archives: %s","Arquivo mensais:%s"
|
89 |
-
"One thought on “%s”","Uma ideia sobre “%s”"
|
90 |
-
"%s thoughts on “%s”","%s ideias sobre “%s”"
|
91 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Continue lendo <span class=\"meta-nav\">→</span>"
|
92 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Este post foi publicado em %s e marcado com a tag %s em %s<span class=\"by-author\"> por %s</span>."
|
93 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Este post foi publicado em %s em %s<span class=\"by-author\"> por %s</span>."
|
94 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Este post foi publicado em %s<span class=\"by-author\"> por %s</span>."
|
95 |
-
"You have version %s installed. Update to %s.","Você possui a versão %s instalada. Atualize para versão %s."
|
96 |
-
"Default Template","Modelo Padrão"
|
97 |
-
"Install %s","Instalar %s"
|
98 |
-
"Update to version %s","Atualizar para versão %s"
|
99 |
-
Position,Posição
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/pt_PT/Fishpig_Wordpress.csv
DELETED
@@ -1,99 +0,0 @@
|
|
1 |
-
Path,Caminho
|
2 |
-
Author,Autor
|
3 |
-
Type,Tipo
|
4 |
-
Name,Nome
|
5 |
-
"Previous Post","Artigo anterior"
|
6 |
-
"Next Post","Artigo seguinte"
|
7 |
-
"Protected: %s","Protegido: %s"
|
8 |
-
Home,Início
|
9 |
-
Submit,Submeter
|
10 |
-
Published,Publicado
|
11 |
-
Pages,Páginas
|
12 |
-
"Search Posts","Pesquisar artigos"
|
13 |
-
Image,Imagem
|
14 |
-
"An unidentified error has occurred.","Ocorreu um erro não identificado."
|
15 |
-
of,de
|
16 |
-
Add,Adicionar
|
17 |
-
"No results found.","Nenhum resultado encontrado."
|
18 |
-
Tags,Etiquetas
|
19 |
-
Categories,Categorias
|
20 |
-
"Leave a comment","Deixe o seu comentário"
|
21 |
-
"Sorry, you must be logged in to post a comment.","Tem de ter sessão iniciada para publicar um comentário."
|
22 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","O seu URL %s de 'home' do WordPress é inválido. Por favor corrija a <a href=\"%s\">opção</a>."
|
23 |
-
Search,Procurar
|
24 |
-
"%s Comments","%s Comentários"
|
25 |
-
"No Comments","Sem Comentários"
|
26 |
-
"1 Comment","1 Comentário"
|
27 |
-
Comment,Comentário
|
28 |
-
Reply,Responder
|
29 |
-
"Leave a Reply","Deixar uma resposta"
|
30 |
-
"Your comment is awaiting moderation.","O seu comentário aguarda moderação."
|
31 |
-
"%s at %s","%s ás %s"
|
32 |
-
Archives,Arquivo
|
33 |
-
"Select Month","Seleccionar Mês"
|
34 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","<abbr title=\"Really Simple Syndication\">RSS</abbr> dos artigos"
|
35 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Criado com WordPress, plataforma de publicação pessoal semântica de vanguarda."
|
36 |
-
"Select Category","Seleccionar categoria"
|
37 |
-
"Recent Posts","Artigos recentes"
|
38 |
-
"Recent Comments","Comentários recentes"
|
39 |
-
"%s on %s","%s em %s"
|
40 |
-
"Tag Cloud","Nuvem de etiquetas"
|
41 |
-
"Comment on %s by %s","Comentário em %s por %s"
|
42 |
-
"By: %s","Por: %s"
|
43 |
-
"Error establishing a database connection","Erro ao estabelecer uma ligação com a base de dados"
|
44 |
-
Password,Senha
|
45 |
-
"« Previous","« Anterior"
|
46 |
-
"Next »","Seguinte »"
|
47 |
-
Close,Fechar
|
48 |
-
January,Janeiro
|
49 |
-
February,Fevereiro
|
50 |
-
March,Março
|
51 |
-
April,Abril
|
52 |
-
May,Maio
|
53 |
-
June,Junho
|
54 |
-
July,Julho
|
55 |
-
August,Agosto
|
56 |
-
September,Setembro
|
57 |
-
October,Outubro
|
58 |
-
November,Novembro
|
59 |
-
December,Dezembro
|
60 |
-
Jan_January_abbreviation,Jan
|
61 |
-
Feb_February_abbreviation,Fev
|
62 |
-
Mar_March_abbreviation,Mar
|
63 |
-
Apr_April_abbreviation,Abr
|
64 |
-
May_May_abbreviation,Mai
|
65 |
-
Jun_June_abbreviation,Jun
|
66 |
-
Jul_July_abbreviation,Jul
|
67 |
-
Aug_August_abbreviation,Ago
|
68 |
-
Sep_September_abbreviation,Set
|
69 |
-
Oct_October_abbreviation,Out
|
70 |
-
Nov_November_abbreviation,Nov
|
71 |
-
Dec_December_abbreviation,Dez
|
72 |
-
Sunday,Domingo
|
73 |
-
Monday,Segunda-feira
|
74 |
-
Tuesday,Terça-feira
|
75 |
-
Wednesday,Quarta-feira
|
76 |
-
Thursday,Quinta-feira
|
77 |
-
Friday,Sexta-feira
|
78 |
-
Saturday,Sábado
|
79 |
-
Sun,Dom
|
80 |
-
Mon,Seg
|
81 |
-
Tue,Ter
|
82 |
-
Wed,Qua
|
83 |
-
Thu,Qui
|
84 |
-
Fri,Sex
|
85 |
-
Sat,Sáb
|
86 |
-
"Please wait...","Por favor aguarde..."
|
87 |
-
"Daily Archives: %s","Arquivo diário: %s"
|
88 |
-
"Monthly Archives: %s","Arquivo mensal: %s"
|
89 |
-
"One thought on “%s”","1 comentário a “%s”"
|
90 |
-
"%s thoughts on “%s”","%s comentários a “%s”"
|
91 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Continuar a ler <span class=\"meta-nav\">→</span>"
|
92 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Publicado em %s com a(s) etiqueta(s) %s a %s<span class=\"by-author\"> por %s</span>."
|
93 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Publicado em %s a %s<span class=\"by-author\"> por %s</span>."
|
94 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Publicado a %s<span class=\"by-author\"> por %s</span>."
|
95 |
-
"You have version %s installed. Update to %s.","Você tem a versão %s instalada. Actualize para a versão %s."
|
96 |
-
"Default Template","Modelo por Omissão"
|
97 |
-
"Install %s","Instalar %s"
|
98 |
-
"Update to version %s","Actualizado para a versão %s"
|
99 |
-
Position,Posição
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/ru_RU/Fishpig_Wordpress.csv
DELETED
@@ -1,104 +0,0 @@
|
|
1 |
-
"Sorry, you must be logged in to post a comment.","Извините, для отправки комментария вы должны авторизоваться."
|
2 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Адрес WordPress (%s) указан неверно. Пожалуйста, исправьте его <a href=\"%s\">в настройках</a>."
|
3 |
-
Search,Поиск
|
4 |
-
"No results found.","Результатов не найдено."
|
5 |
-
Categories,рубрики
|
6 |
-
"%s Comments","Комментарии (%s)"
|
7 |
-
"No Comments","Комментариев нет"
|
8 |
-
"1 Comment","1 комментарий"
|
9 |
-
Comment,комментарий
|
10 |
-
Reply,Ответить
|
11 |
-
"Leave a Reply","Добавить комментарий"
|
12 |
-
"Your comment is awaiting moderation.","Ваш комментарий ожидает проверки."
|
13 |
-
"%s at %s","%s в %s"
|
14 |
-
Name,Название
|
15 |
-
Email,E-mail
|
16 |
-
Website,Сайт
|
17 |
-
Pages,страницы
|
18 |
-
Links,Ссылки
|
19 |
-
Archives,Архивы
|
20 |
-
"Select Month","Выберите месяц"
|
21 |
-
Meta,Мета
|
22 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","<abbr title=\"Really Simple Syndication\">RSS</abbr> записей"
|
23 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Сайт работает на WordPress — современной персональной платформе для публикаций."
|
24 |
-
"Select Category","Выберите рубрику"
|
25 |
-
"Recent Posts","Свежие записи"
|
26 |
-
"Recent Comments","Свежие комментарии"
|
27 |
-
"%s on %s","%s к записи %s"
|
28 |
-
"Tag Cloud","Облако меток"
|
29 |
-
Tags,метки
|
30 |
-
"Comment on %s by %s","Комментарий к записи %s (%s)"
|
31 |
-
"By: %s","Автор: %s"
|
32 |
-
"Error establishing a database connection","Ошибка установки соединения с базой данных"
|
33 |
-
Password,Пароль
|
34 |
-
"« Previous","← Ранее"
|
35 |
-
"Next »","Далее →"
|
36 |
-
Close,Закрыть
|
37 |
-
January,Январь
|
38 |
-
February,Февраль
|
39 |
-
March,Март
|
40 |
-
April,Апрель
|
41 |
-
May,Май
|
42 |
-
June,Июнь
|
43 |
-
July,Июль
|
44 |
-
August,Август
|
45 |
-
September,Сентябрь
|
46 |
-
October,Октябрь
|
47 |
-
November,Ноябрь
|
48 |
-
December,Декабрь
|
49 |
-
Jan_January_abbreviation,Янв
|
50 |
-
Feb_February_abbreviation,Фев
|
51 |
-
Mar_March_abbreviation,Мар
|
52 |
-
Apr_April_abbreviation,Апр
|
53 |
-
May_May_abbreviation,Май
|
54 |
-
Jun_June_abbreviation,Июн
|
55 |
-
Jul_July_abbreviation,Июл
|
56 |
-
Aug_August_abbreviation,Авг
|
57 |
-
Sep_September_abbreviation,Сен
|
58 |
-
Oct_October_abbreviation,Окт
|
59 |
-
Nov_November_abbreviation,Ноя
|
60 |
-
Dec_December_abbreviation,Дек
|
61 |
-
Sunday,Воскресенье
|
62 |
-
Monday,Понедельник
|
63 |
-
Tuesday,Вторник
|
64 |
-
Wednesday,Среда
|
65 |
-
Thursday,Четверг
|
66 |
-
Friday,Пятница
|
67 |
-
Saturday,Суббота
|
68 |
-
Sun,Вс
|
69 |
-
Mon,Пн
|
70 |
-
Tue,Вт
|
71 |
-
Wed,Ср
|
72 |
-
Thu,Чт
|
73 |
-
Fri,Пт
|
74 |
-
Sat,Сб
|
75 |
-
"Please wait...","Пожалуйста, подождите..."
|
76 |
-
Path,Путь
|
77 |
-
Plugin,Плагин
|
78 |
-
Author,Автор
|
79 |
-
Type,Тип
|
80 |
-
"Previous Post","Предыдущая запись"
|
81 |
-
"Next Post","Следующая запись"
|
82 |
-
"Protected: %s","Защищено: %s"
|
83 |
-
Home,Главная
|
84 |
-
Submit,Отправить
|
85 |
-
Published,Опубликовано
|
86 |
-
"Search Posts","Поиск записей"
|
87 |
-
Image,Изображение
|
88 |
-
"An unidentified error has occurred.","Произошла неопределённая ошибка."
|
89 |
-
of,из
|
90 |
-
Add,Добавить
|
91 |
-
"Leave a comment","Оставить комментарий"
|
92 |
-
"Daily Archives: %s","Архив за день: %s"
|
93 |
-
"Monthly Archives: %s","Архив за месяц: %s"
|
94 |
-
"One thought on “%s”","%s: Один комментарий"
|
95 |
-
"%s thoughts on “%s”","%s: %s комментария"
|
96 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Читать далее <span class=\"meta-nav\">→</span>"
|
97 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Запись опубликована %s<span class=\"by-author\"> автором %s</span> в рубрике %s с метками %s."
|
98 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Запись опубликована %s<span class=\"by-author\"> автором %s</span> в рубрике %s."
|
99 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Запись опубликована %s<span class=\"by-author\"> автором %s</span>."
|
100 |
-
Position,Позиция
|
101 |
-
"Install %s","Установить %s"
|
102 |
-
"Update to version %s","Обновить до версии %s"
|
103 |
-
"Default Template","Базовый шаблон"
|
104 |
-
"You have version %s installed. Update to %s.","Вы используете версию %s. Обновить до %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/sl_SI/Fishpig_Wordpress.csv
DELETED
@@ -1,99 +0,0 @@
|
|
1 |
-
Path,Pot
|
2 |
-
Plugin,Vtičnik
|
3 |
-
Author,Avtor
|
4 |
-
Type,Tip
|
5 |
-
Name,Ime
|
6 |
-
"Previous Post","Prejšnji prispevek"
|
7 |
-
"Next Post","Naslednji prispevek"
|
8 |
-
"Protected: %s","Zaščiteno: %s"
|
9 |
-
Home,Domov
|
10 |
-
Submit,Pošlji
|
11 |
-
Published,Objavljeno
|
12 |
-
Pages,Strani
|
13 |
-
"Search Posts","Išči prispevke"
|
14 |
-
Image,Slika
|
15 |
-
"An unidentified error has occurred.","Prišlo je do neznane napake."
|
16 |
-
of,od
|
17 |
-
Add,Dodaj
|
18 |
-
"No results found.","Ni rezultatov."
|
19 |
-
Tags,Znački
|
20 |
-
Categories,Kategoriji
|
21 |
-
"Leave a comment",Komentiraj
|
22 |
-
"Sorry, you must be logged in to post a comment.","Oprostite, za objavo komentarja morate biti prijavljen."
|
23 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Vaš domači WordPress URL %s ni velajven. Prosim, <a href=\"%s\">popravite to nastavitev</a>."
|
24 |
-
Search,Išči
|
25 |
-
"%s Comments","%s Komentarjev"
|
26 |
-
"No Comments","Brez komentarja"
|
27 |
-
"1 Comment","1 Komentar"
|
28 |
-
Comment,Komentar
|
29 |
-
Reply,Odgovori
|
30 |
-
"Leave a Reply","Dodaj odgovor"
|
31 |
-
"Your comment is awaiting moderation.","Vaš komentar čaka na odobritev."
|
32 |
-
"%s at %s","%s ob %s"
|
33 |
-
Email,E-pošta
|
34 |
-
Website,"Spletna stran"
|
35 |
-
Links,Povezave
|
36 |
-
Archives,Arhivi
|
37 |
-
"Select Month","Izberite Mesec"
|
38 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Vnosi <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
39 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Poganja WordPress, najsodobnejši sistem za semantično osebno objavljanje na spletu."
|
40 |
-
"Select Category","Izberite kategorijo"
|
41 |
-
"Recent Posts","Najnovejši Prispevki"
|
42 |
-
"Recent Comments","Najnovejši komentarji"
|
43 |
-
"%s on %s","%s na %s"
|
44 |
-
"Tag Cloud","Oblak značk"
|
45 |
-
"Comment on %s by %s","Komentar na %s od %s"
|
46 |
-
"By: %s","Avtor: %s"
|
47 |
-
"Error establishing a database connection","Napaka vzpostavljanja povezave z podatkovno bazo"
|
48 |
-
Password,Geslo
|
49 |
-
"« Previous","« Nazaj"
|
50 |
-
"Next »","Naprej »"
|
51 |
-
Close,Zapri
|
52 |
-
January,Januar
|
53 |
-
February,Februar
|
54 |
-
March,Marec
|
55 |
-
May,Maj
|
56 |
-
June,Junij
|
57 |
-
July,Julij
|
58 |
-
August,Avgust
|
59 |
-
October,Oktober
|
60 |
-
Jan_January_abbreviation,jan
|
61 |
-
Feb_February_abbreviation,feb
|
62 |
-
Mar_March_abbreviation,mar
|
63 |
-
Apr_April_abbreviation,apr
|
64 |
-
May_May_abbreviation,maj
|
65 |
-
Jun_June_abbreviation,jun
|
66 |
-
Jul_July_abbreviation,jul
|
67 |
-
Aug_August_abbreviation,avg
|
68 |
-
Sep_September_abbreviation,sep
|
69 |
-
Oct_October_abbreviation,okt
|
70 |
-
Nov_November_abbreviation,nov
|
71 |
-
Dec_December_abbreviation,dec
|
72 |
-
Sunday,Nedelja
|
73 |
-
Monday,Ponedeljek
|
74 |
-
Tuesday,Torek
|
75 |
-
Wednesday,Sreda
|
76 |
-
Thursday,Četrtek
|
77 |
-
Friday,Petek
|
78 |
-
Saturday,Sobota
|
79 |
-
Sun,Ned
|
80 |
-
Mon,Pon
|
81 |
-
Tue,Tor
|
82 |
-
Wed,Sre
|
83 |
-
Thu,Čet
|
84 |
-
Fri,Pet
|
85 |
-
Sat,Sob
|
86 |
-
"Please wait...","Prosim počakaje..."
|
87 |
-
"Daily Archives: %s","Dnevni arhivi: %s"
|
88 |
-
"Monthly Archives: %s","Mesečni arhivi: %s"
|
89 |
-
"One thought on “%s”","Ena misel na “%s”"
|
90 |
-
"%s thoughts on “%s”","%s misli na “%s”"
|
91 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Beri naprej <span class=\"meta-nav\">→</span>"
|
92 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Ta vnos je objavil <span class=\"by-author\">%s</span> %s v %s in označil z %s."
|
93 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Ta vnos je objavil <span class=\"by-author\">%s</span> %s v %s."
|
94 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Ta vnos je objavil <span class=\"by-author\">%s</span> %s."
|
95 |
-
"You have version %s installed. Update to %s.","Nameščena je različica %s. Posodobi na %s."
|
96 |
-
"Default Template","Privzeta predloga"
|
97 |
-
"Install %s","Namesti %s"
|
98 |
-
"Update to version %s","Posodobitev na različico %s"
|
99 |
-
Position,Položaj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/sv_SE/Fishpig_Wordpress.csv
DELETED
@@ -1,102 +0,0 @@
|
|
1 |
-
Path,Sökväg
|
2 |
-
Plugin,Tillägg
|
3 |
-
Author,Författare
|
4 |
-
Type,Typ
|
5 |
-
Name,Namn
|
6 |
-
"Previous Post","Tidigare inlägg"
|
7 |
-
"Next Post","Följande inlägg"
|
8 |
-
"Protected: %s","Lösenordsskyddad: %s"
|
9 |
-
Home,Hem
|
10 |
-
Submit,Skicka
|
11 |
-
Published,Publicerat
|
12 |
-
Pages,Sidor
|
13 |
-
"Search Posts","Sök inlägg"
|
14 |
-
Image,Bild
|
15 |
-
"An unidentified error has occurred.","Ett oidentifierat fel har uppstått."
|
16 |
-
of,av
|
17 |
-
Add,"Lägg till"
|
18 |
-
"No results found.","Hittade inga resultat."
|
19 |
-
Tags,Etiketter
|
20 |
-
Categories,Kategorier
|
21 |
-
"Leave a comment","Lämna en kommentar"
|
22 |
-
"Sorry, you must be logged in to post a comment.","Tyvärr måste du vara inloggad för att skriva en kommentar."
|
23 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","Din hemadress angiven för WordPress: %s är ogiltig. Korrigera inställningarna för <a href=\"%s\">hemadressen</a>."
|
24 |
-
Search,Sök
|
25 |
-
"%s Comments","%s kommentarer"
|
26 |
-
"No Comments","Inga kommentarer"
|
27 |
-
"1 Comment","1 kommentar"
|
28 |
-
Comment,Kommentar
|
29 |
-
Reply,Svara
|
30 |
-
"Leave a Reply",Kommentera
|
31 |
-
"Your comment is awaiting moderation.","Din kommentar inväntar granskning."
|
32 |
-
"%s at %s","%s kl. %s"
|
33 |
-
Email,E-post
|
34 |
-
Website,Webbplats
|
35 |
-
Links,Länkar
|
36 |
-
Archives,Arkiv
|
37 |
-
"Select Month","Välj månad"
|
38 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Inlägg via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
39 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","Drivs med WordPress, en toppmodern, semantisk publiceringsplattform."
|
40 |
-
"Select Category","Välj kategori"
|
41 |
-
"Recent Posts","Senaste inläggen"
|
42 |
-
"Recent Comments","Senaste kommentarer"
|
43 |
-
"%s on %s","%s om %s"
|
44 |
-
"Tag Cloud",Etikettmoln
|
45 |
-
"Comment on %s by %s","Kommentarer till %s av %s"
|
46 |
-
"By: %s","Av: %s"
|
47 |
-
"Error establishing a database connection","Ett fel uppstod vid anslutning till databasen"
|
48 |
-
Password,Lösenord
|
49 |
-
"« Previous","« Föregående"
|
50 |
-
"Next »","Nästa »"
|
51 |
-
Close,Stäng
|
52 |
-
January,januari
|
53 |
-
February,februari
|
54 |
-
March,mars
|
55 |
-
April,april
|
56 |
-
May,maj
|
57 |
-
June,juni
|
58 |
-
July,juli
|
59 |
-
August,augusti
|
60 |
-
September,september
|
61 |
-
October,oktober
|
62 |
-
November,november
|
63 |
-
December,december
|
64 |
-
Jan_January_abbreviation,Jan
|
65 |
-
Feb_February_abbreviation,Feb
|
66 |
-
Mar_March_abbreviation,Mar
|
67 |
-
Apr_April_abbreviation,Apr
|
68 |
-
May_May_abbreviation,Maj
|
69 |
-
Jun_June_abbreviation,Jun
|
70 |
-
Jul_July_abbreviation,Jul
|
71 |
-
Aug_August_abbreviation,Aug
|
72 |
-
Sep_September_abbreviation,Sep
|
73 |
-
Oct_October_abbreviation,Okt
|
74 |
-
Nov_November_abbreviation,Nov
|
75 |
-
Dec_December_abbreviation,Dec
|
76 |
-
Sunday,söndag
|
77 |
-
Monday,måndag
|
78 |
-
Tuesday,tisdag
|
79 |
-
Wednesday,onsdag
|
80 |
-
Thursday,torsdag
|
81 |
-
Friday,fredag
|
82 |
-
Saturday,lördag
|
83 |
-
Sun,sön
|
84 |
-
Mon,mån
|
85 |
-
Tue,tis
|
86 |
-
Wed,ons
|
87 |
-
Thu,tor
|
88 |
-
Fri,fre
|
89 |
-
Sat,lör
|
90 |
-
"Please wait...",Vänta...
|
91 |
-
"Daily Archives: %s","Dagsarkiv: %s"
|
92 |
-
"Monthly Archives: %s","månadsarkiv: %s"
|
93 |
-
"One thought on “%s”","En reaktion på “%s”"
|
94 |
-
"%s thoughts on “%s”","%s reaktion på “%s”"
|
95 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Läs mer <span class=\"meta-nav\">→</span>"
|
96 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","Detta inlägg postades i %s och märktes %s den %s<span class=\"by-author\"> av %s</span>."
|
97 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Detta inlägg postades i %s den %s<span class=\"by-author\"> av %s</span>."
|
98 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Detta inlägg postades den %s<span class=\"by-author\"> av %s</span>."
|
99 |
-
"You have version %s installed. Update to %s.","Du har version %s installerad. Uppdatera till %s."
|
100 |
-
"Default Template",Standardmall
|
101 |
-
"Install %s","Installera %s"
|
102 |
-
"Update to version %s","Uppdatera till %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/tr_TR/Fishpig_Wordpress.csv
DELETED
@@ -1,103 +0,0 @@
|
|
1 |
-
Path,Yol
|
2 |
-
Plugin,Eklenti
|
3 |
-
Author,Yazar
|
4 |
-
Type,Tür
|
5 |
-
Name,İsim
|
6 |
-
"Previous Post","Önceki Yazı"
|
7 |
-
"Next Post","Sonraki Yazı"
|
8 |
-
"Protected: %s","Korumalı: %s"
|
9 |
-
Home,Başlangıç
|
10 |
-
Submit,Gönder
|
11 |
-
Published,Yayınlanmış
|
12 |
-
Pages,Sayfa
|
13 |
-
"Search Posts","Yazılarda Ara"
|
14 |
-
Image,Resim
|
15 |
-
"An unidentified error has occurred.","Tanımlanamayan bir hata oluştu."
|
16 |
-
of,","
|
17 |
-
Add,Ekle
|
18 |
-
"No results found.","Hiçbir sonuç bulunamadı."
|
19 |
-
Tags,Etiket
|
20 |
-
Categories,Kategori
|
21 |
-
"Leave a comment","Yorum yapın"
|
22 |
-
"Sorry, you must be logged in to post a comment.","Üzgünüz, yorum yapmak için giriş yapmalısınız."
|
23 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","WordPress ana sayfa adresiniz %s geçersiz. Lütfen <a href=\"%s\">anasayfa ayarından</a> düzeltin."
|
24 |
-
Search,Ara
|
25 |
-
"%s Comments","%s Yorum"
|
26 |
-
"No Comments","Yorum Yapılmamış"
|
27 |
-
"1 Comment","1 Yorum"
|
28 |
-
Comment,Yorum
|
29 |
-
Reply,Yanıtla
|
30 |
-
"Leave a Reply","Bir Cevap Yazın"
|
31 |
-
"Your comment is awaiting moderation.","Yorumunuz denetim için bekliyor."
|
32 |
-
"%s at %s","%s, %s"
|
33 |
-
Email,E-posta
|
34 |
-
Website,"İnternet sitesi"
|
35 |
-
Links,Bağlantılar
|
36 |
-
Archives,Arşiv
|
37 |
-
"Select Month","Ay Seçin"
|
38 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","Yazılar <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
39 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","WordPress’in desteğiyle, kişisel yayın ortamı."
|
40 |
-
"Select Category","Kategori Seçin"
|
41 |
-
"Recent Posts","Son Yazılar"
|
42 |
-
"Recent Comments","Son Yorumlar"
|
43 |
-
"%s on %s","%s için %s"
|
44 |
-
"Tag Cloud","Etiket Bulutu"
|
45 |
-
"Comment on %s by %s","%s yazısına %s tarafından yapılan yorumlar"
|
46 |
-
"By: %s","Yazar: %s"
|
47 |
-
"Error establishing a database connection","Veritabanı bağlantısı kurulurken hata oluştu"
|
48 |
-
Password,Parola
|
49 |
-
"« Previous","« Önceki"
|
50 |
-
"Next »","Sonraki »"
|
51 |
-
Close,Kapat
|
52 |
-
January,Ocak
|
53 |
-
February,Şubat
|
54 |
-
March,Mart
|
55 |
-
April,Nisan
|
56 |
-
May,Mayıs
|
57 |
-
June,Haziran
|
58 |
-
July,Temmuz
|
59 |
-
August,Ağustos
|
60 |
-
September,Eylül
|
61 |
-
October,Ekim
|
62 |
-
November,Kasım
|
63 |
-
December,Aralık
|
64 |
-
Jan_January_abbreviation,Oca
|
65 |
-
Feb_February_abbreviation,Şub
|
66 |
-
Mar_March_abbreviation,Mar
|
67 |
-
Apr_April_abbreviation,Nis
|
68 |
-
May_May_abbreviation,May
|
69 |
-
Jun_June_abbreviation,Haz
|
70 |
-
Jul_July_abbreviation,Tem
|
71 |
-
Aug_August_abbreviation,Ağu
|
72 |
-
Sep_September_abbreviation,Eyl
|
73 |
-
Oct_October_abbreviation,Eki
|
74 |
-
Nov_November_abbreviation,Kas
|
75 |
-
Dec_December_abbreviation,Ara
|
76 |
-
Sunday,Pazar
|
77 |
-
Monday,Pazartesi
|
78 |
-
Tuesday,Salı
|
79 |
-
Wednesday,Çarşamba
|
80 |
-
Thursday,Perşembe
|
81 |
-
Friday,Cuma
|
82 |
-
Saturday,Cumartesi
|
83 |
-
Sun,Paz
|
84 |
-
Mon,Pts
|
85 |
-
Tue,Sal
|
86 |
-
Wed,Çar
|
87 |
-
Thu,Per
|
88 |
-
Fri,Cum
|
89 |
-
Sat,Cts
|
90 |
-
"Please wait...","Lütfen bekleyin..."
|
91 |
-
"Daily Archives: %s","Günlük arşivler: %s"
|
92 |
-
"Monthly Archives: %s","Aylık arşivler: %s"
|
93 |
-
"One thought on “%s”","“%s” üzerine bir düşünce"
|
94 |
-
"%s thoughts on “%s”","“%s” üzerine %s düşünce"
|
95 |
-
"Continue reading <span class=\"meta-nav\">→</span>","Okumaya devam et <span class=\"meta-nav\">→</span>"
|
96 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","%s içinde %s etiketleriyle %s tarihinde <span class=\"by-author\">%s</span> tarafınadan gönderildi."
|
97 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","Bu yazı %s kategorisine %s tarihinde<span class=\"by-author\"> %s</span> tarafından gönderildi."
|
98 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","Bu yazı %s kategorisine <span class=\"by-author\">%s</span> tarafından gönderildi."
|
99 |
-
"You have version %s installed. Update to %s.","%s sürümü kurulu. %s sürümüne yükseltin."
|
100 |
-
"Default Template","Varsayılan Şablon"
|
101 |
-
"Install %s","Yükle %s"
|
102 |
-
"Update to version %s","%s sürümüne güncelle"
|
103 |
-
Position,Konum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/locale/zh_CN/Fishpig_Wordpress.csv
DELETED
@@ -1,102 +0,0 @@
|
|
1 |
-
"Sorry, you must be logged in to post a comment.",抱歉,发表评论您须登录。
|
2 |
-
"Your WordPress home URL %s is invalid. Please fix the <a href=\"%s\">home option</a>.","您的 WordPress 地址(URL)%s 不正确。请<a href=\"%s\">修正此选项</a>。"
|
3 |
-
Search,搜索
|
4 |
-
"No results found.",无结果。
|
5 |
-
Categories,分类目录
|
6 |
-
"%s Comments","%s 条评论"
|
7 |
-
"No Comments",没有评论
|
8 |
-
"1 Comment",一条评论
|
9 |
-
Comment,评论
|
10 |
-
Reply,回复
|
11 |
-
"Leave a Reply",发表评论
|
12 |
-
"Your comment is awaiting moderation.",您的评论正等待审核。
|
13 |
-
"%s at %s",%s%s
|
14 |
-
Name,名称
|
15 |
-
Email,电子邮件
|
16 |
-
Website,站点
|
17 |
-
Pages,页面
|
18 |
-
Links,链接
|
19 |
-
Archives,归档
|
20 |
-
"Select Month",选择月份
|
21 |
-
Meta,功能
|
22 |
-
"Entries <abbr title=\"Really Simple Syndication\">RSS</abbr>","文章 <abbr title=\"Really Simple Syndication\">RSS</abbr>"
|
23 |
-
"Powered by WordPress, state-of-the-art semantic personal publishing platform.","基于 WordPress,一个优美、先进的个人信息发布平台。"
|
24 |
-
"Select Category",选择分类目录
|
25 |
-
"Recent Posts",近期文章
|
26 |
-
"Recent Comments",近期评论
|
27 |
-
"%s on %s","%s 上的 %s"
|
28 |
-
"Tag Cloud",标签云
|
29 |
-
Tags,标签
|
30 |
-
"Comment on %s by %s","%s 对《%s》的评论"
|
31 |
-
"By: %s",作者:%s
|
32 |
-
"Error establishing a database connection",建立数据库连接时出错
|
33 |
-
Password,密码
|
34 |
-
"« Previous","« 上一页"
|
35 |
-
"Next »","下一页 »"
|
36 |
-
Close,关闭
|
37 |
-
January,一月
|
38 |
-
February,二月
|
39 |
-
March,三月
|
40 |
-
April,四月
|
41 |
-
May,五月
|
42 |
-
June,六月
|
43 |
-
July,七月
|
44 |
-
August,八月
|
45 |
-
September,九月
|
46 |
-
October,十月
|
47 |
-
November,十一月
|
48 |
-
December,十二月
|
49 |
-
Jan_January_abbreviation,一
|
50 |
-
Feb_February_abbreviation,二
|
51 |
-
Mar_March_abbreviation,三
|
52 |
-
Apr_April_abbreviation,四
|
53 |
-
May_May_abbreviation,五
|
54 |
-
Jun_June_abbreviation,六
|
55 |
-
Jul_July_abbreviation,七
|
56 |
-
Aug_August_abbreviation,八
|
57 |
-
Sep_September_abbreviation,九
|
58 |
-
Oct_October_abbreviation,十
|
59 |
-
Nov_November_abbreviation,十一
|
60 |
-
Dec_December_abbreviation,十二
|
61 |
-
Sunday,星期日
|
62 |
-
Monday,星期一
|
63 |
-
Tuesday,星期二
|
64 |
-
Wednesday,星期三
|
65 |
-
Thursday,星期四
|
66 |
-
Friday,星期五
|
67 |
-
Saturday,星期六
|
68 |
-
Sun,周日
|
69 |
-
Mon,周一
|
70 |
-
Tue,周二
|
71 |
-
Wed,周三
|
72 |
-
Thu,周四
|
73 |
-
Fri,周五
|
74 |
-
Sat,周六
|
75 |
-
"Please wait...",请稍等...
|
76 |
-
Path,标签层级
|
77 |
-
Plugin,插件
|
78 |
-
Author,作者
|
79 |
-
Type,类型
|
80 |
-
"Previous Post",上一篇文章
|
81 |
-
"Next Post",下一篇文章
|
82 |
-
"Protected: %s",密码保护:%s
|
83 |
-
Home,首页
|
84 |
-
Submit,提交
|
85 |
-
Published,已发布
|
86 |
-
"Search Posts",搜索文章
|
87 |
-
Image,图像
|
88 |
-
"An unidentified error has occurred.",发生了无法识别的错误。
|
89 |
-
of,/
|
90 |
-
Add,添加
|
91 |
-
"Leave a comment",留下评论
|
92 |
-
"Daily Archives: %s",日度归档:%s
|
93 |
-
"Monthly Archives: %s",月度归档:%s
|
94 |
-
"Continue reading <span class=\"meta-nav\">→</span>","继续阅读 <span class=\"meta-nav\">→</span>"
|
95 |
-
"This entry was posted in %s and tagged %s on %s<span class=\"by-author\"> by %s</span>.","本条目发布于 %s。属于 %s 分类,被贴了 %s 标签。<span class=\"by-author\">作者是 %s。</span>"
|
96 |
-
"This entry was posted in %s on %s<span class=\"by-author\"> by %s</span>.","本条目发布于 %s。属于 %s 分类。<span class=\"by-author\">作者是 %s。</span>"
|
97 |
-
"This entry was posted on %s<span class=\"by-author\"> by %s</span>.","本条目发布于 %s。<span class=\"by-author\">作者是 %s。</span>"
|
98 |
-
Position,位置
|
99 |
-
"Install %s","安装 %s"
|
100 |
-
"Update to version %s","更新到 %s 版本"
|
101 |
-
"Default Template",默认模板
|
102 |
-
"You have version %s installed. Update to %s.","您正在使用的是版本 %s。升级至 %s。"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fishpig_Wordpress_Integration</name>
|
4 |
-
<version>4.2.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://fishpig.co.uk/license.txt">FishPig EULA</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Easily integrate Magento and WordPress without modifying any core files.</description>
|
11 |
<notes>For changes, please see https://fishpig.co.uk/magento/wordpress-integration/#changelog</notes>
|
12 |
<authors><author><name>fishpig</name><user>fishpig</user><email>ben@fishpig.co.uk</email></author></authors>
|
13 |
-
<date>2017-06-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Fishpig"><dir name="Wordpress"><dir name="Block"><file name="Abstract.php" hash="bf9e97598ed72068b3172dc477978c9f"/><dir name="Adminhtml"><dir name="Associations"><file name="Abstract.php" hash="dd589f8fcae2122632457e08c01aa774"/><dir name="Category"><file name="Category.php" hash="26782c6bc34cfbf7f81d1775c40a8a35"/><file name="Post.php" hash="1dd1330e619bdff79ad7d7c6fd08edd6"/></dir><dir name="Cms"><dir name="Page"><file name="Category.php" hash="7442c0874792bc08438c472875368b21"/><file name="Post.php" hash="5bed4c4e1baa1d0f0430d5cdfa87d020"/></dir></dir><dir name="Product"><file name="Category.php" hash="f99636a65b55ccc8818a98230439949d"/><file name="Post.php" hash="0493ae37198cbf50f5ae45565432f894"/></dir></dir><file name="Extend.php" hash="94c15a0f7dd8a112c1fbd3ea42ba9b95"/><dir name="Frontend"><file name="Autologin.php" hash="7a795c13d35491ba0a79fd1b15854c6a"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Route.php" hash="cb79ab33659cf906988b1403e0fc625c"/></dir></dir></dir></dir><file name="Update.php" hash="d1aa4001cc758132bcaca792c8dc5f07"/></dir><file name="Ajax.php" hash="0e8e97efddde53b1818c1eaec2b305b0"/><dir name="Archive"><file name="View.php" hash="b56c0c8b9e26a071c28440a0e52e6800"/></dir><dir name="Author"><file name="View.php" hash="03fa439ff3bece2c0cc2e56c2412740a"/></dir><dir name="Feed"><file name="Abstract.php" hash="d8405e51ded312cda6c00b09dd873788"/><dir name="Post"><file name="Comment.php" hash="6e279932f0d45375b5fdee0939e15415"/></dir><file name="Post.php" hash="d1bf0bfcfd687d5f3ca50b341afff560"/></dir><file name="Homepage.php" hash="d5383c14b381594e211a2c7438684d41"/><file name="Menu.php" hash="5dc369f5542bcf6ac87ab7ce8a98c6c1"/><dir name="Page"><file name="View.php" hash="dedf5c07dc52afc6aac0a87fb0c239b6"/></dir><dir name="Post"><file name="Abstract.php" hash="b782a654b478c4067aacba20f0431dc0"/><dir name="Associated"><file name="Products.php" hash="8a74abcfe97df273d75d7fb7b0f9d8d6"/></dir><file name="Associated.php" hash="6fbae669e0269916e578e4f6a1355415"/><dir name="List"><file name="Associated.php" hash="056fd7910da5a30d71c884982297879b"/><file name="Pager.php" hash="699d0e09824f4fa7b790e1aaf6034a94"/><file name="Renderer.php" hash="35fa1e4294f07d43bf2f8b5e7628161a"/><dir name="Wrapper"><file name="Abstract.php" hash="0a0e7eafe02de151e05353c01d6d4a67"/></dir></dir><file name="List.php" hash="772b59147ebd9ed0d3d4275eecf6606f"/><file name="Meta.php" hash="4482daab91f5c1a731d1d45d79c369b5"/><dir name="View"><dir name="Comment"><file name="Abstract.php" hash="81c0643b2325315403aebd29282e2e95"/><file name="Form.php" hash="3a75d0ebbd104076afb8195cc46e339d"/><file name="Pager.php" hash="d0d6c23852f6e4fa894cded53cb289a5"/><file name="Wrapper.php" hash="6318449f58d4a3b11018b3354252f021"/></dir><file name="Comments.php" hash="d3bee9fd86a5318b7986a4d776eed5f7"/></dir><file name="View.php" hash="4a8aca01c7ea5ee32027569c802bbc86"/></dir><dir name="Search"><file name="Result.php" hash="ad8ea64756a575b874afcae9250f6b97"/></dir><dir name="Shortcode"><file name="Product.php" hash="53b1986e1376ea0bdb2a793744253804"/></dir><dir name="Sidebar"><dir name="Widget"><file name="Abstract.php" hash="67234d08da2afec0e61c191ce2e90819"/><file name="Archives.php" hash="cba60c97dc3c9e6b4b73db53787e0aa4"/><file name="Calendar.php" hash="eb838cc8406a0ff3d33b767bdeec0044"/><file name="Categories.php" hash="c9c419da25dd707b8b932abca7bfd892"/><file name="Comments.php" hash="8d38d35bd7aa16188d3b33f3844a6e42"/><file name="Image.php" hash="655fdcb2700a2603539e3008b07b7ae1"/><file name="Instagram.php" hash="ab8a8d7b68f991e91c5e31c3044ebded"/><file name="Links.php" hash="1985b68fd53b3502540e932d25d77ae8"/><file name="Menu.php" hash="5c55903395588b36fa2f6c2779a4ed62"/><file name="Meta.php" hash="942292929971a6705379a87d73e3c226"/><file name="Pages.php" hash="cde08845cca7a7f43ea2e40ca6d090ef"/><file name="Posts.php" hash="1b35086ddc34206ea272856ce447f5dc"/><dir name="Rss"><file name="Abstract.php" hash="c07d0787e920060313db1b7698437c40"/></dir><file name="Rss.php" hash="4b16b12cb7c7370cd4977375d31c184b"/><file name="Search.php" hash="18d02709f88950490e60b00adf98bf54"/><file name="Tagcloud.php" hash="e7ddcb0652286b1442bab0d82aebef00"/><file name="Taxonomy.php" hash="3bb2ee45b014e8aa3a59a15c44cdc03d"/><file name="Text.php" hash="a789e156497390baeb488277b4c837e5"/><file name="Yarpp.php" hash="418b6d211410a98f0336130769c998a0"/></dir></dir><file name="Sidebar.php" hash="06d6ba70df5abb07c23278418efc4089"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><dir name="Post"><file name="Type.php" hash="dcc3e93873f10829d1211f8325f40044"/></dir></dir></dir></dir></dir><file name="Template.php" hash="aadd68bcb1da5cfe974d36dabc498754"/><dir name="Term"><file name="View.php" hash="f640abf673b7412cf05528924db2646f"/></dir></dir><dir name="Controller"><file name="Abstract.php" hash="370976e82f73d84ff08b96887dbebec2"/><file name="Router.php" hash="e9340adb9f1bbea655bbcb49a6383816"/><dir name="Router"><file name="Addon.php" hash="896162d5b3608442134e71eb5ab7b06c"/></dir></dir><file name="Exception.php" hash="ef2e08daa502bce27f98d83c9194c8f2"/><dir name="Helper"><file name="Abstract.php" hash="a97e764b84c48b61db6898ab71aaee59"/><file name="App.php" hash="8a560c3d8da5bac2f8abeda5a73b1896"/><file name="Associations.php" hash="9a08b34d4eb505059555f3bb65ca4229"/><dir name="Catalog"><file name="Product.php" hash="d00afec7c5bfe37e8ba1aa21d638ae90"/></dir><file name="Data.php" hash="b2fdb68f6a04e8abe9fbf17fb7d75be9"/><file name="Database.php" hash="dcd89ce8c8627c9917206ad65e18f6f3"/><file name="Filter.php" hash="ee675c1fce66b7de954054e12c7b8b62"/><dir name="Plugin"><file name="Abstract.php" hash="c8f9e76ddf381ee131efc9441a2990a2"/><dir name="Seo"><file name="Abstract.php" hash="c12dd081ce95340ff1d809e1c9092080"/></dir></dir><file name="Plugin.php" hash="046ed88b3892c7456c894d86656113bd"/><file name="Router.php" hash="0218c7adc12511f45afa683184875c95"/><dir name="Shortcode"><file name="Abstract.php" hash="af5f542e136a7171cfb8c4f99f77bdde"/><file name="AssociatedProducts.php" hash="146595bd7d7294794004c8813dad234c"/><file name="Caption.php" hash="47455590dafb7ee27f9872592312d3f0"/><file name="Code.php" hash="002746d8c64e8faa9c2340a4496ae7b6"/><file name="Dailymotion.php" hash="e12adc8cef400f0a382cf69138610426"/><file name="Gallery.php" hash="53ec715f115e2844edf56e22a4687d41"/><file name="Gist.php" hash="c90ad1b6293d29845a38eca66099ca2b"/><file name="Instagram.php" hash="4e155d67366c8c6598b8fdd4c5c395c2"/><file name="Product.php" hash="d37b2513b66a554349b4ccdf854edc11"/><file name="Scribd.php" hash="4b70de264a033be1104dd63d9e78f1c6"/><file name="Spotify.php" hash="d041bb90577d6a8acc1521f95637b302"/><file name="Vimeo.php" hash="83b242ee25c6debc72b3af3c79b97a68"/><file name="Youtube.php" hash="1113665a651bd7f1478111966516b87d"/></dir><file name="Social.php" hash="5ee03cfac0e48660e3a0eb49d4d28d28"/><file name="System.php" hash="afd0fba62df5e72b676564b1b8c77000"/></dir><dir name="Model"><file name="Abstract.php" hash="57aaab0c828039b58b7552c36602927a"/><file name="Archive.php" hash="bf512f09abb2ea7c20e63c1f6e6c734f"/><file name="Image.php" hash="ba5aefa5aaaba530cef51a2237ba5042"/><dir name="Menu"><file name="Item.php" hash="b88d7ee44f3bcc6d1d2521dc89a677f7"/></dir><file name="Menu.php" hash="de877052ac65514d393a131df3d5c142"/><file name="Observer.php" hash="6208954897c5bea0410edb059ed27bfc"/><dir name="Post"><dir name="Attachment"><file name="Abstract.php" hash="3068111ba883bacabe87f7fff5f1f795"/></dir><file name="Comment.php" hash="8f7a5797db8aad19b4d55dba6f6ab857"/><file name="Type.php" hash="b789aef92421a82d2cdafe19898356a3"/></dir><file name="Post.php" hash="f6097bdc6ad32e653bb87395278677cf"/><dir name="Resource"><file name="Abstract.php" hash="003a37262547fb8f02679739e21338c1"/><dir name="Collection"><file name="Abstract.php" hash="7d9a68175201177ec22deb6f6f29d388"/></dir><dir name="Image"><file name="Collection.php" hash="7d36d6dbe46b12d6a8412dbd07d3bc41"/></dir><file name="Image.php" hash="1b637473b71dd672ccd6a10a4f702ee2"/><dir name="Menu"><file name="Collection.php" hash="7deacc7b99f35392fd8c14ca3905d6ea"/><dir name="Item"><file name="Collection.php" hash="08249f3bed35c5d44adc01bd04ffc7a7"/></dir><file name="Item.php" hash="7e6ebd1cf1b1d4d33f2fb052cfa6e554"/></dir><file name="Menu.php" hash="c0e53a408ce206a801e81d667712dfc0"/><dir name="Post"><dir name="Attachment"><file name="Abstract.php" hash="357167e7379412bd047a2a7d63a7a6c3"/><dir name="Collection"><file name="Abstract.php" hash="c618bf7c6af0b1693c24432616368c71"/></dir></dir><file name="Collection.php" hash="c44570bc4728666ca3d52480fbbd0e6d"/><dir name="Comment"><file name="Collection.php" hash="a44a18593da1b78efaee9b26be2f7e32"/></dir><file name="Comment.php" hash="1d9a8e258581120a084d84f556911636"/></dir><file name="Post.php" hash="90516c1b09928be401916a33c368a236"/><file name="Setup.php" hash="81d4730bb23b8139cb9e6dc654d366b8"/><dir name="Term"><file name="Collection.php" hash="7089f8aeb441ebac4601fb9e070e74b2"/></dir><file name="Term.php" hash="85f42eaa2f05be6f2cd3fc5268e93559"/><dir name="User"><file name="Collection.php" hash="16e628d55a0fa01747e01a695f709e00"/></dir><file name="User.php" hash="2f3a904ba1a03a9ea36e628059d4b73f"/></dir><dir name="Sitemap"><file name="Sitemap.php" hash="bca54ec7d86e4920e50da0b587c4b99e"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Autologin.php" hash="7d2664238443b07ea685ef3df01f5eff"/><file name="Encrypted.php" hash="520824f9a5533cf790aa8b5bb136e7c9"/></dir><dir name="Source"><file name="Menu.php" hash="9caaf56ff64f3858d4e206c6335c37ec"/><dir name="Social"><dir name="Media"><file name="Service.php" hash="61f66b78e2a122f07a9307b273b62feb"/></dir></dir></dir></dir></dir><dir name="Term"><file name="Taxonomy.php" hash="e2976a1b2c1b7cb7199b88a73dd78ea9"/></dir><file name="Term.php" hash="c185736836c876efa91bd29ee5cf7110"/><file name="Translate.php" hash="ebbc5995352a407f5c1fcaae0f3b2de0"/><file name="User.php" hash="0f75d9705aaa0b690217721a61ecd3e6"/></dir><file name="change-log.txt" hash="a744e0b28e4329867bdd498ce0e1e105"/><dir name="controllers"><dir name="Adminhtml"><dir name="Wordpress"><file name="AssociationsController.php" hash="304218bd303b88e788487c2f2e2cbb04"/></dir><file name="WordpressController.php" hash="3c40d9782f0a970798574f4a3eb4235a"/></dir><file name="AjaxController.php" hash="410a9d84692fabfc3e846598a772c803"/><file name="ArchiveController.php" hash="e9ec7c6d89501c9efd8a33db2170bcb9"/><file name="AuthorController.php" hash="8056629849e92b754e6eb85e1537565a"/><file name="IndexController.php" hash="b56625d81517e9d7ee378e33bf569e79"/><file name="PostController.php" hash="e1926476d6ed7a1cd83131ef544b5893"/><file name="SearchController.php" hash="fceba89823f011517bbf48a04c4bb361"/><file name="TermController.php" hash="5f8dca795852009721d5c2c6db1ed475"/></dir><dir name="etc"><file name="adminhtml.xml" hash="22061db5a80dc2fa952a64778a346dfe"/><file name="config.xml" hash="e22baf5b616a4c9674452db06327ed24"/><file name="fishpig.xml" hash="ced386a151124db05473a85647487989"/><file name="system.xml" hash="8dce70be3871210de82104253045535a"/><file name="widget.xml" hash="b7b586ef3d869177a43e8e87a04b1222"/></dir><dir name="lib"><dir name="wp"><file name="formatting.php" hash="6b77f5df6b4de5c235ccb322af6f61fe"/></dir></dir><dir name="sql"><dir name="wordpress_setup"><file name="mysql4-install-0.1.0.php" hash="771dbb85a173051acc83b506fe67067d"/><file name="mysql4-upgrade-2.5.9.0-2.5.9.1.php" hash="a295aaeb8aa45d84bc1541fdac70d7ad"/><file name="mysql4-upgrade-3.2.0.0-3.2.0.1.php" hash="504da139c47e676666ac2b4210916d5f"/></dir></dir><dir name="Addon"><dir name="WordPressSEO"><dir name="Helper"><file name="Data.php" hash="f09d52fbaec95287b1192ad1e5efc99e"/></dir><dir name="etc"><file name="config.xml" hash="d1dde914497c73e0523b108a7bbd8841"/></dir></dir><dir name="Yarpp"><dir name="Block"><dir name="Sidebar"><file name="Widget.php" hash="98d5edda7378a0514f00950816f768e8"/></dir></dir><dir name="etc"><file name="config.xml" hash="746bd41d16f1d2402a35e64f12786520"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="wordpress.xml" hash="8ee0f51f07cbeee3e92f7b117ffb9f29"/></dir><dir name="template"><dir name="wordpress"><file name="integration-tests.phtml" hash="6f7030e821d62e240675ba6831966aa7"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wordpress.xml" hash="75f001e822e2d2a7213b531ae7066a97"/></dir><dir name="template"><dir name="wordpress"><dir><dir name="archive"><file name="view.phtml" hash="7243f533d0357685aa5cf8c115b148a1"/></dir><dir name="author"><file name="view.phtml" hash="1e52d2c16276406553a8d48c75eeb306"/></dir><dir name="post"><dir name="associated"><file name="products.phtml" hash="0b635b1cb6eab98aaa641a1f27bbe5fa"/></dir><file name="associated.phtml" hash="80e9593a788da42a0fcbe24f53c27cb5"/><dir name="list"><dir name="renderer"><file name="default.phtml" hash="a3fcb4b4177bfca57c4c770190961e9b"/></dir><file name="wrapper.phtml" hash="19549d50d36482dee642d80b7a932765"/></dir><file name="list.phtml" hash="19d0395edf4b1a3d787be50b61a487f1"/><file name="meta.phtml" hash="5eb9a91335c357ec77717495cbc513c6"/><dir name="view"><dir name="comment"><file name="form.phtml" hash="c22607dc13b7cc294da7c6d605925893"/><file name="wrapper.phtml" hash="dd6980b9b432634d2c63b03e635f09a4"/></dir><file name="comments.phtml" hash="05668659c30bf78727bbedfdbd49c6ac"/><file name="page.phtml" hash="a693be74e920be8e04ff726cf16abaee"/></dir><file name="view.phtml" hash="3c15b1c39adb91857cd5d88a7550b600"/></dir><dir name="search"><file name="result.phtml" hash="263b739fe9302e6e5d815f3bf2279b2e"/></dir><dir name="shortcode"><file name="gallery.phtml" hash="ff7e796c4e511e2f27a823be104a4374"/><file name="product.phtml" hash="5927ee4f796dd0cdc2840ec05a3b13db"/></dir><dir name="sidebar"><dir name="widget"><file name="abstract.phtml" hash="1979cff1c6a6337b6980f62c2cd89577"/><file name="archives.phtml" hash="6f7d3e877b22cac88b130ef2b68fe286"/><file name="calendar.phtml" hash="fe0dca9946a9d0bd82a6114786c865c9"/><file name="categories.phtml" hash="4340111e138cd3f9c47c48ea7736013e"/><file name="categoryposts.phtml" hash="8dad6f1026313e2a327d8fd4fa4a786d"/><file name="comments.phtml" hash="184e6434d5a7f23f83a03cb21b0d8083"/><file name="image.phtml" hash="c7657307809b127e252764c911bb9a1e"/><file name="instagram.phtml" hash="bd37446ccf42a6e0dbb4b6c63edc3533"/><file name="links.phtml" hash="cf40ee224503d5eaf48c9494023e22c0"/><file name="menu.phtml" hash="7029074d6173761261ca6c30fcc194bb"/><file name="meta.phtml" hash="40fdc4df47d5d94e693dbfac00c0ca3b"/><file name="pages.phtml" hash="f3bbea9d984360f236ceb78f781d6199"/><file name="posts.phtml" hash="27c09919df79d50909c0fcb90c374cba"/><file name="rss.phtml" hash="ad8ad715f82a23540356920d76f8b74a"/><file name="search.phtml" hash="bb5846228cae41d0d71cc97b3e4a28a6"/><file name="tagcloud.phtml" hash="4978442189cf818ae4d57207ba642615"/><dir name="taxonomy"><file name="renderer.phtml" hash="41af9ae08f1aee29818c764b0bc1a256"/></dir><file name="taxonomy.phtml" hash="13a7cce60b3aeddee57484c237db697a"/><file name="text.phtml" hash="08f656c30d7e072f7f2c29e04743129c"/></dir></dir><dir name="term"><file name="view.phtml" hash="6c1a13cb279b137e0d915ea3e17d90fd"/></dir></dir><file name="homepage.phtml" hash="05856d1c44562bfc3d64f205f70c1de0"/><file name="protected.phtml" hash="31f5a14ccba3f7b69e3a4075c53bc539"/><file name="sidebar.phtml" hash="c6268b9ec5074662b8125d5aabc05b0c"/></dir><dir name="wordpress-addons"><dir name="yarpp"><file name="related.phtml" hash="08ee87974b6762c3b350464f76b85c91"/><dir name="sidebar"><file name="widget.phtml" hash="821b64bb40296aa65314ddfe7ed232f4"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="app"><dir name="etc"><dir name="modules"><file name="Fishpig_Wordpress.xml" hash="f7947cc170ce6bf1ab7a21e58ac48d31"/></dir></dir></dir><dir name="js"><dir name="fishpig"><dir name="wordpress"><file name="comments.js" hash="a3c5286844ccb293a9976bac46605289"/><file name="update.js" hash="3df101b798daa5248a279989f7fe2ff9"/><file name="search.js" hash="5631d5149f4fc145db04864b1527b2a8"/><file name="lightbox.js" hash="bb7c9e300dc33d399ca72039e727e266"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="wordpress"><file name="styles.css" hash="8e85ffde94798850dcf5c70cdd06ad00"/><file name="ajax-loader.gif" hash="a51c5608d01acf32df728f299767f82b"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="cs_CZ"><file name="Fishpig_Wordpress.csv" hash="416afbb6426b717f2cb37c99daf77adc"/></dir><dir name="da_DK"><file name="Fishpig_Wordpress.csv" hash="d4c4803edc751baf3c7726afc6c5568f"/></dir><dir name="de_DE"><file name="Fishpig_Wordpress.csv" hash="6479677778d79a8932597bfc4a23cc20"/></dir><dir name="es_ES"><file name="Fishpig_Wordpress.csv" hash="c3397d271f0c75c1dbe1b0878f404df4"/></dir><dir name="fr_FR"><file name="Fishpig_Wordpress.csv" hash="605d8ea12a5bbb3448a360bf46c9572a"/></dir><dir name="it_IT"><file name="Fishpig_Wordpress.csv" hash="60208176d94e30400d260494d440cb3c"/></dir><dir name="ja_JP"><file name="Fishpig_Wordpress.csv" hash="3fe07f48ab2e9cc1d899264f3a9cef52"/></dir><dir name="nb_NO"><file name="Fishpig_Wordpress.csv" hash="b0d5de887b5518beb1db976ca72dd2e5"/></dir><dir name="nl_NL"><file name="Fishpig_Wordpress.csv" hash="c8f0fb68fe1e207a554b9f49b82c01ea"/></dir><dir name="nn_NO"><file name="Fishpig_Wordpress.csv" hash="bfcb347e03369a2539f0217541badf4c"/></dir><dir name="pl_PL"><file name="Fishpig_Wordpress.csv" hash="0bd6f726386f5feaf89725453460a0ca"/></dir><dir name="pt_BR"><file name="Fishpig_Wordpress.csv" hash="92f644b350b828fa44f6ba9a82df0fe2"/></dir><dir name="pt_PT"><file name="Fishpig_Wordpress.csv" hash="a222f515815ae5effe2ce57f53072c90"/></dir><dir name="ru_RU"><file name="Fishpig_Wordpress.csv" hash="b534ad6f293419af26b045f3348a1a83"/></dir><dir name="sv_SE"><file name="Fishpig_Wordpress.csv" hash="c790bfe6a98530de1f4fe47ba6d8e113"/></dir><dir name="zh_CN"><file name="Fishpig_Wordpress.csv" hash="caef42e20155f23aafb4421ee46979ff"/></dir><dir name="en_GB"><file name="Fishpig_Wordpress.csv" hash="1e1b37fed9d6f60e9ea8129fac657953"/></dir><dir name="en_US"><file name="Fishpig_Wordpress.csv" hash="1e1b37fed9d6f60e9ea8129fac657953"/></dir><dir name="sl_SI"><file name="Fishpig_Wordpress.csv" hash="f5d57703149cc50dfaed42c2c390b7d4"/></dir><dir name="tr_TR"><file name="Fishpig_Wordpress.csv" hash="8f31cfca1e7ab452b404ec29a4b782bf"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fishpig_Wordpress_Integration</name>
|
4 |
+
<version>4.2.2.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://fishpig.co.uk/license.txt">FishPig EULA</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Easily integrate Magento and WordPress without modifying any core files.</description>
|
11 |
<notes>For changes, please see https://fishpig.co.uk/magento/wordpress-integration/#changelog</notes>
|
12 |
<authors><author><name>fishpig</name><user>fishpig</user><email>ben@fishpig.co.uk</email></author></authors>
|
13 |
+
<date>2017-06-26</date>
|
14 |
+
<time>06:57:13</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Fishpig"><dir name="Wordpress"><dir name="Block"><file name="Abstract.php" hash="bf9e97598ed72068b3172dc477978c9f"/><dir name="Adminhtml"><dir name="Associations"><file name="Abstract.php" hash="dd589f8fcae2122632457e08c01aa774"/><dir name="Category"><file name="Category.php" hash="26782c6bc34cfbf7f81d1775c40a8a35"/><file name="Post.php" hash="1dd1330e619bdff79ad7d7c6fd08edd6"/></dir><dir name="Cms"><dir name="Page"><file name="Category.php" hash="7442c0874792bc08438c472875368b21"/><file name="Post.php" hash="5bed4c4e1baa1d0f0430d5cdfa87d020"/></dir></dir><dir name="Product"><file name="Category.php" hash="f99636a65b55ccc8818a98230439949d"/><file name="Post.php" hash="0493ae37198cbf50f5ae45565432f894"/></dir></dir><file name="Extend.php" hash="94c15a0f7dd8a112c1fbd3ea42ba9b95"/><dir name="Frontend"><file name="Autologin.php" hash="7a795c13d35491ba0a79fd1b15854c6a"/></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Route.php" hash="cb79ab33659cf906988b1403e0fc625c"/></dir></dir></dir></dir><file name="Update.php" hash="d1aa4001cc758132bcaca792c8dc5f07"/></dir><file name="Ajax.php" hash="0e8e97efddde53b1818c1eaec2b305b0"/><dir name="Archive"><file name="View.php" hash="b56c0c8b9e26a071c28440a0e52e6800"/></dir><dir name="Author"><file name="View.php" hash="03fa439ff3bece2c0cc2e56c2412740a"/></dir><dir name="Feed"><file name="Abstract.php" hash="d8405e51ded312cda6c00b09dd873788"/><dir name="Post"><file name="Comment.php" hash="6e279932f0d45375b5fdee0939e15415"/></dir><file name="Post.php" hash="d1bf0bfcfd687d5f3ca50b341afff560"/></dir><file name="Homepage.php" hash="d5383c14b381594e211a2c7438684d41"/><file name="Menu.php" hash="5dc369f5542bcf6ac87ab7ce8a98c6c1"/><dir name="Page"><file name="View.php" hash="dedf5c07dc52afc6aac0a87fb0c239b6"/></dir><dir name="Post"><file name="Abstract.php" hash="b782a654b478c4067aacba20f0431dc0"/><dir name="Associated"><file name="Products.php" hash="8a74abcfe97df273d75d7fb7b0f9d8d6"/></dir><file name="Associated.php" hash="6fbae669e0269916e578e4f6a1355415"/><dir name="List"><file name="Associated.php" hash="056fd7910da5a30d71c884982297879b"/><file name="Pager.php" hash="699d0e09824f4fa7b790e1aaf6034a94"/><file name="Renderer.php" hash="35fa1e4294f07d43bf2f8b5e7628161a"/><dir name="Wrapper"><file name="Abstract.php" hash="0a0e7eafe02de151e05353c01d6d4a67"/></dir></dir><file name="List.php" hash="772b59147ebd9ed0d3d4275eecf6606f"/><file name="Meta.php" hash="4482daab91f5c1a731d1d45d79c369b5"/><dir name="View"><dir name="Comment"><file name="Abstract.php" hash="81c0643b2325315403aebd29282e2e95"/><file name="Form.php" hash="3a75d0ebbd104076afb8195cc46e339d"/><file name="Pager.php" hash="d0d6c23852f6e4fa894cded53cb289a5"/><file name="Wrapper.php" hash="6318449f58d4a3b11018b3354252f021"/></dir><file name="Comments.php" hash="d3bee9fd86a5318b7986a4d776eed5f7"/></dir><file name="View.php" hash="4a8aca01c7ea5ee32027569c802bbc86"/></dir><dir name="Search"><file name="Result.php" hash="ad8ea64756a575b874afcae9250f6b97"/></dir><dir name="Shortcode"><file name="Product.php" hash="53b1986e1376ea0bdb2a793744253804"/></dir><dir name="Sidebar"><dir name="Widget"><file name="Abstract.php" hash="67234d08da2afec0e61c191ce2e90819"/><file name="Archives.php" hash="cba60c97dc3c9e6b4b73db53787e0aa4"/><file name="Calendar.php" hash="eb838cc8406a0ff3d33b767bdeec0044"/><file name="Categories.php" hash="c9c419da25dd707b8b932abca7bfd892"/><file name="Comments.php" hash="8d38d35bd7aa16188d3b33f3844a6e42"/><file name="Image.php" hash="655fdcb2700a2603539e3008b07b7ae1"/><file name="Instagram.php" hash="ab8a8d7b68f991e91c5e31c3044ebded"/><file name="Links.php" hash="1985b68fd53b3502540e932d25d77ae8"/><file name="Menu.php" hash="5c55903395588b36fa2f6c2779a4ed62"/><file name="Meta.php" hash="942292929971a6705379a87d73e3c226"/><file name="Pages.php" hash="cde08845cca7a7f43ea2e40ca6d090ef"/><file name="Posts.php" hash="1b35086ddc34206ea272856ce447f5dc"/><dir name="Rss"><file name="Abstract.php" hash="c07d0787e920060313db1b7698437c40"/></dir><file name="Rss.php" hash="4b16b12cb7c7370cd4977375d31c184b"/><file name="Search.php" hash="18d02709f88950490e60b00adf98bf54"/><file name="Tagcloud.php" hash="e7ddcb0652286b1442bab0d82aebef00"/><file name="Taxonomy.php" hash="3bb2ee45b014e8aa3a59a15c44cdc03d"/><file name="Text.php" hash="a789e156497390baeb488277b4c837e5"/><file name="Yarpp.php" hash="418b6d211410a98f0336130769c998a0"/></dir></dir><file name="Sidebar.php" hash="06d6ba70df5abb07c23278418efc4089"/><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><dir name="Post"><file name="Type.php" hash="dcc3e93873f10829d1211f8325f40044"/></dir></dir></dir></dir></dir><file name="Template.php" hash="aadd68bcb1da5cfe974d36dabc498754"/><dir name="Term"><file name="View.php" hash="f640abf673b7412cf05528924db2646f"/></dir></dir><dir name="Controller"><file name="Abstract.php" hash="370976e82f73d84ff08b96887dbebec2"/><file name="Router.php" hash="e9340adb9f1bbea655bbcb49a6383816"/><dir name="Router"><file name="Addon.php" hash="896162d5b3608442134e71eb5ab7b06c"/></dir></dir><file name="Exception.php" hash="ef2e08daa502bce27f98d83c9194c8f2"/><dir name="Helper"><file name="Abstract.php" hash="a97e764b84c48b61db6898ab71aaee59"/><file name="App.php" hash="8a560c3d8da5bac2f8abeda5a73b1896"/><file name="Associations.php" hash="9a08b34d4eb505059555f3bb65ca4229"/><dir name="Catalog"><file name="Product.php" hash="d00afec7c5bfe37e8ba1aa21d638ae90"/></dir><file name="Data.php" hash="b2fdb68f6a04e8abe9fbf17fb7d75be9"/><file name="Database.php" hash="dcd89ce8c8627c9917206ad65e18f6f3"/><file name="Filter.php" hash="ee675c1fce66b7de954054e12c7b8b62"/><dir name="Plugin"><file name="Abstract.php" hash="c8f9e76ddf381ee131efc9441a2990a2"/><dir name="Seo"><file name="Abstract.php" hash="c12dd081ce95340ff1d809e1c9092080"/></dir></dir><file name="Plugin.php" hash="046ed88b3892c7456c894d86656113bd"/><file name="Router.php" hash="0218c7adc12511f45afa683184875c95"/><dir name="Shortcode"><file name="Abstract.php" hash="af5f542e136a7171cfb8c4f99f77bdde"/><file name="AssociatedProducts.php" hash="146595bd7d7294794004c8813dad234c"/><file name="Caption.php" hash="47455590dafb7ee27f9872592312d3f0"/><file name="Code.php" hash="002746d8c64e8faa9c2340a4496ae7b6"/><file name="Dailymotion.php" hash="e12adc8cef400f0a382cf69138610426"/><file name="Gallery.php" hash="53ec715f115e2844edf56e22a4687d41"/><file name="Gist.php" hash="c90ad1b6293d29845a38eca66099ca2b"/><file name="Instagram.php" hash="4e155d67366c8c6598b8fdd4c5c395c2"/><file name="Product.php" hash="d37b2513b66a554349b4ccdf854edc11"/><file name="Scribd.php" hash="4b70de264a033be1104dd63d9e78f1c6"/><file name="Spotify.php" hash="d041bb90577d6a8acc1521f95637b302"/><file name="Vimeo.php" hash="83b242ee25c6debc72b3af3c79b97a68"/><file name="Youtube.php" hash="1113665a651bd7f1478111966516b87d"/></dir><file name="Social.php" hash="5ee03cfac0e48660e3a0eb49d4d28d28"/><file name="System.php" hash="afd0fba62df5e72b676564b1b8c77000"/></dir><dir name="Model"><file name="Abstract.php" hash="57aaab0c828039b58b7552c36602927a"/><file name="Archive.php" hash="bf512f09abb2ea7c20e63c1f6e6c734f"/><file name="Image.php" hash="ba5aefa5aaaba530cef51a2237ba5042"/><dir name="Menu"><file name="Item.php" hash="b88d7ee44f3bcc6d1d2521dc89a677f7"/></dir><file name="Menu.php" hash="de877052ac65514d393a131df3d5c142"/><file name="Observer.php" hash="6208954897c5bea0410edb059ed27bfc"/><dir name="Post"><dir name="Attachment"><file name="Abstract.php" hash="3068111ba883bacabe87f7fff5f1f795"/></dir><file name="Comment.php" hash="8f7a5797db8aad19b4d55dba6f6ab857"/><file name="Type.php" hash="b789aef92421a82d2cdafe19898356a3"/></dir><file name="Post.php" hash="f6097bdc6ad32e653bb87395278677cf"/><dir name="Resource"><file name="Abstract.php" hash="003a37262547fb8f02679739e21338c1"/><dir name="Collection"><file name="Abstract.php" hash="7d9a68175201177ec22deb6f6f29d388"/></dir><dir name="Image"><file name="Collection.php" hash="7d36d6dbe46b12d6a8412dbd07d3bc41"/></dir><file name="Image.php" hash="1b637473b71dd672ccd6a10a4f702ee2"/><dir name="Menu"><file name="Collection.php" hash="7deacc7b99f35392fd8c14ca3905d6ea"/><dir name="Item"><file name="Collection.php" hash="08249f3bed35c5d44adc01bd04ffc7a7"/></dir><file name="Item.php" hash="7e6ebd1cf1b1d4d33f2fb052cfa6e554"/></dir><file name="Menu.php" hash="c0e53a408ce206a801e81d667712dfc0"/><dir name="Post"><dir name="Attachment"><file name="Abstract.php" hash="357167e7379412bd047a2a7d63a7a6c3"/><dir name="Collection"><file name="Abstract.php" hash="c618bf7c6af0b1693c24432616368c71"/></dir></dir><file name="Collection.php" hash="c44570bc4728666ca3d52480fbbd0e6d"/><dir name="Comment"><file name="Collection.php" hash="a44a18593da1b78efaee9b26be2f7e32"/></dir><file name="Comment.php" hash="1d9a8e258581120a084d84f556911636"/></dir><file name="Post.php" hash="90516c1b09928be401916a33c368a236"/><file name="Setup.php" hash="81d4730bb23b8139cb9e6dc654d366b8"/><dir name="Term"><file name="Collection.php" hash="7089f8aeb441ebac4601fb9e070e74b2"/></dir><file name="Term.php" hash="85f42eaa2f05be6f2cd3fc5268e93559"/><dir name="User"><file name="Collection.php" hash="16e628d55a0fa01747e01a695f709e00"/></dir><file name="User.php" hash="2f3a904ba1a03a9ea36e628059d4b73f"/></dir><dir name="Sitemap"><file name="Sitemap.php" hash="bca54ec7d86e4920e50da0b587c4b99e"/></dir><dir name="System"><dir name="Config"><dir name="Backend"><file name="Autologin.php" hash="7d2664238443b07ea685ef3df01f5eff"/><file name="Encrypted.php" hash="520824f9a5533cf790aa8b5bb136e7c9"/></dir><dir name="Source"><file name="Menu.php" hash="9caaf56ff64f3858d4e206c6335c37ec"/><dir name="Social"><dir name="Media"><file name="Service.php" hash="61f66b78e2a122f07a9307b273b62feb"/></dir></dir></dir></dir></dir><dir name="Term"><file name="Taxonomy.php" hash="e2976a1b2c1b7cb7199b88a73dd78ea9"/></dir><file name="Term.php" hash="8249e353d2c7e8886db1431bf76d8175"/><file name="Translate.php" hash="ebbc5995352a407f5c1fcaae0f3b2de0"/><file name="User.php" hash="0f75d9705aaa0b690217721a61ecd3e6"/></dir><file name="change-log.txt" hash="8cd254f3d8226775cdbd1a36a228476d"/><dir name="controllers"><dir name="Adminhtml"><dir name="Wordpress"><file name="AssociationsController.php" hash="304218bd303b88e788487c2f2e2cbb04"/></dir><file name="WordpressController.php" hash="3c40d9782f0a970798574f4a3eb4235a"/></dir><file name="AjaxController.php" hash="410a9d84692fabfc3e846598a772c803"/><file name="ArchiveController.php" hash="e9ec7c6d89501c9efd8a33db2170bcb9"/><file name="AuthorController.php" hash="8056629849e92b754e6eb85e1537565a"/><file name="IndexController.php" hash="b56625d81517e9d7ee378e33bf569e79"/><file name="PostController.php" hash="e1926476d6ed7a1cd83131ef544b5893"/><file name="SearchController.php" hash="fceba89823f011517bbf48a04c4bb361"/><file name="TermController.php" hash="5f8dca795852009721d5c2c6db1ed475"/></dir><dir name="etc"><file name="adminhtml.xml" hash="22061db5a80dc2fa952a64778a346dfe"/><file name="config.xml" hash="19db6df65cba4d74a2fad58a8743a532"/><file name="fishpig.xml" hash="ced386a151124db05473a85647487989"/><file name="system.xml" hash="8dce70be3871210de82104253045535a"/><file name="widget.xml" hash="b7b586ef3d869177a43e8e87a04b1222"/></dir><dir name="lib"><dir name="wp"><file name="formatting.php" hash="6b77f5df6b4de5c235ccb322af6f61fe"/></dir></dir><dir name="sql"><dir name="wordpress_setup"><file name="mysql4-install-0.1.0.php" hash="771dbb85a173051acc83b506fe67067d"/><file name="mysql4-upgrade-2.5.9.0-2.5.9.1.php" hash="a295aaeb8aa45d84bc1541fdac70d7ad"/><file name="mysql4-upgrade-3.2.0.0-3.2.0.1.php" hash="504da139c47e676666ac2b4210916d5f"/></dir></dir><dir name="Addon"><dir name="WordPressSEO"><dir name="Helper"><file name="Data.php" hash="f09d52fbaec95287b1192ad1e5efc99e"/></dir><dir name="etc"><file name="config.xml" hash="d1dde914497c73e0523b108a7bbd8841"/></dir></dir><dir name="Yarpp"><dir name="Block"><dir name="Sidebar"><file name="Widget.php" hash="98d5edda7378a0514f00950816f768e8"/></dir></dir><dir name="etc"><file name="config.xml" hash="746bd41d16f1d2402a35e64f12786520"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="wordpress.xml" hash="8ee0f51f07cbeee3e92f7b117ffb9f29"/></dir><dir name="template"><dir name="wordpress"><file name="integration-tests.phtml" hash="6f7030e821d62e240675ba6831966aa7"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="wordpress.xml" hash="75f001e822e2d2a7213b531ae7066a97"/></dir><dir name="template"><dir name="wordpress"><dir><dir name="archive"><file name="view.phtml" hash="7243f533d0357685aa5cf8c115b148a1"/></dir><dir name="author"><file name="view.phtml" hash="1e52d2c16276406553a8d48c75eeb306"/></dir><dir name="post"><dir name="associated"><file name="products.phtml" hash="0b635b1cb6eab98aaa641a1f27bbe5fa"/></dir><file name="associated.phtml" hash="80e9593a788da42a0fcbe24f53c27cb5"/><dir name="list"><dir name="renderer"><file name="default.phtml" hash="a3fcb4b4177bfca57c4c770190961e9b"/></dir><file name="wrapper.phtml" hash="19549d50d36482dee642d80b7a932765"/></dir><file name="list.phtml" hash="19d0395edf4b1a3d787be50b61a487f1"/><file name="meta.phtml" hash="5eb9a91335c357ec77717495cbc513c6"/><dir name="view"><dir name="comment"><file name="form.phtml" hash="c22607dc13b7cc294da7c6d605925893"/><file name="wrapper.phtml" hash="dd6980b9b432634d2c63b03e635f09a4"/></dir><file name="comments.phtml" hash="05668659c30bf78727bbedfdbd49c6ac"/><file name="page.phtml" hash="a693be74e920be8e04ff726cf16abaee"/></dir><file name="view.phtml" hash="705f3e4c671b0ad94c957139d17fd147"/></dir><dir name="search"><file name="result.phtml" hash="263b739fe9302e6e5d815f3bf2279b2e"/></dir><dir name="shortcode"><file name="gallery.phtml" hash="ff7e796c4e511e2f27a823be104a4374"/><file name="product.phtml" hash="5927ee4f796dd0cdc2840ec05a3b13db"/></dir><dir name="sidebar"><dir name="widget"><file name="abstract.phtml" hash="1979cff1c6a6337b6980f62c2cd89577"/><file name="archives.phtml" hash="6f7d3e877b22cac88b130ef2b68fe286"/><file name="calendar.phtml" hash="fe0dca9946a9d0bd82a6114786c865c9"/><file name="categories.phtml" hash="4340111e138cd3f9c47c48ea7736013e"/><file name="categoryposts.phtml" hash="8dad6f1026313e2a327d8fd4fa4a786d"/><file name="comments.phtml" hash="184e6434d5a7f23f83a03cb21b0d8083"/><file name="image.phtml" hash="c7657307809b127e252764c911bb9a1e"/><file name="instagram.phtml" hash="bd37446ccf42a6e0dbb4b6c63edc3533"/><file name="links.phtml" hash="cf40ee224503d5eaf48c9494023e22c0"/><file name="menu.phtml" hash="7029074d6173761261ca6c30fcc194bb"/><file name="meta.phtml" hash="40fdc4df47d5d94e693dbfac00c0ca3b"/><file name="pages.phtml" hash="f3bbea9d984360f236ceb78f781d6199"/><file name="posts.phtml" hash="27c09919df79d50909c0fcb90c374cba"/><file name="rss.phtml" hash="ad8ad715f82a23540356920d76f8b74a"/><file name="search.phtml" hash="bb5846228cae41d0d71cc97b3e4a28a6"/><file name="tagcloud.phtml" hash="4978442189cf818ae4d57207ba642615"/><dir name="taxonomy"><file name="renderer.phtml" hash="41af9ae08f1aee29818c764b0bc1a256"/></dir><file name="taxonomy.phtml" hash="13a7cce60b3aeddee57484c237db697a"/><file name="text.phtml" hash="08f656c30d7e072f7f2c29e04743129c"/></dir></dir><dir name="term"><file name="view.phtml" hash="6c1a13cb279b137e0d915ea3e17d90fd"/></dir></dir><file name="homepage.phtml" hash="05856d1c44562bfc3d64f205f70c1de0"/><file name="protected.phtml" hash="31f5a14ccba3f7b69e3a4075c53bc539"/><file name="sidebar.phtml" hash="c6268b9ec5074662b8125d5aabc05b0c"/></dir><dir name="wordpress-addons"><dir name="yarpp"><file name="related.phtml" hash="08ee87974b6762c3b350464f76b85c91"/><dir name="sidebar"><file name="widget.phtml" hash="821b64bb40296aa65314ddfe7ed232f4"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="app"><dir name="etc"><dir name="modules"><file name="Fishpig_Wordpress.xml" hash="f7947cc170ce6bf1ab7a21e58ac48d31"/></dir></dir></dir><dir name="js"><dir name="fishpig"><dir name="wordpress"><file name="comments.js" hash="a3c5286844ccb293a9976bac46605289"/><file name="update.js" hash="3df101b798daa5248a279989f7fe2ff9"/><file name="search.js" hash="5631d5149f4fc145db04864b1527b2a8"/><file name="lightbox.js" hash="bb7c9e300dc33d399ca72039e727e266"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="wordpress"><file name="styles.css" hash="8e85ffde94798850dcf5c70cdd06ad00"/><file name="ajax-loader.gif" hash="a51c5608d01acf32df728f299767f82b"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="cs_CZ"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="da_DK"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="de_DE"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="es_ES"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="fr_FR"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="it_IT"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="ja_JP"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="nb_NO"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="nl_NL"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="nn_NO"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="pl_PL"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="pt_BR"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="pt_PT"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="ru_RU"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="sv_SE"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="zh_CN"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="en_GB"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="en_US"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="sl_SI"><file name="Fishpig_Wordpress.csv" hash=""/></dir><dir name="tr_TR"><file name="Fishpig_Wordpress.csv" hash=""/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>8.0.0</max></php></required></dependencies>
|
18 |
</package>
|