Version Description
- Update Menu Item Custom Fields to play nice with other plugins.
- Add missing Foundation Icons stylesheet, props John
- JS & CSS fixes
Download this release
Release Info
| Developer | kucrut |
| Plugin | |
| Version | 0.5.1 |
| Comparing to | |
| See all releases | |
Code changes from version 0.5.0 to 0.5.1
- css/admin.css +6 -5
- css/admin.min.css +1 -1
- css/foundation-icons.min.css +1 -0
- includes/admin.php +2 -2
- includes/type-image.php +1 -1
- includes/walker-nav-menu-edit.php +1 -1
- js/admin.js +3 -2
- js/admin.min.js +1 -1
- languages/menu-icons.pot +726 -190
- menu-icons.php +3 -3
- readme.txt +6 -1
css/admin.css
CHANGED
|
@@ -12,7 +12,6 @@
|
|
| 12 |
}
|
| 13 |
.menu-icons-wrap .easy p > * {
|
| 14 |
display: inline-block;
|
| 15 |
-
height: 100%;
|
| 16 |
vertical-align: middle;
|
| 17 |
}
|
| 18 |
.menu-icons-wrap .easy a {
|
|
@@ -21,6 +20,7 @@
|
|
| 21 |
}
|
| 22 |
.menu-icons-wrap .easy .submitdelete {
|
| 23 |
float: none;
|
|
|
|
| 24 |
}
|
| 25 |
.menu-icons-wrap .easy img {
|
| 26 |
max-width: 32px;
|
|
@@ -39,6 +39,11 @@
|
|
| 39 |
.mi-items-wrap .mi-items {
|
| 40 |
padding-top: 10px;
|
| 41 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
.mi-item .attachment-preview {
|
| 43 |
width: 110px;
|
| 44 |
height: 125px;
|
|
@@ -56,10 +61,6 @@
|
|
| 56 |
height: 100%;
|
| 57 |
vertical-align: middle;
|
| 58 |
}
|
| 59 |
-
.branch-4 .mi-items .mi-item {
|
| 60 |
-
width: 126px;
|
| 61 |
-
height: 141px;
|
| 62 |
-
}
|
| 63 |
.menu-icons-wrap a._select:focus ._icon,
|
| 64 |
.menu-icons-wrap a._select:hover ._icon,
|
| 65 |
.mi-item:hover ._icon,
|
| 12 |
}
|
| 13 |
.menu-icons-wrap .easy p > * {
|
| 14 |
display: inline-block;
|
|
|
|
| 15 |
vertical-align: middle;
|
| 16 |
}
|
| 17 |
.menu-icons-wrap .easy a {
|
| 20 |
}
|
| 21 |
.menu-icons-wrap .easy .submitdelete {
|
| 22 |
float: none;
|
| 23 |
+
display: none;
|
| 24 |
}
|
| 25 |
.menu-icons-wrap .easy img {
|
| 26 |
max-width: 32px;
|
| 39 |
.mi-items-wrap .mi-items {
|
| 40 |
padding-top: 10px;
|
| 41 |
}
|
| 42 |
+
.media-frame-content .mi-items .attachment,
|
| 43 |
+
.media-frame-content[data-columns] .mi-items .attachment {
|
| 44 |
+
width: 126px;
|
| 45 |
+
height: 141px;
|
| 46 |
+
}
|
| 47 |
.mi-item .attachment-preview {
|
| 48 |
width: 110px;
|
| 49 |
height: 125px;
|
| 61 |
height: 100%;
|
| 62 |
vertical-align: middle;
|
| 63 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
.menu-icons-wrap a._select:focus ._icon,
|
| 65 |
.menu-icons-wrap a._select:hover ._icon,
|
| 66 |
.mi-item:hover ._icon,
|
css/admin.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.menu-icons-wrap{margin-top:5px;margin-bottom:5px}.menu-icons-wrap .original label{display:inline-block;min-width:7em}.menu-icons-wrap .easy p{min-height:2.2em;margin-bottom:0}.menu-icons-wrap .easy p>*{display:inline-block;
|
| 1 |
+
.menu-icons-wrap{margin-top:5px;margin-bottom:5px}.menu-icons-wrap .original label{display:inline-block;min-width:7em}.menu-icons-wrap .easy p{min-height:2.2em;margin-bottom:0}.menu-icons-wrap .easy p>*{display:inline-block;vertical-align:middle}.menu-icons-wrap .easy a{cursor:pointer;text-decoration:none}.menu-icons-wrap .easy .submitdelete{float:none;display:none}.menu-icons-wrap .easy img{max-width:32px;height:auto!important;vertical-align:baseline}.menu-icons-wrap ._icon{color:#666;font-size:1.9em;width:auto;height:auto;vertical-align:bottom;margin:-.1em .2em 0 .2em}.mi-items-wrap .mi-items{padding-top:10px}.media-frame-content .mi-items .attachment,.media-frame-content[data-columns] .mi-items .attachment{width:126px;height:141px}.mi-item .attachment-preview{width:110px;height:125px;text-align:center}.mi-item ._icon{display:inline-block;margin-top:8px;color:#666;height:110px}.mi-item ._icon i{font-size:80px;width:100%;height:100%;vertical-align:middle}.menu-icons-wrap a._select:focus ._icon,.menu-icons-wrap a._select:hover ._icon,.mi-item.selected ._icon,.mi-item:hover ._icon{color:#101010}.mi-item .filename div{line-height:1.1;padding:8px 10px}.mi-preview.menu-item{font-size:1.2em;min-height:0}.mi-preview.menu-item a{text-decoration:none}.mi-preview.menu-item a>*{display:inline-block;vertical-align:middle;line-height:100%;height:100%}.mi-preview.menu-item ._icon{margin-right:.25em}.media-sidebar .mi-settings .setting input[type=number],.menu-icons-settings input[type=number]{width:auto;max-width:5em;float:none}.media-sidebar .mi-settings .setting input,.media-sidebar .mi-settings span.description{float:none}.menu-icons-settings ._field{padding:.5em 0}.menu-icons-settings ._field ._main{display:block;font-weight:700;margin-bottom:.25em}#menu-settings-column .menu-icons-settings .inside{margin-top:0}.menu-icons-settings .taxonomydiv .tabs-panel{max-height:none;padding-top:.3em;padding-bottom:.4em;margin-bottom:.75em}.js .menu-icons-settings .taxonomydiv .tabs-panel{margin-bottom:0}.menu-icons-settings h4{margin:0}.menu-icons-settings ._menu span.description{margin-left:.5em}.menu-icons-settings ._extensions ul{margin-top:.75em;padding-left:1.5em;list-style:disc}.menu-icons-settings ._extensions ul a{text-decoration:none}
|
css/foundation-icons.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
@font-face{font-family:foundation-icons;src:url(font/foundation-icons.eot);src:url(font/foundation-icons.eot?#iefix) format("embedded-opentype"),url(font/foundation-icons.woff) format("woff"),url(font/foundation-icons.ttf) format("truetype"),url(font/foundation-icons.svg#fontcustom) format("svg");font-weight:400;font-style:normal}.fi-address-book:before,.fi-alert:before,.fi-align-center:before,.fi-align-justify:before,.fi-align-left:before,.fi-align-right:before,.fi-anchor:before,.fi-annotate:before,.fi-archive:before,.fi-arrow-down:before,.fi-arrow-left:before,.fi-arrow-right:before,.fi-arrow-up:before,.fi-arrows-compress:before,.fi-arrows-expand:before,.fi-arrows-in:before,.fi-arrows-out:before,.fi-asl:before,.fi-asterisk:before,.fi-at-sign:before,.fi-background-color:before,.fi-battery-empty:before,.fi-battery-full:before,.fi-battery-half:before,.fi-bitcoin-circle:before,.fi-bitcoin:before,.fi-blind:before,.fi-bluetooth:before,.fi-bold:before,.fi-book-bookmark:before,.fi-book:before,.fi-bookmark:before,.fi-braille:before,.fi-burst-new:before,.fi-burst-sale:before,.fi-burst:before,.fi-calendar:before,.fi-camera:before,.fi-check:before,.fi-checkbox:before,.fi-clipboard-notes:before,.fi-clipboard-pencil:before,.fi-clipboard:before,.fi-clock:before,.fi-closed-caption:before,.fi-cloud:before,.fi-comment-minus:before,.fi-comment-quotes:before,.fi-comment-video:before,.fi-comment:before,.fi-comments:before,.fi-compass:before,.fi-contrast:before,.fi-credit-card:before,.fi-crop:before,.fi-crown:before,.fi-css3:before,.fi-database:before,.fi-die-five:before,.fi-die-four:before,.fi-die-one:before,.fi-die-six:before,.fi-die-three:before,.fi-die-two:before,.fi-dislike:before,.fi-dollar-bill:before,.fi-dollar:before,.fi-download:before,.fi-eject:before,.fi-elevator:before,.fi-euro:before,.fi-eye:before,.fi-fast-forward:before,.fi-female-symbol:before,.fi-female:before,.fi-filter:before,.fi-first-aid:before,.fi-flag:before,.fi-folder-add:before,.fi-folder-lock:before,.fi-folder:before,.fi-foot:before,.fi-foundation:before,.fi-graph-bar:before,.fi-graph-horizontal:before,.fi-graph-pie:before,.fi-graph-trend:before,.fi-guide-dog:before,.fi-hearing-aid:before,.fi-heart:before,.fi-home:before,.fi-html5:before,.fi-indent-less:before,.fi-indent-more:before,.fi-info:before,.fi-italic:before,.fi-key:before,.fi-laptop:before,.fi-layout:before,.fi-lightbulb:before,.fi-like:before,.fi-link:before,.fi-list-bullet:before,.fi-list-number:before,.fi-list-thumbnails:before,.fi-list:before,.fi-lock:before,.fi-loop:before,.fi-magnifying-glass:before,.fi-mail:before,.fi-male-female:before,.fi-male-symbol:before,.fi-male:before,.fi-map:before,.fi-marker:before,.fi-megaphone:before,.fi-microphone:before,.fi-minus-circle:before,.fi-minus:before,.fi-mobile-signal:before,.fi-mobile:before,.fi-monitor:before,.fi-mountains:before,.fi-music:before,.fi-next:before,.fi-no-dogs:before,.fi-no-smoking:before,.fi-page-add:before,.fi-page-copy:before,.fi-page-csv:before,.fi-page-delete:before,.fi-page-doc:before,.fi-page-edit:before,.fi-page-export-csv:before,.fi-page-export-doc:before,.fi-page-export-pdf:before,.fi-page-export:before,.fi-page-filled:before,.fi-page-multiple:before,.fi-page-pdf:before,.fi-page-remove:before,.fi-page-search:before,.fi-page:before,.fi-paint-bucket:before,.fi-paperclip:before,.fi-pause:before,.fi-paw:before,.fi-paypal:before,.fi-pencil:before,.fi-photo:before,.fi-play-circle:before,.fi-play-video:before,.fi-play:before,.fi-plus:before,.fi-pound:before,.fi-power:before,.fi-previous:before,.fi-price-tag:before,.fi-pricetag-multiple:before,.fi-print:before,.fi-prohibited:before,.fi-projection-screen:before,.fi-puzzle:before,.fi-quote:before,.fi-record:before,.fi-refresh:before,.fi-results-demographics:before,.fi-results:before,.fi-rewind-ten:before,.fi-rewind:before,.fi-rss:before,.fi-safety-cone:before,.fi-save:before,.fi-share:before,.fi-sheriff-badge:before,.fi-shield:before,.fi-shopping-bag:before,.fi-shopping-cart:before,.fi-shuffle:before,.fi-skull:before,.fi-social-500px:before,.fi-social-adobe:before,.fi-social-amazon:before,.fi-social-android:before,.fi-social-apple:before,.fi-social-behance:before,.fi-social-bing:before,.fi-social-blogger:before,.fi-social-delicious:before,.fi-social-designer-news:before,.fi-social-deviant-art:before,.fi-social-digg:before,.fi-social-dribbble:before,.fi-social-drive:before,.fi-social-dropbox:before,.fi-social-evernote:before,.fi-social-facebook:before,.fi-social-flickr:before,.fi-social-forrst:before,.fi-social-foursquare:before,.fi-social-game-center:before,.fi-social-github:before,.fi-social-google-plus:before,.fi-social-hacker-news:before,.fi-social-hi5:before,.fi-social-instagram:before,.fi-social-joomla:before,.fi-social-lastfm:before,.fi-social-linkedin:before,.fi-social-medium:before,.fi-social-myspace:before,.fi-social-orkut:before,.fi-social-path:before,.fi-social-picasa:before,.fi-social-pinterest:before,.fi-social-rdio:before,.fi-social-reddit:before,.fi-social-skillshare:before,.fi-social-skype:before,.fi-social-smashing-mag:before,.fi-social-snapchat:before,.fi-social-spotify:before,.fi-social-squidoo:before,.fi-social-stack-overflow:before,.fi-social-steam:before,.fi-social-stumbleupon:before,.fi-social-treehouse:before,.fi-social-tumblr:before,.fi-social-twitter:before,.fi-social-vimeo:before,.fi-social-windows:before,.fi-social-xbox:before,.fi-social-yahoo:before,.fi-social-yelp:before,.fi-social-youtube:before,.fi-social-zerply:before,.fi-social-zurb:before,.fi-sound:before,.fi-star:before,.fi-stop:before,.fi-strikethrough:before,.fi-subscript:before,.fi-superscript:before,.fi-tablet-landscape:before,.fi-tablet-portrait:before,.fi-target-two:before,.fi-target:before,.fi-telephone-accessible:before,.fi-telephone:before,.fi-text-color:before,.fi-thumbnails:before,.fi-ticket:before,.fi-torso-business:before,.fi-torso-female:before,.fi-torso:before,.fi-torsos-all-female:before,.fi-torsos-all:before,.fi-torsos-female-male:before,.fi-torsos-male-female:before,.fi-torsos:before,.fi-trash:before,.fi-trees:before,.fi-trophy:before,.fi-underline:before,.fi-universal-access:before,.fi-unlink:before,.fi-unlock:before,.fi-upload-cloud:before,.fi-upload:before,.fi-usb:before,.fi-video:before,.fi-volume-none:before,.fi-volume-strike:before,.fi-volume:before,.fi-web:before,.fi-wheelchair:before,.fi-widget:before,.fi-wrench:before,.fi-x-circle:before,.fi-x:before,.fi-yen:before,.fi-zoom-in:before,.fi-zoom-out:before{font-family:foundation-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block;text-decoration:inherit}.fi-address-book:before{content:"\f100"}.fi-alert:before{content:"\f101"}.fi-align-center:before{content:"\f102"}.fi-align-justify:before{content:"\f103"}.fi-align-left:before{content:"\f104"}.fi-align-right:before{content:"\f105"}.fi-anchor:before{content:"\f106"}.fi-annotate:before{content:"\f107"}.fi-archive:before{content:"\f108"}.fi-arrow-down:before{content:"\f109"}.fi-arrow-left:before{content:"\f10a"}.fi-arrow-right:before{content:"\f10b"}.fi-arrow-up:before{content:"\f10c"}.fi-arrows-compress:before{content:"\f10d"}.fi-arrows-expand:before{content:"\f10e"}.fi-arrows-in:before{content:"\f10f"}.fi-arrows-out:before{content:"\f110"}.fi-asl:before{content:"\f111"}.fi-asterisk:before{content:"\f112"}.fi-at-sign:before{content:"\f113"}.fi-background-color:before{content:"\f114"}.fi-battery-empty:before{content:"\f115"}.fi-battery-full:before{content:"\f116"}.fi-battery-half:before{content:"\f117"}.fi-bitcoin-circle:before{content:"\f118"}.fi-bitcoin:before{content:"\f119"}.fi-blind:before{content:"\f11a"}.fi-bluetooth:before{content:"\f11b"}.fi-bold:before{content:"\f11c"}.fi-book-bookmark:before{content:"\f11d"}.fi-book:before{content:"\f11e"}.fi-bookmark:before{content:"\f11f"}.fi-braille:before{content:"\f120"}.fi-burst-new:before{content:"\f121"}.fi-burst-sale:before{content:"\f122"}.fi-burst:before{content:"\f123"}.fi-calendar:before{content:"\f124"}.fi-camera:before{content:"\f125"}.fi-check:before{content:"\f126"}.fi-checkbox:before{content:"\f127"}.fi-clipboard-notes:before{content:"\f128"}.fi-clipboard-pencil:before{content:"\f129"}.fi-clipboard:before{content:"\f12a"}.fi-clock:before{content:"\f12b"}.fi-closed-caption:before{content:"\f12c"}.fi-cloud:before{content:"\f12d"}.fi-comment-minus:before{content:"\f12e"}.fi-comment-quotes:before{content:"\f12f"}.fi-comment-video:before{content:"\f130"}.fi-comment:before{content:"\f131"}.fi-comments:before{content:"\f132"}.fi-compass:before{content:"\f133"}.fi-contrast:before{content:"\f134"}.fi-credit-card:before{content:"\f135"}.fi-crop:before{content:"\f136"}.fi-crown:before{content:"\f137"}.fi-css3:before{content:"\f138"}.fi-database:before{content:"\f139"}.fi-die-five:before{content:"\f13a"}.fi-die-four:before{content:"\f13b"}.fi-die-one:before{content:"\f13c"}.fi-die-six:before{content:"\f13d"}.fi-die-three:before{content:"\f13e"}.fi-die-two:before{content:"\f13f"}.fi-dislike:before{content:"\f140"}.fi-dollar-bill:before{content:"\f141"}.fi-dollar:before{content:"\f142"}.fi-download:before{content:"\f143"}.fi-eject:before{content:"\f144"}.fi-elevator:before{content:"\f145"}.fi-euro:before{content:"\f146"}.fi-eye:before{content:"\f147"}.fi-fast-forward:before{content:"\f148"}.fi-female-symbol:before{content:"\f149"}.fi-female:before{content:"\f14a"}.fi-filter:before{content:"\f14b"}.fi-first-aid:before{content:"\f14c"}.fi-flag:before{content:"\f14d"}.fi-folder-add:before{content:"\f14e"}.fi-folder-lock:before{content:"\f14f"}.fi-folder:before{content:"\f150"}.fi-foot:before{content:"\f151"}.fi-foundation:before{content:"\f152"}.fi-graph-bar:before{content:"\f153"}.fi-graph-horizontal:before{content:"\f154"}.fi-graph-pie:before{content:"\f155"}.fi-graph-trend:before{content:"\f156"}.fi-guide-dog:before{content:"\f157"}.fi-hearing-aid:before{content:"\f158"}.fi-heart:before{content:"\f159"}.fi-home:before{content:"\f15a"}.fi-html5:before{content:"\f15b"}.fi-indent-less:before{content:"\f15c"}.fi-indent-more:before{content:"\f15d"}.fi-info:before{content:"\f15e"}.fi-italic:before{content:"\f15f"}.fi-key:before{content:"\f160"}.fi-laptop:before{content:"\f161"}.fi-layout:before{content:"\f162"}.fi-lightbulb:before{content:"\f163"}.fi-like:before{content:"\f164"}.fi-link:before{content:"\f165"}.fi-list-bullet:before{content:"\f166"}.fi-list-number:before{content:"\f167"}.fi-list-thumbnails:before{content:"\f168"}.fi-list:before{content:"\f169"}.fi-lock:before{content:"\f16a"}.fi-loop:before{content:"\f16b"}.fi-magnifying-glass:before{content:"\f16c"}.fi-mail:before{content:"\f16d"}.fi-male-female:before{content:"\f16e"}.fi-male-symbol:before{content:"\f16f"}.fi-male:before{content:"\f170"}.fi-map:before{content:"\f171"}.fi-marker:before{content:"\f172"}.fi-megaphone:before{content:"\f173"}.fi-microphone:before{content:"\f174"}.fi-minus-circle:before{content:"\f175"}.fi-minus:before{content:"\f176"}.fi-mobile-signal:before{content:"\f177"}.fi-mobile:before{content:"\f178"}.fi-monitor:before{content:"\f179"}.fi-mountains:before{content:"\f17a"}.fi-music:before{content:"\f17b"}.fi-next:before{content:"\f17c"}.fi-no-dogs:before{content:"\f17d"}.fi-no-smoking:before{content:"\f17e"}.fi-page-add:before{content:"\f17f"}.fi-page-copy:before{content:"\f180"}.fi-page-csv:before{content:"\f181"}.fi-page-delete:before{content:"\f182"}.fi-page-doc:before{content:"\f183"}.fi-page-edit:before{content:"\f184"}.fi-page-export-csv:before{content:"\f185"}.fi-page-export-doc:before{content:"\f186"}.fi-page-export-pdf:before{content:"\f187"}.fi-page-export:before{content:"\f188"}.fi-page-filled:before{content:"\f189"}.fi-page-multiple:before{content:"\f18a"}.fi-page-pdf:before{content:"\f18b"}.fi-page-remove:before{content:"\f18c"}.fi-page-search:before{content:"\f18d"}.fi-page:before{content:"\f18e"}.fi-paint-bucket:before{content:"\f18f"}.fi-paperclip:before{content:"\f190"}.fi-pause:before{content:"\f191"}.fi-paw:before{content:"\f192"}.fi-paypal:before{content:"\f193"}.fi-pencil:before{content:"\f194"}.fi-photo:before{content:"\f195"}.fi-play-circle:before{content:"\f196"}.fi-play-video:before{content:"\f197"}.fi-play:before{content:"\f198"}.fi-plus:before{content:"\f199"}.fi-pound:before{content:"\f19a"}.fi-power:before{content:"\f19b"}.fi-previous:before{content:"\f19c"}.fi-price-tag:before{content:"\f19d"}.fi-pricetag-multiple:before{content:"\f19e"}.fi-print:before{content:"\f19f"}.fi-prohibited:before{content:"\f1a0"}.fi-projection-screen:before{content:"\f1a1"}.fi-puzzle:before{content:"\f1a2"}.fi-quote:before{content:"\f1a3"}.fi-record:before{content:"\f1a4"}.fi-refresh:before{content:"\f1a5"}.fi-results-demographics:before{content:"\f1a6"}.fi-results:before{content:"\f1a7"}.fi-rewind-ten:before{content:"\f1a8"}.fi-rewind:before{content:"\f1a9"}.fi-rss:before{content:"\f1aa"}.fi-safety-cone:before{content:"\f1ab"}.fi-save:before{content:"\f1ac"}.fi-share:before{content:"\f1ad"}.fi-sheriff-badge:before{content:"\f1ae"}.fi-shield:before{content:"\f1af"}.fi-shopping-bag:before{content:"\f1b0"}.fi-shopping-cart:before{content:"\f1b1"}.fi-shuffle:before{content:"\f1b2"}.fi-skull:before{content:"\f1b3"}.fi-social-500px:before{content:"\f1b4"}.fi-social-adobe:before{content:"\f1b5"}.fi-social-amazon:before{content:"\f1b6"}.fi-social-android:before{content:"\f1b7"}.fi-social-apple:before{content:"\f1b8"}.fi-social-behance:before{content:"\f1b9"}.fi-social-bing:before{content:"\f1ba"}.fi-social-blogger:before{content:"\f1bb"}.fi-social-delicious:before{content:"\f1bc"}.fi-social-designer-news:before{content:"\f1bd"}.fi-social-deviant-art:before{content:"\f1be"}.fi-social-digg:before{content:"\f1bf"}.fi-social-dribbble:before{content:"\f1c0"}.fi-social-drive:before{content:"\f1c1"}.fi-social-dropbox:before{content:"\f1c2"}.fi-social-evernote:before{content:"\f1c3"}.fi-social-facebook:before{content:"\f1c4"}.fi-social-flickr:before{content:"\f1c5"}.fi-social-forrst:before{content:"\f1c6"}.fi-social-foursquare:before{content:"\f1c7"}.fi-social-game-center:before{content:"\f1c8"}.fi-social-github:before{content:"\f1c9"}.fi-social-google-plus:before{content:"\f1ca"}.fi-social-hacker-news:before{content:"\f1cb"}.fi-social-hi5:before{content:"\f1cc"}.fi-social-instagram:before{content:"\f1cd"}.fi-social-joomla:before{content:"\f1ce"}.fi-social-lastfm:before{content:"\f1cf"}.fi-social-linkedin:before{content:"\f1d0"}.fi-social-medium:before{content:"\f1d1"}.fi-social-myspace:before{content:"\f1d2"}.fi-social-orkut:before{content:"\f1d3"}.fi-social-path:before{content:"\f1d4"}.fi-social-picasa:before{content:"\f1d5"}.fi-social-pinterest:before{content:"\f1d6"}.fi-social-rdio:before{content:"\f1d7"}.fi-social-reddit:before{content:"\f1d8"}.fi-social-skillshare:before{content:"\f1d9"}.fi-social-skype:before{content:"\f1da"}.fi-social-smashing-mag:before{content:"\f1db"}.fi-social-snapchat:before{content:"\f1dc"}.fi-social-spotify:before{content:"\f1dd"}.fi-social-squidoo:before{content:"\f1de"}.fi-social-stack-overflow:before{content:"\f1df"}.fi-social-steam:before{content:"\f1e0"}.fi-social-stumbleupon:before{content:"\f1e1"}.fi-social-treehouse:before{content:"\f1e2"}.fi-social-tumblr:before{content:"\f1e3"}.fi-social-twitter:before{content:"\f1e4"}.fi-social-vimeo:before{content:"\f1e5"}.fi-social-windows:before{content:"\f1e6"}.fi-social-xbox:before{content:"\f1e7"}.fi-social-yahoo:before{content:"\f1e8"}.fi-social-yelp:before{content:"\f1e9"}.fi-social-youtube:before{content:"\f1ea"}.fi-social-zerply:before{content:"\f1eb"}.fi-social-zurb:before{content:"\f1ec"}.fi-sound:before{content:"\f1ed"}.fi-star:before{content:"\f1ee"}.fi-stop:before{content:"\f1ef"}.fi-strikethrough:before{content:"\f1f0"}.fi-subscript:before{content:"\f1f1"}.fi-superscript:before{content:"\f1f2"}.fi-tablet-landscape:before{content:"\f1f3"}.fi-tablet-portrait:before{content:"\f1f4"}.fi-target-two:before{content:"\f1f5"}.fi-target:before{content:"\f1f6"}.fi-telephone-accessible:before{content:"\f1f7"}.fi-telephone:before{content:"\f1f8"}.fi-text-color:before{content:"\f1f9"}.fi-thumbnails:before{content:"\f1fa"}.fi-ticket:before{content:"\f1fb"}.fi-torso-business:before{content:"\f1fc"}.fi-torso-female:before{content:"\f1fd"}.fi-torso:before{content:"\f1fe"}.fi-torsos-all-female:before{content:"\f1ff"}.fi-torsos-all:before{content:"\f200"}.fi-torsos-female-male:before{content:"\f201"}.fi-torsos-male-female:before{content:"\f202"}.fi-torsos:before{content:"\f203"}.fi-trash:before{content:"\f204"}.fi-trees:before{content:"\f205"}.fi-trophy:before{content:"\f206"}.fi-underline:before{content:"\f207"}.fi-universal-access:before{content:"\f208"}.fi-unlink:before{content:"\f209"}.fi-unlock:before{content:"\f20a"}.fi-upload-cloud:before{content:"\f20b"}.fi-upload:before{content:"\f20c"}.fi-usb:before{content:"\f20d"}.fi-video:before{content:"\f20e"}.fi-volume-none:before{content:"\f20f"}.fi-volume-strike:before{content:"\f210"}.fi-volume:before{content:"\f211"}.fi-web:before{content:"\f212"}.fi-wheelchair:before{content:"\f213"}.fi-widget:before{content:"\f214"}.fi-wrench:before{content:"\f215"}.fi-x-circle:before{content:"\f216"}.fi-x:before{content:"\f217"}.fi-yen:before{content:"\f218"}.fi-zoom-in:before{content:"\f219"}.fi-zoom-out:before{content:"\f21a"}
|
includes/admin.php
CHANGED
|
@@ -37,7 +37,7 @@ final class Menu_Icons_Admin_Nav_Menus {
|
|
| 37 |
self::_collect_icon_types();
|
| 38 |
|
| 39 |
add_filter( 'wp_edit_nav_menu_walker', array( __CLASS__, '_filter_wp_edit_nav_menu_walker' ), 99 );
|
| 40 |
-
add_filter( '
|
| 41 |
add_action( 'admin_enqueue_scripts', array( __CLASS__, '_enqueue_assets' ), 101 );
|
| 42 |
add_action( 'print_media_templates', array( __CLASS__, '_media_templates' ) );
|
| 43 |
|
|
@@ -243,7 +243,7 @@ final class Menu_Icons_Admin_Nav_Menus {
|
|
| 243 |
*
|
| 244 |
* @return string Form fields
|
| 245 |
*/
|
| 246 |
-
public static function _fields( $item, $depth, $args
|
| 247 |
require_once Menu_Icons::get( 'dir' ) . 'includes/library/form-fields.php';
|
| 248 |
|
| 249 |
$type_ids = array_values( array_filter( array_keys( self::_get_types() ) ) );
|
| 37 |
self::_collect_icon_types();
|
| 38 |
|
| 39 |
add_filter( 'wp_edit_nav_menu_walker', array( __CLASS__, '_filter_wp_edit_nav_menu_walker' ), 99 );
|
| 40 |
+
add_filter( 'wp_nav_menu_item_custom_fields', array( __CLASS__, '_fields' ), 10, 4 );
|
| 41 |
add_action( 'admin_enqueue_scripts', array( __CLASS__, '_enqueue_assets' ), 101 );
|
| 42 |
add_action( 'print_media_templates', array( __CLASS__, '_media_templates' ) );
|
| 43 |
|
| 243 |
*
|
| 244 |
* @return string Form fields
|
| 245 |
*/
|
| 246 |
+
public static function _fields( $id, $item, $depth, $args ) {
|
| 247 |
require_once Menu_Icons::get( 'dir' ) . 'includes/library/form-fields.php';
|
| 248 |
|
| 249 |
$type_ids = array_values( array_filter( array_keys( self::_get_types() ) ) );
|
includes/type-image.php
CHANGED
|
@@ -206,7 +206,7 @@ class Menu_Icons_Type_Image extends Menu_Icons_Type {
|
|
| 206 |
$icon = '<img src="{{ data.url }}" alt="{{ data.alt }}" class="_icon {{ data.type }} _{{ data.position }}" style="vertical-align:{{ data.vertical_align }};" />';
|
| 207 |
|
| 208 |
$templates = array(
|
| 209 |
-
'field' => '<img src="{{ data.sizes.
|
| 210 |
'preview-before' => sprintf( '<a href="#">%s <span>{{ data.title }}</span></a>', $icon ),
|
| 211 |
'preview-after' => sprintf( '<a href="#"><span>{{ data.title }}</span> %s</a>', $icon ),
|
| 212 |
'preview-hide_label' => sprintf( '<a href="#">%s</a>', $icon ),
|
| 206 |
$icon = '<img src="{{ data.url }}" alt="{{ data.alt }}" class="_icon {{ data.type }} _{{ data.position }}" style="vertical-align:{{ data.vertical_align }};" />';
|
| 207 |
|
| 208 |
$templates = array(
|
| 209 |
+
'field' => '<img src="{{ data.sizes[data._settings.image_size].url }}" alt="{{ data.alt }}" class="_icon" />',
|
| 210 |
'preview-before' => sprintf( '<a href="#">%s <span>{{ data.title }}</span></a>', $icon ),
|
| 211 |
'preview-after' => sprintf( '<a href="#"><span>{{ data.title }}</span> %s</a>', $icon ),
|
| 212 |
'preview-hide_label' => sprintf( '<a href="#">%s</a>', $icon ),
|
includes/walker-nav-menu-edit.php
CHANGED
|
@@ -75,7 +75,7 @@ class Menu_Item_Custom_Fields_Walker extends Walker_Nav_Menu_Edit {
|
|
| 75 |
*
|
| 76 |
* @return string Custom fields
|
| 77 |
*/
|
| 78 |
-
do_action( '
|
| 79 |
|
| 80 |
return ob_get_clean();
|
| 81 |
}
|
| 75 |
*
|
| 76 |
* @return string Custom fields
|
| 77 |
*/
|
| 78 |
+
do_action( 'wp_nav_menu_item_custom_fields', $id, $item, $depth, $args );
|
| 79 |
|
| 80 |
return ob_get_clean();
|
| 81 |
}
|
js/admin.js
CHANGED
|
@@ -997,9 +997,10 @@
|
|
| 997 |
var state = this.state();
|
| 998 |
var selected = state.get('selection').single();
|
| 999 |
var template = media.template( 'menu-icons-'+ attrs.type +'-field' );
|
| 1000 |
-
var
|
| 1001 |
var $el;
|
| 1002 |
|
|
|
|
| 1003 |
delete attrs.id;
|
| 1004 |
delete attrs.title;
|
| 1005 |
|
|
@@ -1010,7 +1011,7 @@
|
|
| 1010 |
}
|
| 1011 |
});
|
| 1012 |
|
| 1013 |
-
$('#menu-icons-'+ id +'-select').html(
|
| 1014 |
}
|
| 1015 |
});
|
| 1016 |
|
| 997 |
var state = this.state();
|
| 998 |
var selected = state.get('selection').single();
|
| 999 |
var template = media.template( 'menu-icons-'+ attrs.type +'-field' );
|
| 1000 |
+
var data = selected.toJSON();
|
| 1001 |
var $el;
|
| 1002 |
|
| 1003 |
+
data._settings = attrs;
|
| 1004 |
delete attrs.id;
|
| 1005 |
delete attrs.title;
|
| 1006 |
|
| 1011 |
}
|
| 1012 |
});
|
| 1013 |
|
| 1014 |
+
$('#menu-icons-'+ id +'-select').html( template( data ) );
|
| 1015 |
}
|
| 1016 |
});
|
| 1017 |
|
js/admin.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(a){"use strict";if(a.inputDependencies({selector:"select.hasdep",disable:!1}),a("#menu-icons-settings-tabs").on("click","a.mi-settings-nav-tab",function(b){b.preventDefault(),b.stopPropagation();var c=a(this).blur(),d=a("#"+c.data("type"));c.parent().addClass("tabs").siblings().removeClass("tabs"),d.removeClass("tabs-panel-inactive").addClass("tabs-panel-active").show().siblings("div.tabs-panel").hide().addClass("tabs-panel-inactive").removeClass("tabs-panel-active")}).find("a.mi-settings-nav-tab").first().click(),"undefined"!=typeof window.menuIcons&&void 0!==window.menuIcons.iconTypes){window.menuIcons=_.defaults({frame:"",currentItem:{},toggleSelect:function(b){var c=a(b.currentTarget),d=c.closest("div.menu-icons-wrap"),e=d.find("a._select"),f=d.find("a._remove");""!==c.val()?f.show():(e.text(e.data("text")),f.hide())},selectIcon:function(c){c.preventDefault(),c.stopPropagation();var d=a(this),e=b.view.settings.post.id=d.data("id"),f={id:e,title:a("#edit-menu-item-title-"+e).val()};d.closest("div.menu-icons-wrap").find(":input").each(function(b,c){var d=a(c).data("key");f[d]=c.value}),window.menuIcons.currentItem=f,window.menuIcons.frame instanceof b.view.MediaFrame.menuIcons||(window.menuIcons.frame=new b.view.MediaFrame.menuIcons),window.menuIcons.frame.open()},removeIcon:function(b){b.preventDefault(),b.stopPropagation();var c=a(this).data("id");a("#menu-icons-"+c+"-type").val("").trigger("change-mi")}},window.menuIcons);var b=wp.media,c=b.model.Attachment;b.model.mi={},b.model.mi.MenuItems=Backbone.Collection.extend({props:new Backbone.Model({item:""}),model:Backbone.Model.extend({defaults:{type:"",group:"all",icon:""}})}),b.model.mi.MenuItems.Settings=Backbone.Collection.extend({model:Backbone.Model.extend({defaults:{id:"",label:"",value:"",type:"text"}})}),b.view.miSidebar=b.view.Sidebar.extend({initialize:function(){var a=new b.View({tagName:"h3",priority:-10}),c=new b.View({tagName:"p",className:"_info",priority:1e3});b.view.Sidebar.prototype.initialize.apply(this,arguments),a.$el.text(window.menuIcons.text.preview),this.set("title",a),c.$el.html(window.menuIcons.text.settingsInfo),this.set("info",c)}}),b.view.miSidebar.Settings=b.view.PriorityList.extend({className:"mi-settings attachment-info",prepare:function(){_.each(this.collection.map(this.createField,this),function(a){this.set(a.model.id,a)},this)},createField:function(a){var c=new b.view.miSidebar.Settings.Field({item:this.model,model:a,collection:this.collection});return c}}),b.view.miSidebar.Settings.Field=b.View.extend({tagName:"label",className:"setting",events:{"change :input":"_update"},initialize:function(){b.View.prototype.initialize.apply(this,arguments),this.template=b.template("menu-icons-settings-field-"+this.model.get("type")),this.model.on("change",this.render,this)},prepare:function(){return this.model.toJSON()},_update:function(b){var c=this.options.item,d=a(b.currentTarget),e=d.val(),f=a("#menu-icons-"+c.id+"-"+this.model.id+"._setting");this.model.set("value",e),c.set(this.model.id,e),f.val(e).trigger("change-mi")}}),b.view.miPreview=b.View.extend({tagName:"p",className:"mi-preview menu-item attachment-info",events:{"click a":"preventDefault"},initialize:function(){b.View.prototype.initialize.apply(this,arguments),this.model.on("change",this.render,this)},render:function(){var a=_.extend(this.model.toJSON(),this.options.data),c="menu-icons-"+a.type+"-preview-";return c+=a.hide_label?"hide_label":a.position,this.template=b.template(c),this.$el.html(this.template(a)),this},preventDefault:function(a){a.preventDefault()}}),b.view.miBrowser={createSidebar:function(){var a=this.options,c=a.selection,d=this.sidebar=new b.view.miSidebar({controller:this.controller,type:a.type});this.views.add(d),c.on("selection:single",this.createSingle,this),c.on("selection:unsingle",this.disposeSingle,this),c.single()&&this.createSingle()},createSingle:function(){this.createPreview()},createSettings:function(){var a=this.controller.miGetCurrentItem(),c=this.model.get("settings");c.length&&(_.each(c,function(b){b.value=a.get(b.id)}),this.sidebar.set("settings",new b.view.miSidebar.Settings({controller:this.controller,collection:new b.model.mi.MenuItems.Settings(c),model:a,type:this.options.type,priority:120})))}},b.view.miFont=b.View.extend({className:"attachments-browser mi-items-wrap",initialize:function(){this.createToolbar(),this.createLibrary(),this.createSidebar()},createLibrary:function(){this.items=new b.view.miFont.Library({controller:this.controller,collection:this.collection,selection:this.options.selection,type:this.options.type,data:this.options.data}),this.views.add(this.items)},createToolbar:function(){{var a=this.collection;a.props.get("group")}this.toolbar=new b.view.Toolbar({controller:this.controller}),this.views.add(this.toolbar),this.toolbar.set("filters",new b.view.miFont.Filters({controller:this.controller,model:this.collection.props,priority:-80}).render()),this.toolbar.set("search",new b.view.Search({controller:this.controller,model:this.collection.props,priority:60}).render())},createPreview:function(){var a=this.controller,c=a.miGetCurrentItem(),d=this.model.get("selection").single();this.createSettings(),this.sidebar.set("preview",new b.view.miPreview({controller:a,model:c,data:{type:d.get("type"),icon:d.id},priority:80}))},disposeSingle:function(){var a=this.sidebar;a.unset("preview"),a.unset("settings")}}),_.extend(b.view.miFont.prototype,b.view.miBrowser),b.view.miFont.Library=b.View.extend({tagName:"ul",className:"attachments mi-items clearfix",initialize:function(){this._viewsByCid={},this.collection.on("reset",this.refresh,this),this.controller.on("open",this.scrollToSelected,this)},render:function(){return this.collection.each(function(a){this.views.add(this.renderItem(a),{at:this.collection.indexOf(a)})},this),this},renderItem:function(a){var c=new b.view.miFont.Icon({controller:this.controller,model:a,collection:this.collection,selection:this.options.selection,type:this.options.type,data:this.options.data});return this._viewsByCid[c.cid]=c},clearItems:function(){_.each(this._viewsByCid,function(a){delete this._viewsByCid[a.cid],a.remove()},this)},refresh:function(){this.clearItems(),this.render()},ready:function(){this.scrollToSelected()},scrollToSelected:function(){var a,b=this.options.selection.single();b&&(a=this.getView(b),a&&!this.isInView(a.$el)&&this.$el.scrollTop(a.$el.offset().top-this.$el.offset().top+this.$el.scrollTop()-parseInt(this.$el.css("paddingTop"))))},getView:function(a){return _.findWhere(this._viewsByCid,{model:a})},isInView:function(b){var c=a(window),d=c.scrollTop(),e=d+c.height(),f=b.offset().top,g=f+b.height();return e>=g&&f>=d}}),b.view.miFont.Filters=b.view.AttachmentFilters.extend({createFilters:function(){this.filters={all:{text:window.menuIcons.text.all,props:{group:"all"}}};var a=this.controller.state().get("data").groups;_.each(a,function(a,b){this.filters[b]={text:a,props:{group:b}}},this)},change:function(){var a=this.filters[this.el.value];a&&this.model.set("group",a.props.group)}}),b.view.miFont.Icon=b.view.Attachment.extend({className:"attachment mi-item",events:{"click .attachment-preview":"toggleSelectionHandler","click a":"preventDefault"},initialize:function(){this.template=b.template("menu-icons-"+this.options.type+"-item"),b.view.Attachment.prototype.initialize.apply(this,arguments)},render:function(){return this.$el.html(this.template(this.model.toJSON())),this.updateSelect(),this}}),b.controller.miFont=b.controller.State.extend({defaults:{id:"mi-font",menu:"default",toolbar:"mi-select",type:"",settings:["hide_label","position","font_size","vertical_align"]},initialize:function(){var c,d=this.get("data").items,e=this.get("library"),f=this.get("selection"),g=this.get("settings");e instanceof b.controller.miFont.Library||(e=new b.controller.miFont.Library(d),e.props.on("change",this.miResetLibrary,this),this.set("library",e)),f instanceof b.model.Selection||this.set("selection",new b.model.Selection(f,{multiple:!1})),c=_.filter(window.menuIcons.settingsFields,function(b){return-1!==a.inArray(b.id,g)}),this.set("settings",c)},activate:function(){this.frame.on("open",this.refresh,this),this.miUpdateSelection()},deactivate:function(){b.controller.State.prototype.deactivate.apply(this,arguments),this.frame.off("open",this.refresh,this)},refresh:function(){this.miResetFilter(),this.miUpdateSelection()},miGetContent:function(){return this.miResetFilter(),new b.view.miFont({controller:this.frame,model:this,collection:this.get("library"),selection:this.get("selection"),type:this.get("type")})},miResetLibrary:function(){var a=this.get("library"),b=a.props.get("group"),c=this.frame.miGetCurrentItem();c.set("group",b),a.reInitialize(),this.set("library",a),this.miUpdateSelection()},miResetFilter:function(){var a=this.get("library"),b=this.frame.miGetCurrentItem(),c=this.get("data").groups,d=b.get("group");_.isUndefined(c[d])&&(d="all"),a.props.set("group",d)},miUpdateSelection:function(){var a,b=this.get("selection"),c=this.get("type"),d=c+"-icon",e=this.frame.miGetCurrentItem(),f=e.get(d);c===e.get("type")&&f&&(a=this.get("library").findWhere({id:f})),b.reset(a?a:[])}}),b.controller.miFont.Library=Backbone.Collection.extend({props:new Backbone.Model({group:"all",search:""}),initialize:function(a){this.icons=new Backbone.Collection(a)},reInitialize:function(){var a=this,b=this.icons.toJSON(),c=this.props.toJSON();_.each(c,function(c,d){a.filters[d]&&(b=_.filter(b,a.filters[d],c))},this),this.reset(b)},filters:{group:function(a){var b=this;return"all"===b||a.group===b||""===a.group},search:function(a){var b,c=this;return b=""===c?!0:_.any(["id","label"],function(b){var c=a[b];return c&&-1!==c.search(this)},c)}}}),b.controller.miImage=b.controller.Library.extend({defaults:_.defaults({id:"browse",menu:"default",router:"browse",toolbar:"mi-select",filterable:"uploaded",settings:["hide_label","position","image_size","vertical_align"],syncSelection:!1},b.controller.Library.prototype.defaults),initialize:function(){var c,d=this.get("selection"),e=this.get("settings");this.set("library",b.query({type:"image"})),this.routers={upload:{text:b.view.l10n.uploadFilesTitle,priority:20},browse:{text:b.view.l10n.mediaLibraryTitle,priority:40}},d instanceof b.model.Selection||this.set("selection",new b.model.Selection(d,{multiple:!1})),c=_.filter(window.menuIcons.settingsFields,function(b){return-1!==a.inArray(b.id,e)}),this.set("settings",c),b.controller.Library.prototype.initialize.apply(this,arguments)},activate:function(){b.controller.Library.prototype.activate.apply(this,arguments),this.frame.on("open",this.miUpdateSelection,this),this.miUpdateSelection()},deactivate:function(){b.controller.Library.prototype.deactivate.apply(this,arguments),this.frame.off("open",this.miUpdateSelection,this)},miUpdateSelection:function(){var a,b=this.get("selection"),d=this.get("type"),e=d+"-icon",f=this.frame.miGetCurrentItem(),g=f.get(e);d===f.get("type")&&g&&(a=c.get(g),this.dfd=a.fetch()),b.reset(a?a:[])},miGetContent:function(a){var b="upload"===a?this.uploadContent():this.browseContent();return this.frame.$el.removeClass("hide-toolbar"),b},browseContent:function(){var a=this;return new b.view.AttachmentsBrowser.miImage({type:a.get("type"),controller:a.frame,collection:a.get("library"),selection:a.get("selection"),model:a,sortable:a.get("sortable"),search:a.get("searchable"),filters:a.get("filterable"),display:a.get("displaySettings"),dragInfo:a.get("dragInfo")})},uploadContent:function(){return new b.view.UploaderInline({controller:this.frame})}}),b.view.AttachmentsBrowser.miImage=b.view.AttachmentsBrowser.extend({disposeSingle:function(){b.view.AttachmentsBrowser.prototype.disposeSingle.apply(this,arguments),this.sidebar.unset("preview"),this.sidebar.unset("settings")},createPreview:function(){var a,c,d,e=this,f=this.model;return f.dfd&&"pending"===f.dfd.state()?void f.dfd.done(function(){e.createPreview()}):(a=f.get("selection").single(),"image"!==a.get("type")?void f.get("selection").reset():a.get("uploading")?void a.on("change:uploading",e.createPreview,this):(c=this.controller,d=c.miGetCurrentItem(),this.createSettings(),void this.sidebar.set("preview",new b.view.miPreview.miImage({controller:c,settings:this.sidebar.get("settings"),model:d,data:{type:f.get("type"),alt:a.get("alt"),sizes:a.get("sizes")},priority:80}))))}}),_.extend(b.view.AttachmentsBrowser.miImage.prototype,b.view.miBrowser),b.view.miPreview.miImage=b.view.miPreview.extend({render:function(){var a=this.options.model.get("image_size"),c=this.options.data.sizes,d=this.options.settings.get("image_size"),e=[];return c.hasOwnProperty(a)||(a="full"),_.each(d.model.get("choices"),function(a){c.hasOwnProperty(a.value)&&e.push(a)}),d.model.set("choices",e),this.options.model.set("image_size",a,{silent:!0}),this.options.data.url=c[a].url,b.view.miPreview.prototype.render.apply(this,arguments)}}),b.view.MediaFrame.menuIcons=b.view.MediaFrame.extend({initialize:function(){b.view.MediaFrame.prototype.initialize.apply(this,arguments),_.defaults(this.options,{selection:[],multiple:!1,editing:!1,toolbar:"mi-select"}),this.miMenuItems=new b.model.mi.MenuItems,this.createStates(),this.bindHandlers()},createStates:function(){var a,c=this.options;c.states||_.each(window.menuIcons.iconTypes,function(d,e){return b.controller.hasOwnProperty(d.data.controller)?(a=b.controller[d.data.controller],_.defaults(d,{content:d.id,selection:c.selection}),void this.states.add(new a(d))):void delete window.menuIcons.iconTypes[e]},this)},bindHandlers:function(){this.on("router:create:browse",this.createRouter,this),this.on("router:render:browse",this.browseRouter,this),this.on("content:render",this.miRenderContent,this),this.on("toolbar:create:mi-select",this.createToolbar,this),this.on("toolbar:render:mi-select",this.miSelectToolbar,this),this.on("open",this.miInitialize,this)},browseRouter:function(a){var b=this.state().routers;b&&a.set(b)},miRenderContent:function(){var a=this.state(),b=this.content.mode(),c=a.miGetContent(b);this.content.set(c)},miSelectToolbar:function(a){{var b=this,c=b.state();c.get("type")}a.set(c.id,{style:"primary",priority:80,text:window.menuIcons.text.select,requires:{selection:!0},click:function(){b.close(),b.miUpdateItemProps(),b.miUpdateItem()}})},miContentRender:function(){var a=this.state(),b=a.miGetContent();this.content.set(b)},miGetState:function(){var a,b=window.menuIcons.currentItem;return a=!_.isUndefined(b.type)&&""!==b.type&&window.menuIcons.iconTypes.hasOwnProperty(b.type)?b.type:window.menuIcons.typeNames[0],"mi-"+a},miGetCurrentItem:function(){return this.miMenuItems.get(window.menuIcons.currentItem.id)},miUpdateMenuItems:function(){var a=this.miGetCurrentItem();_.isUndefined(a)?this.miMenuItems.add(window.menuIcons.currentItem):a.set(window.menuIcons.currentItem),this.miMenuItems.props.set("item",window.menuIcons.currentItem.id)},miInitialize:function(){this.miUpdateMenuItems(),this.setState(this.miGetState())},miUpdateItemProps:function(){var a=this.state(),b=a.get("type"),c=a.get("selection"),d=c.single(),e=d?d.id:"",f=this.miGetCurrentItem();f.set("type",b),f.set(b+"-icon",e),f.set("icon",e)},miUpdateItem:function(){var c,d=this.miGetCurrentItem().toJSON(),e=d.id,f=this.state(),g=f.get("selection").single(),h=b.template("menu-icons-"+d.type+"-field"),i=h(g.toJSON());delete d.id,delete d.title,_.each(d,function(b,d){c=a("#menu-icons-"+e+"-"+d).not("._setting"),c.length&&c.val(b).trigger("change-mi")}),a("#menu-icons-"+e+"-select").html(i)}}),a("body").on("click","div.menu-icons-wrap a._select",window.menuIcons.selectIcon).on("click","div.menu-icons-wrap a._remove",window.menuIcons.removeIcon).on("change-mi","div.menu-icons-wrap select._type",window.menuIcons.toggleSelect),a("div.menu-icons-wrap select._type").trigger("change-mi")}}(jQuery);
|
| 1 |
+
!function(a){"use strict";if(a.inputDependencies({selector:"select.hasdep",disable:!1}),a("#menu-icons-settings-tabs").on("click","a.mi-settings-nav-tab",function(b){b.preventDefault(),b.stopPropagation();var c=a(this).blur(),d=a("#"+c.data("type"));c.parent().addClass("tabs").siblings().removeClass("tabs"),d.removeClass("tabs-panel-inactive").addClass("tabs-panel-active").show().siblings("div.tabs-panel").hide().addClass("tabs-panel-inactive").removeClass("tabs-panel-active")}).find("a.mi-settings-nav-tab").first().click(),"undefined"!=typeof window.menuIcons&&void 0!==window.menuIcons.iconTypes){window.menuIcons=_.defaults({frame:"",currentItem:{},toggleSelect:function(b){var c=a(b.currentTarget),d=c.closest("div.menu-icons-wrap"),e=d.find("a._select"),f=d.find("a._remove");""!==c.val()?f.show():(e.text(e.data("text")),f.hide())},selectIcon:function(c){c.preventDefault(),c.stopPropagation();var d=a(this),e=b.view.settings.post.id=d.data("id"),f={id:e,title:a("#edit-menu-item-title-"+e).val()};d.closest("div.menu-icons-wrap").find(":input").each(function(b,c){var d=a(c).data("key");f[d]=c.value}),window.menuIcons.currentItem=f,window.menuIcons.frame instanceof b.view.MediaFrame.menuIcons||(window.menuIcons.frame=new b.view.MediaFrame.menuIcons),window.menuIcons.frame.open()},removeIcon:function(b){b.preventDefault(),b.stopPropagation();var c=a(this).data("id");a("#menu-icons-"+c+"-type").val("").trigger("change-mi")}},window.menuIcons);var b=wp.media,c=b.model.Attachment;b.model.mi={},b.model.mi.MenuItems=Backbone.Collection.extend({props:new Backbone.Model({item:""}),model:Backbone.Model.extend({defaults:{type:"",group:"all",icon:""}})}),b.model.mi.MenuItems.Settings=Backbone.Collection.extend({model:Backbone.Model.extend({defaults:{id:"",label:"",value:"",type:"text"}})}),b.view.miSidebar=b.view.Sidebar.extend({initialize:function(){var a=new b.View({tagName:"h3",priority:-10}),c=new b.View({tagName:"p",className:"_info",priority:1e3});b.view.Sidebar.prototype.initialize.apply(this,arguments),a.$el.text(window.menuIcons.text.preview),this.set("title",a),c.$el.html(window.menuIcons.text.settingsInfo),this.set("info",c)}}),b.view.miSidebar.Settings=b.view.PriorityList.extend({className:"mi-settings attachment-info",prepare:function(){_.each(this.collection.map(this.createField,this),function(a){this.set(a.model.id,a)},this)},createField:function(a){var c=new b.view.miSidebar.Settings.Field({item:this.model,model:a,collection:this.collection});return c}}),b.view.miSidebar.Settings.Field=b.View.extend({tagName:"label",className:"setting",events:{"change :input":"_update"},initialize:function(){b.View.prototype.initialize.apply(this,arguments),this.template=b.template("menu-icons-settings-field-"+this.model.get("type")),this.model.on("change",this.render,this)},prepare:function(){return this.model.toJSON()},_update:function(b){var c=this.options.item,d=a(b.currentTarget),e=d.val(),f=a("#menu-icons-"+c.id+"-"+this.model.id+"._setting");this.model.set("value",e),c.set(this.model.id,e),f.val(e).trigger("change-mi")}}),b.view.miPreview=b.View.extend({tagName:"p",className:"mi-preview menu-item attachment-info",events:{"click a":"preventDefault"},initialize:function(){b.View.prototype.initialize.apply(this,arguments),this.model.on("change",this.render,this)},render:function(){var a=_.extend(this.model.toJSON(),this.options.data),c="menu-icons-"+a.type+"-preview-";return c+=a.hide_label?"hide_label":a.position,this.template=b.template(c),this.$el.html(this.template(a)),this},preventDefault:function(a){a.preventDefault()}}),b.view.miBrowser={createSidebar:function(){var a=this.options,c=a.selection,d=this.sidebar=new b.view.miSidebar({controller:this.controller,type:a.type});this.views.add(d),c.on("selection:single",this.createSingle,this),c.on("selection:unsingle",this.disposeSingle,this),c.single()&&this.createSingle()},createSingle:function(){this.createPreview()},createSettings:function(){var a=this.controller.miGetCurrentItem(),c=this.model.get("settings");c.length&&(_.each(c,function(b){b.value=a.get(b.id)}),this.sidebar.set("settings",new b.view.miSidebar.Settings({controller:this.controller,collection:new b.model.mi.MenuItems.Settings(c),model:a,type:this.options.type,priority:120})))}},b.view.miFont=b.View.extend({className:"attachments-browser mi-items-wrap",initialize:function(){this.createToolbar(),this.createLibrary(),this.createSidebar()},createLibrary:function(){this.items=new b.view.miFont.Library({controller:this.controller,collection:this.collection,selection:this.options.selection,type:this.options.type,data:this.options.data}),this.views.add(this.items)},createToolbar:function(){{var a=this.collection;a.props.get("group")}this.toolbar=new b.view.Toolbar({controller:this.controller}),this.views.add(this.toolbar),this.toolbar.set("filters",new b.view.miFont.Filters({controller:this.controller,model:this.collection.props,priority:-80}).render()),this.toolbar.set("search",new b.view.Search({controller:this.controller,model:this.collection.props,priority:60}).render())},createPreview:function(){var a=this.controller,c=a.miGetCurrentItem(),d=this.model.get("selection").single();this.createSettings(),this.sidebar.set("preview",new b.view.miPreview({controller:a,model:c,data:{type:d.get("type"),icon:d.id},priority:80}))},disposeSingle:function(){var a=this.sidebar;a.unset("preview"),a.unset("settings")}}),_.extend(b.view.miFont.prototype,b.view.miBrowser),b.view.miFont.Library=b.View.extend({tagName:"ul",className:"attachments mi-items clearfix",initialize:function(){this._viewsByCid={},this.collection.on("reset",this.refresh,this),this.controller.on("open",this.scrollToSelected,this)},render:function(){return this.collection.each(function(a){this.views.add(this.renderItem(a),{at:this.collection.indexOf(a)})},this),this},renderItem:function(a){var c=new b.view.miFont.Icon({controller:this.controller,model:a,collection:this.collection,selection:this.options.selection,type:this.options.type,data:this.options.data});return this._viewsByCid[c.cid]=c},clearItems:function(){_.each(this._viewsByCid,function(a){delete this._viewsByCid[a.cid],a.remove()},this)},refresh:function(){this.clearItems(),this.render()},ready:function(){this.scrollToSelected()},scrollToSelected:function(){var a,b=this.options.selection.single();b&&(a=this.getView(b),a&&!this.isInView(a.$el)&&this.$el.scrollTop(a.$el.offset().top-this.$el.offset().top+this.$el.scrollTop()-parseInt(this.$el.css("paddingTop"))))},getView:function(a){return _.findWhere(this._viewsByCid,{model:a})},isInView:function(b){var c=a(window),d=c.scrollTop(),e=d+c.height(),f=b.offset().top,g=f+b.height();return e>=g&&f>=d}}),b.view.miFont.Filters=b.view.AttachmentFilters.extend({createFilters:function(){this.filters={all:{text:window.menuIcons.text.all,props:{group:"all"}}};var a=this.controller.state().get("data").groups;_.each(a,function(a,b){this.filters[b]={text:a,props:{group:b}}},this)},change:function(){var a=this.filters[this.el.value];a&&this.model.set("group",a.props.group)}}),b.view.miFont.Icon=b.view.Attachment.extend({className:"attachment mi-item",events:{"click .attachment-preview":"toggleSelectionHandler","click a":"preventDefault"},initialize:function(){this.template=b.template("menu-icons-"+this.options.type+"-item"),b.view.Attachment.prototype.initialize.apply(this,arguments)},render:function(){return this.$el.html(this.template(this.model.toJSON())),this.updateSelect(),this}}),b.controller.miFont=b.controller.State.extend({defaults:{id:"mi-font",menu:"default",toolbar:"mi-select",type:"",settings:["hide_label","position","font_size","vertical_align"]},initialize:function(){var c,d=this.get("data").items,e=this.get("library"),f=this.get("selection"),g=this.get("settings");e instanceof b.controller.miFont.Library||(e=new b.controller.miFont.Library(d),e.props.on("change",this.miResetLibrary,this),this.set("library",e)),f instanceof b.model.Selection||this.set("selection",new b.model.Selection(f,{multiple:!1})),c=_.filter(window.menuIcons.settingsFields,function(b){return-1!==a.inArray(b.id,g)}),this.set("settings",c)},activate:function(){this.frame.on("open",this.refresh,this),this.miUpdateSelection()},deactivate:function(){b.controller.State.prototype.deactivate.apply(this,arguments),this.frame.off("open",this.refresh,this)},refresh:function(){this.miResetFilter(),this.miUpdateSelection()},miGetContent:function(){return this.miResetFilter(),new b.view.miFont({controller:this.frame,model:this,collection:this.get("library"),selection:this.get("selection"),type:this.get("type")})},miResetLibrary:function(){var a=this.get("library"),b=a.props.get("group"),c=this.frame.miGetCurrentItem();c.set("group",b),a.reInitialize(),this.set("library",a),this.miUpdateSelection()},miResetFilter:function(){var a=this.get("library"),b=this.frame.miGetCurrentItem(),c=this.get("data").groups,d=b.get("group");_.isUndefined(c[d])&&(d="all"),a.props.set("group",d)},miUpdateSelection:function(){var a,b=this.get("selection"),c=this.get("type"),d=c+"-icon",e=this.frame.miGetCurrentItem(),f=e.get(d);c===e.get("type")&&f&&(a=this.get("library").findWhere({id:f})),b.reset(a?a:[])}}),b.controller.miFont.Library=Backbone.Collection.extend({props:new Backbone.Model({group:"all",search:""}),initialize:function(a){this.icons=new Backbone.Collection(a)},reInitialize:function(){var a=this,b=this.icons.toJSON(),c=this.props.toJSON();_.each(c,function(c,d){a.filters[d]&&(b=_.filter(b,a.filters[d],c))},this),this.reset(b)},filters:{group:function(a){var b=this;return"all"===b||a.group===b||""===a.group},search:function(a){var b,c=this;return b=""===c?!0:_.any(["id","label"],function(b){var c=a[b];return c&&-1!==c.search(this)},c)}}}),b.controller.miImage=b.controller.Library.extend({defaults:_.defaults({id:"browse",menu:"default",router:"browse",toolbar:"mi-select",filterable:"uploaded",settings:["hide_label","position","image_size","vertical_align"],syncSelection:!1},b.controller.Library.prototype.defaults),initialize:function(){var c,d=this.get("selection"),e=this.get("settings");this.set("library",b.query({type:"image"})),this.routers={upload:{text:b.view.l10n.uploadFilesTitle,priority:20},browse:{text:b.view.l10n.mediaLibraryTitle,priority:40}},d instanceof b.model.Selection||this.set("selection",new b.model.Selection(d,{multiple:!1})),c=_.filter(window.menuIcons.settingsFields,function(b){return-1!==a.inArray(b.id,e)}),this.set("settings",c),b.controller.Library.prototype.initialize.apply(this,arguments)},activate:function(){b.controller.Library.prototype.activate.apply(this,arguments),this.frame.on("open",this.miUpdateSelection,this),this.miUpdateSelection()},deactivate:function(){b.controller.Library.prototype.deactivate.apply(this,arguments),this.frame.off("open",this.miUpdateSelection,this)},miUpdateSelection:function(){var a,b=this.get("selection"),d=this.get("type"),e=d+"-icon",f=this.frame.miGetCurrentItem(),g=f.get(e);d===f.get("type")&&g&&(a=c.get(g),this.dfd=a.fetch()),b.reset(a?a:[])},miGetContent:function(a){var b="upload"===a?this.uploadContent():this.browseContent();return this.frame.$el.removeClass("hide-toolbar"),b},browseContent:function(){var a=this;return new b.view.AttachmentsBrowser.miImage({type:a.get("type"),controller:a.frame,collection:a.get("library"),selection:a.get("selection"),model:a,sortable:a.get("sortable"),search:a.get("searchable"),filters:a.get("filterable"),display:a.get("displaySettings"),dragInfo:a.get("dragInfo")})},uploadContent:function(){return new b.view.UploaderInline({controller:this.frame})}}),b.view.AttachmentsBrowser.miImage=b.view.AttachmentsBrowser.extend({disposeSingle:function(){b.view.AttachmentsBrowser.prototype.disposeSingle.apply(this,arguments),this.sidebar.unset("preview"),this.sidebar.unset("settings")},createPreview:function(){var a,c,d,e=this,f=this.model;return f.dfd&&"pending"===f.dfd.state()?void f.dfd.done(function(){e.createPreview()}):(a=f.get("selection").single(),"image"!==a.get("type")?void f.get("selection").reset():a.get("uploading")?void a.on("change:uploading",e.createPreview,this):(c=this.controller,d=c.miGetCurrentItem(),this.createSettings(),void this.sidebar.set("preview",new b.view.miPreview.miImage({controller:c,settings:this.sidebar.get("settings"),model:d,data:{type:f.get("type"),alt:a.get("alt"),sizes:a.get("sizes")},priority:80}))))}}),_.extend(b.view.AttachmentsBrowser.miImage.prototype,b.view.miBrowser),b.view.miPreview.miImage=b.view.miPreview.extend({render:function(){var a=this.options.model.get("image_size"),c=this.options.data.sizes,d=this.options.settings.get("image_size"),e=[];return c.hasOwnProperty(a)||(a="full"),_.each(d.model.get("choices"),function(a){c.hasOwnProperty(a.value)&&e.push(a)}),d.model.set("choices",e),this.options.model.set("image_size",a,{silent:!0}),this.options.data.url=c[a].url,b.view.miPreview.prototype.render.apply(this,arguments)}}),b.view.MediaFrame.menuIcons=b.view.MediaFrame.extend({initialize:function(){b.view.MediaFrame.prototype.initialize.apply(this,arguments),_.defaults(this.options,{selection:[],multiple:!1,editing:!1,toolbar:"mi-select"}),this.miMenuItems=new b.model.mi.MenuItems,this.createStates(),this.bindHandlers()},createStates:function(){var a,c=this.options;c.states||_.each(window.menuIcons.iconTypes,function(d,e){return b.controller.hasOwnProperty(d.data.controller)?(a=b.controller[d.data.controller],_.defaults(d,{content:d.id,selection:c.selection}),void this.states.add(new a(d))):void delete window.menuIcons.iconTypes[e]},this)},bindHandlers:function(){this.on("router:create:browse",this.createRouter,this),this.on("router:render:browse",this.browseRouter,this),this.on("content:render",this.miRenderContent,this),this.on("toolbar:create:mi-select",this.createToolbar,this),this.on("toolbar:render:mi-select",this.miSelectToolbar,this),this.on("open",this.miInitialize,this)},browseRouter:function(a){var b=this.state().routers;b&&a.set(b)},miRenderContent:function(){var a=this.state(),b=this.content.mode(),c=a.miGetContent(b);this.content.set(c)},miSelectToolbar:function(a){{var b=this,c=b.state();c.get("type")}a.set(c.id,{style:"primary",priority:80,text:window.menuIcons.text.select,requires:{selection:!0},click:function(){b.close(),b.miUpdateItemProps(),b.miUpdateItem()}})},miContentRender:function(){var a=this.state(),b=a.miGetContent();this.content.set(b)},miGetState:function(){var a,b=window.menuIcons.currentItem;return a=!_.isUndefined(b.type)&&""!==b.type&&window.menuIcons.iconTypes.hasOwnProperty(b.type)?b.type:window.menuIcons.typeNames[0],"mi-"+a},miGetCurrentItem:function(){return this.miMenuItems.get(window.menuIcons.currentItem.id)},miUpdateMenuItems:function(){var a=this.miGetCurrentItem();_.isUndefined(a)?this.miMenuItems.add(window.menuIcons.currentItem):a.set(window.menuIcons.currentItem),this.miMenuItems.props.set("item",window.menuIcons.currentItem.id)},miInitialize:function(){this.miUpdateMenuItems(),this.setState(this.miGetState())},miUpdateItemProps:function(){var a=this.state(),b=a.get("type"),c=a.get("selection"),d=c.single(),e=d?d.id:"",f=this.miGetCurrentItem();f.set("type",b),f.set(b+"-icon",e),f.set("icon",e)},miUpdateItem:function(){var c,d=this.miGetCurrentItem().toJSON(),e=d.id,f=this.state(),g=f.get("selection").single(),h=b.template("menu-icons-"+d.type+"-field"),i=g.toJSON();i._settings=d,delete d.id,delete d.title,_.each(d,function(b,d){c=a("#menu-icons-"+e+"-"+d).not("._setting"),c.length&&c.val(b).trigger("change-mi")}),a("#menu-icons-"+e+"-select").html(h(i))}}),a("body").on("click","div.menu-icons-wrap a._select",window.menuIcons.selectIcon).on("click","div.menu-icons-wrap a._remove",window.menuIcons.removeIcon).on("change-mi","div.menu-icons-wrap select._type",window.menuIcons.toggleSelect),a("div.menu-icons-wrap select._type").trigger("change-mi")}}(jQuery);
|
languages/menu-icons.pot
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
# This file is distributed under the same license as the Menu Icons package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version: Menu Icons 0.
|
| 6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/menu-icons\n"
|
| 7 |
-
"POT-Creation-Date: 2014-
|
| 8 |
"MIME-Version: 1.0\n"
|
| 9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 10 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
| 21 |
msgid "Select Icon"
|
| 22 |
msgstr ""
|
| 23 |
|
| 24 |
-
#: includes/admin.php:116 includes/admin.php:171
|
| 25 |
msgid "Select"
|
| 26 |
msgstr ""
|
| 27 |
|
|
@@ -44,10 +44,6 @@ msgstr ""
|
|
| 44 |
msgid "Icon:"
|
| 45 |
msgstr ""
|
| 46 |
|
| 47 |
-
#: includes/admin.php:278
|
| 48 |
-
msgid "Select icon"
|
| 49 |
-
msgstr ""
|
| 50 |
-
|
| 51 |
#: includes/admin.php:284 includes/type-elusive.php:153
|
| 52 |
msgid "Remove"
|
| 53 |
msgstr ""
|
|
@@ -80,12 +76,12 @@ msgstr ""
|
|
| 80 |
msgid "Hide Label"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
-
#: includes/settings.php:278 includes/type-dashicons.php:
|
| 84 |
-
#: includes/type-dashicons.php:
|
| 85 |
msgid "No"
|
| 86 |
msgstr ""
|
| 87 |
|
| 88 |
-
#: includes/settings.php:282 includes/type-dashicons.php:
|
| 89 |
msgid "Yes"
|
| 90 |
msgstr ""
|
| 91 |
|
|
@@ -121,15 +117,19 @@ msgstr ""
|
|
| 121 |
msgid "\"%s\" menu settings"
|
| 122 |
msgstr ""
|
| 123 |
|
| 124 |
-
#: includes/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
msgid "Discard all changes and reset to default state"
|
| 126 |
msgstr ""
|
| 127 |
|
| 128 |
-
#: includes/settings.php:
|
| 129 |
msgid "Reset"
|
| 130 |
msgstr ""
|
| 131 |
|
| 132 |
-
#: includes/settings.php:
|
| 133 |
msgid "Save Settings"
|
| 134 |
msgstr ""
|
| 135 |
|
|
@@ -147,6 +147,7 @@ msgstr ""
|
|
| 147 |
|
| 148 |
#: includes/type-dashicons.php:61 includes/type-dashicons.php:97
|
| 149 |
#: includes/type-fontawesome.php:381 includes/type-fontawesome.php:382
|
|
|
|
| 150 |
msgid "Comments"
|
| 151 |
msgstr ""
|
| 152 |
|
|
@@ -161,11 +162,11 @@ msgstr ""
|
|
| 161 |
|
| 162 |
#: includes/type-dashicons.php:64 includes/type-elusive.php:344
|
| 163 |
#: includes/type-elusive.php:345 includes/type-fontawesome.php:441
|
| 164 |
-
#: includes/type-genericons.php:188
|
| 165 |
msgid "Home"
|
| 166 |
msgstr ""
|
| 167 |
|
| 168 |
-
#: includes/type-dashicons.php:65 includes/type-dashicons.php:
|
| 169 |
#: includes/type-elusive.php:197
|
| 170 |
msgid "Media"
|
| 171 |
msgstr ""
|
|
@@ -220,20 +221,20 @@ msgid "Image"
|
|
| 220 |
msgstr ""
|
| 221 |
|
| 222 |
#: includes/type-dashicons.php:83 includes/type-dashicons.php:140
|
| 223 |
-
#: includes/type-dashicons.php:
|
| 224 |
-
#: includes/type-dashicons.php:
|
| 225 |
#: includes/type-elusive.php:199 includes/type-elusive.php:200
|
| 226 |
-
#: includes/type-genericons.php:202
|
| 227 |
msgid "Video"
|
| 228 |
msgstr ""
|
| 229 |
|
| 230 |
-
#: includes/type-dashicons.php:84 includes/type-dashicons.php:
|
| 231 |
#: includes/type-genericons.php:207
|
| 232 |
msgid "Audio"
|
| 233 |
msgstr ""
|
| 234 |
|
| 235 |
#: includes/type-dashicons.php:85 includes/type-dashicons.php:126
|
| 236 |
-
#: includes/type-genericons.php:204
|
| 237 |
msgid "Quote"
|
| 238 |
msgstr ""
|
| 239 |
|
|
@@ -281,13 +282,14 @@ msgstr ""
|
|
| 281 |
msgid "Write Blog"
|
| 282 |
msgstr ""
|
| 283 |
|
| 284 |
-
#: includes/type-dashicons.php:107 includes/type-dashicons.php:
|
| 285 |
#: includes/type-elusive.php:115 includes/type-fontawesome.php:395
|
| 286 |
#: includes/type-genericons.php:215
|
| 287 |
msgid "Edit"
|
| 288 |
msgstr ""
|
| 289 |
|
| 290 |
#: includes/type-dashicons.php:109 includes/type-fontawesome.php:385
|
|
|
|
| 291 |
msgid "Crop"
|
| 292 |
msgstr ""
|
| 293 |
|
|
@@ -315,17 +317,19 @@ msgstr ""
|
|
| 315 |
msgid "Redo"
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
-
#: includes/type-dashicons.php:120
|
| 319 |
msgid "Editor"
|
| 320 |
msgstr ""
|
| 321 |
|
| 322 |
#: includes/type-dashicons.php:122 includes/type-elusive.php:96
|
| 323 |
-
#: includes/type-fontawesome.php:266 includes/type-
|
|
|
|
| 324 |
msgid "Bold"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
#: includes/type-dashicons.php:123 includes/type-elusive.php:97
|
| 328 |
-
#: includes/type-fontawesome.php:277 includes/type-
|
|
|
|
| 329 |
msgid "Italic"
|
| 330 |
msgstr ""
|
| 331 |
|
|
@@ -339,16 +343,19 @@ msgstr ""
|
|
| 339 |
|
| 340 |
#: includes/type-dashicons.php:127 includes/type-dashicons.php:154
|
| 341 |
#: includes/type-elusive.php:81 includes/type-fontawesome.php:262
|
|
|
|
| 342 |
msgid "Align Left"
|
| 343 |
msgstr ""
|
| 344 |
|
| 345 |
#: includes/type-dashicons.php:128 includes/type-dashicons.php:156
|
| 346 |
#: includes/type-elusive.php:82 includes/type-fontawesome.php:263
|
|
|
|
| 347 |
msgid "Align Center"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
#: includes/type-dashicons.php:129 includes/type-dashicons.php:155
|
| 351 |
#: includes/type-elusive.php:83 includes/type-fontawesome.php:265
|
|
|
|
| 352 |
msgid "Align Right"
|
| 353 |
msgstr ""
|
| 354 |
|
|
@@ -369,15 +376,16 @@ msgid "Kitchensink"
|
|
| 369 |
msgstr ""
|
| 370 |
|
| 371 |
#: includes/type-dashicons.php:134 includes/type-fontawesome.php:296
|
|
|
|
| 372 |
msgid "Underline"
|
| 373 |
msgstr ""
|
| 374 |
|
| 375 |
#: includes/type-dashicons.php:135 includes/type-elusive.php:84
|
| 376 |
-
#: includes/type-fontawesome.php:264
|
| 377 |
msgid "Justify"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
-
#: includes/type-dashicons.php:136
|
| 381 |
msgid "Text Color"
|
| 382 |
msgstr ""
|
| 383 |
|
|
@@ -398,10 +406,12 @@ msgid "Custom Characters"
|
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
#: includes/type-dashicons.php:142 includes/type-fontawesome.php:275
|
|
|
|
| 401 |
msgid "Indent"
|
| 402 |
msgstr ""
|
| 403 |
|
| 404 |
#: includes/type-dashicons.php:143 includes/type-fontawesome.php:276
|
|
|
|
| 405 |
msgid "Outdent"
|
| 406 |
msgstr ""
|
| 407 |
|
|
@@ -410,10 +420,12 @@ msgid "Help"
|
|
| 410 |
msgstr ""
|
| 411 |
|
| 412 |
#: includes/type-dashicons.php:145 includes/type-fontawesome.php:289
|
|
|
|
| 413 |
msgid "Strikethrough"
|
| 414 |
msgstr ""
|
| 415 |
|
| 416 |
#: includes/type-dashicons.php:146 includes/type-fontawesome.php:279
|
|
|
|
| 417 |
msgid "Unlink"
|
| 418 |
msgstr ""
|
| 419 |
|
|
@@ -431,383 +443,403 @@ msgstr ""
|
|
| 431 |
|
| 432 |
#: includes/type-dashicons.php:158 includes/type-elusive.php:127
|
| 433 |
#: includes/type-elusive.php:128 includes/type-fontawesome.php:458
|
| 434 |
-
#: includes/type-genericons.php:88
|
| 435 |
msgid "Lock"
|
| 436 |
msgstr ""
|
| 437 |
|
| 438 |
-
#: includes/type-dashicons.php:159 includes/type-
|
| 439 |
-
#: includes/type-
|
|
|
|
| 440 |
msgid "Calendar"
|
| 441 |
msgstr ""
|
| 442 |
|
| 443 |
-
#: includes/type-dashicons.php:
|
| 444 |
msgid "Visibility"
|
| 445 |
msgstr ""
|
| 446 |
|
| 447 |
-
#: includes/type-dashicons.php:
|
| 448 |
msgid "Post Status"
|
| 449 |
msgstr ""
|
| 450 |
|
| 451 |
-
#: includes/type-dashicons.php:
|
| 452 |
msgid "Post Trash"
|
| 453 |
msgstr ""
|
| 454 |
|
| 455 |
-
#: includes/type-dashicons.php:
|
| 456 |
#: includes/type-elusive.php:175 includes/type-fontawesome.php:574
|
| 457 |
-
#: includes/type-genericons.php:186
|
| 458 |
msgid "Trash"
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
-
#: includes/type-dashicons.php:
|
| 462 |
msgid "Sorting"
|
| 463 |
msgstr ""
|
| 464 |
|
| 465 |
-
#: includes/type-dashicons.php:
|
| 466 |
-
#: includes/type-dashicons.php:
|
| 467 |
msgid "Arrow: Up"
|
| 468 |
msgstr ""
|
| 469 |
|
| 470 |
-
#: includes/type-dashicons.php:
|
| 471 |
-
#: includes/type-dashicons.php:
|
| 472 |
msgid "Arrow: Down"
|
| 473 |
msgstr ""
|
| 474 |
|
| 475 |
-
#: includes/type-dashicons.php:
|
| 476 |
-
#: includes/type-dashicons.php:
|
| 477 |
msgid "Arrow: Left"
|
| 478 |
msgstr ""
|
| 479 |
|
| 480 |
-
#: includes/type-dashicons.php:
|
| 481 |
-
#: includes/type-dashicons.php:
|
| 482 |
msgid "Arrow: Right"
|
| 483 |
msgstr ""
|
| 484 |
|
| 485 |
-
#: includes/type-dashicons.php:
|
| 486 |
msgid "Left-Right"
|
| 487 |
msgstr ""
|
| 488 |
|
| 489 |
-
#: includes/type-dashicons.php:
|
| 490 |
msgid "Sort"
|
| 491 |
msgstr ""
|
| 492 |
|
| 493 |
-
#: includes/type-dashicons.php:
|
| 494 |
msgid "List View"
|
| 495 |
msgstr ""
|
| 496 |
|
| 497 |
-
#: includes/type-dashicons.php:
|
| 498 |
msgid "Excerpt View"
|
| 499 |
msgstr ""
|
| 500 |
|
| 501 |
-
#: includes/type-dashicons.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 502 |
#: includes/type-genericons.php:223
|
| 503 |
msgid "Social"
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
-
#: includes/type-dashicons.php:193 includes/type-dashicons.php:194
|
| 507 |
#: includes/type-dashicons.php:195 includes/type-dashicons.php:196
|
| 508 |
-
#: includes/type-
|
| 509 |
-
#: includes/type-
|
| 510 |
-
#: includes/type-fontawesome.php:
|
| 511 |
-
#: includes/type-fontawesome.php:
|
|
|
|
| 512 |
msgid "Share"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
-
#: includes/type-dashicons.php:
|
|
|
|
| 516 |
msgid "RSS"
|
| 517 |
msgstr ""
|
| 518 |
|
| 519 |
-
#: includes/type-dashicons.php:
|
| 520 |
msgid "Email"
|
| 521 |
msgstr ""
|
| 522 |
|
| 523 |
-
#: includes/type-dashicons.php:
|
| 524 |
msgid "Networking"
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
-
#: includes/type-dashicons.php:
|
| 528 |
msgid "Jobs"
|
| 529 |
msgstr ""
|
| 530 |
|
| 531 |
-
#: includes/type-dashicons.php:
|
| 532 |
msgid "Art"
|
| 533 |
msgstr ""
|
| 534 |
|
| 535 |
-
#: includes/type-dashicons.php:
|
| 536 |
msgid "Hammer"
|
| 537 |
msgstr ""
|
| 538 |
|
| 539 |
-
#: includes/type-dashicons.php:
|
| 540 |
msgid "Migrate"
|
| 541 |
msgstr ""
|
| 542 |
|
| 543 |
-
#: includes/type-dashicons.php:
|
| 544 |
msgid "Performance"
|
| 545 |
msgstr ""
|
| 546 |
|
| 547 |
-
#: includes/type-dashicons.php:
|
| 548 |
msgid "Internal/Products"
|
| 549 |
msgstr ""
|
| 550 |
|
| 551 |
-
#: includes/type-dashicons.php:
|
| 552 |
msgid "Update"
|
| 553 |
msgstr ""
|
| 554 |
|
| 555 |
-
#: includes/type-dashicons.php:
|
| 556 |
msgid "Screen Options"
|
| 557 |
msgstr ""
|
| 558 |
|
| 559 |
-
#: includes/type-dashicons.php:
|
| 560 |
#: includes/type-fontawesome.php:444 includes/type-fontawesome.php:445
|
| 561 |
-
#: includes/type-genericons.php:87
|
| 562 |
msgid "Info"
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
-
#: includes/type-dashicons.php:
|
| 566 |
msgid "Cart"
|
| 567 |
msgstr ""
|
| 568 |
|
| 569 |
-
#: includes/type-dashicons.php:
|
| 570 |
msgid "Feedback"
|
| 571 |
msgstr ""
|
| 572 |
|
| 573 |
-
#: includes/type-dashicons.php:
|
| 574 |
#: includes/type-elusive.php:360 includes/type-fontawesome.php:371
|
| 575 |
-
#: includes/type-genericons.php:187
|
| 576 |
msgid "Cloud"
|
| 577 |
msgstr ""
|
| 578 |
|
| 579 |
-
#: includes/type-dashicons.php:
|
| 580 |
msgid "Translation"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
-
#: includes/type-dashicons.php:
|
| 584 |
msgid "Taxonomies"
|
| 585 |
msgstr ""
|
| 586 |
|
| 587 |
-
#: includes/type-dashicons.php:
|
| 588 |
#: includes/type-fontawesome.php:554 includes/type-genericons.php:135
|
| 589 |
msgid "Tag"
|
| 590 |
msgstr ""
|
| 591 |
|
| 592 |
-
#: includes/type-dashicons.php:
|
| 593 |
msgid "Category"
|
| 594 |
msgstr ""
|
| 595 |
|
| 596 |
-
#: includes/type-dashicons.php:
|
| 597 |
msgid "Alerts/Notifications"
|
| 598 |
msgstr ""
|
| 599 |
|
| 600 |
-
#: includes/type-dashicons.php:
|
| 601 |
#: includes/type-fontawesome.php:487 includes/type-fontawesome.php:488
|
| 602 |
#: includes/type-fontawesome.php:489 includes/type-fontawesome.php:490
|
|
|
|
| 603 |
msgid "Plus"
|
| 604 |
msgstr ""
|
| 605 |
|
| 606 |
-
#: includes/type-dashicons.php:
|
| 607 |
#: includes/type-fontawesome.php:469 includes/type-fontawesome.php:470
|
| 608 |
#: includes/type-fontawesome.php:471 includes/type-fontawesome.php:472
|
|
|
|
| 609 |
msgid "Minus"
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
-
#: includes/type-dashicons.php:
|
| 613 |
msgid "Dismiss"
|
| 614 |
msgstr ""
|
| 615 |
|
| 616 |
-
#: includes/type-dashicons.php:
|
| 617 |
msgid "Marker"
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
-
#: includes/type-dashicons.php:
|
| 621 |
msgid "Star: Filled"
|
| 622 |
msgstr ""
|
| 623 |
|
| 624 |
-
#: includes/type-dashicons.php:
|
| 625 |
msgid "Star: Half"
|
| 626 |
msgstr ""
|
| 627 |
|
| 628 |
-
#: includes/type-dashicons.php:
|
| 629 |
msgid "Star: Empty"
|
| 630 |
msgstr ""
|
| 631 |
|
| 632 |
-
#: includes/type-dashicons.php:
|
| 633 |
#: includes/type-elusive.php:254 includes/type-fontawesome.php:417
|
| 634 |
#: includes/type-fontawesome.php:418 includes/type-fontawesome.php:419
|
| 635 |
-
#: includes/type-genericons.php:163
|
| 636 |
msgid "Flag"
|
| 637 |
msgstr ""
|
| 638 |
|
| 639 |
-
#: includes/type-dashicons.php:
|
|
|
|
| 640 |
msgid "Archive"
|
| 641 |
msgstr ""
|
| 642 |
|
| 643 |
-
#: includes/type-dashicons.php:
|
| 644 |
#: includes/type-genericons.php:216
|
| 645 |
msgid "Code"
|
| 646 |
msgstr ""
|
| 647 |
|
| 648 |
-
#: includes/type-dashicons.php:
|
| 649 |
msgid "Default"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
-
#: includes/type-dashicons.php:
|
| 653 |
msgid "Document"
|
| 654 |
msgstr ""
|
| 655 |
|
| 656 |
-
#: includes/type-dashicons.php:
|
| 657 |
msgid "Interactive"
|
| 658 |
msgstr ""
|
| 659 |
|
| 660 |
-
#: includes/type-dashicons.php:
|
| 661 |
msgid "Spreadsheet"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
-
#: includes/type-dashicons.php:
|
| 665 |
msgid "Text"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
-
#: includes/type-dashicons.php:
|
| 669 |
msgid "Audio Playlist"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
-
#: includes/type-dashicons.php:
|
| 673 |
msgid "Video Playlist"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
-
#: includes/type-dashicons.php:
|
| 677 |
msgid "Misc./Post Types"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
-
#: includes/type-dashicons.php:
|
| 681 |
#: includes/type-genericons.php:189
|
| 682 |
msgid "Location"
|
| 683 |
msgstr ""
|
| 684 |
|
| 685 |
-
#: includes/type-dashicons.php:
|
| 686 |
-
#: includes/type-fontawesome.php:352
|
| 687 |
msgid "Camera"
|
| 688 |
msgstr ""
|
| 689 |
|
| 690 |
-
#: includes/type-dashicons.php:
|
| 691 |
msgid "Images"
|
| 692 |
msgstr ""
|
| 693 |
|
| 694 |
-
#: includes/type-dashicons.php:
|
| 695 |
msgid "Vault"
|
| 696 |
msgstr ""
|
| 697 |
|
| 698 |
-
#: includes/type-dashicons.php:
|
| 699 |
-
#: includes/type-fontawesome.php:518
|
| 700 |
msgid "Shield"
|
| 701 |
msgstr ""
|
| 702 |
|
| 703 |
-
#: includes/type-dashicons.php:
|
| 704 |
msgid "S.O.S."
|
| 705 |
msgstr ""
|
| 706 |
|
| 707 |
-
#: includes/type-dashicons.php:
|
| 708 |
#: includes/type-elusive.php:164 includes/type-fontawesome.php:510
|
| 709 |
#: includes/type-genericons.php:100
|
| 710 |
msgid "Search"
|
| 711 |
msgstr ""
|
| 712 |
|
| 713 |
-
#: includes/type-dashicons.php:
|
| 714 |
msgid "Slides"
|
| 715 |
msgstr ""
|
| 716 |
|
| 717 |
-
#: includes/type-dashicons.php:
|
| 718 |
msgid "Analytics"
|
| 719 |
msgstr ""
|
| 720 |
|
| 721 |
-
#: includes/type-dashicons.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 722 |
msgid "Chart: Pie"
|
| 723 |
msgstr ""
|
| 724 |
|
| 725 |
-
#: includes/type-dashicons.php:
|
| 726 |
msgid "Chart: Bar"
|
| 727 |
msgstr ""
|
| 728 |
|
| 729 |
-
#: includes/type-dashicons.php:
|
| 730 |
msgid "Chart: Line"
|
| 731 |
msgstr ""
|
| 732 |
|
| 733 |
-
#: includes/type-dashicons.php:
|
| 734 |
msgid "Chart: Area"
|
| 735 |
msgstr ""
|
| 736 |
|
| 737 |
-
#: includes/type-dashicons.php:
|
| 738 |
msgid "Groups"
|
| 739 |
msgstr ""
|
| 740 |
|
| 741 |
-
#: includes/type-dashicons.php:
|
| 742 |
msgid "Businessman"
|
| 743 |
msgstr ""
|
| 744 |
|
| 745 |
-
#: includes/type-dashicons.php:
|
| 746 |
msgid "ID"
|
| 747 |
msgstr ""
|
| 748 |
|
| 749 |
-
#: includes/type-dashicons.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 750 |
msgid "Products"
|
| 751 |
msgstr ""
|
| 752 |
|
| 753 |
-
#: includes/type-dashicons.php:
|
| 754 |
msgid "Awards"
|
| 755 |
msgstr ""
|
| 756 |
|
| 757 |
-
#: includes/type-dashicons.php:
|
| 758 |
msgid "Forms"
|
| 759 |
msgstr ""
|
| 760 |
|
| 761 |
-
#: includes/type-dashicons.php:
|
| 762 |
msgid "Testimonial"
|
| 763 |
msgstr ""
|
| 764 |
|
| 765 |
-
#: includes/type-dashicons.php:
|
| 766 |
msgid "Portfolio"
|
| 767 |
msgstr ""
|
| 768 |
|
| 769 |
-
#: includes/type-dashicons.php:
|
| 770 |
#: includes/type-elusive.php:216 includes/type-fontawesome.php:340
|
| 771 |
-
#: includes/type-genericons.php:152
|
| 772 |
msgid "Book"
|
| 773 |
msgstr ""
|
| 774 |
|
| 775 |
-
#: includes/type-dashicons.php:
|
| 776 |
#: includes/type-elusive.php:114 includes/type-fontawesome.php:394
|
|
|
|
| 777 |
msgid "Download"
|
| 778 |
msgstr ""
|
| 779 |
|
| 780 |
-
#: includes/type-dashicons.php:
|
| 781 |
-
#: includes/type-fontawesome.php:582
|
| 782 |
msgid "Upload"
|
| 783 |
msgstr ""
|
| 784 |
|
| 785 |
-
#: includes/type-dashicons.php:
|
| 786 |
msgid "Backup"
|
| 787 |
msgstr ""
|
| 788 |
|
| 789 |
-
#: includes/type-dashicons.php:
|
|
|
|
| 790 |
msgid "Clock"
|
| 791 |
msgstr ""
|
| 792 |
|
| 793 |
-
#: includes/type-dashicons.php:
|
|
|
|
| 794 |
msgid "Lightbulb"
|
| 795 |
msgstr ""
|
| 796 |
|
| 797 |
-
#: includes/type-dashicons.php:
|
| 798 |
msgid "Desktop"
|
| 799 |
msgstr ""
|
| 800 |
|
| 801 |
-
#: includes/type-dashicons.php:
|
| 802 |
#: includes/type-genericons.php:177
|
| 803 |
msgid "Tablet"
|
| 804 |
msgstr ""
|
| 805 |
|
| 806 |
-
#: includes/type-dashicons.php:
|
| 807 |
msgid "Smartphone"
|
| 808 |
msgstr ""
|
| 809 |
|
| 810 |
-
#: includes/type-dashicons.php:
|
| 811 |
#: includes/type-elusive.php:322
|
| 812 |
msgid "Smiley"
|
| 813 |
msgstr ""
|
|
@@ -863,12 +895,12 @@ msgid "Step Forward"
|
|
| 863 |
msgstr ""
|
| 864 |
|
| 865 |
#: includes/type-elusive.php:95 includes/type-fontawesome.php:309
|
| 866 |
-
#: includes/type-genericons.php:124
|
| 867 |
msgid "Fast Forward"
|
| 868 |
msgstr ""
|
| 869 |
|
| 870 |
#: includes/type-elusive.php:98 includes/type-fontawesome.php:278
|
| 871 |
-
#: includes/type-genericons.php:205
|
| 872 |
msgid "Link"
|
| 873 |
msgstr ""
|
| 874 |
|
|
@@ -895,6 +927,7 @@ msgstr ""
|
|
| 895 |
#: includes/type-elusive.php:103 includes/type-fontawesome.php:360
|
| 896 |
#: includes/type-fontawesome.php:361 includes/type-fontawesome.php:362
|
| 897 |
#: includes/type-fontawesome.php:363 includes/type-fontawesome.php:364
|
|
|
|
| 898 |
msgid "Check"
|
| 899 |
msgstr ""
|
| 900 |
|
|
@@ -935,6 +968,7 @@ msgid "Circle Arrow Right"
|
|
| 935 |
msgstr ""
|
| 936 |
|
| 937 |
#: includes/type-elusive.php:116 includes/type-fontawesome.php:306
|
|
|
|
| 938 |
msgid "Eject"
|
| 939 |
msgstr ""
|
| 940 |
|
|
@@ -964,11 +998,13 @@ msgstr ""
|
|
| 964 |
|
| 965 |
#: includes/type-elusive.php:125 includes/type-elusive.php:126
|
| 966 |
#: includes/type-fontawesome.php:280 includes/type-fontawesome.php:281
|
|
|
|
| 967 |
msgid "List"
|
| 968 |
msgstr ""
|
| 969 |
|
| 970 |
#: includes/type-elusive.php:129 includes/type-elusive.php:130
|
| 971 |
#: includes/type-fontawesome.php:579 includes/type-fontawesome.php:580
|
|
|
|
| 972 |
msgid "Unlock"
|
| 973 |
msgstr ""
|
| 974 |
|
|
@@ -1003,17 +1039,20 @@ msgstr ""
|
|
| 1003 |
|
| 1004 |
#: includes/type-elusive.php:140 includes/type-elusive.php:141
|
| 1005 |
#: includes/type-fontawesome.php:312 includes/type-fontawesome.php:313
|
| 1006 |
-
#: includes/type-fontawesome.php:314 includes/type-
|
|
|
|
| 1007 |
msgid "Play"
|
| 1008 |
msgstr ""
|
| 1009 |
|
| 1010 |
#: includes/type-elusive.php:142 includes/type-elusive.php:143
|
| 1011 |
-
#: includes/type-fontawesome.php:311 includes/type-
|
|
|
|
| 1012 |
msgid "Pause"
|
| 1013 |
msgstr ""
|
| 1014 |
|
| 1015 |
#: includes/type-elusive.php:144 includes/type-elusive.php:145
|
| 1016 |
-
#: includes/type-fontawesome.php:317 includes/type-
|
|
|
|
| 1017 |
msgid "Stop"
|
| 1018 |
msgstr ""
|
| 1019 |
|
|
@@ -1022,7 +1061,7 @@ msgid "Plus Sign"
|
|
| 1022 |
msgstr ""
|
| 1023 |
|
| 1024 |
#: includes/type-elusive.php:148 includes/type-fontawesome.php:492
|
| 1025 |
-
#: includes/type-genericons.php:95
|
| 1026 |
msgid "Print"
|
| 1027 |
msgstr ""
|
| 1028 |
|
|
@@ -1035,12 +1074,12 @@ msgstr ""
|
|
| 1035 |
msgid "Question Sign"
|
| 1036 |
msgstr ""
|
| 1037 |
|
| 1038 |
-
#: includes/type-elusive.php:151
|
| 1039 |
msgid "Record"
|
| 1040 |
msgstr ""
|
| 1041 |
|
| 1042 |
#: includes/type-elusive.php:152 includes/type-fontawesome.php:502
|
| 1043 |
-
#: includes/type-genericons.php:96
|
| 1044 |
msgid "Refresh"
|
| 1045 |
msgstr ""
|
| 1046 |
|
|
@@ -1123,11 +1162,11 @@ msgstr ""
|
|
| 1123 |
msgid "Warning Sign"
|
| 1124 |
msgstr ""
|
| 1125 |
|
| 1126 |
-
#: includes/type-elusive.php:182
|
| 1127 |
msgid "Zoom In"
|
| 1128 |
msgstr ""
|
| 1129 |
|
| 1130 |
-
#: includes/type-elusive.php:183
|
| 1131 |
msgid "Zoom Out"
|
| 1132 |
msgstr ""
|
| 1133 |
|
|
@@ -1147,11 +1186,12 @@ msgstr ""
|
|
| 1147 |
msgid "Address Book"
|
| 1148 |
msgstr ""
|
| 1149 |
|
| 1150 |
-
#: includes/type-elusive.php:210
|
| 1151 |
msgid "ASL"
|
| 1152 |
msgstr ""
|
| 1153 |
|
| 1154 |
#: includes/type-elusive.php:211 includes/type-fontawesome.php:331
|
|
|
|
| 1155 |
msgid "Asterisk"
|
| 1156 |
msgstr ""
|
| 1157 |
|
|
@@ -1168,11 +1208,11 @@ msgstr ""
|
|
| 1168 |
msgid "Bell"
|
| 1169 |
msgstr ""
|
| 1170 |
|
| 1171 |
-
#: includes/type-elusive.php:215
|
| 1172 |
msgid "Blind"
|
| 1173 |
msgstr ""
|
| 1174 |
|
| 1175 |
-
#: includes/type-elusive.php:217
|
| 1176 |
msgid "Braille"
|
| 1177 |
msgstr ""
|
| 1178 |
|
|
@@ -1227,16 +1267,17 @@ msgstr ""
|
|
| 1227 |
|
| 1228 |
#: includes/type-elusive.php:233 includes/type-elusive.php:234
|
| 1229 |
#: includes/type-fontawesome.php:379 includes/type-fontawesome.php:380
|
| 1230 |
-
#: includes/type-genericons.php:132
|
| 1231 |
msgid "Comment"
|
| 1232 |
msgstr ""
|
| 1233 |
|
| 1234 |
#: includes/type-elusive.php:235 includes/type-elusive.php:236
|
| 1235 |
-
#: includes/type-fontawesome.php:383
|
| 1236 |
msgid "Compass"
|
| 1237 |
msgstr ""
|
| 1238 |
|
| 1239 |
#: includes/type-elusive.php:237 includes/type-fontawesome.php:384
|
|
|
|
| 1240 |
msgid "Credit Card"
|
| 1241 |
msgstr ""
|
| 1242 |
|
|
@@ -1263,15 +1304,18 @@ msgid "Eye Open"
|
|
| 1263 |
msgstr ""
|
| 1264 |
|
| 1265 |
#: includes/type-elusive.php:246 includes/type-fontawesome.php:464
|
|
|
|
| 1266 |
msgid "Male"
|
| 1267 |
msgstr ""
|
| 1268 |
|
| 1269 |
#: includes/type-elusive.php:247 includes/type-fontawesome.php:411
|
|
|
|
| 1270 |
msgid "Female"
|
| 1271 |
msgstr ""
|
| 1272 |
|
| 1273 |
#: includes/type-elusive.php:248 includes/type-elusive.php:249
|
| 1274 |
#: includes/type-fontawesome.php:230 includes/type-fontawesome.php:231
|
|
|
|
| 1275 |
msgid "File"
|
| 1276 |
msgstr ""
|
| 1277 |
|
|
@@ -1280,6 +1324,7 @@ msgid "Film"
|
|
| 1280 |
msgstr ""
|
| 1281 |
|
| 1282 |
#: includes/type-elusive.php:251 includes/type-fontawesome.php:414
|
|
|
|
| 1283 |
msgid "Filter"
|
| 1284 |
msgstr ""
|
| 1285 |
|
|
@@ -1288,7 +1333,7 @@ msgid "Fire"
|
|
| 1288 |
msgstr ""
|
| 1289 |
|
| 1290 |
#: includes/type-elusive.php:255 includes/type-fontawesome.php:422
|
| 1291 |
-
#: includes/type-fontawesome.php:424
|
| 1292 |
msgid "Folder"
|
| 1293 |
msgstr ""
|
| 1294 |
|
|
@@ -1339,7 +1384,7 @@ msgstr ""
|
|
| 1339 |
msgid "Group"
|
| 1340 |
msgstr ""
|
| 1341 |
|
| 1342 |
-
#: includes/type-elusive.php:270
|
| 1343 |
msgid "Guide Dog"
|
| 1344 |
msgstr ""
|
| 1345 |
|
|
@@ -1373,7 +1418,7 @@ msgstr ""
|
|
| 1373 |
|
| 1374 |
#: includes/type-elusive.php:278 includes/type-elusive.php:279
|
| 1375 |
#: includes/type-fontawesome.php:439 includes/type-fontawesome.php:440
|
| 1376 |
-
#: includes/type-genericons.php:165
|
| 1377 |
msgid "Heart"
|
| 1378 |
msgstr ""
|
| 1379 |
|
|
@@ -1395,12 +1440,12 @@ msgid "Inbox"
|
|
| 1395 |
msgstr ""
|
| 1396 |
|
| 1397 |
#: includes/type-elusive.php:288 includes/type-fontawesome.php:446
|
| 1398 |
-
#: includes/type-genericons.php:166
|
| 1399 |
msgid "Key"
|
| 1400 |
msgstr ""
|
| 1401 |
|
| 1402 |
#: includes/type-elusive.php:289 includes/type-elusive.php:290
|
| 1403 |
-
#: includes/type-fontawesome.php:449
|
| 1404 |
msgid "Laptop"
|
| 1405 |
msgstr ""
|
| 1406 |
|
|
@@ -1425,6 +1470,7 @@ msgid "Mic"
|
|
| 1425 |
msgstr ""
|
| 1426 |
|
| 1427 |
#: includes/type-elusive.php:296 includes/type-fontawesome.php:476
|
|
|
|
| 1428 |
msgid "Music"
|
| 1429 |
msgstr ""
|
| 1430 |
|
|
@@ -1434,7 +1480,7 @@ msgstr ""
|
|
| 1434 |
|
| 1435 |
#: includes/type-elusive.php:299 includes/type-elusive.php:300
|
| 1436 |
#: includes/type-fontawesome.php:480 includes/type-fontawesome.php:481
|
| 1437 |
-
#: includes/type-fontawesome.php:482
|
| 1438 |
msgid "Pencil"
|
| 1439 |
msgstr ""
|
| 1440 |
|
|
@@ -1449,6 +1495,7 @@ msgid "Phone"
|
|
| 1449 |
msgstr ""
|
| 1450 |
|
| 1451 |
#: includes/type-elusive.php:304 includes/type-elusive.php:305
|
|
|
|
| 1452 |
msgid "Photo"
|
| 1453 |
msgstr ""
|
| 1454 |
|
|
@@ -1465,7 +1512,7 @@ msgstr ""
|
|
| 1465 |
msgid "Podcast"
|
| 1466 |
msgstr ""
|
| 1467 |
|
| 1468 |
-
#: includes/type-elusive.php:309
|
| 1469 |
msgid "Puzzle"
|
| 1470 |
msgstr ""
|
| 1471 |
|
|
@@ -1494,6 +1541,7 @@ msgid "Screenshot"
|
|
| 1494 |
msgstr ""
|
| 1495 |
|
| 1496 |
#: includes/type-elusive.php:318 includes/type-fontawesome.php:519
|
|
|
|
| 1497 |
msgid "Shopping Cart"
|
| 1498 |
msgstr ""
|
| 1499 |
|
|
@@ -1514,7 +1562,7 @@ msgstr ""
|
|
| 1514 |
msgid "User"
|
| 1515 |
msgstr ""
|
| 1516 |
|
| 1517 |
-
#: includes/type-elusive.php:325
|
| 1518 |
msgid "Thumbnails"
|
| 1519 |
msgstr ""
|
| 1520 |
|
|
@@ -1531,20 +1579,21 @@ msgstr ""
|
|
| 1531 |
msgid "Time"
|
| 1532 |
msgstr ""
|
| 1533 |
|
| 1534 |
-
#: includes/type-elusive.php:330
|
| 1535 |
msgid "Torso"
|
| 1536 |
msgstr ""
|
| 1537 |
|
| 1538 |
#: includes/type-elusive.php:331 includes/type-fontawesome.php:255
|
|
|
|
| 1539 |
msgid "Wheelchair"
|
| 1540 |
msgstr ""
|
| 1541 |
|
| 1542 |
#: includes/type-elusive.php:332 includes/type-elusive.php:333
|
| 1543 |
-
#: includes/type-fontawesome.php:590
|
| 1544 |
msgid "Wrench"
|
| 1545 |
msgstr ""
|
| 1546 |
|
| 1547 |
-
#: includes/type-elusive.php:334
|
| 1548 |
msgid "Universal Access"
|
| 1549 |
msgstr ""
|
| 1550 |
|
|
@@ -1553,7 +1602,8 @@ msgid "Places"
|
|
| 1553 |
msgstr ""
|
| 1554 |
|
| 1555 |
#: includes/type-elusive.php:341 includes/type-fontawesome.php:341
|
| 1556 |
-
#: includes/type-fontawesome.php:342
|
|
|
|
| 1557 |
msgid "Bookmark"
|
| 1558 |
msgstr ""
|
| 1559 |
|
|
@@ -1586,11 +1636,12 @@ msgstr ""
|
|
| 1586 |
msgid "Brand"
|
| 1587 |
msgstr ""
|
| 1588 |
|
| 1589 |
-
#: includes/type-fontawesome.php:160
|
|
|
|
| 1590 |
msgid "Bitcoin"
|
| 1591 |
msgstr ""
|
| 1592 |
|
| 1593 |
-
#: includes/type-fontawesome.php:161
|
| 1594 |
msgid "Dollar"
|
| 1595 |
msgstr ""
|
| 1596 |
|
|
@@ -1622,7 +1673,7 @@ msgstr ""
|
|
| 1622 |
msgid "Won"
|
| 1623 |
msgstr ""
|
| 1624 |
|
| 1625 |
-
#: includes/type-fontawesome.php:169
|
| 1626 |
msgid "Yen"
|
| 1627 |
msgstr ""
|
| 1628 |
|
|
@@ -1682,6 +1733,7 @@ msgstr ""
|
|
| 1682 |
#: includes/type-fontawesome.php:198 includes/type-fontawesome.php:199
|
| 1683 |
#: includes/type-fontawesome.php:303 includes/type-fontawesome.php:328
|
| 1684 |
#: includes/type-fontawesome.php:329 includes/type-fontawesome.php:330
|
|
|
|
| 1685 |
msgid "Arrows"
|
| 1686 |
msgstr ""
|
| 1687 |
|
|
@@ -1717,7 +1769,7 @@ msgstr ""
|
|
| 1717 |
msgid "Long Arrow Up"
|
| 1718 |
msgstr ""
|
| 1719 |
|
| 1720 |
-
#: includes/type-fontawesome.php:228
|
| 1721 |
msgid "File Types"
|
| 1722 |
msgstr ""
|
| 1723 |
|
|
@@ -1793,7 +1845,8 @@ msgstr ""
|
|
| 1793 |
msgid "Text Editor"
|
| 1794 |
msgstr ""
|
| 1795 |
|
| 1796 |
-
#: includes/type-fontawesome.php:267
|
|
|
|
| 1797 |
msgid "Clipboard"
|
| 1798 |
msgstr ""
|
| 1799 |
|
|
@@ -1821,7 +1874,7 @@ msgstr ""
|
|
| 1821 |
msgid "Files"
|
| 1822 |
msgstr ""
|
| 1823 |
|
| 1824 |
-
#: includes/type-fontawesome.php:284
|
| 1825 |
msgid "Paperclip"
|
| 1826 |
msgstr ""
|
| 1827 |
|
|
@@ -1829,7 +1882,7 @@ msgstr ""
|
|
| 1829 |
msgid "Paragraph"
|
| 1830 |
msgstr ""
|
| 1831 |
|
| 1832 |
-
#: includes/type-fontawesome.php:288
|
| 1833 |
msgid "Save"
|
| 1834 |
msgstr ""
|
| 1835 |
|
|
@@ -1869,7 +1922,7 @@ msgstr ""
|
|
| 1869 |
msgid "Web Application"
|
| 1870 |
msgstr ""
|
| 1871 |
|
| 1872 |
-
#: includes/type-fontawesome.php:326
|
| 1873 |
msgid "Anchor"
|
| 1874 |
msgstr ""
|
| 1875 |
|
|
@@ -1950,7 +2003,7 @@ msgstr ""
|
|
| 1950 |
msgid "Cutlery"
|
| 1951 |
msgstr ""
|
| 1952 |
|
| 1953 |
-
#: includes/type-fontawesome.php:391
|
| 1954 |
msgid "Database"
|
| 1955 |
msgstr ""
|
| 1956 |
|
|
@@ -1977,6 +2030,7 @@ msgid "External Link"
|
|
| 1977 |
msgstr ""
|
| 1978 |
|
| 1979 |
#: includes/type-fontawesome.php:408 includes/type-fontawesome.php:409
|
|
|
|
| 1980 |
msgid "Eye"
|
| 1981 |
msgstr ""
|
| 1982 |
|
|
@@ -2081,10 +2135,11 @@ msgid "Meh"
|
|
| 2081 |
msgstr ""
|
| 2082 |
|
| 2083 |
#: includes/type-fontawesome.php:467 includes/type-fontawesome.php:468
|
|
|
|
| 2084 |
msgid "Microphone"
|
| 2085 |
msgstr ""
|
| 2086 |
|
| 2087 |
-
#: includes/type-fontawesome.php:473
|
| 2088 |
msgid "Mobile"
|
| 2089 |
msgstr ""
|
| 2090 |
|
|
@@ -2096,7 +2151,7 @@ msgstr ""
|
|
| 2096 |
msgid "Moon"
|
| 2097 |
msgstr ""
|
| 2098 |
|
| 2099 |
-
#: includes/type-fontawesome.php:477
|
| 2100 |
msgid "Paw"
|
| 2101 |
msgstr ""
|
| 2102 |
|
|
@@ -2233,7 +2288,7 @@ msgid "Square"
|
|
| 2233 |
msgstr ""
|
| 2234 |
|
| 2235 |
#: includes/type-fontawesome.php:542 includes/type-fontawesome.php:547
|
| 2236 |
-
#: includes/type-genericons.php:175
|
| 2237 |
msgid "Star"
|
| 2238 |
msgstr ""
|
| 2239 |
|
|
@@ -2249,7 +2304,7 @@ msgstr ""
|
|
| 2249 |
msgid "Star Half Full"
|
| 2250 |
msgstr ""
|
| 2251 |
|
| 2252 |
-
#: includes/type-fontawesome.php:548
|
| 2253 |
msgid "Subscript"
|
| 2254 |
msgstr ""
|
| 2255 |
|
|
@@ -2261,7 +2316,7 @@ msgstr ""
|
|
| 2261 |
msgid "Sun"
|
| 2262 |
msgstr ""
|
| 2263 |
|
| 2264 |
-
#: includes/type-fontawesome.php:551
|
| 2265 |
msgid "Superscript"
|
| 2266 |
msgstr ""
|
| 2267 |
|
|
@@ -2281,7 +2336,7 @@ msgstr ""
|
|
| 2281 |
msgid "Thumb Tack"
|
| 2282 |
msgstr ""
|
| 2283 |
|
| 2284 |
-
#: includes/type-fontawesome.php:564
|
| 2285 |
msgid "Ticket"
|
| 2286 |
msgstr ""
|
| 2287 |
|
|
@@ -2310,7 +2365,7 @@ msgstr ""
|
|
| 2310 |
msgid "Tree"
|
| 2311 |
msgstr ""
|
| 2312 |
|
| 2313 |
-
#: includes/type-fontawesome.php:575
|
| 2314 |
msgid "Trophy"
|
| 2315 |
msgstr ""
|
| 2316 |
|
|
@@ -2397,10 +2452,503 @@ msgstr ""
|
|
| 2397 |
msgid "Sub"
|
| 2398 |
msgstr ""
|
| 2399 |
|
| 2400 |
-
#: includes/type-fonts.php:
|
| 2401 |
msgid "Deselect"
|
| 2402 |
msgstr ""
|
| 2403 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2404 |
#: includes/type-genericons.php:79
|
| 2405 |
msgid "Checkmark"
|
| 2406 |
msgstr ""
|
|
@@ -2425,14 +2973,6 @@ msgstr ""
|
|
| 2425 |
msgid "Minimize"
|
| 2426 |
msgstr ""
|
| 2427 |
|
| 2428 |
-
#: includes/type-genericons.php:91
|
| 2429 |
-
msgid "Previous"
|
| 2430 |
-
msgstr ""
|
| 2431 |
-
|
| 2432 |
-
#: includes/type-genericons.php:92
|
| 2433 |
-
msgid "Next"
|
| 2434 |
-
msgstr ""
|
| 2435 |
-
|
| 2436 |
#: includes/type-genericons.php:93
|
| 2437 |
msgid "Hide"
|
| 2438 |
msgstr ""
|
|
@@ -2493,10 +3033,6 @@ msgstr ""
|
|
| 2493 |
msgid "Skip back"
|
| 2494 |
msgstr ""
|
| 2495 |
|
| 2496 |
-
#: includes/type-genericons.php:120
|
| 2497 |
-
msgid "Rewind"
|
| 2498 |
-
msgstr ""
|
| 2499 |
-
|
| 2500 |
#: includes/type-genericons.php:125
|
| 2501 |
msgid "Skip ahead"
|
| 2502 |
msgstr ""
|
|
@@ -2589,12 +3125,12 @@ msgstr ""
|
|
| 2589 |
msgid "Menu Icons: No registered icon types found."
|
| 2590 |
msgstr ""
|
| 2591 |
|
| 2592 |
-
#: menu-icons.php:
|
| 2593 |
msgctxt "1: Property key, 2: Icon type ID"
|
| 2594 |
msgid "%1$s cannot be empty, %2$s has been disabled."
|
| 2595 |
msgstr ""
|
| 2596 |
|
| 2597 |
-
#: menu-icons.php:
|
| 2598 |
msgctxt "1: Property key, 2: Icon type ID"
|
| 2599 |
msgid "%1$s must be callable, %2$s has been disabled."
|
| 2600 |
msgstr ""
|
|
@@ -2603,15 +3139,15 @@ msgstr ""
|
|
| 2603 |
msgid "Menu Icons"
|
| 2604 |
msgstr ""
|
| 2605 |
|
| 2606 |
-
#. #-#-#-#-# menu-icons.pot (Menu Icons 0.
|
| 2607 |
#. Plugin URI of the plugin/theme
|
| 2608 |
-
#. #-#-#-#-# menu-icons.pot (Menu Icons 0.
|
| 2609 |
#. Author URI of the plugin/theme
|
| 2610 |
msgid "http://kucrut.org/"
|
| 2611 |
msgstr ""
|
| 2612 |
|
| 2613 |
#. Description of the plugin/theme
|
| 2614 |
-
msgid "
|
| 2615 |
msgstr ""
|
| 2616 |
|
| 2617 |
#. Author of the plugin/theme
|
| 2 |
# This file is distributed under the same license as the Menu Icons package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: Menu Icons 0.5.1\n"
|
| 6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/menu-icons\n"
|
| 7 |
+
"POT-Creation-Date: 2014-09-11 14:23:35+00:00\n"
|
| 8 |
"MIME-Version: 1.0\n"
|
| 9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 10 |
"Content-Transfer-Encoding: 8bit\n"
|
| 21 |
msgid "Select Icon"
|
| 22 |
msgstr ""
|
| 23 |
|
| 24 |
+
#: includes/admin.php:116 includes/admin.php:171 includes/admin.php:278
|
| 25 |
msgid "Select"
|
| 26 |
msgstr ""
|
| 27 |
|
| 44 |
msgid "Icon:"
|
| 45 |
msgstr ""
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
#: includes/admin.php:284 includes/type-elusive.php:153
|
| 48 |
msgid "Remove"
|
| 49 |
msgstr ""
|
| 76 |
msgid "Hide Label"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
+
#: includes/settings.php:278 includes/type-dashicons.php:247
|
| 80 |
+
#: includes/type-dashicons.php:248
|
| 81 |
msgid "No"
|
| 82 |
msgstr ""
|
| 83 |
|
| 84 |
+
#: includes/settings.php:282 includes/type-dashicons.php:246
|
| 85 |
msgid "Yes"
|
| 86 |
msgstr ""
|
| 87 |
|
| 117 |
msgid "\"%s\" menu settings"
|
| 118 |
msgstr ""
|
| 119 |
|
| 120 |
+
#: includes/settings.php:424 includes/settings.php:443
|
| 121 |
+
msgid "Extensions"
|
| 122 |
+
msgstr ""
|
| 123 |
+
|
| 124 |
+
#: includes/settings.php:461
|
| 125 |
msgid "Discard all changes and reset to default state"
|
| 126 |
msgstr ""
|
| 127 |
|
| 128 |
+
#: includes/settings.php:462
|
| 129 |
msgid "Reset"
|
| 130 |
msgstr ""
|
| 131 |
|
| 132 |
+
#: includes/settings.php:468
|
| 133 |
msgid "Save Settings"
|
| 134 |
msgstr ""
|
| 135 |
|
| 147 |
|
| 148 |
#: includes/type-dashicons.php:61 includes/type-dashicons.php:97
|
| 149 |
#: includes/type-fontawesome.php:381 includes/type-fontawesome.php:382
|
| 150 |
+
#: includes/type-foundation.php:221
|
| 151 |
msgid "Comments"
|
| 152 |
msgstr ""
|
| 153 |
|
| 162 |
|
| 163 |
#: includes/type-dashicons.php:64 includes/type-elusive.php:344
|
| 164 |
#: includes/type-elusive.php:345 includes/type-fontawesome.php:441
|
| 165 |
+
#: includes/type-foundation.php:245 includes/type-genericons.php:188
|
| 166 |
msgid "Home"
|
| 167 |
msgstr ""
|
| 168 |
|
| 169 |
+
#: includes/type-dashicons.php:65 includes/type-dashicons.php:261
|
| 170 |
#: includes/type-elusive.php:197
|
| 171 |
msgid "Media"
|
| 172 |
msgstr ""
|
| 221 |
msgstr ""
|
| 222 |
|
| 223 |
#: includes/type-dashicons.php:83 includes/type-dashicons.php:140
|
| 224 |
+
#: includes/type-dashicons.php:271 includes/type-dashicons.php:285
|
| 225 |
+
#: includes/type-dashicons.php:286 includes/type-dashicons.php:287
|
| 226 |
#: includes/type-elusive.php:199 includes/type-elusive.php:200
|
| 227 |
+
#: includes/type-foundation.php:128 includes/type-genericons.php:202
|
| 228 |
msgid "Video"
|
| 229 |
msgstr ""
|
| 230 |
|
| 231 |
+
#: includes/type-dashicons.php:84 includes/type-dashicons.php:264
|
| 232 |
#: includes/type-genericons.php:207
|
| 233 |
msgid "Audio"
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
#: includes/type-dashicons.php:85 includes/type-dashicons.php:126
|
| 237 |
+
#: includes/type-foundation.php:191 includes/type-genericons.php:204
|
| 238 |
msgid "Quote"
|
| 239 |
msgstr ""
|
| 240 |
|
| 282 |
msgid "Write Blog"
|
| 283 |
msgstr ""
|
| 284 |
|
| 285 |
+
#: includes/type-dashicons.php:107 includes/type-dashicons.php:164
|
| 286 |
#: includes/type-elusive.php:115 includes/type-fontawesome.php:395
|
| 287 |
#: includes/type-genericons.php:215
|
| 288 |
msgid "Edit"
|
| 289 |
msgstr ""
|
| 290 |
|
| 291 |
#: includes/type-dashicons.php:109 includes/type-fontawesome.php:385
|
| 292 |
+
#: includes/type-foundation.php:183
|
| 293 |
msgid "Crop"
|
| 294 |
msgstr ""
|
| 295 |
|
| 317 |
msgid "Redo"
|
| 318 |
msgstr ""
|
| 319 |
|
| 320 |
+
#: includes/type-dashicons.php:120 includes/type-foundation.php:155
|
| 321 |
msgid "Editor"
|
| 322 |
msgstr ""
|
| 323 |
|
| 324 |
#: includes/type-dashicons.php:122 includes/type-elusive.php:96
|
| 325 |
+
#: includes/type-fontawesome.php:266 includes/type-foundation.php:157
|
| 326 |
+
#: includes/type-genericons.php:217
|
| 327 |
msgid "Bold"
|
| 328 |
msgstr ""
|
| 329 |
|
| 330 |
#: includes/type-dashicons.php:123 includes/type-elusive.php:97
|
| 331 |
+
#: includes/type-fontawesome.php:277 includes/type-foundation.php:158
|
| 332 |
+
#: includes/type-genericons.php:218
|
| 333 |
msgid "Italic"
|
| 334 |
msgstr ""
|
| 335 |
|
| 343 |
|
| 344 |
#: includes/type-dashicons.php:127 includes/type-dashicons.php:154
|
| 345 |
#: includes/type-elusive.php:81 includes/type-fontawesome.php:262
|
| 346 |
+
#: includes/type-foundation.php:165
|
| 347 |
msgid "Align Left"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
#: includes/type-dashicons.php:128 includes/type-dashicons.php:156
|
| 351 |
#: includes/type-elusive.php:82 includes/type-fontawesome.php:263
|
| 352 |
+
#: includes/type-foundation.php:166
|
| 353 |
msgid "Align Center"
|
| 354 |
msgstr ""
|
| 355 |
|
| 356 |
#: includes/type-dashicons.php:129 includes/type-dashicons.php:155
|
| 357 |
#: includes/type-elusive.php:83 includes/type-fontawesome.php:265
|
| 358 |
+
#: includes/type-foundation.php:167
|
| 359 |
msgid "Align Right"
|
| 360 |
msgstr ""
|
| 361 |
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
#: includes/type-dashicons.php:134 includes/type-fontawesome.php:296
|
| 379 |
+
#: includes/type-foundation.php:159
|
| 380 |
msgid "Underline"
|
| 381 |
msgstr ""
|
| 382 |
|
| 383 |
#: includes/type-dashicons.php:135 includes/type-elusive.php:84
|
| 384 |
+
#: includes/type-fontawesome.php:264 includes/type-foundation.php:168
|
| 385 |
msgid "Justify"
|
| 386 |
msgstr ""
|
| 387 |
|
| 388 |
+
#: includes/type-dashicons.php:136 includes/type-foundation.php:161
|
| 389 |
msgid "Text Color"
|
| 390 |
msgstr ""
|
| 391 |
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
#: includes/type-dashicons.php:142 includes/type-fontawesome.php:275
|
| 409 |
+
#: includes/type-foundation.php:171
|
| 410 |
msgid "Indent"
|
| 411 |
msgstr ""
|
| 412 |
|
| 413 |
#: includes/type-dashicons.php:143 includes/type-fontawesome.php:276
|
| 414 |
+
#: includes/type-foundation.php:172
|
| 415 |
msgid "Outdent"
|
| 416 |
msgstr ""
|
| 417 |
|
| 420 |
msgstr ""
|
| 421 |
|
| 422 |
#: includes/type-dashicons.php:145 includes/type-fontawesome.php:289
|
| 423 |
+
#: includes/type-foundation.php:160
|
| 424 |
msgid "Strikethrough"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
#: includes/type-dashicons.php:146 includes/type-fontawesome.php:279
|
| 428 |
+
#: includes/type-foundation.php:190
|
| 429 |
msgid "Unlink"
|
| 430 |
msgstr ""
|
| 431 |
|
| 443 |
|
| 444 |
#: includes/type-dashicons.php:158 includes/type-elusive.php:127
|
| 445 |
#: includes/type-elusive.php:128 includes/type-fontawesome.php:458
|
| 446 |
+
#: includes/type-foundation.php:251 includes/type-genericons.php:88
|
| 447 |
msgid "Lock"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
+
#: includes/type-dashicons.php:159 includes/type-dashicons.php:160
|
| 451 |
+
#: includes/type-elusive.php:223 includes/type-fontawesome.php:350
|
| 452 |
+
#: includes/type-fontawesome.php:351 includes/type-foundation.php:214
|
| 453 |
msgid "Calendar"
|
| 454 |
msgstr ""
|
| 455 |
|
| 456 |
+
#: includes/type-dashicons.php:161
|
| 457 |
msgid "Visibility"
|
| 458 |
msgstr ""
|
| 459 |
|
| 460 |
+
#: includes/type-dashicons.php:162
|
| 461 |
msgid "Post Status"
|
| 462 |
msgstr ""
|
| 463 |
|
| 464 |
+
#: includes/type-dashicons.php:163
|
| 465 |
msgid "Post Trash"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
+
#: includes/type-dashicons.php:165 includes/type-elusive.php:174
|
| 469 |
#: includes/type-elusive.php:175 includes/type-fontawesome.php:574
|
| 470 |
+
#: includes/type-foundation.php:266 includes/type-genericons.php:186
|
| 471 |
msgid "Trash"
|
| 472 |
msgstr ""
|
| 473 |
|
| 474 |
+
#: includes/type-dashicons.php:170
|
| 475 |
msgid "Sorting"
|
| 476 |
msgstr ""
|
| 477 |
|
| 478 |
+
#: includes/type-dashicons.php:172 includes/type-dashicons.php:176
|
| 479 |
+
#: includes/type-dashicons.php:180 includes/type-foundation.php:101
|
| 480 |
msgid "Arrow: Up"
|
| 481 |
msgstr ""
|
| 482 |
|
| 483 |
+
#: includes/type-dashicons.php:173 includes/type-dashicons.php:177
|
| 484 |
+
#: includes/type-dashicons.php:181 includes/type-foundation.php:102
|
| 485 |
msgid "Arrow: Down"
|
| 486 |
msgstr ""
|
| 487 |
|
| 488 |
+
#: includes/type-dashicons.php:174 includes/type-dashicons.php:178
|
| 489 |
+
#: includes/type-dashicons.php:182 includes/type-foundation.php:103
|
| 490 |
msgid "Arrow: Left"
|
| 491 |
msgstr ""
|
| 492 |
|
| 493 |
+
#: includes/type-dashicons.php:175 includes/type-dashicons.php:179
|
| 494 |
+
#: includes/type-dashicons.php:183 includes/type-foundation.php:104
|
| 495 |
msgid "Arrow: Right"
|
| 496 |
msgstr ""
|
| 497 |
|
| 498 |
+
#: includes/type-dashicons.php:184
|
| 499 |
msgid "Left-Right"
|
| 500 |
msgstr ""
|
| 501 |
|
| 502 |
+
#: includes/type-dashicons.php:185 includes/type-fontawesome.php:526
|
| 503 |
msgid "Sort"
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
+
#: includes/type-dashicons.php:186
|
| 507 |
msgid "List View"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
+
#: includes/type-dashicons.php:187
|
| 511 |
msgid "Excerpt View"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
+
#: includes/type-dashicons.php:188
|
| 515 |
+
msgid "Grid View"
|
| 516 |
+
msgstr ""
|
| 517 |
+
|
| 518 |
+
#: includes/type-dashicons.php:193 includes/type-elusive.php:355
|
| 519 |
#: includes/type-genericons.php:223
|
| 520 |
msgid "Social"
|
| 521 |
msgstr ""
|
| 522 |
|
|
|
|
| 523 |
#: includes/type-dashicons.php:195 includes/type-dashicons.php:196
|
| 524 |
+
#: includes/type-dashicons.php:197 includes/type-elusive.php:165
|
| 525 |
+
#: includes/type-elusive.php:166 includes/type-fontawesome.php:513
|
| 526 |
+
#: includes/type-fontawesome.php:514 includes/type-fontawesome.php:515
|
| 527 |
+
#: includes/type-fontawesome.php:516 includes/type-fontawesome.php:517
|
| 528 |
+
#: includes/type-foundation.php:262 includes/type-genericons.php:103
|
| 529 |
msgid "Share"
|
| 530 |
msgstr ""
|
| 531 |
|
| 532 |
+
#: includes/type-dashicons.php:199 includes/type-fontawesome.php:508
|
| 533 |
+
#: includes/type-foundation.php:261
|
| 534 |
msgid "RSS"
|
| 535 |
msgstr ""
|
| 536 |
|
| 537 |
+
#: includes/type-dashicons.php:200 includes/type-dashicons.php:201
|
| 538 |
msgid "Email"
|
| 539 |
msgstr ""
|
| 540 |
|
| 541 |
+
#: includes/type-dashicons.php:205
|
| 542 |
msgid "Networking"
|
| 543 |
msgstr ""
|
| 544 |
|
| 545 |
+
#: includes/type-dashicons.php:210
|
| 546 |
msgid "Jobs"
|
| 547 |
msgstr ""
|
| 548 |
|
| 549 |
+
#: includes/type-dashicons.php:212
|
| 550 |
msgid "Art"
|
| 551 |
msgstr ""
|
| 552 |
|
| 553 |
+
#: includes/type-dashicons.php:213
|
| 554 |
msgid "Hammer"
|
| 555 |
msgstr ""
|
| 556 |
|
| 557 |
+
#: includes/type-dashicons.php:214
|
| 558 |
msgid "Migrate"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: includes/type-dashicons.php:215
|
| 562 |
msgid "Performance"
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
+
#: includes/type-dashicons.php:220
|
| 566 |
msgid "Internal/Products"
|
| 567 |
msgstr ""
|
| 568 |
|
| 569 |
+
#: includes/type-dashicons.php:225
|
| 570 |
msgid "Update"
|
| 571 |
msgstr ""
|
| 572 |
|
| 573 |
+
#: includes/type-dashicons.php:226
|
| 574 |
msgid "Screen Options"
|
| 575 |
msgstr ""
|
| 576 |
|
| 577 |
+
#: includes/type-dashicons.php:227 includes/type-elusive.php:287
|
| 578 |
#: includes/type-fontawesome.php:444 includes/type-fontawesome.php:445
|
| 579 |
+
#: includes/type-foundation.php:323 includes/type-genericons.php:87
|
| 580 |
msgid "Info"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
+
#: includes/type-dashicons.php:228 includes/type-genericons.php:153
|
| 584 |
msgid "Cart"
|
| 585 |
msgstr ""
|
| 586 |
|
| 587 |
+
#: includes/type-dashicons.php:229
|
| 588 |
msgid "Feedback"
|
| 589 |
msgstr ""
|
| 590 |
|
| 591 |
+
#: includes/type-dashicons.php:230 includes/type-elusive.php:359
|
| 592 |
#: includes/type-elusive.php:360 includes/type-fontawesome.php:371
|
| 593 |
+
#: includes/type-foundation.php:216 includes/type-genericons.php:187
|
| 594 |
msgid "Cloud"
|
| 595 |
msgstr ""
|
| 596 |
|
| 597 |
+
#: includes/type-dashicons.php:231
|
| 598 |
msgid "Translation"
|
| 599 |
msgstr ""
|
| 600 |
|
| 601 |
+
#: includes/type-dashicons.php:236
|
| 602 |
msgid "Taxonomies"
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
+
#: includes/type-dashicons.php:238 includes/type-elusive.php:167
|
| 606 |
#: includes/type-fontawesome.php:554 includes/type-genericons.php:135
|
| 607 |
msgid "Tag"
|
| 608 |
msgstr ""
|
| 609 |
|
| 610 |
+
#: includes/type-dashicons.php:239 includes/type-genericons.php:133
|
| 611 |
msgid "Category"
|
| 612 |
msgstr ""
|
| 613 |
|
| 614 |
+
#: includes/type-dashicons.php:244
|
| 615 |
msgid "Alerts/Notifications"
|
| 616 |
msgstr ""
|
| 617 |
|
| 618 |
+
#: includes/type-dashicons.php:249 includes/type-elusive.php:146
|
| 619 |
#: includes/type-fontawesome.php:487 includes/type-fontawesome.php:488
|
| 620 |
#: includes/type-fontawesome.php:489 includes/type-fontawesome.php:490
|
| 621 |
+
#: includes/type-foundation.php:229
|
| 622 |
msgid "Plus"
|
| 623 |
msgstr ""
|
| 624 |
|
| 625 |
+
#: includes/type-dashicons.php:250 includes/type-elusive.php:133
|
| 626 |
#: includes/type-fontawesome.php:469 includes/type-fontawesome.php:470
|
| 627 |
#: includes/type-fontawesome.php:471 includes/type-fontawesome.php:472
|
| 628 |
+
#: includes/type-foundation.php:230 includes/type-foundation.php:231
|
| 629 |
msgid "Minus"
|
| 630 |
msgstr ""
|
| 631 |
|
| 632 |
+
#: includes/type-dashicons.php:251
|
| 633 |
msgid "Dismiss"
|
| 634 |
msgstr ""
|
| 635 |
|
| 636 |
+
#: includes/type-dashicons.php:252 includes/type-foundation.php:253
|
| 637 |
msgid "Marker"
|
| 638 |
msgstr ""
|
| 639 |
|
| 640 |
+
#: includes/type-dashicons.php:253
|
| 641 |
msgid "Star: Filled"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
+
#: includes/type-dashicons.php:254
|
| 645 |
msgid "Star: Half"
|
| 646 |
msgstr ""
|
| 647 |
|
| 648 |
+
#: includes/type-dashicons.php:255
|
| 649 |
msgid "Star: Empty"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
+
#: includes/type-dashicons.php:256 includes/type-elusive.php:253
|
| 653 |
#: includes/type-elusive.php:254 includes/type-fontawesome.php:417
|
| 654 |
#: includes/type-fontawesome.php:418 includes/type-fontawesome.php:419
|
| 655 |
+
#: includes/type-foundation.php:239 includes/type-genericons.php:163
|
| 656 |
msgid "Flag"
|
| 657 |
msgstr ""
|
| 658 |
|
| 659 |
+
#: includes/type-dashicons.php:263 includes/type-fontawesome.php:327
|
| 660 |
+
#: includes/type-foundation.php:212
|
| 661 |
msgid "Archive"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
+
#: includes/type-dashicons.php:265 includes/type-fontawesome.php:374
|
| 665 |
#: includes/type-genericons.php:216
|
| 666 |
msgid "Code"
|
| 667 |
msgstr ""
|
| 668 |
|
| 669 |
+
#: includes/type-dashicons.php:266
|
| 670 |
msgid "Default"
|
| 671 |
msgstr ""
|
| 672 |
|
| 673 |
+
#: includes/type-dashicons.php:267 includes/type-genericons.php:157
|
| 674 |
msgid "Document"
|
| 675 |
msgstr ""
|
| 676 |
|
| 677 |
+
#: includes/type-dashicons.php:268
|
| 678 |
msgid "Interactive"
|
| 679 |
msgstr ""
|
| 680 |
|
| 681 |
+
#: includes/type-dashicons.php:269
|
| 682 |
msgid "Spreadsheet"
|
| 683 |
msgstr ""
|
| 684 |
|
| 685 |
+
#: includes/type-dashicons.php:270
|
| 686 |
msgid "Text"
|
| 687 |
msgstr ""
|
| 688 |
|
| 689 |
+
#: includes/type-dashicons.php:272
|
| 690 |
msgid "Audio Playlist"
|
| 691 |
msgstr ""
|
| 692 |
|
| 693 |
+
#: includes/type-dashicons.php:273
|
| 694 |
msgid "Video Playlist"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
+
#: includes/type-dashicons.php:278
|
| 698 |
msgid "Misc./Post Types"
|
| 699 |
msgstr ""
|
| 700 |
|
| 701 |
+
#: includes/type-dashicons.php:280 includes/type-dashicons.php:281
|
| 702 |
#: includes/type-genericons.php:189
|
| 703 |
msgid "Location"
|
| 704 |
msgstr ""
|
| 705 |
|
| 706 |
+
#: includes/type-dashicons.php:282 includes/type-elusive.php:225
|
| 707 |
+
#: includes/type-fontawesome.php:352 includes/type-foundation.php:116
|
| 708 |
msgid "Camera"
|
| 709 |
msgstr ""
|
| 710 |
|
| 711 |
+
#: includes/type-dashicons.php:283 includes/type-dashicons.php:284
|
| 712 |
msgid "Images"
|
| 713 |
msgstr ""
|
| 714 |
|
| 715 |
+
#: includes/type-dashicons.php:288
|
| 716 |
msgid "Vault"
|
| 717 |
msgstr ""
|
| 718 |
|
| 719 |
+
#: includes/type-dashicons.php:289 includes/type-dashicons.php:290
|
| 720 |
+
#: includes/type-fontawesome.php:518 includes/type-foundation.php:337
|
| 721 |
msgid "Shield"
|
| 722 |
msgstr ""
|
| 723 |
|
| 724 |
+
#: includes/type-dashicons.php:291
|
| 725 |
msgid "S.O.S."
|
| 726 |
msgstr ""
|
| 727 |
|
| 728 |
+
#: includes/type-dashicons.php:292 includes/type-elusive.php:163
|
| 729 |
#: includes/type-elusive.php:164 includes/type-fontawesome.php:510
|
| 730 |
#: includes/type-genericons.php:100
|
| 731 |
msgid "Search"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: includes/type-dashicons.php:293
|
| 735 |
msgid "Slides"
|
| 736 |
msgstr ""
|
| 737 |
|
| 738 |
+
#: includes/type-dashicons.php:294
|
| 739 |
msgid "Analytics"
|
| 740 |
msgstr ""
|
| 741 |
|
| 742 |
+
#: includes/type-dashicons.php:295
|
| 743 |
+
msgid "Carrot"
|
| 744 |
+
msgstr ""
|
| 745 |
+
|
| 746 |
+
#: includes/type-dashicons.php:296
|
| 747 |
msgid "Chart: Pie"
|
| 748 |
msgstr ""
|
| 749 |
|
| 750 |
+
#: includes/type-dashicons.php:297
|
| 751 |
msgid "Chart: Bar"
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
+
#: includes/type-dashicons.php:298
|
| 755 |
msgid "Chart: Line"
|
| 756 |
msgstr ""
|
| 757 |
|
| 758 |
+
#: includes/type-dashicons.php:299
|
| 759 |
msgid "Chart: Area"
|
| 760 |
msgstr ""
|
| 761 |
|
| 762 |
+
#: includes/type-dashicons.php:300
|
| 763 |
msgid "Groups"
|
| 764 |
msgstr ""
|
| 765 |
|
| 766 |
+
#: includes/type-dashicons.php:301
|
| 767 |
msgid "Businessman"
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
+
#: includes/type-dashicons.php:302 includes/type-dashicons.php:303
|
| 771 |
msgid "ID"
|
| 772 |
msgstr ""
|
| 773 |
|
| 774 |
+
#: includes/type-dashicons.php:304
|
| 775 |
+
msgid "Index Card"
|
| 776 |
+
msgstr ""
|
| 777 |
+
|
| 778 |
+
#: includes/type-dashicons.php:305
|
| 779 |
msgid "Products"
|
| 780 |
msgstr ""
|
| 781 |
|
| 782 |
+
#: includes/type-dashicons.php:306
|
| 783 |
msgid "Awards"
|
| 784 |
msgstr ""
|
| 785 |
|
| 786 |
+
#: includes/type-dashicons.php:307
|
| 787 |
msgid "Forms"
|
| 788 |
msgstr ""
|
| 789 |
|
| 790 |
+
#: includes/type-dashicons.php:308
|
| 791 |
msgid "Testimonial"
|
| 792 |
msgstr ""
|
| 793 |
|
| 794 |
+
#: includes/type-dashicons.php:309 includes/type-genericons.php:174
|
| 795 |
msgid "Portfolio"
|
| 796 |
msgstr ""
|
| 797 |
|
| 798 |
+
#: includes/type-dashicons.php:310 includes/type-dashicons.php:311
|
| 799 |
#: includes/type-elusive.php:216 includes/type-fontawesome.php:340
|
| 800 |
+
#: includes/type-foundation.php:307 includes/type-genericons.php:152
|
| 801 |
msgid "Book"
|
| 802 |
msgstr ""
|
| 803 |
|
| 804 |
+
#: includes/type-dashicons.php:312 includes/type-elusive.php:113
|
| 805 |
#: includes/type-elusive.php:114 includes/type-fontawesome.php:394
|
| 806 |
+
#: includes/type-foundation.php:236
|
| 807 |
msgid "Download"
|
| 808 |
msgstr ""
|
| 809 |
|
| 810 |
+
#: includes/type-dashicons.php:313 includes/type-elusive.php:176
|
| 811 |
+
#: includes/type-fontawesome.php:582 includes/type-foundation.php:237
|
| 812 |
msgid "Upload"
|
| 813 |
msgstr ""
|
| 814 |
|
| 815 |
+
#: includes/type-dashicons.php:314
|
| 816 |
msgid "Backup"
|
| 817 |
msgstr ""
|
| 818 |
|
| 819 |
+
#: includes/type-dashicons.php:315 includes/type-fontawesome.php:370
|
| 820 |
+
#: includes/type-foundation.php:215
|
| 821 |
msgid "Clock"
|
| 822 |
msgstr ""
|
| 823 |
|
| 824 |
+
#: includes/type-dashicons.php:316 includes/type-fontawesome.php:456
|
| 825 |
+
#: includes/type-foundation.php:325
|
| 826 |
msgid "Lightbulb"
|
| 827 |
msgstr ""
|
| 828 |
|
| 829 |
+
#: includes/type-dashicons.php:317 includes/type-fontawesome.php:392
|
| 830 |
msgid "Desktop"
|
| 831 |
msgstr ""
|
| 832 |
|
| 833 |
+
#: includes/type-dashicons.php:318 includes/type-fontawesome.php:552
|
| 834 |
#: includes/type-genericons.php:177
|
| 835 |
msgid "Tablet"
|
| 836 |
msgstr ""
|
| 837 |
|
| 838 |
+
#: includes/type-dashicons.php:319
|
| 839 |
msgid "Smartphone"
|
| 840 |
msgstr ""
|
| 841 |
|
| 842 |
+
#: includes/type-dashicons.php:320 includes/type-elusive.php:321
|
| 843 |
#: includes/type-elusive.php:322
|
| 844 |
msgid "Smiley"
|
| 845 |
msgstr ""
|
| 895 |
msgstr ""
|
| 896 |
|
| 897 |
#: includes/type-elusive.php:95 includes/type-fontawesome.php:309
|
| 898 |
+
#: includes/type-foundation.php:285 includes/type-genericons.php:124
|
| 899 |
msgid "Fast Forward"
|
| 900 |
msgstr ""
|
| 901 |
|
| 902 |
#: includes/type-elusive.php:98 includes/type-fontawesome.php:278
|
| 903 |
+
#: includes/type-foundation.php:189 includes/type-genericons.php:205
|
| 904 |
msgid "Link"
|
| 905 |
msgstr ""
|
| 906 |
|
| 927 |
#: includes/type-elusive.php:103 includes/type-fontawesome.php:360
|
| 928 |
#: includes/type-fontawesome.php:361 includes/type-fontawesome.php:362
|
| 929 |
#: includes/type-fontawesome.php:363 includes/type-fontawesome.php:364
|
| 930 |
+
#: includes/type-foundation.php:234 includes/type-foundation.php:235
|
| 931 |
msgid "Check"
|
| 932 |
msgstr ""
|
| 933 |
|
| 968 |
msgstr ""
|
| 969 |
|
| 970 |
#: includes/type-elusive.php:116 includes/type-fontawesome.php:306
|
| 971 |
+
#: includes/type-foundation.php:293
|
| 972 |
msgid "Eject"
|
| 973 |
msgstr ""
|
| 974 |
|
| 998 |
|
| 999 |
#: includes/type-elusive.php:125 includes/type-elusive.php:126
|
| 1000 |
#: includes/type-fontawesome.php:280 includes/type-fontawesome.php:281
|
| 1001 |
+
#: includes/type-foundation.php:249
|
| 1002 |
msgid "List"
|
| 1003 |
msgstr ""
|
| 1004 |
|
| 1005 |
#: includes/type-elusive.php:129 includes/type-elusive.php:130
|
| 1006 |
#: includes/type-fontawesome.php:579 includes/type-fontawesome.php:580
|
| 1007 |
+
#: includes/type-foundation.php:252
|
| 1008 |
msgid "Unlock"
|
| 1009 |
msgstr ""
|
| 1010 |
|
| 1039 |
|
| 1040 |
#: includes/type-elusive.php:140 includes/type-elusive.php:141
|
| 1041 |
#: includes/type-fontawesome.php:312 includes/type-fontawesome.php:313
|
| 1042 |
+
#: includes/type-fontawesome.php:314 includes/type-foundation.php:279
|
| 1043 |
+
#: includes/type-foundation.php:280 includes/type-genericons.php:121
|
| 1044 |
msgid "Play"
|
| 1045 |
msgstr ""
|
| 1046 |
|
| 1047 |
#: includes/type-elusive.php:142 includes/type-elusive.php:143
|
| 1048 |
+
#: includes/type-fontawesome.php:311 includes/type-foundation.php:281
|
| 1049 |
+
#: includes/type-genericons.php:122
|
| 1050 |
msgid "Pause"
|
| 1051 |
msgstr ""
|
| 1052 |
|
| 1053 |
#: includes/type-elusive.php:144 includes/type-elusive.php:145
|
| 1054 |
+
#: includes/type-fontawesome.php:317 includes/type-foundation.php:282
|
| 1055 |
+
#: includes/type-genericons.php:123
|
| 1056 |
msgid "Stop"
|
| 1057 |
msgstr ""
|
| 1058 |
|
| 1061 |
msgstr ""
|
| 1062 |
|
| 1063 |
#: includes/type-elusive.php:148 includes/type-fontawesome.php:492
|
| 1064 |
+
#: includes/type-foundation.php:187 includes/type-genericons.php:95
|
| 1065 |
msgid "Print"
|
| 1066 |
msgstr ""
|
| 1067 |
|
| 1074 |
msgid "Question Sign"
|
| 1075 |
msgstr ""
|
| 1076 |
|
| 1077 |
+
#: includes/type-elusive.php:151 includes/type-foundation.php:278
|
| 1078 |
msgid "Record"
|
| 1079 |
msgstr ""
|
| 1080 |
|
| 1081 |
#: includes/type-elusive.php:152 includes/type-fontawesome.php:502
|
| 1082 |
+
#: includes/type-foundation.php:255 includes/type-genericons.php:96
|
| 1083 |
msgid "Refresh"
|
| 1084 |
msgstr ""
|
| 1085 |
|
| 1162 |
msgid "Warning Sign"
|
| 1163 |
msgstr ""
|
| 1164 |
|
| 1165 |
+
#: includes/type-elusive.php:182 includes/type-foundation.php:271
|
| 1166 |
msgid "Zoom In"
|
| 1167 |
msgstr ""
|
| 1168 |
|
| 1169 |
+
#: includes/type-elusive.php:183 includes/type-foundation.php:270
|
| 1170 |
msgid "Zoom Out"
|
| 1171 |
msgstr ""
|
| 1172 |
|
| 1186 |
msgid "Address Book"
|
| 1187 |
msgstr ""
|
| 1188 |
|
| 1189 |
+
#: includes/type-elusive.php:210 includes/type-foundation.php:81
|
| 1190 |
msgid "ASL"
|
| 1191 |
msgstr ""
|
| 1192 |
|
| 1193 |
#: includes/type-elusive.php:211 includes/type-fontawesome.php:331
|
| 1194 |
+
#: includes/type-foundation.php:302
|
| 1195 |
msgid "Asterisk"
|
| 1196 |
msgstr ""
|
| 1197 |
|
| 1208 |
msgid "Bell"
|
| 1209 |
msgstr ""
|
| 1210 |
|
| 1211 |
+
#: includes/type-elusive.php:215 includes/type-foundation.php:82
|
| 1212 |
msgid "Blind"
|
| 1213 |
msgstr ""
|
| 1214 |
|
| 1215 |
+
#: includes/type-elusive.php:217 includes/type-foundation.php:83
|
| 1216 |
msgid "Braille"
|
| 1217 |
msgstr ""
|
| 1218 |
|
| 1267 |
|
| 1268 |
#: includes/type-elusive.php:233 includes/type-elusive.php:234
|
| 1269 |
#: includes/type-fontawesome.php:379 includes/type-fontawesome.php:380
|
| 1270 |
+
#: includes/type-foundation.php:217 includes/type-genericons.php:132
|
| 1271 |
msgid "Comment"
|
| 1272 |
msgstr ""
|
| 1273 |
|
| 1274 |
#: includes/type-elusive.php:235 includes/type-elusive.php:236
|
| 1275 |
+
#: includes/type-fontawesome.php:383 includes/type-foundation.php:117
|
| 1276 |
msgid "Compass"
|
| 1277 |
msgstr ""
|
| 1278 |
|
| 1279 |
#: includes/type-elusive.php:237 includes/type-fontawesome.php:384
|
| 1280 |
+
#: includes/type-foundation.php:144
|
| 1281 |
msgid "Credit Card"
|
| 1282 |
msgstr ""
|
| 1283 |
|
| 1304 |
msgstr ""
|
| 1305 |
|
| 1306 |
#: includes/type-elusive.php:246 includes/type-fontawesome.php:464
|
| 1307 |
+
#: includes/type-foundation.php:89
|
| 1308 |
msgid "Male"
|
| 1309 |
msgstr ""
|
| 1310 |
|
| 1311 |
#: includes/type-elusive.php:247 includes/type-fontawesome.php:411
|
| 1312 |
+
#: includes/type-foundation.php:90
|
| 1313 |
msgid "Female"
|
| 1314 |
msgstr ""
|
| 1315 |
|
| 1316 |
#: includes/type-elusive.php:248 includes/type-elusive.php:249
|
| 1317 |
#: includes/type-fontawesome.php:230 includes/type-fontawesome.php:231
|
| 1318 |
+
#: includes/type-foundation.php:199
|
| 1319 |
msgid "File"
|
| 1320 |
msgstr ""
|
| 1321 |
|
| 1324 |
msgstr ""
|
| 1325 |
|
| 1326 |
#: includes/type-elusive.php:251 includes/type-fontawesome.php:414
|
| 1327 |
+
#: includes/type-foundation.php:184
|
| 1328 |
msgid "Filter"
|
| 1329 |
msgstr ""
|
| 1330 |
|
| 1333 |
msgstr ""
|
| 1334 |
|
| 1335 |
#: includes/type-elusive.php:255 includes/type-fontawesome.php:422
|
| 1336 |
+
#: includes/type-fontawesome.php:424 includes/type-foundation.php:224
|
| 1337 |
msgid "Folder"
|
| 1338 |
msgstr ""
|
| 1339 |
|
| 1384 |
msgid "Group"
|
| 1385 |
msgstr ""
|
| 1386 |
|
| 1387 |
+
#: includes/type-elusive.php:270 includes/type-foundation.php:86
|
| 1388 |
msgid "Guide Dog"
|
| 1389 |
msgstr ""
|
| 1390 |
|
| 1418 |
|
| 1419 |
#: includes/type-elusive.php:278 includes/type-elusive.php:279
|
| 1420 |
#: includes/type-fontawesome.php:439 includes/type-fontawesome.php:440
|
| 1421 |
+
#: includes/type-foundation.php:228 includes/type-genericons.php:165
|
| 1422 |
msgid "Heart"
|
| 1423 |
msgstr ""
|
| 1424 |
|
| 1440 |
msgstr ""
|
| 1441 |
|
| 1442 |
#: includes/type-elusive.php:288 includes/type-fontawesome.php:446
|
| 1443 |
+
#: includes/type-foundation.php:324 includes/type-genericons.php:166
|
| 1444 |
msgid "Key"
|
| 1445 |
msgstr ""
|
| 1446 |
|
| 1447 |
#: includes/type-elusive.php:289 includes/type-elusive.php:290
|
| 1448 |
+
#: includes/type-fontawesome.php:449 includes/type-foundation.php:118
|
| 1449 |
msgid "Laptop"
|
| 1450 |
msgstr ""
|
| 1451 |
|
| 1470 |
msgstr ""
|
| 1471 |
|
| 1472 |
#: includes/type-elusive.php:296 includes/type-fontawesome.php:476
|
| 1473 |
+
#: includes/type-foundation.php:328
|
| 1474 |
msgid "Music"
|
| 1475 |
msgstr ""
|
| 1476 |
|
| 1480 |
|
| 1481 |
#: includes/type-elusive.php:299 includes/type-elusive.php:300
|
| 1482 |
#: includes/type-fontawesome.php:480 includes/type-fontawesome.php:481
|
| 1483 |
+
#: includes/type-fontawesome.php:482 includes/type-foundation.php:257
|
| 1484 |
msgid "Pencil"
|
| 1485 |
msgstr ""
|
| 1486 |
|
| 1495 |
msgstr ""
|
| 1496 |
|
| 1497 |
#: includes/type-elusive.php:304 includes/type-elusive.php:305
|
| 1498 |
+
#: includes/type-foundation.php:186
|
| 1499 |
msgid "Photo"
|
| 1500 |
msgstr ""
|
| 1501 |
|
| 1512 |
msgid "Podcast"
|
| 1513 |
msgstr ""
|
| 1514 |
|
| 1515 |
+
#: includes/type-elusive.php:309 includes/type-foundation.php:335
|
| 1516 |
msgid "Puzzle"
|
| 1517 |
msgstr ""
|
| 1518 |
|
| 1541 |
msgstr ""
|
| 1542 |
|
| 1543 |
#: includes/type-elusive.php:318 includes/type-fontawesome.php:519
|
| 1544 |
+
#: includes/type-foundation.php:150
|
| 1545 |
msgid "Shopping Cart"
|
| 1546 |
msgstr ""
|
| 1547 |
|
| 1562 |
msgid "User"
|
| 1563 |
msgstr ""
|
| 1564 |
|
| 1565 |
+
#: includes/type-elusive.php:325 includes/type-foundation.php:265
|
| 1566 |
msgid "Thumbnails"
|
| 1567 |
msgstr ""
|
| 1568 |
|
| 1579 |
msgid "Time"
|
| 1580 |
msgstr ""
|
| 1581 |
|
| 1582 |
+
#: includes/type-elusive.php:330 includes/type-foundation.php:350
|
| 1583 |
msgid "Torso"
|
| 1584 |
msgstr ""
|
| 1585 |
|
| 1586 |
#: includes/type-elusive.php:331 includes/type-fontawesome.php:255
|
| 1587 |
+
#: includes/type-foundation.php:94
|
| 1588 |
msgid "Wheelchair"
|
| 1589 |
msgstr ""
|
| 1590 |
|
| 1591 |
#: includes/type-elusive.php:332 includes/type-elusive.php:333
|
| 1592 |
+
#: includes/type-fontawesome.php:590 includes/type-foundation.php:269
|
| 1593 |
msgid "Wrench"
|
| 1594 |
msgstr ""
|
| 1595 |
|
| 1596 |
+
#: includes/type-elusive.php:334 includes/type-foundation.php:88
|
| 1597 |
msgid "Universal Access"
|
| 1598 |
msgstr ""
|
| 1599 |
|
| 1602 |
msgstr ""
|
| 1603 |
|
| 1604 |
#: includes/type-elusive.php:341 includes/type-fontawesome.php:341
|
| 1605 |
+
#: includes/type-fontawesome.php:342 includes/type-foundation.php:213
|
| 1606 |
+
#: includes/type-foundation.php:308
|
| 1607 |
msgid "Bookmark"
|
| 1608 |
msgstr ""
|
| 1609 |
|
| 1636 |
msgid "Brand"
|
| 1637 |
msgstr ""
|
| 1638 |
|
| 1639 |
+
#: includes/type-fontawesome.php:160 includes/type-foundation.php:135
|
| 1640 |
+
#: includes/type-foundation.php:136
|
| 1641 |
msgid "Bitcoin"
|
| 1642 |
msgstr ""
|
| 1643 |
|
| 1644 |
+
#: includes/type-fontawesome.php:161 includes/type-foundation.php:137
|
| 1645 |
msgid "Dollar"
|
| 1646 |
msgstr ""
|
| 1647 |
|
| 1673 |
msgid "Won"
|
| 1674 |
msgstr ""
|
| 1675 |
|
| 1676 |
+
#: includes/type-fontawesome.php:169 includes/type-foundation.php:140
|
| 1677 |
msgid "Yen"
|
| 1678 |
msgstr ""
|
| 1679 |
|
| 1733 |
#: includes/type-fontawesome.php:198 includes/type-fontawesome.php:199
|
| 1734 |
#: includes/type-fontawesome.php:303 includes/type-fontawesome.php:328
|
| 1735 |
#: includes/type-fontawesome.php:329 includes/type-fontawesome.php:330
|
| 1736 |
+
#: includes/type-foundation.php:99
|
| 1737 |
msgid "Arrows"
|
| 1738 |
msgstr ""
|
| 1739 |
|
| 1769 |
msgid "Long Arrow Up"
|
| 1770 |
msgstr ""
|
| 1771 |
|
| 1772 |
+
#: includes/type-fontawesome.php:228 includes/type-foundation.php:197
|
| 1773 |
msgid "File Types"
|
| 1774 |
msgstr ""
|
| 1775 |
|
| 1845 |
msgid "Text Editor"
|
| 1846 |
msgstr ""
|
| 1847 |
|
| 1848 |
+
#: includes/type-fontawesome.php:267 includes/type-foundation.php:309
|
| 1849 |
+
#: includes/type-foundation.php:312
|
| 1850 |
msgid "Clipboard"
|
| 1851 |
msgstr ""
|
| 1852 |
|
| 1874 |
msgid "Files"
|
| 1875 |
msgstr ""
|
| 1876 |
|
| 1877 |
+
#: includes/type-fontawesome.php:284 includes/type-foundation.php:256
|
| 1878 |
msgid "Paperclip"
|
| 1879 |
msgstr ""
|
| 1880 |
|
| 1882 |
msgid "Paragraph"
|
| 1883 |
msgstr ""
|
| 1884 |
|
| 1885 |
+
#: includes/type-fontawesome.php:288 includes/type-foundation.php:188
|
| 1886 |
msgid "Save"
|
| 1887 |
msgstr ""
|
| 1888 |
|
| 1922 |
msgid "Web Application"
|
| 1923 |
msgstr ""
|
| 1924 |
|
| 1925 |
+
#: includes/type-fontawesome.php:326 includes/type-foundation.php:301
|
| 1926 |
msgid "Anchor"
|
| 1927 |
msgstr ""
|
| 1928 |
|
| 2003 |
msgid "Cutlery"
|
| 2004 |
msgstr ""
|
| 2005 |
|
| 2006 |
+
#: includes/type-fontawesome.php:391 includes/type-foundation.php:223
|
| 2007 |
msgid "Database"
|
| 2008 |
msgstr ""
|
| 2009 |
|
| 2030 |
msgstr ""
|
| 2031 |
|
| 2032 |
#: includes/type-fontawesome.php:408 includes/type-fontawesome.php:409
|
| 2033 |
+
#: includes/type-foundation.php:227
|
| 2034 |
msgid "Eye"
|
| 2035 |
msgstr ""
|
| 2036 |
|
| 2135 |
msgstr ""
|
| 2136 |
|
| 2137 |
#: includes/type-fontawesome.php:467 includes/type-fontawesome.php:468
|
| 2138 |
+
#: includes/type-foundation.php:120
|
| 2139 |
msgid "Microphone"
|
| 2140 |
msgstr ""
|
| 2141 |
|
| 2142 |
+
#: includes/type-fontawesome.php:473 includes/type-foundation.php:121
|
| 2143 |
msgid "Mobile"
|
| 2144 |
msgstr ""
|
| 2145 |
|
| 2151 |
msgid "Moon"
|
| 2152 |
msgstr ""
|
| 2153 |
|
| 2154 |
+
#: includes/type-fontawesome.php:477 includes/type-foundation.php:331
|
| 2155 |
msgid "Paw"
|
| 2156 |
msgstr ""
|
| 2157 |
|
| 2288 |
msgstr ""
|
| 2289 |
|
| 2290 |
#: includes/type-fontawesome.php:542 includes/type-fontawesome.php:547
|
| 2291 |
+
#: includes/type-foundation.php:264 includes/type-genericons.php:175
|
| 2292 |
msgid "Star"
|
| 2293 |
msgstr ""
|
| 2294 |
|
| 2304 |
msgid "Star Half Full"
|
| 2305 |
msgstr ""
|
| 2306 |
|
| 2307 |
+
#: includes/type-fontawesome.php:548 includes/type-foundation.php:164
|
| 2308 |
msgid "Subscript"
|
| 2309 |
msgstr ""
|
| 2310 |
|
| 2316 |
msgid "Sun"
|
| 2317 |
msgstr ""
|
| 2318 |
|
| 2319 |
+
#: includes/type-fontawesome.php:551 includes/type-foundation.php:163
|
| 2320 |
msgid "Superscript"
|
| 2321 |
msgstr ""
|
| 2322 |
|
| 2336 |
msgid "Thumb Tack"
|
| 2337 |
msgstr ""
|
| 2338 |
|
| 2339 |
+
#: includes/type-fontawesome.php:564 includes/type-foundation.php:341
|
| 2340 |
msgid "Ticket"
|
| 2341 |
msgstr ""
|
| 2342 |
|
| 2365 |
msgid "Tree"
|
| 2366 |
msgstr ""
|
| 2367 |
|
| 2368 |
+
#: includes/type-fontawesome.php:575 includes/type-foundation.php:343
|
| 2369 |
msgid "Trophy"
|
| 2370 |
msgstr ""
|
| 2371 |
|
| 2452 |
msgid "Sub"
|
| 2453 |
msgstr ""
|
| 2454 |
|
| 2455 |
+
#: includes/type-fonts.php:207
|
| 2456 |
msgid "Deselect"
|
| 2457 |
msgstr ""
|
| 2458 |
|
| 2459 |
+
#: includes/type-foundation.php:79
|
| 2460 |
+
msgid "Accessibility"
|
| 2461 |
+
msgstr ""
|
| 2462 |
+
|
| 2463 |
+
#: includes/type-foundation.php:84
|
| 2464 |
+
msgid "Closed Caption"
|
| 2465 |
+
msgstr ""
|
| 2466 |
+
|
| 2467 |
+
#: includes/type-foundation.php:85
|
| 2468 |
+
msgid "Elevator"
|
| 2469 |
+
msgstr ""
|
| 2470 |
+
|
| 2471 |
+
#: includes/type-foundation.php:87
|
| 2472 |
+
msgid "Hearing Aid"
|
| 2473 |
+
msgstr ""
|
| 2474 |
+
|
| 2475 |
+
#: includes/type-foundation.php:91
|
| 2476 |
+
msgid "Male & Female"
|
| 2477 |
+
msgstr ""
|
| 2478 |
+
|
| 2479 |
+
#: includes/type-foundation.php:92
|
| 2480 |
+
msgid "Male Symbol"
|
| 2481 |
+
msgstr ""
|
| 2482 |
+
|
| 2483 |
+
#: includes/type-foundation.php:93
|
| 2484 |
+
msgid "Female Symbol"
|
| 2485 |
+
msgstr ""
|
| 2486 |
+
|
| 2487 |
+
#: includes/type-foundation.php:105
|
| 2488 |
+
msgid "Arrows: Out"
|
| 2489 |
+
msgstr ""
|
| 2490 |
+
|
| 2491 |
+
#: includes/type-foundation.php:106
|
| 2492 |
+
msgid "Arrows: In"
|
| 2493 |
+
msgstr ""
|
| 2494 |
+
|
| 2495 |
+
#: includes/type-foundation.php:107
|
| 2496 |
+
msgid "Arrows: Expand"
|
| 2497 |
+
msgstr ""
|
| 2498 |
+
|
| 2499 |
+
#: includes/type-foundation.php:108
|
| 2500 |
+
msgid "Arrows: Compress"
|
| 2501 |
+
msgstr ""
|
| 2502 |
+
|
| 2503 |
+
#: includes/type-foundation.php:113
|
| 2504 |
+
msgid "Devices"
|
| 2505 |
+
msgstr ""
|
| 2506 |
+
|
| 2507 |
+
#: includes/type-foundation.php:115
|
| 2508 |
+
msgid "Bluetooth"
|
| 2509 |
+
msgstr ""
|
| 2510 |
+
|
| 2511 |
+
#: includes/type-foundation.php:119
|
| 2512 |
+
msgid "Megaphone"
|
| 2513 |
+
msgstr ""
|
| 2514 |
+
|
| 2515 |
+
#: includes/type-foundation.php:122
|
| 2516 |
+
msgid "Mobile Signal"
|
| 2517 |
+
msgstr ""
|
| 2518 |
+
|
| 2519 |
+
#: includes/type-foundation.php:123
|
| 2520 |
+
msgid "Monitor"
|
| 2521 |
+
msgstr ""
|
| 2522 |
+
|
| 2523 |
+
#: includes/type-foundation.php:124
|
| 2524 |
+
msgid "Tablet: Portrait"
|
| 2525 |
+
msgstr ""
|
| 2526 |
+
|
| 2527 |
+
#: includes/type-foundation.php:125
|
| 2528 |
+
msgid "Tablet: Landscape"
|
| 2529 |
+
msgstr ""
|
| 2530 |
+
|
| 2531 |
+
#: includes/type-foundation.php:126
|
| 2532 |
+
msgid "Telephone"
|
| 2533 |
+
msgstr ""
|
| 2534 |
+
|
| 2535 |
+
#: includes/type-foundation.php:127
|
| 2536 |
+
msgid "USB"
|
| 2537 |
+
msgstr ""
|
| 2538 |
+
|
| 2539 |
+
#: includes/type-foundation.php:133
|
| 2540 |
+
msgid "Ecommerce"
|
| 2541 |
+
msgstr ""
|
| 2542 |
+
|
| 2543 |
+
#: includes/type-foundation.php:138
|
| 2544 |
+
msgid "EURO"
|
| 2545 |
+
msgstr ""
|
| 2546 |
+
|
| 2547 |
+
#: includes/type-foundation.php:139
|
| 2548 |
+
msgid "Pound"
|
| 2549 |
+
msgstr ""
|
| 2550 |
+
|
| 2551 |
+
#: includes/type-foundation.php:141
|
| 2552 |
+
msgid "Burst"
|
| 2553 |
+
msgstr ""
|
| 2554 |
+
|
| 2555 |
+
#: includes/type-foundation.php:142
|
| 2556 |
+
msgid "Burst: New"
|
| 2557 |
+
msgstr ""
|
| 2558 |
+
|
| 2559 |
+
#: includes/type-foundation.php:143
|
| 2560 |
+
msgid "Burst: Sale"
|
| 2561 |
+
msgstr ""
|
| 2562 |
+
|
| 2563 |
+
#: includes/type-foundation.php:145
|
| 2564 |
+
msgid "Dollar Bill"
|
| 2565 |
+
msgstr ""
|
| 2566 |
+
|
| 2567 |
+
#: includes/type-foundation.php:147
|
| 2568 |
+
msgid "Price Tag"
|
| 2569 |
+
msgstr ""
|
| 2570 |
+
|
| 2571 |
+
#: includes/type-foundation.php:148
|
| 2572 |
+
msgid "Price Tag: Multiple"
|
| 2573 |
+
msgstr ""
|
| 2574 |
+
|
| 2575 |
+
#: includes/type-foundation.php:149
|
| 2576 |
+
msgid "Shopping Bag"
|
| 2577 |
+
msgstr ""
|
| 2578 |
+
|
| 2579 |
+
#: includes/type-foundation.php:162
|
| 2580 |
+
msgid "Background Color"
|
| 2581 |
+
msgstr ""
|
| 2582 |
+
|
| 2583 |
+
#: includes/type-foundation.php:169
|
| 2584 |
+
msgid "List: Number"
|
| 2585 |
+
msgstr ""
|
| 2586 |
+
|
| 2587 |
+
#: includes/type-foundation.php:170
|
| 2588 |
+
msgid "List: Bullet"
|
| 2589 |
+
msgstr ""
|
| 2590 |
+
|
| 2591 |
+
#: includes/type-foundation.php:173
|
| 2592 |
+
msgid "Add Page"
|
| 2593 |
+
msgstr ""
|
| 2594 |
+
|
| 2595 |
+
#: includes/type-foundation.php:174
|
| 2596 |
+
msgid "Copy Page"
|
| 2597 |
+
msgstr ""
|
| 2598 |
+
|
| 2599 |
+
#: includes/type-foundation.php:175
|
| 2600 |
+
msgid "Duplicate Page"
|
| 2601 |
+
msgstr ""
|
| 2602 |
+
|
| 2603 |
+
#: includes/type-foundation.php:176
|
| 2604 |
+
msgid "Delete Page"
|
| 2605 |
+
msgstr ""
|
| 2606 |
+
|
| 2607 |
+
#: includes/type-foundation.php:177
|
| 2608 |
+
msgid "Remove Page"
|
| 2609 |
+
msgstr ""
|
| 2610 |
+
|
| 2611 |
+
#: includes/type-foundation.php:178
|
| 2612 |
+
msgid "Edit Page"
|
| 2613 |
+
msgstr ""
|
| 2614 |
+
|
| 2615 |
+
#: includes/type-foundation.php:179
|
| 2616 |
+
msgid "Export"
|
| 2617 |
+
msgstr ""
|
| 2618 |
+
|
| 2619 |
+
#: includes/type-foundation.php:180
|
| 2620 |
+
msgid "Export to CSV"
|
| 2621 |
+
msgstr ""
|
| 2622 |
+
|
| 2623 |
+
#: includes/type-foundation.php:181
|
| 2624 |
+
msgid "Export to PDF"
|
| 2625 |
+
msgstr ""
|
| 2626 |
+
|
| 2627 |
+
#: includes/type-foundation.php:182
|
| 2628 |
+
msgid "Fill Page"
|
| 2629 |
+
msgstr ""
|
| 2630 |
+
|
| 2631 |
+
#: includes/type-foundation.php:185
|
| 2632 |
+
msgid "Paint Bucket"
|
| 2633 |
+
msgstr ""
|
| 2634 |
+
|
| 2635 |
+
#: includes/type-foundation.php:192
|
| 2636 |
+
msgid "Search in Page"
|
| 2637 |
+
msgstr ""
|
| 2638 |
+
|
| 2639 |
+
#: includes/type-foundation.php:200
|
| 2640 |
+
msgid "CSV"
|
| 2641 |
+
msgstr ""
|
| 2642 |
+
|
| 2643 |
+
#: includes/type-foundation.php:201
|
| 2644 |
+
msgid "Doc"
|
| 2645 |
+
msgstr ""
|
| 2646 |
+
|
| 2647 |
+
#: includes/type-foundation.php:202
|
| 2648 |
+
msgid "PDF"
|
| 2649 |
+
msgstr ""
|
| 2650 |
+
|
| 2651 |
+
#: includes/type-foundation.php:207
|
| 2652 |
+
msgid "General"
|
| 2653 |
+
msgstr ""
|
| 2654 |
+
|
| 2655 |
+
#: includes/type-foundation.php:209
|
| 2656 |
+
msgid "Addressbook"
|
| 2657 |
+
msgstr ""
|
| 2658 |
+
|
| 2659 |
+
#: includes/type-foundation.php:210
|
| 2660 |
+
msgid "Alert"
|
| 2661 |
+
msgstr ""
|
| 2662 |
+
|
| 2663 |
+
#: includes/type-foundation.php:211
|
| 2664 |
+
msgid "Annotate"
|
| 2665 |
+
msgstr ""
|
| 2666 |
+
|
| 2667 |
+
#: includes/type-foundation.php:218
|
| 2668 |
+
msgid "Comment: Minus"
|
| 2669 |
+
msgstr ""
|
| 2670 |
+
|
| 2671 |
+
#: includes/type-foundation.php:219
|
| 2672 |
+
msgid "Comment: Quotes"
|
| 2673 |
+
msgstr ""
|
| 2674 |
+
|
| 2675 |
+
#: includes/type-foundation.php:220
|
| 2676 |
+
msgid "Comment: Video"
|
| 2677 |
+
msgstr ""
|
| 2678 |
+
|
| 2679 |
+
#: includes/type-foundation.php:222
|
| 2680 |
+
msgid "Contrast"
|
| 2681 |
+
msgstr ""
|
| 2682 |
+
|
| 2683 |
+
#: includes/type-foundation.php:225
|
| 2684 |
+
msgid "Folder: Add"
|
| 2685 |
+
msgstr ""
|
| 2686 |
+
|
| 2687 |
+
#: includes/type-foundation.php:226
|
| 2688 |
+
msgid "Folder: Lock"
|
| 2689 |
+
msgstr ""
|
| 2690 |
+
|
| 2691 |
+
#: includes/type-foundation.php:232 includes/type-foundation.php:233
|
| 2692 |
+
msgid "X"
|
| 2693 |
+
msgstr ""
|
| 2694 |
+
|
| 2695 |
+
#: includes/type-foundation.php:238
|
| 2696 |
+
msgid "Upload to Cloud"
|
| 2697 |
+
msgstr ""
|
| 2698 |
+
|
| 2699 |
+
#: includes/type-foundation.php:240
|
| 2700 |
+
msgid "Foundation"
|
| 2701 |
+
msgstr ""
|
| 2702 |
+
|
| 2703 |
+
#: includes/type-foundation.php:241
|
| 2704 |
+
msgid "Graph: Bar"
|
| 2705 |
+
msgstr ""
|
| 2706 |
+
|
| 2707 |
+
#: includes/type-foundation.php:242
|
| 2708 |
+
msgid "Graph: Horizontal"
|
| 2709 |
+
msgstr ""
|
| 2710 |
+
|
| 2711 |
+
#: includes/type-foundation.php:243
|
| 2712 |
+
msgid "Graph: Pie"
|
| 2713 |
+
msgstr ""
|
| 2714 |
+
|
| 2715 |
+
#: includes/type-foundation.php:244
|
| 2716 |
+
msgid "Graph: Trend"
|
| 2717 |
+
msgstr ""
|
| 2718 |
+
|
| 2719 |
+
#: includes/type-foundation.php:246
|
| 2720 |
+
msgid "Layout"
|
| 2721 |
+
msgstr ""
|
| 2722 |
+
|
| 2723 |
+
#: includes/type-foundation.php:247
|
| 2724 |
+
msgid "Like"
|
| 2725 |
+
msgstr ""
|
| 2726 |
+
|
| 2727 |
+
#: includes/type-foundation.php:248
|
| 2728 |
+
msgid "Dislike"
|
| 2729 |
+
msgstr ""
|
| 2730 |
+
|
| 2731 |
+
#: includes/type-foundation.php:250
|
| 2732 |
+
msgid "List: Thumbnails"
|
| 2733 |
+
msgstr ""
|
| 2734 |
+
|
| 2735 |
+
#: includes/type-foundation.php:254
|
| 2736 |
+
msgid "Magnifying Glass"
|
| 2737 |
+
msgstr ""
|
| 2738 |
+
|
| 2739 |
+
#: includes/type-foundation.php:258
|
| 2740 |
+
msgid "Play Video"
|
| 2741 |
+
msgstr ""
|
| 2742 |
+
|
| 2743 |
+
#: includes/type-foundation.php:259
|
| 2744 |
+
msgid "Results"
|
| 2745 |
+
msgstr ""
|
| 2746 |
+
|
| 2747 |
+
#: includes/type-foundation.php:260
|
| 2748 |
+
msgid "Results: Demographics"
|
| 2749 |
+
msgstr ""
|
| 2750 |
+
|
| 2751 |
+
#: includes/type-foundation.php:263
|
| 2752 |
+
msgid "Sound"
|
| 2753 |
+
msgstr ""
|
| 2754 |
+
|
| 2755 |
+
#: includes/type-foundation.php:267
|
| 2756 |
+
msgid "Web"
|
| 2757 |
+
msgstr ""
|
| 2758 |
+
|
| 2759 |
+
#: includes/type-foundation.php:268
|
| 2760 |
+
msgid "Widget"
|
| 2761 |
+
msgstr ""
|
| 2762 |
+
|
| 2763 |
+
#: includes/type-foundation.php:276
|
| 2764 |
+
msgid "Media Controls"
|
| 2765 |
+
msgstr ""
|
| 2766 |
+
|
| 2767 |
+
#: includes/type-foundation.php:283 includes/type-genericons.php:91
|
| 2768 |
+
msgid "Previous"
|
| 2769 |
+
msgstr ""
|
| 2770 |
+
|
| 2771 |
+
#: includes/type-foundation.php:284 includes/type-genericons.php:120
|
| 2772 |
+
msgid "Rewind"
|
| 2773 |
+
msgstr ""
|
| 2774 |
+
|
| 2775 |
+
#: includes/type-foundation.php:286 includes/type-foundation.php:287
|
| 2776 |
+
#: includes/type-genericons.php:92
|
| 2777 |
+
msgid "Next"
|
| 2778 |
+
msgstr ""
|
| 2779 |
+
|
| 2780 |
+
#: includes/type-foundation.php:288
|
| 2781 |
+
msgid "Volume"
|
| 2782 |
+
msgstr ""
|
| 2783 |
+
|
| 2784 |
+
#: includes/type-foundation.php:289
|
| 2785 |
+
msgid "Volume: Low"
|
| 2786 |
+
msgstr ""
|
| 2787 |
+
|
| 2788 |
+
#: includes/type-foundation.php:290
|
| 2789 |
+
msgid "Volume: Mute"
|
| 2790 |
+
msgstr ""
|
| 2791 |
+
|
| 2792 |
+
#: includes/type-foundation.php:291
|
| 2793 |
+
msgid "Loop"
|
| 2794 |
+
msgstr ""
|
| 2795 |
+
|
| 2796 |
+
#: includes/type-foundation.php:292
|
| 2797 |
+
msgid "Shuffle"
|
| 2798 |
+
msgstr ""
|
| 2799 |
+
|
| 2800 |
+
#: includes/type-foundation.php:294
|
| 2801 |
+
msgid "Rewind 10"
|
| 2802 |
+
msgstr ""
|
| 2803 |
+
|
| 2804 |
+
#: includes/type-foundation.php:299
|
| 2805 |
+
msgid "Miscellaneous"
|
| 2806 |
+
msgstr ""
|
| 2807 |
+
|
| 2808 |
+
#: includes/type-foundation.php:303
|
| 2809 |
+
msgid "@"
|
| 2810 |
+
msgstr ""
|
| 2811 |
+
|
| 2812 |
+
#: includes/type-foundation.php:304
|
| 2813 |
+
msgid "Battery: Full"
|
| 2814 |
+
msgstr ""
|
| 2815 |
+
|
| 2816 |
+
#: includes/type-foundation.php:305
|
| 2817 |
+
msgid "Battery: Half"
|
| 2818 |
+
msgstr ""
|
| 2819 |
+
|
| 2820 |
+
#: includes/type-foundation.php:306
|
| 2821 |
+
msgid "Battery: Empty"
|
| 2822 |
+
msgstr ""
|
| 2823 |
+
|
| 2824 |
+
#: includes/type-foundation.php:310
|
| 2825 |
+
msgid "Clipboard: Pencil"
|
| 2826 |
+
msgstr ""
|
| 2827 |
+
|
| 2828 |
+
#: includes/type-foundation.php:311
|
| 2829 |
+
msgid "Clipboard: Notes"
|
| 2830 |
+
msgstr ""
|
| 2831 |
+
|
| 2832 |
+
#: includes/type-foundation.php:313
|
| 2833 |
+
msgid "Crown"
|
| 2834 |
+
msgstr ""
|
| 2835 |
+
|
| 2836 |
+
#: includes/type-foundation.php:314
|
| 2837 |
+
msgid "Dice: 1"
|
| 2838 |
+
msgstr ""
|
| 2839 |
+
|
| 2840 |
+
#: includes/type-foundation.php:315
|
| 2841 |
+
msgid "Dice: 2"
|
| 2842 |
+
msgstr ""
|
| 2843 |
+
|
| 2844 |
+
#: includes/type-foundation.php:316
|
| 2845 |
+
msgid "Dice: 3"
|
| 2846 |
+
msgstr ""
|
| 2847 |
+
|
| 2848 |
+
#: includes/type-foundation.php:317
|
| 2849 |
+
msgid "Dice: 4"
|
| 2850 |
+
msgstr ""
|
| 2851 |
+
|
| 2852 |
+
#: includes/type-foundation.php:318
|
| 2853 |
+
msgid "Dice: 5"
|
| 2854 |
+
msgstr ""
|
| 2855 |
+
|
| 2856 |
+
#: includes/type-foundation.php:319
|
| 2857 |
+
msgid "Dice: 6"
|
| 2858 |
+
msgstr ""
|
| 2859 |
+
|
| 2860 |
+
#: includes/type-foundation.php:320
|
| 2861 |
+
msgid "Cone"
|
| 2862 |
+
msgstr ""
|
| 2863 |
+
|
| 2864 |
+
#: includes/type-foundation.php:321
|
| 2865 |
+
msgid "Firs Aid"
|
| 2866 |
+
msgstr ""
|
| 2867 |
+
|
| 2868 |
+
#: includes/type-foundation.php:322
|
| 2869 |
+
msgid "Foot"
|
| 2870 |
+
msgstr ""
|
| 2871 |
+
|
| 2872 |
+
#: includes/type-foundation.php:326
|
| 2873 |
+
msgid "Map"
|
| 2874 |
+
msgstr ""
|
| 2875 |
+
|
| 2876 |
+
#: includes/type-foundation.php:327
|
| 2877 |
+
msgid "Mountains"
|
| 2878 |
+
msgstr ""
|
| 2879 |
+
|
| 2880 |
+
#: includes/type-foundation.php:329
|
| 2881 |
+
msgid "No Dogs"
|
| 2882 |
+
msgstr ""
|
| 2883 |
+
|
| 2884 |
+
#: includes/type-foundation.php:330
|
| 2885 |
+
msgid "No Smoking"
|
| 2886 |
+
msgstr ""
|
| 2887 |
+
|
| 2888 |
+
#: includes/type-foundation.php:332
|
| 2889 |
+
msgid "Power"
|
| 2890 |
+
msgstr ""
|
| 2891 |
+
|
| 2892 |
+
#: includes/type-foundation.php:333
|
| 2893 |
+
msgid "Prohibited"
|
| 2894 |
+
msgstr ""
|
| 2895 |
+
|
| 2896 |
+
#: includes/type-foundation.php:334
|
| 2897 |
+
msgid "Projection Screen"
|
| 2898 |
+
msgstr ""
|
| 2899 |
+
|
| 2900 |
+
#: includes/type-foundation.php:336
|
| 2901 |
+
msgid "Sheriff Badge"
|
| 2902 |
+
msgstr ""
|
| 2903 |
+
|
| 2904 |
+
#: includes/type-foundation.php:338
|
| 2905 |
+
msgid "Skull"
|
| 2906 |
+
msgstr ""
|
| 2907 |
+
|
| 2908 |
+
#: includes/type-foundation.php:339 includes/type-foundation.php:340
|
| 2909 |
+
msgid "Target"
|
| 2910 |
+
msgstr ""
|
| 2911 |
+
|
| 2912 |
+
#: includes/type-foundation.php:342
|
| 2913 |
+
msgid "Trees"
|
| 2914 |
+
msgstr ""
|
| 2915 |
+
|
| 2916 |
+
#: includes/type-foundation.php:348
|
| 2917 |
+
msgid "People"
|
| 2918 |
+
msgstr ""
|
| 2919 |
+
|
| 2920 |
+
#: includes/type-foundation.php:351
|
| 2921 |
+
msgid "Torso: Business"
|
| 2922 |
+
msgstr ""
|
| 2923 |
+
|
| 2924 |
+
#: includes/type-foundation.php:352
|
| 2925 |
+
msgid "Torso: Female"
|
| 2926 |
+
msgstr ""
|
| 2927 |
+
|
| 2928 |
+
#: includes/type-foundation.php:353
|
| 2929 |
+
msgid "Torsos"
|
| 2930 |
+
msgstr ""
|
| 2931 |
+
|
| 2932 |
+
#: includes/type-foundation.php:354
|
| 2933 |
+
msgid "Torsos: All"
|
| 2934 |
+
msgstr ""
|
| 2935 |
+
|
| 2936 |
+
#: includes/type-foundation.php:355
|
| 2937 |
+
msgid "Torsos: All Female"
|
| 2938 |
+
msgstr ""
|
| 2939 |
+
|
| 2940 |
+
#: includes/type-foundation.php:356
|
| 2941 |
+
msgid "Torsos: Male & Female"
|
| 2942 |
+
msgstr ""
|
| 2943 |
+
|
| 2944 |
+
#: includes/type-foundation.php:357
|
| 2945 |
+
msgid "Torsos: Female & Male"
|
| 2946 |
+
msgstr ""
|
| 2947 |
+
|
| 2948 |
+
#: includes/type-foundation.php:362
|
| 2949 |
+
msgid "Social/Brand"
|
| 2950 |
+
msgstr ""
|
| 2951 |
+
|
| 2952 |
#: includes/type-genericons.php:79
|
| 2953 |
msgid "Checkmark"
|
| 2954 |
msgstr ""
|
| 2973 |
msgid "Minimize"
|
| 2974 |
msgstr ""
|
| 2975 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2976 |
#: includes/type-genericons.php:93
|
| 2977 |
msgid "Hide"
|
| 2978 |
msgstr ""
|
| 3033 |
msgid "Skip back"
|
| 3034 |
msgstr ""
|
| 3035 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3036 |
#: includes/type-genericons.php:125
|
| 3037 |
msgid "Skip ahead"
|
| 3038 |
msgstr ""
|
| 3125 |
msgid "Menu Icons: No registered icon types found."
|
| 3126 |
msgstr ""
|
| 3127 |
|
| 3128 |
+
#: menu-icons.php:251
|
| 3129 |
msgctxt "1: Property key, 2: Icon type ID"
|
| 3130 |
msgid "%1$s cannot be empty, %2$s has been disabled."
|
| 3131 |
msgstr ""
|
| 3132 |
|
| 3133 |
+
#: menu-icons.php:256
|
| 3134 |
msgctxt "1: Property key, 2: Icon type ID"
|
| 3135 |
msgid "%1$s must be callable, %2$s has been disabled."
|
| 3136 |
msgstr ""
|
| 3139 |
msgid "Menu Icons"
|
| 3140 |
msgstr ""
|
| 3141 |
|
| 3142 |
+
#. #-#-#-#-# menu-icons.pot (Menu Icons 0.5.1) #-#-#-#-#
|
| 3143 |
#. Plugin URI of the plugin/theme
|
| 3144 |
+
#. #-#-#-#-# menu-icons.pot (Menu Icons 0.5.1) #-#-#-#-#
|
| 3145 |
#. Author URI of the plugin/theme
|
| 3146 |
msgid "http://kucrut.org/"
|
| 3147 |
msgstr ""
|
| 3148 |
|
| 3149 |
#. Description of the plugin/theme
|
| 3150 |
+
msgid "Spice up your navigation menus with sexy icons, easily."
|
| 3151 |
msgstr ""
|
| 3152 |
|
| 3153 |
#. Author of the plugin/theme
|
menu-icons.php
CHANGED
|
@@ -4,14 +4,14 @@
|
|
| 4 |
* Menu Icons
|
| 5 |
*
|
| 6 |
* @package Menu_Icons
|
| 7 |
-
* @version 0.5.
|
| 8 |
* @author Dzikri Aziz <kvcrvt@gmail.com>
|
| 9 |
*
|
| 10 |
*
|
| 11 |
* Plugin name: Menu Icons
|
| 12 |
* Plugin URI: http://kucrut.org/
|
| 13 |
* Description: Spice up your navigation menus with sexy icons, easily.
|
| 14 |
-
* Version: 0.5.
|
| 15 |
* Author: Dzikri Aziz
|
| 16 |
* Author URI: http://kucrut.org/
|
| 17 |
* License: GPLv2
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
*/
|
| 25 |
final class Menu_Icons {
|
| 26 |
|
| 27 |
-
const VERSION = '0.5.
|
| 28 |
|
| 29 |
/**
|
| 30 |
* Holds plugin data
|
| 4 |
* Menu Icons
|
| 5 |
*
|
| 6 |
* @package Menu_Icons
|
| 7 |
+
* @version 0.5.1
|
| 8 |
* @author Dzikri Aziz <kvcrvt@gmail.com>
|
| 9 |
*
|
| 10 |
*
|
| 11 |
* Plugin name: Menu Icons
|
| 12 |
* Plugin URI: http://kucrut.org/
|
| 13 |
* Description: Spice up your navigation menus with sexy icons, easily.
|
| 14 |
+
* Version: 0.5.1
|
| 15 |
* Author: Dzikri Aziz
|
| 16 |
* Author URI: http://kucrut.org/
|
| 17 |
* License: GPLv2
|
| 24 |
*/
|
| 25 |
final class Menu_Icons {
|
| 26 |
|
| 27 |
+
const VERSION = '0.5.1';
|
| 28 |
|
| 29 |
/**
|
| 30 |
* Holds plugin data
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate Link: http://kucrut.org/#coffee
|
|
| 4 |
Tags: menu, nav-menu, icons, navigation
|
| 5 |
Requires at least: 3.8
|
| 6 |
Tested up to: 4.0
|
| 7 |
-
Stable tag: 0.5.
|
| 8 |
License: GPLv2
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -113,6 +113,11 @@ Let me know via [GitHub issues](https://github.com/kucrut/wp-menu-icons/issues)
|
|
| 113 |
Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).
|
| 114 |
|
| 115 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
= 0.5.0 =
|
| 117 |
* New Icon type: Foundation Icons
|
| 118 |
* Add new Dashicons icons
|
| 4 |
Tags: menu, nav-menu, icons, navigation
|
| 5 |
Requires at least: 3.8
|
| 6 |
Tested up to: 4.0
|
| 7 |
+
Stable tag: 0.5.1
|
| 8 |
License: GPLv2
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 113 |
Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).
|
| 114 |
|
| 115 |
== Changelog ==
|
| 116 |
+
= 0.5.1 =
|
| 117 |
+
* Update Menu Item Custom Fields to play nice with other plugins.
|
| 118 |
+
* Add missing Foundation Icons stylesheet, props [John](http://wordpress.org/support/profile/dsl225)
|
| 119 |
+
* JS & CSS fixes
|
| 120 |
+
|
| 121 |
= 0.5.0 =
|
| 122 |
* New Icon type: Foundation Icons
|
| 123 |
* Add new Dashicons icons
|
