Changeset 987127
- Timestamp:
- 09/11/2014 09:44:50 AM (12 years ago)
- Location:
- wp-humanstxt/trunk
- Files:
-
- 9 added
- 1 deleted
- 3 edited
-
lang/wp-humans-txt-sv_SE.mo (added)
-
lang/wp-humans-txt-sv_SE.po (added)
-
lang/wp-humans-txt.pot (modified) (4 diffs)
-
lib (deleted)
-
readme.txt (modified) (2 diffs)
-
src (added)
-
src/WPHumansTxt (added)
-
src/WPHumansTxt/Admin.php (added)
-
src/WPHumansTxt/Help.php (added)
-
src/WPHumansTxt/Links.php (added)
-
src/WPHumansTxt/Rewrite.php (added)
-
src/WPHumansTxt/View.php (added)
-
wp-humans-txt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-humanstxt/trunk/lang/wp-humans-txt.pot
r895480 r987127 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 201 3-04-16 17:53+0700\n"11 "POT-Creation-Date: 2014-09-11 16:01+0700\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <[email protected]>\n" 15 "Language: \n" 15 16 "MIME-Version: 1.0\n" 16 17 "Content-Type: text/plain; charset=CHARSET\n" … … 30 31 msgstr "" 31 32 32 #: views/admin.php:31 views/help_usage.php:15 lib/WPHumansTxt/Admin.php:2233 #: views/admin.php:31 views/help_usage.php:15 src/WPHumansTxt/Admin.php:22 33 34 msgid "Options" 34 35 msgstr "" … … 89 90 msgstr "" 90 91 91 #: views/help_intro.php:1 lib/WPHumansTxt/Help.php:2592 #: views/help_intro.php:1 src/WPHumansTxt/Help.php:25 92 93 msgid "Introduction" 93 94 msgstr "" … … 198 199 msgstr "" 199 200 200 #: lib/WPHumansTxt/Admin.php:45201 #: src/WPHumansTxt/Admin.php:45 201 202 msgid "None" 202 203 msgstr "" 203 204 204 #: lib/WPHumansTxt/Admin.php:47205 #: src/WPHumansTxt/Admin.php:47 205 206 msgid "Humans.txt blank isolated" 206 207 msgstr "" 207 208 208 #: lib/WPHumansTxt/Admin.php:49209 #: src/WPHumansTxt/Admin.php:49 209 210 msgid "Humans.txt orange isolated" 210 211 msgstr "" 211 212 212 #: lib/WPHumansTxt/Admin.php:51213 #: src/WPHumansTxt/Admin.php:51 213 214 msgid "Humans.txt transparent" 214 215 msgstr "" 215 216 216 #: lib/WPHumansTxt/Admin.php:53217 #: src/WPHumansTxt/Admin.php:53 217 218 msgid "Humans.txt b/n transparent" 218 219 msgstr "" 219 220 220 #: lib/WPHumansTxt/Admin.php:66221 #: src/WPHumansTxt/Admin.php:66 221 222 msgid "Plugin settings updated." 222 223 msgstr "" 223 224 224 #: lib/WPHumansTxt/Help.php:32225 #: src/WPHumansTxt/Help.php:32 225 226 msgid "Usage" 226 227 msgstr "" 227 228 228 #: lib/WPHumansTxt/Help.php:39229 #: src/WPHumansTxt/Help.php:39 229 230 msgid "Examples" 230 231 msgstr "" -
wp-humanstxt/trunk/readme.txt
r895480 r987127 4 4 Tags: humans.txt, credits, humans, txt 5 5 Requires at least: 3.3 6 Tested up to: 3.97 Stable tag: 1.0. 16 Tested up to: 4.0 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 82 82 == Changelog == 83 83 84 = Version 1.0.2 - 11 Sep 2014 = 85 * Added Swedish translation. 86 84 87 = Version 1.0.1 - 17 Apr 2014 = 85 88 * Bugfix: Asset files were not loaded if folder name was changed. -
wp-humanstxt/trunk/wp-humans-txt.php
r895480 r987127 6 6 Author: Johan Steen 7 7 Author URI: http://johansteen.se/ 8 Version: 1.0. 18 Version: 1.0.2 9 9 License: GPLv2 or later 10 10 Text Domain: wp-humans-txt … … 101 101 $fileName .= DIRECTORY_SEPARATOR; 102 102 } 103 $fileName .= str_replace('_', DIRECTORY_SEPARATOR, ' lib_'.$className);103 $fileName .= str_replace('_', DIRECTORY_SEPARATOR, 'src_'.$className); 104 104 $fileName .='.php'; 105 105
Note: See TracChangeset
for help on using the changeset viewer.