Version Description
- Chinese language translation now included (zh_CN) - thanks goes to Vahi Chen
- Removed some un-necessary styles (timeline title/content font-size+font-family declerations)
Download this release
Release Info
| Developer | eherman24 |
| Plugin | |
| Version | 1.0.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.3 to 1.0.4
- README.md +11 -1
- css/timeline-express.css +0 -8
- css/timeline-express.min.css +1 -1
- languages/timeline-express-zh_CN.mo +0 -0
- languages/timeline-express-zh_CN.po +783 -0
- readme.txt +17 -2
- timeline-express.php +2 -2
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Timeline Express v1.0.
|
| 2 |
================
|
| 3 |
|
| 4 |
Timeline express allows you to create a vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
|
|
@@ -19,6 +19,12 @@ Timeline express allows you to create a vertical animated and responsive timelin
|
|
| 19 |
* Highly extensible
|
| 20 |
* Translatable
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
### Installation
|
| 24 |
|
|
@@ -90,6 +96,10 @@ Have an idea for a future release feature? I love hearing about new ideas! You c
|
|
| 90 |
|
| 91 |
|
| 92 |
### Changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
###### 1.0.3
|
| 94 |
* Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())
|
| 95 |
|
| 1 |
+
Timeline Express v1.0.4
|
| 2 |
================
|
| 3 |
|
| 4 |
Timeline express allows you to create a vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
|
| 19 |
* Highly extensible
|
| 20 |
* Translatable
|
| 21 |
|
| 22 |
+
**Translated**
|
| 23 |
+
|
| 24 |
+
Timeline express comes ready for translation. I would love to get things translated to as many languages as possible. At the moment the following translations are available for Timeline Express
|
| 25 |
+
|
| 26 |
+
* English
|
| 27 |
+
* Chinese (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
|
| 28 |
|
| 29 |
### Installation
|
| 30 |
|
| 96 |
|
| 97 |
|
| 98 |
### Changelog
|
| 99 |
+
###### 1.0.4
|
| 100 |
+
* Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
|
| 101 |
+
* Removed title and content style declerations for font-size and font-family styles
|
| 102 |
+
|
| 103 |
###### 1.0.3
|
| 104 |
* Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())
|
| 105 |
|
css/timeline-express.css
CHANGED
|
@@ -174,7 +174,6 @@
|
|
| 174 |
border-radius: .25em;
|
| 175 |
padding: 1em;
|
| 176 |
box-shadow: 0 3px 0 #B9C5CD;
|
| 177 |
-
font-family: "Open Sans", sans-serif;
|
| 178 |
}
|
| 179 |
.cd-timeline-content:after {
|
| 180 |
content: "";
|
|
@@ -189,12 +188,6 @@
|
|
| 189 |
-moz-hyphens: auto;
|
| 190 |
hyphens: auto;
|
| 191 |
}
|
| 192 |
-
.cd-timeline-title-container h2 {
|
| 193 |
-
color: #303e49;
|
| 194 |
-
}
|
| 195 |
-
.cd-timeline-title {
|
| 196 |
-
font-size: 25px!important;
|
| 197 |
-
}
|
| 198 |
.cd-timeline-content .cd-date, .cd-timeline-content .cd-read-more {
|
| 199 |
display: inline-block;
|
| 200 |
}
|
|
@@ -415,7 +408,6 @@
|
|
| 415 |
}
|
| 416 |
.more-to-come {
|
| 417 |
margin: 10em 0 0;
|
| 418 |
-
font-family: "Open Sans";
|
| 419 |
padding: 1em 0;
|
| 420 |
font-weight: 200;
|
| 421 |
color: rgba(100, 100, 100, .46);
|
| 174 |
border-radius: .25em;
|
| 175 |
padding: 1em;
|
| 176 |
box-shadow: 0 3px 0 #B9C5CD;
|
|
|
|
| 177 |
}
|
| 178 |
.cd-timeline-content:after {
|
| 179 |
content: "";
|
| 188 |
-moz-hyphens: auto;
|
| 189 |
hyphens: auto;
|
| 190 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
.cd-timeline-content .cd-date, .cd-timeline-content .cd-read-more {
|
| 192 |
display: inline-block;
|
| 193 |
}
|
| 408 |
}
|
| 409 |
.more-to-come {
|
| 410 |
margin: 10em 0 0;
|
|
|
|
| 411 |
padding: 1em 0;
|
| 412 |
font-weight: 200;
|
| 413 |
color: rgba(100, 100, 100, .46);
|
css/timeline-express.min.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
/* Timeline Express Minified Styles 1.0 */
|
| 2 |
/* By Evan Herman (http://www.evan-herman.com */
|
| 3 |
/* -------------------------------------------------- */
|
| 4 |
-
.cd-container{width:100%;max-width:822px;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;max-width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em}#cd-timeline::before{content:'';position:absolute;top:0;left:18px;height:100%;width:4px;background:#d7e4ed}.announcement-banner-image{margin-bottom:1em;width:100%}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{left:50%;margin-left:-2px}}.cd-timeline-block{margin:25px 0}.cd-timeline-block:after{content:"";display:table;clear:both}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0
|
| 1 |
/* Timeline Express Minified Styles 1.0 */
|
| 2 |
/* By Evan Herman (http://www.evan-herman.com */
|
| 3 |
/* -------------------------------------------------- */
|
| 4 |
+
.cd-container{width:100%;max-width:822px;margin:0 auto}.cd-container::after{content:'';display:table;clear:both}.cd-timeline-announcement-image{box-shadow:none!important;max-width:100%;display:block;margin:1em auto}#cd-timeline{position:relative;padding:2em 0;margin-top:2em;margin-bottom:3em}#cd-timeline::before{content:'';position:absolute;top:0;left:18px;height:100%;width:4px;background:#d7e4ed}.announcement-banner-image{margin-bottom:1em;width:100%}.timeline-express-single-page-announcement-date{display:block;margin-bottom:1em}@media only screen and (min-width:822px){#cd-timeline{margin-top:3em;margin-bottom:5.5em}#cd-timeline::before{left:50%;margin-left:-2px}}.cd-timeline-block{margin:25px 0}.cd-timeline-block:after{content:"";display:table;clear:both}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width:822px){.cd-timeline-block{width:100%;margin:-3.5em 0}.cd-timeline-block:first-child{margin-top:0}.cd-timeline-block:last-child{margin-bottom:0}}.cd-timeline-img{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%;box-shadow:0 0 0 4px white,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)}.cd-timeline-img img{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}.cd-timeline-img.cd-picture{background:#75ce66}.cd-timeline-img.cd-movie{background:#c03b44}.cd-timeline-img.cd-location{background:#f0ca45}@media only screen and (min-width:822px){.cd-timeline-img{width:60px;height:60px;left:50%;margin-left:-30px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.cssanimations .cd-timeline-img.is-hidden{visibility:hidden}.cssanimations .cd-timeline-img.bounce-in{visibility:visible;-webkit-animation:cd-bounce-1 .6s;-moz-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s}}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(0.5)}60%{opacity:1;-moz-transform:scale(1.2)}100%{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.cd-timeline-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px 0 #B9C5CD}.cd-timeline-content:after{content:"";display:table;clear:both}.cd-timeline-item-title{-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{display:inline-block}.cd-timeline-content .cd-read-more{padding:.8em 1em;position:relative;z-index:9999}.cd-timeline-content .cd-date{float:left;padding:.8em 0;opacity:.7;font-size:12px}.cd-timeline-title-container{display:inline-block;width:100%;float:left;margin:.55em 0}.cd-timeline-title-container h2{float:left}.cd-timeline-content .timeline-date{opacity:.7;font-size:.857143rem;float:right;margin-top:.5em}.cd-timeline-content::before{content:'';position:absolute;top:16px;right:100%;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff}@media only screen and (min-width:768px){.cd-timeline-content h2{margin-top:0;margin-bottom:0}.cd-timeline-content .the-excerpt{display:block;float:left;width:100%;margin:1em 0}.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{font-size:14px;font-size:.875rem}}@media only screen and (min-width:822px){.cd-timeline-content{margin-left:0;padding:1.6em;width:39%;background:#EFEFEF}.cd-timeline-content::before{top:24px;left:100%;border-color:transparent transparent transparent #EFEFEF}.cd-timeline-content .cd-read-more{float:left;color:#333}.cd-timeline-content .cd-date{position:absolute;width:100%;left:125%;top:15px}.cd-timeline-block:nth-child(even) .cd-timeline-content{float:right}.cd-timeline-block:nth-child(even) .cd-timeline-content::before{top:24px;left:auto;right:100%;border-color:transparent #EFEFEF transparent transparent}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more{float:right;color:#333;padding-right:0}.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more{position:relative;z-index:99999;padding-left:0}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{left:auto;right:125%;text-align:right}.cssanimations .cd-timeline-content.is-hidden{visibility:hidden}.cssanimations .cd-timeline-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2 .6s;-moz-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s}}@media only screen and (min-width:822px){.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}100%{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.more-to-come-container{position:relative;background:#EFEFEF;display:block;width:100%;text-align:center}.more-to-come{margin:10em 0 0;padding:1em 0;font-weight:200;color:rgba(100,100,100,.46)}.page article.page{background:0 0!important;box-shadow:none;border:none;-webkit-box-shadow:none}.page .cd-timeline-block span.fa{color:#fff;font-size:25px;display:block;text-align:center;margin-top:18px}.cd-timeline-icon-link{color:#fff!important}@media only screen and (max-width:821px){.page .cd-timeline-block span.fa{color:#fff;font-size:18px;display:block;text-align:center;margin-top:12px}.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more,.cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more{padding-left:0!important;position:relative;z-index:99999}}.timeline-width100{width:100%}.timeline-width34{width:34%}.timeline-width30{width:30%}.timeline-date-left{width:100%;float:left!important}
|
languages/timeline-express-zh_CN.mo
ADDED
|
Binary file
|
languages/timeline-express-zh_CN.po
ADDED
|
@@ -0,0 +1,783 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (C) 2014 Timeline Express
|
| 2 |
+
# This file is distributed under the same license as the Timeline Express package.
|
| 3 |
+
msgid ""
|
| 4 |
+
msgstr ""
|
| 5 |
+
"Project-Id-Version: Timeline Express 1.0.3\n"
|
| 6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/timeline-express\n"
|
| 7 |
+
"POT-Creation-Date: 2014-10-23 21:44:38+00:00\n"
|
| 8 |
+
"MIME-Version: 1.0\n"
|
| 9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
| 10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
| 11 |
+
"PO-Revision-Date: 2014-10-23 17:19-0700\n"
|
| 12 |
+
"Last-Translator: Vahi Chen <vahichen@gmail.com>\n"
|
| 13 |
+
"Language-Team: \n"
|
| 14 |
+
"X-Generator: Poedit 1.6.10\n"
|
| 15 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
| 16 |
+
"Language: zh_CN\n"
|
| 17 |
+
|
| 18 |
+
#: classes/class.timeline-express.php:218
|
| 19 |
+
msgid "Announcement Info."
|
| 20 |
+
msgstr "公告信息"
|
| 21 |
+
|
| 22 |
+
#: classes/class.timeline-express.php:226
|
| 23 |
+
msgid "Announcement Color"
|
| 24 |
+
msgstr "公告颜色"
|
| 25 |
+
|
| 26 |
+
#: classes/class.timeline-express.php:227
|
| 27 |
+
msgid "select the color for this announcement."
|
| 28 |
+
msgstr "为此公告选择颜色。"
|
| 29 |
+
|
| 30 |
+
#: classes/class.timeline-express.php:235
|
| 31 |
+
msgid "Font Awesome Unicode"
|
| 32 |
+
msgstr "Font Awesome 代码"
|
| 33 |
+
|
| 34 |
+
#: classes/class.timeline-express.php:236
|
| 35 |
+
msgid ""
|
| 36 |
+
"enter the font-awesome class name in the box above. This is used for the "
|
| 37 |
+
"icon associated with the announcement. <a href=\"http://fortawesome.github."
|
| 38 |
+
"io/Font-Awesome/cheatsheet/\" target=\"_blank\">cheat sheet</a> Example : "
|
| 39 |
+
"\"fa-times-circle\" "
|
| 40 |
+
msgstr ""
|
| 41 |
+
"输入font-awesome的类名,用以和日志相关联的图标的显示。<a href=\"http://"
|
| 42 |
+
"fortawesome.github.io/Font-Awesome/cheatsheet/\" target=\"_blank\">速查表</"
|
| 43 |
+
"a> 例如:\"fa-times-circle\""
|
| 44 |
+
|
| 45 |
+
#: classes/class.timeline-express.php:244
|
| 46 |
+
msgid "Announcement Date"
|
| 47 |
+
msgstr "公告日期"
|
| 48 |
+
|
| 49 |
+
#: classes/class.timeline-express.php:245
|
| 50 |
+
msgid ""
|
| 51 |
+
"enter the date of the announcement. the announcements will appear in "
|
| 52 |
+
"chronological order according to this date. "
|
| 53 |
+
msgstr "输入公告的日期。公告会以此日期作为时间排序依据。"
|
| 54 |
+
|
| 55 |
+
#: classes/class.timeline-express.php:253
|
| 56 |
+
msgid "Announcement Image"
|
| 57 |
+
msgstr "公告图片"
|
| 58 |
+
|
| 59 |
+
#: classes/class.timeline-express.php:254
|
| 60 |
+
msgid ""
|
| 61 |
+
"select a banner image for this announcement (optional). (recommended 650px "
|
| 62 |
+
"wide or larger) "
|
| 63 |
+
msgstr "为此公告选择一条公告(可选)。(推荐宽度650px或更大)"
|
| 64 |
+
|
| 65 |
+
#: classes/class.timeline-express.php:265
|
| 66 |
+
msgid "About"
|
| 67 |
+
msgstr "关于"
|
| 68 |
+
|
| 69 |
+
#: classes/class.timeline-express.php:292
|
| 70 |
+
msgid "Enter Announcement Title"
|
| 71 |
+
msgstr "输入公告标题"
|
| 72 |
+
|
| 73 |
+
#: classes/class.timeline-express.php:300
|
| 74 |
+
msgctxt "column name"
|
| 75 |
+
msgid "Announcement Name"
|
| 76 |
+
msgstr "公告名称"
|
| 77 |
+
|
| 78 |
+
#: classes/class.timeline-express.php:301
|
| 79 |
+
msgctxt "column name"
|
| 80 |
+
msgid "Color"
|
| 81 |
+
msgstr "颜色"
|
| 82 |
+
|
| 83 |
+
#: classes/class.timeline-express.php:302
|
| 84 |
+
msgctxt "column name"
|
| 85 |
+
msgid "Icon"
|
| 86 |
+
msgstr "图标"
|
| 87 |
+
|
| 88 |
+
#: classes/class.timeline-express.php:303
|
| 89 |
+
msgctxt "column name"
|
| 90 |
+
msgid "Announcement Date"
|
| 91 |
+
msgstr "公告日期"
|
| 92 |
+
|
| 93 |
+
#: classes/class.timeline-express.php:304
|
| 94 |
+
msgctxt "column name"
|
| 95 |
+
msgid "Image"
|
| 96 |
+
msgstr "图像"
|
| 97 |
+
|
| 98 |
+
#: classes/class.timeline-express.php:305
|
| 99 |
+
msgctxt "column name"
|
| 100 |
+
msgid "Announcment Past?"
|
| 101 |
+
msgstr "公告过期?"
|
| 102 |
+
|
| 103 |
+
#: classes/class.timeline-express.php:510
|
| 104 |
+
#: classes/class.timeline-express.php:517
|
| 105 |
+
msgid "Back"
|
| 106 |
+
msgstr "返回"
|
| 107 |
+
|
| 108 |
+
#: classes/class.timeline-express.php:775
|
| 109 |
+
#: classes/class.timeline-express.php:782
|
| 110 |
+
#: classes/class.timeline-express.php:795
|
| 111 |
+
msgid "..."
|
| 112 |
+
msgstr "..."
|
| 113 |
+
|
| 114 |
+
#: classes/class.timeline-express.php:827
|
| 115 |
+
msgid "…"
|
| 116 |
+
msgstr "…"
|
| 117 |
+
|
| 118 |
+
#. translators: If your word count is based on single characters (East Asian
|
| 119 |
+
#. characters),
|
| 120 |
+
#. enter 'characters'. Otherwise, enter 'words'. Do not translate into
|
| 121 |
+
#. your own language.
|
| 122 |
+
#: classes/class.timeline-express.php:831
|
| 123 |
+
msgctxt "word count: words or characters?"
|
| 124 |
+
msgid "words"
|
| 125 |
+
msgstr "字数"
|
| 126 |
+
|
| 127 |
+
#: classes/class.timeline-express.php:865 pages/options.php:179
|
| 128 |
+
msgid "Timeline Express Settings"
|
| 129 |
+
msgstr "时间线速递 设置"
|
| 130 |
+
|
| 131 |
+
#: classes/class.timeline-express.php:865
|
| 132 |
+
msgid "Timline Express"
|
| 133 |
+
msgstr "时间线速度"
|
| 134 |
+
|
| 135 |
+
#: classes/class.timeline-express.php:867
|
| 136 |
+
msgid "Timeline Express Welcome"
|
| 137 |
+
msgstr "欢迎来到 时间线速递"
|
| 138 |
+
|
| 139 |
+
#: lib/metabox/about-template.php:38
|
| 140 |
+
msgid "Help!"
|
| 141 |
+
msgstr "帮助!"
|
| 142 |
+
|
| 143 |
+
#: lib/metabox/about-template.php:39
|
| 144 |
+
msgid "Review"
|
| 145 |
+
msgstr "评论"
|
| 146 |
+
|
| 147 |
+
#: lib/metabox/about-template.php:40
|
| 148 |
+
msgid "Donate"
|
| 149 |
+
msgstr "捐赠"
|
| 150 |
+
|
| 151 |
+
#: lib/metabox/about-template.php:50
|
| 152 |
+
msgid "this plugin was made with "
|
| 153 |
+
msgstr "此插件的设计源于"
|
| 154 |
+
|
| 155 |
+
#: lib/metabox/about-template.php:50 pages/welcome.php:98
|
| 156 |
+
msgid "by"
|
| 157 |
+
msgstr "作者"
|
| 158 |
+
|
| 159 |
+
#: lib/metabox/example-functions.php:25
|
| 160 |
+
msgid "Test Metabox"
|
| 161 |
+
msgstr "测试Metabox"
|
| 162 |
+
|
| 163 |
+
#: lib/metabox/example-functions.php:33 lib/metabox/example-functions.php:254
|
| 164 |
+
msgid "Test Text"
|
| 165 |
+
msgstr "测试文本"
|
| 166 |
+
|
| 167 |
+
#: lib/metabox/example-functions.php:34 lib/metabox/example-functions.php:42
|
| 168 |
+
#: lib/metabox/example-functions.php:49 lib/metabox/example-functions.php:56
|
| 169 |
+
#: lib/metabox/example-functions.php:64 lib/metabox/example-functions.php:71
|
| 170 |
+
#: lib/metabox/example-functions.php:83 lib/metabox/example-functions.php:89
|
| 171 |
+
#: lib/metabox/example-functions.php:96 lib/metabox/example-functions.php:102
|
| 172 |
+
#: lib/metabox/example-functions.php:108 lib/metabox/example-functions.php:116
|
| 173 |
+
#: lib/metabox/example-functions.php:123 lib/metabox/example-functions.php:129
|
| 174 |
+
#: lib/metabox/example-functions.php:135 lib/metabox/example-functions.php:147
|
| 175 |
+
#: lib/metabox/example-functions.php:158 lib/metabox/example-functions.php:169
|
| 176 |
+
#: lib/metabox/example-functions.php:180 lib/metabox/example-functions.php:187
|
| 177 |
+
#: lib/metabox/example-functions.php:194 lib/metabox/example-functions.php:201
|
| 178 |
+
#: lib/metabox/example-functions.php:207 lib/metabox/example-functions.php:218
|
| 179 |
+
#: lib/metabox/example-functions.php:255 lib/metabox/example-functions.php:274
|
| 180 |
+
#: lib/metabox/example-functions.php:281 lib/metabox/example-functions.php:288
|
| 181 |
+
#: lib/metabox/example-functions.php:294 lib/metabox/example-functions.php:300
|
| 182 |
+
#: lib/metabox/example-functions.php:306 lib/metabox/example-functions.php:312
|
| 183 |
+
msgid "field description (optional)"
|
| 184 |
+
msgstr "域描述(可选)"
|
| 185 |
+
|
| 186 |
+
#: lib/metabox/example-functions.php:41
|
| 187 |
+
msgid "Test Text Small"
|
| 188 |
+
msgstr "测试文本 小"
|
| 189 |
+
|
| 190 |
+
#: lib/metabox/example-functions.php:48
|
| 191 |
+
msgid "Test Text Medium"
|
| 192 |
+
msgstr "测试文本 中"
|
| 193 |
+
|
| 194 |
+
#: lib/metabox/example-functions.php:55
|
| 195 |
+
msgid "Website URL"
|
| 196 |
+
msgstr "网站 URL"
|
| 197 |
+
|
| 198 |
+
#: lib/metabox/example-functions.php:63
|
| 199 |
+
msgid "Test Text Email"
|
| 200 |
+
msgstr "测试文本邮件"
|
| 201 |
+
|
| 202 |
+
#: lib/metabox/example-functions.php:70
|
| 203 |
+
msgid "Test Time"
|
| 204 |
+
msgstr "测试时间"
|
| 205 |
+
|
| 206 |
+
#: lib/metabox/example-functions.php:76 lib/metabox/example-functions.php:77
|
| 207 |
+
msgid "Time zone"
|
| 208 |
+
msgstr "时区"
|
| 209 |
+
|
| 210 |
+
#: lib/metabox/example-functions.php:82
|
| 211 |
+
msgid "Test Date Picker"
|
| 212 |
+
msgstr "测试日期选择器"
|
| 213 |
+
|
| 214 |
+
#: lib/metabox/example-functions.php:88
|
| 215 |
+
msgid "Test Date Picker (UNIX timestamp)"
|
| 216 |
+
msgstr "测试日期选择器(UNIX时间戳)"
|
| 217 |
+
|
| 218 |
+
#: lib/metabox/example-functions.php:95
|
| 219 |
+
msgid "Test Date/Time Picker Combo (UNIX timestamp)"
|
| 220 |
+
msgstr "测试日期/时间组合选择器(UNIX时间戳)"
|
| 221 |
+
|
| 222 |
+
#: lib/metabox/example-functions.php:101
|
| 223 |
+
msgid "Test Date/Time Picker/Time zone Combo (serialized DateTime object)"
|
| 224 |
+
msgstr "测试日期/时间/时区组合(DateTime对象的序列化)"
|
| 225 |
+
|
| 226 |
+
#: lib/metabox/example-functions.php:107
|
| 227 |
+
msgid "Test Money"
|
| 228 |
+
msgstr "测试钱"
|
| 229 |
+
|
| 230 |
+
#: lib/metabox/example-functions.php:115
|
| 231 |
+
msgid "Test Color Picker"
|
| 232 |
+
msgstr "测试颜色拾取器"
|
| 233 |
+
|
| 234 |
+
#: lib/metabox/example-functions.php:122
|
| 235 |
+
msgid "Test Text Area"
|
| 236 |
+
msgstr "测试文本域"
|
| 237 |
+
|
| 238 |
+
#: lib/metabox/example-functions.php:128
|
| 239 |
+
msgid "Test Text Area Small"
|
| 240 |
+
msgstr "测试文本域 小"
|
| 241 |
+
|
| 242 |
+
#: lib/metabox/example-functions.php:134
|
| 243 |
+
msgid "Test Text Area for Code"
|
| 244 |
+
msgstr "测试代码文本域"
|
| 245 |
+
|
| 246 |
+
#: lib/metabox/example-functions.php:140
|
| 247 |
+
msgid "Test Title Weeeee"
|
| 248 |
+
msgstr "测试标题 Weeeee"
|
| 249 |
+
|
| 250 |
+
#: lib/metabox/example-functions.php:141
|
| 251 |
+
msgid "This is a title description"
|
| 252 |
+
msgstr "这是标题描述"
|
| 253 |
+
|
| 254 |
+
#: lib/metabox/example-functions.php:146
|
| 255 |
+
msgid "Test Select"
|
| 256 |
+
msgstr "测试选择"
|
| 257 |
+
|
| 258 |
+
#: lib/metabox/example-functions.php:151 lib/metabox/example-functions.php:162
|
| 259 |
+
#: lib/metabox/example-functions.php:173
|
| 260 |
+
msgid "Option One"
|
| 261 |
+
msgstr "开关一"
|
| 262 |
+
|
| 263 |
+
#: lib/metabox/example-functions.php:152 lib/metabox/example-functions.php:163
|
| 264 |
+
#: lib/metabox/example-functions.php:174
|
| 265 |
+
msgid "Option Two"
|
| 266 |
+
msgstr "开关二"
|
| 267 |
+
|
| 268 |
+
#: lib/metabox/example-functions.php:153 lib/metabox/example-functions.php:164
|
| 269 |
+
#: lib/metabox/example-functions.php:175
|
| 270 |
+
msgid "Option Three"
|
| 271 |
+
msgstr "开关三"
|
| 272 |
+
|
| 273 |
+
#: lib/metabox/example-functions.php:157
|
| 274 |
+
msgid "Test Radio inline"
|
| 275 |
+
msgstr "测试内嵌单选按钮"
|
| 276 |
+
|
| 277 |
+
#: lib/metabox/example-functions.php:168
|
| 278 |
+
msgid "Test Radio"
|
| 279 |
+
msgstr "测试单选按钮"
|
| 280 |
+
|
| 281 |
+
#: lib/metabox/example-functions.php:179
|
| 282 |
+
msgid "Test Taxonomy Radio"
|
| 283 |
+
msgstr "测试分组单选"
|
| 284 |
+
|
| 285 |
+
#: lib/metabox/example-functions.php:186
|
| 286 |
+
msgid "Test Taxonomy Select"
|
| 287 |
+
msgstr "测试分组选择"
|
| 288 |
+
|
| 289 |
+
#: lib/metabox/example-functions.php:193
|
| 290 |
+
msgid "Test Taxonomy Multi Checkbox"
|
| 291 |
+
msgstr "测试分组勾选框"
|
| 292 |
+
|
| 293 |
+
#: lib/metabox/example-functions.php:200
|
| 294 |
+
msgid "Test Checkbox"
|
| 295 |
+
msgstr "测试多选框"
|
| 296 |
+
|
| 297 |
+
#: lib/metabox/example-functions.php:206
|
| 298 |
+
msgid "Test Multi Checkbox"
|
| 299 |
+
msgstr "测试多个多选框"
|
| 300 |
+
|
| 301 |
+
#: lib/metabox/example-functions.php:211
|
| 302 |
+
msgid "Check One"
|
| 303 |
+
msgstr "多选框一"
|
| 304 |
+
|
| 305 |
+
#: lib/metabox/example-functions.php:212
|
| 306 |
+
msgid "Check Two"
|
| 307 |
+
msgstr "多选框二"
|
| 308 |
+
|
| 309 |
+
#: lib/metabox/example-functions.php:213
|
| 310 |
+
msgid "Check Three"
|
| 311 |
+
msgstr "多选框三"
|
| 312 |
+
|
| 313 |
+
#: lib/metabox/example-functions.php:217
|
| 314 |
+
msgid "Test wysiwyg"
|
| 315 |
+
msgstr "测试wysiwyg"
|
| 316 |
+
|
| 317 |
+
#: lib/metabox/example-functions.php:224
|
| 318 |
+
msgid "Test Image"
|
| 319 |
+
msgstr "测试图像"
|
| 320 |
+
|
| 321 |
+
#: lib/metabox/example-functions.php:225
|
| 322 |
+
msgid "Upload an image or enter a URL."
|
| 323 |
+
msgstr "上传一张图像或者输入图像URL。"
|
| 324 |
+
|
| 325 |
+
#: lib/metabox/example-functions.php:230
|
| 326 |
+
msgid "Multiple Files"
|
| 327 |
+
msgstr "多个文件"
|
| 328 |
+
|
| 329 |
+
#: lib/metabox/example-functions.php:231
|
| 330 |
+
msgid "Upload or add multiple images/attachments."
|
| 331 |
+
msgstr "上传或添加多个图像/附件。"
|
| 332 |
+
|
| 333 |
+
#: lib/metabox/example-functions.php:236
|
| 334 |
+
msgid "oEmbed"
|
| 335 |
+
msgstr "oEmbed"
|
| 336 |
+
|
| 337 |
+
#: lib/metabox/example-functions.php:237
|
| 338 |
+
msgid ""
|
| 339 |
+
"Enter a youtube, twitter, or instagram URL. Supports services listed at <a "
|
| 340 |
+
"href=\"http://codex.wordpress.org/Embeds\">http://codex.wordpress.org/"
|
| 341 |
+
"Embeds</a>."
|
| 342 |
+
msgstr ""
|
| 343 |
+
"输入Youtube、Twitter、Instagram的地址。支持的服务列表清单在 <a href=\"http://"
|
| 344 |
+
"codex.wordpress.org/Embeds\">http://codex.wordpress.org/Embeds</a>。"
|
| 345 |
+
|
| 346 |
+
#: lib/metabox/example-functions.php:246
|
| 347 |
+
msgid "About Page Metabox"
|
| 348 |
+
msgstr "关于页面Metabox"
|
| 349 |
+
|
| 350 |
+
#: lib/metabox/example-functions.php:267
|
| 351 |
+
msgid "User Profile Metabox"
|
| 352 |
+
msgstr "用户信息Metabox"
|
| 353 |
+
|
| 354 |
+
#: lib/metabox/example-functions.php:273
|
| 355 |
+
msgid "Extra Info"
|
| 356 |
+
msgstr "额外信息"
|
| 357 |
+
|
| 358 |
+
#: lib/metabox/example-functions.php:280
|
| 359 |
+
msgid "Avatar"
|
| 360 |
+
msgstr "头像"
|
| 361 |
+
|
| 362 |
+
#: lib/metabox/example-functions.php:287
|
| 363 |
+
msgid "Facebook URL"
|
| 364 |
+
msgstr "Facebook地址"
|
| 365 |
+
|
| 366 |
+
#: lib/metabox/example-functions.php:293
|
| 367 |
+
msgid "Twitter URL"
|
| 368 |
+
msgstr "Twitter地址"
|
| 369 |
+
|
| 370 |
+
#: lib/metabox/example-functions.php:299
|
| 371 |
+
msgid "Google+ URL"
|
| 372 |
+
msgstr "Google+地址"
|
| 373 |
+
|
| 374 |
+
#: lib/metabox/example-functions.php:305
|
| 375 |
+
msgid "Linkedin URL"
|
| 376 |
+
msgstr "Linkedin地址"
|
| 377 |
+
|
| 378 |
+
#: lib/metabox/example-functions.php:311
|
| 379 |
+
msgid "User Field"
|
| 380 |
+
msgstr "用户域"
|
| 381 |
+
|
| 382 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_ajax.php:47
|
| 383 |
+
msgid "Please Try Again"
|
| 384 |
+
msgstr "请重试"
|
| 385 |
+
|
| 386 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_ajax.php:118
|
| 387 |
+
msgid "Remove Embed"
|
| 388 |
+
msgstr "移除内前对象"
|
| 389 |
+
|
| 390 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_ajax.php:121
|
| 391 |
+
msgid "No oEmbed Results Found for %s. View more info at"
|
| 392 |
+
msgstr "没有找到 %s 的oEmbed结果。详见"
|
| 393 |
+
|
| 394 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:139
|
| 395 |
+
msgid "Add Row"
|
| 396 |
+
msgstr "添加行"
|
| 397 |
+
|
| 398 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:167
|
| 399 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:463
|
| 400 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:506
|
| 401 |
+
msgid "Remove"
|
| 402 |
+
msgstr "移除"
|
| 403 |
+
|
| 404 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:441
|
| 405 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:479
|
| 406 |
+
msgid "Add or Upload File"
|
| 407 |
+
msgstr "添加或上传文件"
|
| 408 |
+
|
| 409 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:452
|
| 410 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:498
|
| 411 |
+
msgid "Remove Image"
|
| 412 |
+
msgstr "移除图像"
|
| 413 |
+
|
| 414 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:463
|
| 415 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:506
|
| 416 |
+
msgid "File:"
|
| 417 |
+
msgstr "文件:"
|
| 418 |
+
|
| 419 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:463
|
| 420 |
+
#: lib/metabox/helpers/timeline_express_MetaBox_types.php:506
|
| 421 |
+
msgid "Download"
|
| 422 |
+
msgstr "下载"
|
| 423 |
+
|
| 424 |
+
#: lib/metabox/init.php:207
|
| 425 |
+
msgid "Clear"
|
| 426 |
+
msgstr "清除"
|
| 427 |
+
|
| 428 |
+
#: lib/metabox/init.php:208
|
| 429 |
+
msgid "Default"
|
| 430 |
+
msgstr "默认"
|
| 431 |
+
|
| 432 |
+
#: lib/metabox/init.php:209
|
| 433 |
+
msgid "Select Color"
|
| 434 |
+
msgstr "选择颜色"
|
| 435 |
+
|
| 436 |
+
#: lib/metabox/init.php:210
|
| 437 |
+
msgid "Current Color"
|
| 438 |
+
msgstr "当前颜色"
|
| 439 |
+
|
| 440 |
+
#: lib/metabox/init.php:936
|
| 441 |
+
msgid "Save"
|
| 442 |
+
msgstr "保存"
|
| 443 |
+
|
| 444 |
+
#: pages/options.php:27
|
| 445 |
+
msgid "The options were saved successfully!"
|
| 446 |
+
msgstr "已成功保存设置!"
|
| 447 |
+
|
| 448 |
+
#: pages/options.php:30
|
| 449 |
+
msgid "The options could not be saved (or you did not change them)."
|
| 450 |
+
msgstr "无法保存设置(或许没有进行任何改动)。"
|
| 451 |
+
|
| 452 |
+
#: pages/options.php:45
|
| 453 |
+
msgid ""
|
| 454 |
+
"Are you sure you want to revert 'Timeline Express' settings? This cannot be "
|
| 455 |
+
"undone."
|
| 456 |
+
msgstr "确定要重置‘时间线速度’设置?此操作不可恢复。"
|
| 457 |
+
|
| 458 |
+
#: pages/options.php:58
|
| 459 |
+
msgid "Timeline Express settings have successfully been reset"
|
| 460 |
+
msgstr "时间线速递设置已被成功重置。"
|
| 461 |
+
|
| 462 |
+
#: pages/options.php:144
|
| 463 |
+
msgid "Please Consider"
|
| 464 |
+
msgstr "请考虑"
|
| 465 |
+
|
| 466 |
+
#: pages/options.php:145
|
| 467 |
+
msgid "Making a Donation"
|
| 468 |
+
msgstr "捐赠"
|
| 469 |
+
|
| 470 |
+
#: pages/options.php:153
|
| 471 |
+
msgid "Need Help?"
|
| 472 |
+
msgstr "需要帮助?"
|
| 473 |
+
|
| 474 |
+
#: pages/options.php:154
|
| 475 |
+
msgid "Get Support Now!"
|
| 476 |
+
msgstr "现在获取帮助!"
|
| 477 |
+
|
| 478 |
+
#: pages/options.php:162
|
| 479 |
+
msgid "Loving the plugin?"
|
| 480 |
+
msgstr "喜欢这个插件?"
|
| 481 |
+
|
| 482 |
+
#: pages/options.php:163
|
| 483 |
+
msgid "Leave us a nice review"
|
| 484 |
+
msgstr "给我们一个中肯的评论"
|
| 485 |
+
|
| 486 |
+
#. Plugin Name of the plugin/theme
|
| 487 |
+
#: pages/options.php:175
|
| 488 |
+
msgid "Timeline Express"
|
| 489 |
+
msgstr "时间线速递"
|
| 490 |
+
|
| 491 |
+
#: pages/options.php:193
|
| 492 |
+
msgid "Timeline Title"
|
| 493 |
+
msgstr "时间线标题"
|
| 494 |
+
|
| 495 |
+
#: pages/options.php:197
|
| 496 |
+
msgid "Left"
|
| 497 |
+
msgstr "居左"
|
| 498 |
+
|
| 499 |
+
#: pages/options.php:198
|
| 500 |
+
msgid "Center"
|
| 501 |
+
msgstr "居中"
|
| 502 |
+
|
| 503 |
+
#: pages/options.php:199
|
| 504 |
+
msgid "Right"
|
| 505 |
+
msgstr "居右"
|
| 506 |
+
|
| 507 |
+
#: pages/options.php:202
|
| 508 |
+
msgid "H1"
|
| 509 |
+
msgstr "一级标题"
|
| 510 |
+
|
| 511 |
+
#: pages/options.php:203
|
| 512 |
+
msgid "H2"
|
| 513 |
+
msgstr "二级标题"
|
| 514 |
+
|
| 515 |
+
#: pages/options.php:204
|
| 516 |
+
msgid "H3"
|
| 517 |
+
msgstr "三级标题"
|
| 518 |
+
|
| 519 |
+
#: pages/options.php:205
|
| 520 |
+
msgid "H4"
|
| 521 |
+
msgstr "四级标题"
|
| 522 |
+
|
| 523 |
+
#: pages/options.php:213
|
| 524 |
+
msgid ""
|
| 525 |
+
"Enter the title for the time line // Select the alignment // Select the font "
|
| 526 |
+
"size"
|
| 527 |
+
msgstr "输入时间线的标题 // 选择对齐方式 // 选择字体大小"
|
| 528 |
+
|
| 529 |
+
#: pages/options.php:218
|
| 530 |
+
msgid "Time Frame"
|
| 531 |
+
msgstr "时间期限"
|
| 532 |
+
|
| 533 |
+
#: pages/options.php:221
|
| 534 |
+
msgid "Future Events"
|
| 535 |
+
msgstr "未来事件"
|
| 536 |
+
|
| 537 |
+
#: pages/options.php:222
|
| 538 |
+
msgid "All Events (past+future)"
|
| 539 |
+
msgstr "所有事件(过去+未来)"
|
| 540 |
+
|
| 541 |
+
#: pages/options.php:223
|
| 542 |
+
msgid "Past Events"
|
| 543 |
+
msgstr "过去事件"
|
| 544 |
+
|
| 545 |
+
#: pages/options.php:231
|
| 546 |
+
msgid "Select the time frame to query events from."
|
| 547 |
+
msgstr "选择事件的查询时间期限"
|
| 548 |
+
|
| 549 |
+
#: pages/options.php:236
|
| 550 |
+
msgid "Display Order"
|
| 551 |
+
msgstr "显示顺序"
|
| 552 |
+
|
| 553 |
+
#: pages/options.php:239
|
| 554 |
+
msgid "Ascending"
|
| 555 |
+
msgstr "升序"
|
| 556 |
+
|
| 557 |
+
#: pages/options.php:240
|
| 558 |
+
msgid "Descending"
|
| 559 |
+
msgstr "降序"
|
| 560 |
+
|
| 561 |
+
#: pages/options.php:248
|
| 562 |
+
msgid ""
|
| 563 |
+
"Select the order you would like the announcements to display. Ascending : "
|
| 564 |
+
"Chronological order by announcement date. Descending : Reverse chronological "
|
| 565 |
+
"order by announcement date."
|
| 566 |
+
msgstr ""
|
| 567 |
+
"选择公告显示的顺序。升序:按公告的年代顺序排序。降序:按公告的年代顺序的倒叙"
|
| 568 |
+
"排序。"
|
| 569 |
+
|
| 570 |
+
#: pages/options.php:253
|
| 571 |
+
msgid "Announcement Exceprt Length"
|
| 572 |
+
msgstr "公告摘要长度"
|
| 573 |
+
|
| 574 |
+
#: pages/options.php:262
|
| 575 |
+
msgid ""
|
| 576 |
+
"set the length of the excerpt for each announcement. ( min=25;max=200 eg: 50 "
|
| 577 |
+
"= 50 characters )"
|
| 578 |
+
msgstr "设置每条公告的摘要长度。(最小=25;最大=200 例:50 即50个字符)"
|
| 579 |
+
|
| 580 |
+
#: pages/options.php:267
|
| 581 |
+
msgid "Date Visibility"
|
| 582 |
+
msgstr "日期可见性"
|
| 583 |
+
|
| 584 |
+
#: pages/options.php:270 pages/options.php:287
|
| 585 |
+
msgid "Visible"
|
| 586 |
+
msgstr "可见"
|
| 587 |
+
|
| 588 |
+
#: pages/options.php:271 pages/options.php:288
|
| 589 |
+
msgid "Hidden"
|
| 590 |
+
msgstr "不可见"
|
| 591 |
+
|
| 592 |
+
#: pages/options.php:279
|
| 593 |
+
msgid "toggle the visibility of the date next to the icon."
|
| 594 |
+
msgstr "切换仅次于图标下面的日期的可见性。"
|
| 595 |
+
|
| 596 |
+
#: pages/options.php:284
|
| 597 |
+
msgid "Read More Visibility"
|
| 598 |
+
msgstr "“阅读更多”可见性"
|
| 599 |
+
|
| 600 |
+
#: pages/options.php:296
|
| 601 |
+
msgid ""
|
| 602 |
+
"toggle the visibility of the read more button. hide to prevent users from "
|
| 603 |
+
"viewing the full announcement."
|
| 604 |
+
msgstr "切换“阅读更多”按钮的可见性。隐藏以防止用户查看完整公告。"
|
| 605 |
+
|
| 606 |
+
#: pages/options.php:301
|
| 607 |
+
msgid "Default Icon"
|
| 608 |
+
msgstr "默认图标"
|
| 609 |
+
|
| 610 |
+
#: pages/options.php:310
|
| 611 |
+
msgid ""
|
| 612 |
+
"Enter the font-awesome class name that you would like to use a default icon "
|
| 613 |
+
"for new events. ie: fa-clock-alt"
|
| 614 |
+
msgstr "输入新建事件默认使用的font-awesome图标的名称。例如:fa-clock-alt"
|
| 615 |
+
|
| 616 |
+
#: pages/options.php:315
|
| 617 |
+
msgid "Default Announcement Color"
|
| 618 |
+
msgstr "默认公告颜色"
|
| 619 |
+
|
| 620 |
+
#: pages/options.php:324
|
| 621 |
+
msgid ""
|
| 622 |
+
"Select the default color for all new events. Note : this setting can be "
|
| 623 |
+
"overwritten"
|
| 624 |
+
msgstr "选择新建事件的默认颜色。注意:此设置可以被覆盖。"
|
| 625 |
+
|
| 626 |
+
#: pages/options.php:329
|
| 627 |
+
msgid "Announcement Container Background"
|
| 628 |
+
msgstr "公告容器背景"
|
| 629 |
+
|
| 630 |
+
#: pages/options.php:338
|
| 631 |
+
msgid "Select the background color of the announcement container."
|
| 632 |
+
msgstr "选择公告容器的背景颜色。"
|
| 633 |
+
|
| 634 |
+
#: pages/options.php:343
|
| 635 |
+
msgid "Announcement Shadow Color"
|
| 636 |
+
msgstr "公告阴影颜色"
|
| 637 |
+
|
| 638 |
+
#: pages/options.php:352
|
| 639 |
+
msgid "Select the shadow color for the announcement container."
|
| 640 |
+
msgstr "选择公告容器的阴影颜色。"
|
| 641 |
+
|
| 642 |
+
#: pages/options.php:357
|
| 643 |
+
msgid "Background Line Color"
|
| 644 |
+
msgstr "背景线条颜色"
|
| 645 |
+
|
| 646 |
+
#: pages/options.php:366
|
| 647 |
+
msgid "Select the color of the line in the background of the timeline."
|
| 648 |
+
msgstr "选择时间线背景的线条颜色。"
|
| 649 |
+
|
| 650 |
+
#: pages/options.php:371
|
| 651 |
+
msgid "No Events Message"
|
| 652 |
+
msgstr "无事件消息"
|
| 653 |
+
|
| 654 |
+
#: pages/options.php:380
|
| 655 |
+
msgid "This is the message that will display when no announcements are found."
|
| 656 |
+
msgstr "当没有公告的时候会显示此消息。"
|
| 657 |
+
|
| 658 |
+
#: pages/options.php:385
|
| 659 |
+
msgid "Delete Announcements On Uninstall?"
|
| 660 |
+
msgstr "卸载时删除公告?"
|
| 661 |
+
|
| 662 |
+
#: pages/options.php:394
|
| 663 |
+
msgid ""
|
| 664 |
+
"select this to delete all announcement posts from the data base on plugin "
|
| 665 |
+
"uninstallation. this can not be undone, once they are deleted they are gone "
|
| 666 |
+
"forever. If you want to keep them, export your announcements before "
|
| 667 |
+
"uninstalling."
|
| 668 |
+
msgstr ""
|
| 669 |
+
"勾选此选项,将在卸载此插件的时候同时删除数据库中所有的公告记录。此操作不能被"
|
| 670 |
+
"撤销,一旦被删除,将不可恢复。如果想要保留它们的话,在卸载前需导出你的公告。"
|
| 671 |
+
|
| 672 |
+
#: pages/options.php:399
|
| 673 |
+
msgid "Save Settings"
|
| 674 |
+
msgstr "保存设置"
|
| 675 |
+
|
| 676 |
+
#: pages/options.php:399
|
| 677 |
+
msgid "Reset Plugin Settings"
|
| 678 |
+
msgstr "重置插件设置"
|
| 679 |
+
|
| 680 |
+
#: pages/welcome.php:42
|
| 681 |
+
msgid "Welcome to Timeline Express"
|
| 682 |
+
msgstr "欢迎来到 时间线速递"
|
| 683 |
+
|
| 684 |
+
#: pages/welcome.php:45
|
| 685 |
+
msgid ""
|
| 686 |
+
"Thanks for installing Timeline Express. We know you're going to find this "
|
| 687 |
+
"free plugin super helpful and easy to use! To get started, hover over "
|
| 688 |
+
"'Timeline Express', in the admin menu, and click"
|
| 689 |
+
msgstr ""
|
| 690 |
+
"感谢安装时间线速递。我们知道你一定会发现它很简单实用!那就从单击管理菜单上"
|
| 691 |
+
"的“时间线速度”开始吧。"
|
| 692 |
+
|
| 693 |
+
#: pages/welcome.php:45
|
| 694 |
+
msgid "'New Announcement'"
|
| 695 |
+
msgstr "‘新建公告’"
|
| 696 |
+
|
| 697 |
+
#: pages/welcome.php:45
|
| 698 |
+
msgid " to start adding announcements your timeline!"
|
| 699 |
+
msgstr "为你的时间线添加公告"
|
| 700 |
+
|
| 701 |
+
#: pages/welcome.php:47
|
| 702 |
+
msgid "or head over to the"
|
| 703 |
+
msgstr "或者前往"
|
| 704 |
+
|
| 705 |
+
#: pages/welcome.php:47
|
| 706 |
+
msgid "Settings Page"
|
| 707 |
+
msgstr "设置页面"
|
| 708 |
+
|
| 709 |
+
#: pages/welcome.php:47
|
| 710 |
+
msgid "to customize and style your form"
|
| 711 |
+
msgstr "进行页面的自定义和设计"
|
| 712 |
+
|
| 713 |
+
#: pages/welcome.php:56
|
| 714 |
+
msgid "Create a Beautiful Timeline In Minutes"
|
| 715 |
+
msgstr "快速创建一个美丽的时间线"
|
| 716 |
+
|
| 717 |
+
#: pages/welcome.php:57
|
| 718 |
+
msgid ""
|
| 719 |
+
"Create a vertical and responsive, CSS3 animated timeline fast...without ever "
|
| 720 |
+
"writing a single line of code."
|
| 721 |
+
msgstr ""
|
| 722 |
+
"快速创建一个垂直的、自适应的、基于CSS3的时间线,而不需要写任何一行代码。"
|
| 723 |
+
|
| 724 |
+
#: pages/welcome.php:60
|
| 725 |
+
msgid "Font Awesome Included"
|
| 726 |
+
msgstr "内嵌Font Awesome"
|
| 727 |
+
|
| 728 |
+
#: pages/welcome.php:61
|
| 729 |
+
msgid ""
|
| 730 |
+
"Hundreds of icons to choose from to make your announcements really stand out!"
|
| 731 |
+
msgstr "上百个供选择的图标让你的公告别具一格。"
|
| 732 |
+
|
| 733 |
+
#: pages/welcome.php:70
|
| 734 |
+
msgid "Intuitive Custom Post Creation Screen"
|
| 735 |
+
msgstr "直观灵活的创建界面"
|
| 736 |
+
|
| 737 |
+
#: pages/welcome.php:74
|
| 738 |
+
msgid "Manange Announcements Easily"
|
| 739 |
+
msgstr "方便管理公告"
|
| 740 |
+
|
| 741 |
+
#: pages/welcome.php:78
|
| 742 |
+
msgid "Stylize The Timeline"
|
| 743 |
+
msgstr "风格化时间线"
|
| 744 |
+
|
| 745 |
+
#: pages/welcome.php:86
|
| 746 |
+
msgid "Timeline Express // Sample Timeline"
|
| 747 |
+
msgstr "时间线速度 // "
|
| 748 |
+
|
| 749 |
+
#: pages/welcome.php:98
|
| 750 |
+
msgid "this free plugin was made with"
|
| 751 |
+
msgstr "此插件的设计源于"
|
| 752 |
+
|
| 753 |
+
#: pages/welcome.php:98
|
| 754 |
+
msgid "Please consider making a"
|
| 755 |
+
msgstr "请考虑一下"
|
| 756 |
+
|
| 757 |
+
#: pages/welcome.php:98
|
| 758 |
+
msgid "donation"
|
| 759 |
+
msgstr "捐赠"
|
| 760 |
+
|
| 761 |
+
#: pages/welcome.php:98
|
| 762 |
+
msgid "if you need support in any way."
|
| 763 |
+
msgstr "如果你需要任何形式的帮助。"
|
| 764 |
+
|
| 765 |
+
#: pages/welcome.php:102
|
| 766 |
+
msgid "Keep Up With Me Elsewhere "
|
| 767 |
+
msgstr "和我保持联系"
|
| 768 |
+
|
| 769 |
+
#. Plugin URI of the plugin/theme
|
| 770 |
+
#. Author URI of the plugin/theme
|
| 771 |
+
msgid "http://www.evan-herman.com"
|
| 772 |
+
msgstr "http://www.evan-herman.com"
|
| 773 |
+
|
| 774 |
+
#. Description of the plugin/theme
|
| 775 |
+
msgid ""
|
| 776 |
+
"Create a beautiful vertical, CSS3 animated and responsive timeline in "
|
| 777 |
+
"minutes flat without writing code."
|
| 778 |
+
msgstr ""
|
| 779 |
+
"快速创建一个垂直的、自适应的、基于CSS3的时间线,而不需要写任何一行代码。"
|
| 780 |
+
|
| 781 |
+
#. Author of the plugin/theme
|
| 782 |
+
msgid "Evan Herman"
|
| 783 |
+
msgstr "Evan Herman"
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: http://www.evan-herman.com/contact/?contact-reason=I%20want%20to%20
|
|
| 4 |
Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 4.0
|
| 7 |
-
Stable tag: 1.0.
|
| 8 |
License: GPLv2 or later
|
| 9 |
|
| 10 |
Timeline express allows you to create a beautiful vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
|
|
@@ -29,6 +29,13 @@ Timeline express allows you to create a vertical animated timeline of announceme
|
|
| 29 |
* Highly extensible
|
| 30 |
* Translatable
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
== Installation ==
|
| 33 |
|
| 34 |
1. Download the plugin .zip file
|
|
@@ -106,6 +113,11 @@ Have an idea for a future release feature? I love hearing about new ideas! You c
|
|
| 106 |
5. Timeline Express full settings page
|
| 107 |
|
| 108 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
= 1.0.3 =
|
| 110 |
* Included new function to retain formatting in the announcement excerpt in the timeline (`te_wp_trim_words_retain_formatting()`)
|
| 111 |
|
|
@@ -117,9 +129,12 @@ Have an idea for a future release feature? I love hearing about new ideas! You c
|
|
| 117 |
* Update masonry function to include .imagesLoaded(); to prevent overlapping containers in the timeline
|
| 118 |
|
| 119 |
= 1.0 =
|
| 120 |
-
|
| 121 |
|
| 122 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
|
| 123 |
= 1.0.3 =
|
| 124 |
* Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())
|
| 125 |
|
| 4 |
Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 4.0
|
| 7 |
+
Stable tag: 1.0.4
|
| 8 |
License: GPLv2 or later
|
| 9 |
|
| 10 |
Timeline express allows you to create a beautiful vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
|
| 29 |
* Highly extensible
|
| 30 |
* Translatable
|
| 31 |
|
| 32 |
+
**Translated**
|
| 33 |
+
|
| 34 |
+
Timeline express comes ready for translation. I would love to get things translated to as many languages as possible. At the moment the following translations are available for Timeline Express
|
| 35 |
+
|
| 36 |
+
* English
|
| 37 |
+
* Chinese (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
|
| 38 |
+
|
| 39 |
== Installation ==
|
| 40 |
|
| 41 |
1. Download the plugin .zip file
|
| 113 |
5. Timeline Express full settings page
|
| 114 |
|
| 115 |
== Changelog ==
|
| 116 |
+
|
| 117 |
+
= 1.0.4 =
|
| 118 |
+
* Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
|
| 119 |
+
* Removed some un-necessary styles (timeline title/content font-size+font-family declerations)
|
| 120 |
+
|
| 121 |
= 1.0.3 =
|
| 122 |
* Included new function to retain formatting in the announcement excerpt in the timeline (`te_wp_trim_words_retain_formatting()`)
|
| 123 |
|
| 129 |
* Update masonry function to include .imagesLoaded(); to prevent overlapping containers in the timeline
|
| 130 |
|
| 131 |
= 1.0 =
|
| 132 |
+
Chinese language translation now included
|
| 133 |
|
| 134 |
== Upgrade Notice ==
|
| 135 |
+
= 1.0.4
|
| 136 |
+
We have now included chinese language translation (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>. We have also made a few adjustments to the style declerations of the timeline content and title on the front end.
|
| 137 |
+
|
| 138 |
= 1.0.3 =
|
| 139 |
* Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())
|
| 140 |
|
timeline-express.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
Plugin Name: Timeline Express
|
| 5 |
Plugin URI: http://www.evan-herman.com
|
| 6 |
Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
|
| 7 |
-
Version: 1.0.
|
| 8 |
Author: Evan Herman
|
| 9 |
Author URI: http://www.evan-herman.com
|
| 10 |
License: GPL2
|
|
@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
| 29 |
|
| 30 |
/** Configuration **/
|
| 31 |
if(!defined('TIMELINE_EXPRESS_DEBUG')) define('TIMELINE_EXPRESS_DEBUG', false);
|
| 32 |
-
if(!defined('TIMELINE_EXPRESS_VERSION_CURRENT')) define('TIMELINE_EXPRESS_VERSION_CURRENT', '1.0.
|
| 33 |
if(!defined('TIMELINE_EXPRESS_REQ_PHP')) define('TIMELINE_EXPRESS_REQ_PHP', '5.0');
|
| 34 |
if(!defined('TIMELINE_EXPRESS_AUTHOR')) define('TIMELINE_EXPRESS_AUTHOR', 'Evan Herman');
|
| 35 |
if(!defined('TIMELINE_EXPRESS_SITE')) define('TIMELINE_EXPRESS_SITE', site_url().'/');
|
| 4 |
Plugin Name: Timeline Express
|
| 5 |
Plugin URI: http://www.evan-herman.com
|
| 6 |
Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
|
| 7 |
+
Version: 1.0.4
|
| 8 |
Author: Evan Herman
|
| 9 |
Author URI: http://www.evan-herman.com
|
| 10 |
License: GPL2
|
| 29 |
|
| 30 |
/** Configuration **/
|
| 31 |
if(!defined('TIMELINE_EXPRESS_DEBUG')) define('TIMELINE_EXPRESS_DEBUG', false);
|
| 32 |
+
if(!defined('TIMELINE_EXPRESS_VERSION_CURRENT')) define('TIMELINE_EXPRESS_VERSION_CURRENT', '1.0.4');
|
| 33 |
if(!defined('TIMELINE_EXPRESS_REQ_PHP')) define('TIMELINE_EXPRESS_REQ_PHP', '5.0');
|
| 34 |
if(!defined('TIMELINE_EXPRESS_AUTHOR')) define('TIMELINE_EXPRESS_AUTHOR', 'Evan Herman');
|
| 35 |
if(!defined('TIMELINE_EXPRESS_SITE')) define('TIMELINE_EXPRESS_SITE', site_url().'/');
|
