diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 2bbc27b98..5c36c08ca 100755 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -117,7 +117,8 @@ CakePlugin::loadAll( [ - 'Api' => ['bootstrap' => true, 'routes' => true] + 'Api' => ['bootstrap' => true, 'routes' => true], + 'M' => ['bootstrap' => true, 'routes' => true] ] ); diff --git a/app/Config/version.php b/app/Config/version.php index b319bb914..153d93e29 100644 --- a/app/Config/version.php +++ b/app/Config/version.php @@ -1,2 +1,2 @@ 1, - 'bbcode_img' => 1, - 'block_user_ui' => 1, - /** - * Activates and deactivates the category-chooser on entries/index - */ - 'category_chooser_global' => 1, - /** - * Allows users to show the category-chooser even if the default - * setting `category_chooser_global` is off - */ - 'category_chooser_user_override' => 1, - 'edit_delay' => 1, - 'edit_period' => 1, - 'embedly_enabled' => 1, - 'embedly_key' => 1, - 'flattr_enabled' => 1, - 'flattr_language' => 1, - 'flattr_category' => 1, - 'forum_disabled' => 1, - 'forum_disabled_text' => 1, - 'forum_email' => 1, - 'forum_name' => 1, - 'quote_symbol' => 1, - 'shoutbox_enabled' => 1, - 'shoutbox_max_shouts' => 1, - 'signature_separator' => 1, - 'smilies' => 1, - 'stopwatch_get' => 1, - 'store_ip' => 1, - 'store_ip_anonymized' => 1, - 'subject_maxlength' => 1, - 'tos_enabled' => 1, - 'tos_url' => 1, - 'text_word_maxlength' => 1, - 'thread_depth_indent' => 1, - 'timezone' => 1, - 'topics_per_page' => 1, - 'upload_max_img_size' => 1, - 'upload_max_number_of_uploads' => 1, - 'userranks_ranks' => 1, - 'userranks_show' => 1, - 'video_domains_allowed' => 1, - ); + protected $_currentlyUsedSettings = [ + 'autolink' => 1, + 'api_enabled' => 1, + 'api_crossdomain' => 1, + 'bbcode_img' => 1, + 'block_user_ui' => 1, + /** + * Activates and deactivates the category-chooser on entries/index + */ + 'category_chooser_global' => 1, + /** + * Allows users to show the category-chooser even if the default + * setting `category_chooser_global` is off + */ + 'category_chooser_user_override' => 1, + 'edit_delay' => 1, + 'edit_period' => 1, + 'embedly_enabled' => 1, + 'embedly_key' => 1, + 'flattr_enabled' => 1, + 'flattr_language' => 1, + 'flattr_category' => 1, + 'forum_disabled' => 1, + 'forum_disabled_text' => 1, + 'forum_email' => 1, + 'forum_name' => 1, + 'quote_symbol' => 1, + 'shoutbox_enabled' => 1, + 'shoutbox_max_shouts' => 1, + 'signature_separator' => 1, + 'smilies' => 1, + 'stopwatch_get' => 1, + 'store_ip' => 1, + 'store_ip_anonymized' => 1, + 'subject_maxlength' => 1, + 'tos_enabled' => 1, + 'tos_url' => 1, + 'text_word_maxlength' => 1, + 'thread_depth_indent' => 1, + 'timezone' => 1, + 'topics_per_page' => 1, + 'upload_max_img_size' => 1, + 'upload_max_number_of_uploads' => 1, + 'userranks_ranks' => 1, + 'userranks_show' => 1, + 'video_domains_allowed' => 1 + ]; public function admin_index() { $settings = $this->request->data = $this->Setting->getSettings(); diff --git a/app/Locale/deu/LC_MESSAGES/default.po b/app/Locale/deu/LC_MESSAGES/default.po index c37b9d969..2befc3d88 100644 --- a/app/Locale/deu/LC_MESSAGES/default.po +++ b/app/Locale/deu/LC_MESSAGES/default.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: Macnemo_2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-02 09:40+0100\n" -"PO-Revision-Date: 2013-09-02 09:41+0100\n" +"POT-Creation-Date: 2013-10-07 12:52+0100\n" +"PO-Revision-Date: 2013-10-07 12:52+0100\n" "Last-Translator: Schlaefer \n" "Language-Team: \n" "Language: de_DE\n" @@ -98,8 +98,8 @@ msgstr "Einträge" msgid "User Registrations" msgstr "Benutzerregistrierungen" -#: View/Bookmarks/edit.ctp:4 Controller/EntriesController.php:298 -#: Controller/EntriesController.php:351 +#: View/Bookmarks/edit.ctp:4 Controller/EntriesController.php:303 +#: Controller/EntriesController.php:361 msgid "back_to_overview_linkname" msgstr "Zurück zur Übersicht" @@ -111,7 +111,7 @@ msgstr "Lesezeichen bearbeiten" msgid "Enter your comment here" msgstr "Hier Kommentar eingeben" -#: View/Bookmarks/edit.ctp:37 View/Bookmarks/index.ctp:71 +#: View/Bookmarks/edit.ctp:37 View/Bookmarks/index.ctp:69 msgid "btn-comment-title" msgstr "Kommentieren" @@ -124,7 +124,7 @@ msgid "Bookmarks" msgstr "Lesezeichen" #: View/Bookmarks/index.ctp:24 View/Categories/view.ctp:64 -#: View/Entries/add.ctp:92 +#: View/Entries/add.ctp:80 msgid "Subject" msgstr "Betreff" @@ -139,7 +139,7 @@ msgstr "Kommentar" msgid "Delete" msgstr "Löschen" -#: View/Bookmarks/index.ctp:87 +#: View/Bookmarks/index.ctp:85 msgid "No bookmarks created yet." msgstr "Noch keine Lesezeichen angelegt." @@ -389,8 +389,8 @@ msgstr "" "Kategorien auswählen und bestätigen.

Mit Klick auf den Namen eine " "einzelne Kategorie ohne Auswahländerung aktivieren." -#: View/Elements/entry/category-chooser.ctp:42 View/Entries/search.ctp:82 -#: Controller/EntriesController.php:927 +#: View/Elements/entry/category-chooser.ctp:42 View/Entries/search.ctp:83 +#: Controller/EntriesController.php:938 msgid "All Categories" msgstr "Alle Kategorien" @@ -445,7 +445,7 @@ msgstr "Antworten" #: View/Elements/entry/view_posting.ctp:76 #: View/Elements/entry/view_posting.ctp:104 -#: Controller/EntriesController.php:457 +#: Controller/EntriesController.php:470 msgid "edit_linkname" msgstr "Bearbeiten" @@ -469,22 +469,28 @@ msgid "Ressources" msgstr "Ressourcen" #: View/Elements/layout/disclaimer.ctp:7 -#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:10 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:13 #: View/Users/view.ctp:45 msgid "Contact" msgstr "Kontakt" #: View/Elements/layout/disclaimer.ctp:10 -#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:19 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:7 +msgid "Mobile" +msgstr "Mobil" + +#: View/Elements/layout/disclaimer.ctp:13 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:21 msgid "RSS" msgstr "" -#: View/Elements/layout/disclaimer.ctp:17 -#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:29 +#: View/Elements/layout/disclaimer.ctp:20 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:32 msgid "Status" msgstr "" -#: View/Elements/layout/disclaimer.ctp:24 +#: View/Elements/layout/disclaimer.ctp:28 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:40 msgid "" ":entries Entries in :threads Threads; :registred registred users, :loggedin " "logged in, :anon anonymous" @@ -492,18 +498,19 @@ msgstr "" ":entries Beiträge in :threads Threads; :registred registrierte Benutzer, :" "loggedin angemeldet, :anon Gäste." -#: View/Elements/layout/disclaimer.ctp:38 +#: View/Elements/layout/disclaimer.ctp:43 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:55 msgid "About" msgstr "Über" -#: View/Elements/layout/disclaimer.ctp:40 -#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:52 +#: View/Elements/layout/disclaimer.ctp:46 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:58 #, php-format msgid "Powered by Saito v%s." msgstr "Angetrieben durch Saito v%s." -#: View/Elements/layout/disclaimer.ctp:42 -#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:54 +#: View/Elements/layout/disclaimer.ctp:49 +#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:61 #, php-format msgid "Generated in %s s." msgstr "Generiert in %s s." @@ -537,7 +544,7 @@ msgid "No help for this page available." msgstr "Keine Hilfe für diese Seite verfügbar." #: View/Elements/layout/header_search.ctp:28 View/Entries/search.ctp:26 -#: View/Entries/search.ctp:105 +#: View/Entries/search.ctp:107 msgid "search_submit" msgstr "Suchen" @@ -629,39 +636,39 @@ msgstr "" "Um Ihr Benutzerkonto zu aktivieren, besuchen Sie bitte folgenden Verweis " "innerhalb der nächsten 24 Stunden: %s" -#: View/Entries/add.ctp:34 View/Entries/add.ctp:190 +#: View/Entries/add.ctp:21 View/Entries/add.ctp:135 msgid "preview" msgstr "Vorschau" -#: View/Entries/add.ctp:88 Controller/UsersController.php:477 +#: View/Entries/add.ctp:76 Controller/UsersController.php:477 msgid "error_subject_empty" msgstr "Betreff darf nicht leer sein." -#: View/Entries/add.ctp:89 +#: View/Entries/add.ctp:77 msgid "error_subject_max_length" msgstr "Betreff ist zu lang." -#: View/Entries/add.ctp:133 +#: View/Entries/add.ctp:107 msgid "Cite" msgstr "Zitieren" -#: View/Entries/add.ctp:158 View/Entries/add.ctp:178 View/Entries/add.ctp:292 +#: View/Entries/add.ctp:123 View/Entries/add.ctp:237 msgid "submit_button" msgstr "Eintragen" -#: View/Entries/add.ctp:205 +#: View/Entries/add.ctp:150 msgid "Notify on reply" msgstr "Beitrag abonnieren" -#: View/Entries/add.ctp:219 +#: View/Entries/add.ctp:164 msgid "Notify on thread replies" msgstr "Thread abonnieren" -#: View/Entries/add.ctp:228 View/Helper/EntryHHelper.php:159 +#: View/Entries/add.ctp:173 View/Helper/EntryHHelper.php:159 msgid "entry_nsfw_title" msgstr "Nicht bürosicher (NBS)" -#: View/Entries/add.ctp:241 +#: View/Entries/add.ctp:186 msgid "entry_flattr_this_posting" msgstr "Flattr-Knopf anzeigen" @@ -714,15 +721,15 @@ msgstr "Erweiterte Suche" msgid "subject" msgstr "Betreff" -#: View/Entries/search.ctp:87 +#: View/Entries/search.ctp:89 msgid "search_since" msgstr "Seit" -#: View/Entries/search.ctp:107 +#: View/Entries/search.ctp:109 msgid "search_simple" msgstr "Einfache Suche" -#: View/Entries/search.ctp:167 +#: View/Entries/search.ctp:169 msgid "search_nothing_found" msgstr "Keine Einträge." @@ -731,7 +738,7 @@ msgid "Overview" msgstr "Übersicht" #: View/Layouts/admin.ctp:41 View/Settings/admin_edit.ctp:2 -#: View/Settings/admin_index.ctp:2 View/Settings/admin_index.ctp:113 +#: View/Settings/admin_index.ctp:2 View/Settings/admin_index.ctp:119 #: View/Users/edit.ctp:163 msgid "Settings" msgstr "Einstellungen" @@ -797,15 +804,19 @@ msgid "Category Chooser" msgstr "Kategorienfilter" #: View/Settings/admin_index.ctp:67 -msgid "Shoutbox" +msgid "API" msgstr "" #: View/Settings/admin_index.ctp:73 +msgid "Shoutbox" +msgstr "" + +#: View/Settings/admin_index.ctp:79 #, fuzzy msgid "Uploads" msgstr "Hochladen" -#: View/Settings/admin_index.ctp:93 +#: View/Settings/admin_index.ctp:99 msgid "Debug" msgstr "" @@ -856,12 +867,6 @@ msgstr "Smiley bearbeiten" msgid "Admin Edit Smiley" msgstr "Admin Smiley bearbeiten" -#: View/Themed/Macnemo/Elements/layout/disclaimer.ctp:36 -msgid "" -":entries mal Seemansgarn in :threads unglaublichen Geschichten; :registred " -"geheuert, :loggedin an Deck, :anon Blinde Passagiere" -msgstr "" - #: View/Uploads/add.ctp:10 webroot/js/templates/uploadNew.html:23 msgid "upload_btn" msgstr "Hochladen" @@ -1220,7 +1225,7 @@ msgid "register_success_content" msgstr "" "Ihre Registrierung war erfolgreich. Sie können sich nun einloggen. Viel Spaß!" -#: View/Users/register.ctp:23 Controller/EntriesController.php:305 +#: View/Users/register.ctp:23 Controller/EntriesController.php:313 msgid "js-required" msgstr "Zum Nutzen des Forums bitte JavaScript aktivieren." @@ -1352,15 +1357,15 @@ msgstr "Seite" msgid "Invalid post" msgstr "Posting konnte nicht gefunden werden." -#: Controller/EntriesController.php:238 +#: Controller/EntriesController.php:243 msgid "new_entry_linktitle" msgstr "Neuen Eintrag verfassen" -#: Controller/EntriesController.php:293 Controller/EntriesController.php:414 +#: Controller/EntriesController.php:298 Controller/EntriesController.php:423 msgid "Something clogged the tubes. Could not save entry. Try again." msgstr "" -#: Controller/EntriesController.php:344 Controller/EntriesController.php:454 +#: Controller/EntriesController.php:351 Controller/EntriesController.php:467 msgid "back_to_posting_from_linkname" msgstr "zurück zum Posting von %s" @@ -1368,27 +1373,27 @@ msgstr "zurück zum Posting von %s" msgid "answer_marking" msgstr "Antwort verfassen" -#: Controller/EntriesController.php:420 +#: Controller/EntriesController.php:429 msgid "notice_you_are_editing_as_mod" msgstr "Achtung: Die folgende Aktion wird als Moderator vorgenommen!" -#: Controller/EntriesController.php:485 +#: Controller/EntriesController.php:498 msgid "delete_tree_success" msgstr "Thread erfolgreich entfernt." -#: Controller/EntriesController.php:488 +#: Controller/EntriesController.php:501 msgid "delete_subtree_success" msgstr "Subthread erfolgreich entfernt." -#: Controller/EntriesController.php:492 +#: Controller/EntriesController.php:505 msgid "delete_tree_error" msgstr "Thread konnte nicht gelöscht werden." -#: Controller/EntriesController.php:707 +#: Controller/EntriesController.php:718 msgid "Error" msgstr "" -#: Controller/EntriesController.php:924 +#: Controller/EntriesController.php:935 msgid "Custom" msgstr "Angepasst" @@ -1639,7 +1644,7 @@ msgstr "" msgid "Abend" msgstr "" -#: View/Helper/BbcodeHelper.php:583 +#: View/Helper/BbcodeHelper.php:603 #, fuzzy msgid "" "Your browser does not support HTML5 video. Please updgrade to a " @@ -1649,7 +1654,7 @@ msgstr "" "Ihr Browser unterstützt kein HTML5-Video. Bitte verwenden Sie einen modernen " "Browser." -#: View/Helper/BbcodeHelper.php:604 +#: View/Helper/BbcodeHelper.php:624 #, fuzzy msgid "" "Your browser does not support HTML5 audio. Please updgrade to a " @@ -1659,22 +1664,22 @@ msgstr "" "Ihr Browser unterstützt kein HTML5-Video. Bitte verwenden Sie einen modernen " "Browser." -#: View/Helper/BbcodeHelper.php:765 View/Helper/BbcodeHelper.php:769 +#: View/Helper/BbcodeHelper.php:784 View/Helper/BbcodeHelper.php:789 #: View/Helper/MarkitupEditorHelper.php:48 msgid "Spoiler" msgstr "" -#: View/Helper/BbcodeHelper.php:959 +#: View/Helper/BbcodeHelper.php:980 #, fuzzy msgid "[embed] tag not enabled." msgstr "Embed.ly aktivieren" -#: View/Helper/BbcodeHelper.php:1045 +#: View/Helper/BbcodeHelper.php:1066 #, php-format msgid "Domain %s not allowed for embedding video." msgstr "Domain %s bei Videos nicht erlaubt." -#: View/Helper/BbcodeHelper.php:1053 +#: View/Helper/BbcodeHelper.php:1074 msgid "Video domain is not allowed." msgstr "" @@ -1811,10 +1816,825 @@ msgstr "Neues Bild hier hineinwerfen" msgid "upload_info" msgstr "Max. :size; jpg, jpeg, png, gif" -#: Plugin/M/webroot/bower_components/underscore/test/utility.js:71 +#: Plugin/M/webroot/dev/bower_components/underscore/test/utility.js:71 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/test_underscore/utility.js:51 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/test_underscore/utility.js:41 msgid "champ" msgstr "" +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/findup-sync/node_modules/lodash/lodash.js:4498 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/findup-sync/node_modules/lodash/dist/lodash.compat.js:4491 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/findup-sync/node_modules/lodash/dist/lodash.js:4341 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/findup-sync/node_modules/lodash/dist/lodash.underscore.js:3699 +msgid "moe" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/findup-sync/node_modules/lodash/test/test.js:2649 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/findup-sync/node_modules/lodash/test/test.js:2663 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:362 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:494 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:272 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:359 +msgid "0" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:22 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:12 +msgid " foobar " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:46 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:189 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:190 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:191 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:36 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:140 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:141 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:142 +msgid "whitespace" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:50 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:40 +msgid "Hello worls" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:54 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:215 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:216 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:44 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:161 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:162 +msgid "Hello " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:58 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:224 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:48 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:167 +msgid "https://edtsech@bitbucket.org/edtsech/underscore.strings" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:73 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:237 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:63 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:180 +msgid "the titleize string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:77 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:81 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:203 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:204 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:205 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:327 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:328 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:342 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:67 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:71 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:152 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:153 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:154 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:244 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:245 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:256 +msgid "Hello world" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:89 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:79 +msgid "
Blah blah blah
" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:93 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:83 +msgid "<div>Blah blah blah</div>" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:97 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:428 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:436 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:87 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:316 +msgid "Hello World" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:101 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:105 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:109 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:113 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:117 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:450 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:451 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:452 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:472 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:473 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:483 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:484 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:485 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings_standalone.js:6 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:91 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:95 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:99 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:103 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:107 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:327 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:328 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:329 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:343 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:344 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:351 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:352 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:353 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings_standalone.js:6 +msgid "foo" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:121 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:111 +msgid "10.232323" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:125 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:129 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:133 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:137 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:115 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:119 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:123 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:127 +msgid "aaa_bbb_ccc" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:141 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:131 +#, fuzzy +msgid "separator" +msgstr "Moderation" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/speed.js:145 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:607 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/speed.js:135 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:424 +msgid "Un éléphant à l'orée du bois" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:16 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:56 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:75 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:10 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:31 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:48 +msgid " foo" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:17 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:58 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:76 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:11 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:33 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:49 +msgid "foo " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:18 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:59 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:79 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:12 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:34 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:52 +msgid " foo " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:19 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:20 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:13 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:14 +msgid " foo " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:21 +msgid "\t foo \t " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:23 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:64 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:81 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:16 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:37 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:54 +msgid "ffoo" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:24 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:65 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:82 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:17 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:38 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:55 +msgid "ooff" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:25 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:66 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:83 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:18 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:39 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:56 +msgid "ffooff" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:28 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:68 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:85 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:21 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:41 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:58 +msgid "_-foobar-_" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:30 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:74 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:23 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:47 +msgid "http://foo/" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:31 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:24 +msgid "c:\\" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:57 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:32 +msgid " foo" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:77 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:50 +msgid "foo " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:78 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:51 +msgid "foo bar " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:93 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:64 +msgid "fabio" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:110 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:359 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:76 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:269 +msgid " " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:126 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:89 +msgid " foo bar " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:137 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:148 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:97 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:108 +#, python-format +msgid "Hello %s" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:138 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:149 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:98 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:109 +#, python-format +msgid "hello %s" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:157 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:167 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:117 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:124 +msgid "foobar" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:158 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:118 +msgid "oobar" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:170 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:127 +msgid "fooba" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:206 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:155 +msgid "x.xx....x.x" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:230 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:361 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:173 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:271 +msgid "a" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:231 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:174 +msgid "A" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:232 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:175 +msgid "+" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:238 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:181 +msgid "the titleize string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:242 +msgid "let's have some fun" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:243 +msgid "a-dash-separated-string" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:244 +msgid "A-DASH-SEPARATED-STRING" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:249 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:186 +msgid "the_camelize_string_method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:250 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:187 +msgid "-the-camelize-string-method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:251 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:188 +msgid "the camelize string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:252 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:189 +msgid " the camelize string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:253 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:190 +msgid "the camelize string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:261 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:195 +msgid "the-underscored-string-method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:262 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:196 +msgid "theUnderscoredStringMethod" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:263 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:197 +msgid "TheUnderscoredStringMethod" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:264 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:198 +msgid " the underscored string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:272 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:203 +msgid "the_dasherize_string_method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:273 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:204 +msgid "TheDasherizeStringMethod" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:274 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:205 +msgid "thisIsATest" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:275 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:206 +msgid "this Is A Test" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:276 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:207 +msgid "thisIsATest123" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:277 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:208 +msgid "123thisIsATest" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:278 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:209 +msgid "the dasherize string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:279 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:210 +msgid "the dasherize string method " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:280 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:211 +msgid "téléphone" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:281 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:212 +msgid "foo$bar" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:296 +msgid "_som eWeird---name-" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:308 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:230 +#, fuzzy +msgid "some_class_name" +msgstr "Realer Name" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:309 +msgid "my wonderfull class_name" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:310 +msgid "my wonderfull.class.name" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:314 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:234 +msgid "the_humanize_string_method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:315 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:235 +msgid "ThehumanizeStringMethod" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:316 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:236 +msgid "the humanize string method" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:317 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:237 +msgid "the humanize_id string method_id" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:318 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:238 +msgid "the humanize string method " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:319 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:239 +msgid " capitalize dash-CamelCase_underscore trim " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:329 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:419 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:246 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:310 +msgid "Hello" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:337 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:341 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:251 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:255 +msgid "Hello, cruel world" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:338 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:339 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:340 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:252 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:253 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:254 +msgid "Hello, world" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:343 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:347 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:257 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:261 +msgid "Привет, жестокий мир" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:344 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:345 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:346 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:348 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:258 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:259 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:260 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:262 +msgid "Привет, мир" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:349 +msgid "alksjd!!!!!!...." +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:360 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:270 +msgid "\n" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:375 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:277 +msgid "
Blah & \"blah\" & 'blah'
" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:377 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:279 +msgid "<" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:385 +msgid "" +"<div>Blah & "blah" & 'blah'</div>" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:387 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:287 +msgid "&lt;" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:388 +msgid "'" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:389 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:288 +msgid "'" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:390 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:289 +msgid "'" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:391 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:290 +msgid "J" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:392 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:291 +msgid "J" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:393 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:292 +msgid "J" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:394 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:293 +msgid "&_#39;" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:395 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:294 +msgid "'_;" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:396 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:295 +msgid "&#38;" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:397 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:296 +msgid "&amp;" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:406 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:302 +msgid "I love you!" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:407 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:303 +msgid " I love you! " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:408 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:304 +msgid "I_love_you!" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:409 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:305 +msgid "I-love-you!" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:413 +msgid " " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:427 +msgid "AaBbCcDdEe" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:435 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:315 +msgid "" +"Hello\n" +"World" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:444 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:446 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:447 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:448 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:449 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:459 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:461 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:462 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:469 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:471 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:480 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:482 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:321 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:323 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:324 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:325 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:326 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:333 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:335 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:336 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:340 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:342 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:348 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:350 +msgid "1" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:492 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:357 +msgid "not a number" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:495 +msgid "0.0" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:496 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:497 +msgid "0.1" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:498 +msgid " 0.1 " +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:499 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:360 +msgid "0000" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:500 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:501 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:502 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:361 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:362 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:363 +msgid "2.345" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:503 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:364 +msgid "2.344" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:504 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:365 +msgid "2" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:507 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:368 +msgid "-2" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:533 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:534 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:535 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:536 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:537 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:538 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:546 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:547 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:548 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:549 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:550 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:558 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:559 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:560 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:561 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:562 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:570 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:571 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:572 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:573 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:574 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:372 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:373 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:374 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:375 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:376 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:381 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:382 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:383 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:384 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:385 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:390 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:391 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:392 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:393 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:394 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:399 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:400 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:401 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:402 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:403 +msgid "This_is_a_test_string" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:582 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:408 +msgid "a link" +msgstr "" + +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/test/strings.js:583 +#: Plugin/M/webroot/dev/node_modules/grunt/node_modules/underscore.string/test/strings.js:409 +msgid "a link + element('custom_html_header') ?> + RequireJs->scriptTag($requireJsScript, ['jsUrl' => 'm/dev/js/']); + ?> + + + Html->script('M.../dist/js.js'); + } ?> + + +
+
+
+ + +
+
+
+ + diff --git a/app/Plugin/M/View/Ms/index.ctp b/app/Plugin/M/View/Ms/index.ctp new file mode 100644 index 000000000..e69de29bb diff --git a/app/Plugin/M/View/Ms/manifest.ctp b/app/Plugin/M/View/Ms/manifest.ctp new file mode 100644 index 000000000..786ec5c28 --- /dev/null +++ b/app/Plugin/M/View/Ms/manifest.ctp @@ -0,0 +1,22 @@ +CACHE MANIFEST +# Version: + + +CACHE: +/favicon.ico +Html->assetUrl($asset) . "\n"; + } +?> + +NETWORK: +* + +FALLBACK: diff --git a/app/Plugin/M/webroot/.gitignore b/app/Plugin/M/webroot/.gitignore new file mode 100644 index 000000000..9dea3ebbe --- /dev/null +++ b/app/Plugin/M/webroot/.gitignore @@ -0,0 +1 @@ +dev/ diff --git a/app/Plugin/M/webroot/dist/common.css b/app/Plugin/M/webroot/dist/common.css new file mode 100644 index 000000000..1a9a1ffc6 --- /dev/null +++ b/app/Plugin/M/webroot/dist/common.css @@ -0,0 +1,33 @@ +/* +Pure v0.2.2-pre +Copyright 2013 Yahoo! Inc. All rights reserved. +Licensed under the BSD License. +https://github.com/yui/pure/blob/master/LICENSE.md +*//* +normalize.css v1.1.2 | MIT License | git.io/normalize +Copyright (c) Nicolas Gallagher and Jonathan Neal +*//* normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}h2{font-size:1.5em;margin:0.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:0.83em;margin:1.67em 0}h6{font-size:0.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.pure-button{display:inline-block;*display:inline;zoom:1;line-height:normal;white-space:nowrap;vertical-align:baseline;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-size:100%;*font-size:90%;*overflow:visible;padding:0.5em 1.5em 0.5em;color:#444;color:rgba(0,0,0,0.8);*color:#444;border:1px solid #999;border:none rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px;-webkit-font-smoothing:antialiased;-webkit-transition:0.1s linear -webkit-box-shadow;-moz-transition:0.1s linear -moz-box-shadow;-ms-transition:0.1s linear box-shadow;-o-transition:0.1s linear box-shadow;transition:0.1s linear box-shadow}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0.1)));background-image:-webkit-linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));background-image:-moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1));background-image:-ms-linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));background-image:-o-linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));background-image:linear-gradient(transparent,rgba(0,0,0,0.05) 40%,rgba(0,0,0,0.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,0.15) inset,0 0 6px rgba(0,0,0,0.2) inset}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:none;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);-khtml-opacity:0.40;-moz-opacity:0.40;opacity:0.40;cursor:not-allowed;box-shadow:none}.pure-button-hidden{display:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-form{margin:0}.pure-form fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}.pure-form legend{border:0;padding:0;white-space:normal;*margin-left:-7px}.pure-form button,.pure-form input,.pure-form select,.pure-form textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.pure-form button,.pure-form input{line-height:normal}.pure-form button,.pure-form input[type="button"],.pure-form input[type="reset"],.pure-form input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}.pure-form button[disabled],.pure-form input[disabled]{cursor:default}.pure-form input[type="checkbox"],.pure-form input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}.pure-form input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.pure-form input[type="search"]::-webkit-search-cancel-button,.pure-form input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.pure-form button::-moz-focus-inner,.pure-form input::-moz-focus-inner{border:0;padding:0}.pure-form textarea{overflow:auto;vertical-align:top}.pure-form input[type="text"],.pure-form input[type="password"],.pure-form input[type="email"],.pure-form input[type="url"],.pure-form input[type="date"],.pure-form input[type="month"],.pure-form input[type="time"],.pure-form input[type="datetime"],.pure-form input[type="datetime-local"],.pure-form input[type="week"],.pure-form input[type="number"],.pure-form input[type="search"],.pure-form input[type="tel"],.pure-form input[type="color"],.pure-form select,.pure-form textarea{padding:0.5em 0.6em;display:inline-block;border:1px solid #ccc;font-size:0.8em;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-transition:0.3s linear border;-moz-transition:0.3s linear border;-ms-transition:0.3s linear border;-o-transition:0.3s linear border;transition:0.3s linear border;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased}.pure-form input[type="text"]:focus,.pure-form input[type="password"]:focus,.pure-form input[type="email"]:focus,.pure-form input[type="url"]:focus,.pure-form input[type="date"]:focus,.pure-form input[type="month"]:focus,.pure-form input[type="time"]:focus,.pure-form input[type="datetime"]:focus,.pure-form input[type="datetime-local"]:focus,.pure-form input[type="week"]:focus,.pure-form input[type="number"]:focus,.pure-form input[type="search"]:focus,.pure-form input[type="tel"]:focus,.pure-form input[type="color"]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;outline:thin dotted \9;border-color:#129FEA}.pure-form input[type="file"]:focus,.pure-form input[type="radio"]:focus,.pure-form input[type="checkbox"]:focus{outline:thin dotted #333;outline:1px auto #129FEA}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:0.5em 0;display:block}.pure-form input[type="text"][disabled],.pure-form input[type="password"][disabled],.pure-form input[type="email"][disabled],.pure-form input[type="url"][disabled],.pure-form input[type="date"][disabled],.pure-form input[type="month"][disabled],.pure-form input[type="time"][disabled],.pure-form input[type="datetime"][disabled],.pure-form input[type="datetime-local"][disabled],.pure-form input[type="week"][disabled],.pure-form input[type="number"][disabled],.pure-form input[type="search"][disabled],.pure-form input[type="tel"][disabled],.pure-form input[type="color"][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form textarea:focus:invalid,.pure-form select:focus:invalid{color:#b94a48;border:1px solid #ee5f5b}.pure-form input:focus:invalid:focus,.pure-form textarea:focus:invalid:focus,.pure-form select:focus:invalid:focus{border-color:#e9322d}.pure-form input[type="file"]:focus:invalid:focus,.pure-form input[type="radio"]:focus:invalid:focus,.pure-form input[type="checkbox"]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{border:1px solid #ccc;background-color:white}.pure-form select[multiple]{height:auto}.pure-form label{margin:0.5em 0 0.2em;font-size:90%}.pure-form fieldset{margin:0;padding:0.35em 0 0.75em;border:0}.pure-form legend{display:block;width:100%;padding:0.3em 0;margin-bottom:0.3em;font-size:125%;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input[type="text"],.pure-form-stacked input[type="password"],.pure-form-stacked input[type="email"],.pure-form-stacked input[type="url"],.pure-form-stacked input[type="date"],.pure-form-stacked input[type="month"],.pure-form-stacked input[type="time"],.pure-form-stacked input[type="datetime"],.pure-form-stacked input[type="datetime-local"],.pure-form-stacked input[type="week"],.pure-form-stacked input[type="number"],.pure-form-stacked input[type="search"],.pure-form-stacked input[type="tel"],.pure-form-stacked input[type="color"],.pure-form-stacked select,.pure-form-stacked label,.pure-form-stacked textarea{display:block;margin:0.25em 0}.pure-form-aligned input,.pure-form-aligned textarea,.pure-form-aligned select,.pure-form-aligned .pure-help-inline,.pure-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.pure-form-aligned .pure-control-group{margin-bottom:0.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 10em}.pure-form input.pure-input-rounded,.pure-form .pure-input-rounded{border-radius:2em;padding:0.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input{display:block;padding:10px;margin:0;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus{z-index:2}.pure-form .pure-group input:first-child{top:1px;border-radius:4px 4px 0 0}.pure-form .pure-group input:last-child{top:-2px;border-radius:0 0 4px 4px}.pure-form .pure-group button{margin:0.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:0.3em;color:#666;vertical-align:middle;font-size:90%}.pure-form-message{display:block;color:#666;font-size:90%}@media only screen and (max-width: 480px){.pure-form button[type="submit"]{margin:0.7em 0 0}.pure-form input[type="text"],.pure-form input[type="password"],.pure-form input[type="email"],.pure-form input[type="url"],.pure-form input[type="date"],.pure-form input[type="month"],.pure-form input[type="time"],.pure-form input[type="datetime"],.pure-form input[type="datetime-local"],.pure-form input[type="week"],.pure-form input[type="number"],.pure-form input[type="search"],.pure-form input[type="tel"],.pure-form input[type="color"],.pure-form label{margin-bottom:0.3em;display:block}.pure-group input[type="text"],.pure-group input[type="password"],.pure-group input[type="email"],.pure-group input[type="url"],.pure-group input[type="date"],.pure-group input[type="month"],.pure-group input[type="time"],.pure-group input[type="datetime"],.pure-group input[type="datetime-local"],.pure-group input[type="week"],.pure-group input[type="number"],.pure-group input[type="search"],.pure-group input[type="tel"],.pure-group input[type="color"]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:0.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0 0}.pure-form .pure-help-inline,.pure-form-message-inline,.pure-form-message{display:block;font-size:80%;padding:0.2em 0 0.8em}}.pure-g{letter-spacing:-0.31em;*letter-spacing:normal;*word-spacing:-0.43em;text-rendering:optimizespeed}.opera-only :-o-prefocus,.pure-g{word-spacing:-0.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-5-24,.pure-u-7-24,.pure-u-11-24,.pure-u-13-24,.pure-u-17-24,.pure-u-19-24,.pure-u-23-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1{width:100%}.pure-u-1-2{width:50%}.pure-u-1-3{width:33.33333%}.pure-u-2-3{width:66.66666%}.pure-u-1-4{width:25%}.pure-u-3-4{width:75%}.pure-u-1-5{width:20%}.pure-u-2-5{width:40%}.pure-u-3-5{width:60%}.pure-u-4-5{width:80%}.pure-u-1-6{width:16.666%}.pure-u-5-6{width:83.33%}.pure-u-1-8{width:12.5%}.pure-u-3-8{width:37.5%}.pure-u-5-8{width:62.5%}.pure-u-7-8{width:87.5%}.pure-u-1-12{width:8.3333%}.pure-u-5-12{width:41.6666%}.pure-u-7-12{width:58.3333%}.pure-u-11-12{width:91.6666%}.pure-u-1-24{width:4.1666%}.pure-u-5-24{width:20.8333%}.pure-u-7-24{width:29.1666%}.pure-u-11-24{width:45.8333%}.pure-u-13-24{width:54.1666%}.pure-u-17-24{width:70.8333%}.pure-u-19-24{width:79.1666%}.pure-u-23-24{width:95.8333%}.pure-g-r{letter-spacing:-0.31em;*letter-spacing:normal;*word-spacing:-0.43em}.opera-only :-o-prefocus,.pure-g-r{word-spacing:-0.43em}.pure-g-r img{max-width:100%}@media (min-width: 980px){.pure-visible-phone{display:none}.pure-visible-tablet{display:none}.pure-hidden-desktop{display:none}}@media (max-width: 480px){.pure-g-r>.pure-u,.pure-g-r>[class*="pure-u-"]{width:100%}}@media (max-width: 767px){.pure-g-r>.pure-u,.pure-g-r>[class*="pure-u-"]{width:100%}.pure-hidden-phone{display:none}.pure-visible-desktop{display:none}}@media (min-width: 768px) and (max-width: 979px){.pure-hidden-tablet{display:none}.pure-visible-desktop{display:none}}.pure-menu ul{position:absolute;visibility:hidden}.pure-menu.pure-menu-open{visibility:visible;z-index:2;width:100%}.pure-menu ul{left:-10000px;list-style:none;margin:0;padding:0;top:-10000px;z-index:1}.pure-menu>ul{position:relative}.pure-menu-open>ul{left:0;top:0;visibility:visible}.pure-menu-open>ul:focus{outline:0}.pure-menu li{position:relative}.pure-menu a,.pure-menu .pure-menu-heading{display:block;color:inherit;line-height:1.5em;padding:5px 20px;text-decoration:none;white-space:nowrap}.pure-menu.pure-menu-horizontal>.pure-menu-heading{display:inline-block;*display:inline;zoom:1;margin:0;vertical-align:middle}.pure-menu.pure-menu-horizontal>ul{display:inline-block;*display:inline;zoom:1;vertical-align:middle;height:2.4em}.pure-menu li a{padding:5px 20px}.pure-menu-can-have-children>.pure-menu-label:after{content:'\25B8';float:right;font-family:'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;margin-right:-20px;margin-top:-1px}.pure-menu-can-have-children>.pure-menu-label{padding-right:30px}.pure-menu-separator{background-color:#dfdfdf;display:block;height:1px;font-size:0;margin:7px 2px;overflow:hidden}.pure-menu-hidden{display:none}.pure-menu-fixed{position:fixed;top:0;left:0;width:100%}.pure-menu-horizontal li{display:inline-block;*display:inline;zoom:1;vertical-align:middle}.pure-menu-horizontal li li{display:block}.pure-menu-horizontal>.pure-menu-children>.pure-menu-can-have-children>.pure-menu-label:after{content:"\25BE"}.pure-menu-horizontal>.pure-menu-children>.pure-menu-can-have-children>.pure-menu-label{padding-right:30px}.pure-menu-horizontal li.pure-menu-separator{height:50%;width:1px;margin:0 7px}.pure-menu-horizontal li li.pure-menu-separator{height:1px;width:auto;margin:7px 2px}.pure-menu.pure-menu-open,.pure-menu.pure-menu-horizontal li .pure-menu-children{background:#fff;border:1px solid #b7b7b7}.pure-menu.pure-menu-horizontal,.pure-menu.pure-menu-horizontal .pure-menu-heading{border:none}.pure-menu a{border:1px solid transparent;border-left:none;border-right:none}.pure-menu a,.pure-menu .pure-menu-can-have-children>li:after{color:#777}.pure-menu .pure-menu-can-have-children>li:hover:after{color:#fff}.pure-menu .pure-menu-open{background:#dedede}.pure-menu li a:hover,.pure-menu li a:focus{background:#eee}.pure-menu li.pure-menu-disabled a:hover,.pure-menu li.pure-menu-disabled a:focus{background:#fff;color:#bfbfbf}.pure-menu .pure-menu-disabled>a{background-image:none;border-color:transparent;cursor:default}.pure-menu .pure-menu-disabled>a,.pure-menu .pure-menu-can-have-children.pure-menu-disabled>a:after{color:#bfbfbf}.pure-menu .pure-menu-heading{color:#565d64;text-transform:uppercase;font-size:90%;margin-top:0.5em;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#dfdfdf}.pure-menu .pure-menu-selected a{color:#000}.pure-menu.pure-menu-open.pure-menu-fixed{border:none;border-bottom:1px solid #b7b7b7}.pure-paginator{letter-spacing:-0.31em;*letter-spacing:normal;*word-spacing:-0.43em;text-rendering:optimizespeed;list-style:none;margin:0;padding:0}.opera-only :-o-prefocus,.pure-paginator{word-spacing:-0.43em}.pure-paginator li{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-paginator .pure-button{border-radius:0;padding:0.8em 1.4em;vertical-align:top;height:1.1em}.pure-paginator .pure-button:focus,.pure-paginator .pure-button:active{outline-style:none}.pure-paginator .prev,.pure-paginator .next{color:#C0C1C3;text-shadow:0 -1px 0 rgba(0,0,0,0.45)}.pure-paginator .prev{border-radius:2px 0 0 2px}.pure-paginator .next{border-radius:0 2px 2px 0}@media (max-width: 480px){.pure-menu-horizontal{width:100%}.pure-menu-children li{display:block;border-bottom:1px solid black}}.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial, sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:6px 12px}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child td,.pure-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px 0;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child td{border-bottom-width:0}#nprogress{pointer-events:none;-webkit-pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:100;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #29d, 0 0 5px #29d;opacity:1.0;-webkit-transform:rotate(3deg) translate(0px, -4px);-moz-transform:rotate(3deg) translate(0px, -4px);-ms-transform:rotate(3deg) translate(0px, -4px);-o-transform:rotate(3deg) translate(0px, -4px);transform:rotate(3deg) translate(0px, -4px)}#nprogress .spinner{display:block;position:fixed;z-index:100;top:15px;right:15px}#nprogress .spinner-icon{width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:10px;-webkit-animation:nprogress-spinner 400ms linear infinite;-moz-animation:nprogress-spinner 400ms linear infinite;-ms-animation:nprogress-spinner 400ms linear infinite;-o-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes nprogress-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes nprogress-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes nprogress-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}#nprogress{z-index:10000;position:relative}#nprogress .bar{background:#e74a00}#nprogress .peg{box-shadow:0 0 10px gray, 0 0 5px gray}#nprogress .spinner-icon{border-top-color:#e74a00;border-left-color:#e74a00}/* + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/byscuits + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */@font-face{font-family:'FontAwesome';src:url("../dist/font/fontawesome-webfont.eot?v=3.2.1");src:url("../dist/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"),url("../dist/font/fontawesome-webfont.woff?v=3.2.1") format("woff"),url("../dist/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"),url("../dist/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.33333em}a [class^="icon-"],a [class*=" icon-"]{display:inline}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.14286em;text-align:right;padding-right:0.28571em}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.42857em}.icons-ul{margin-left:2.14286em;list-style-type:none}.icons-ul>li{position:relative}.icons-ul .icon-li{position:absolute;left:-2.14286em;width:2.14286em;text-align:center;line-height:inherit}[class^="icon-"].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"],.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class^="icon-"],.nav-pills [class^="icon-"].icon-large,.nav-pills [class*=" icon-"],.nav-pills [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope-alt:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-power-off:before,.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-gear:before,.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file-alt:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-rotate-right:before,.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-mail-forward:before,.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-gears:before,.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up-alt:before{content:"\f087"}.icon-thumbs-down-alt:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-unchecked:before,.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-text-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-mail-reply:before,.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-reply-all:before{content:"\f122"}.icon-mail-reply-all:before{content:"\f122"}.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-off:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-empty:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}.icon-compass:before{content:"\f14e"}.icon-collapse:before{content:"\f150"}.icon-collapse-top:before{content:"\f151"}.icon-expand:before{content:"\f152"}.icon-euro:before,.icon-eur:before{content:"\f153"}.icon-gbp:before{content:"\f154"}.icon-dollar:before,.icon-usd:before{content:"\f155"}.icon-rupee:before,.icon-inr:before{content:"\f156"}.icon-yen:before,.icon-jpy:before{content:"\f157"}.icon-renminbi:before,.icon-cny:before{content:"\f158"}.icon-won:before,.icon-krw:before{content:"\f159"}.icon-bitcoin:before,.icon-btc:before{content:"\f15a"}.icon-file:before{content:"\f15b"}.icon-file-text:before{content:"\f15c"}.icon-sort-by-alphabet:before{content:"\f15d"}.icon-sort-by-alphabet-alt:before{content:"\f15e"}.icon-sort-by-attributes:before{content:"\f160"}.icon-sort-by-attributes-alt:before{content:"\f161"}.icon-sort-by-order:before{content:"\f162"}.icon-sort-by-order-alt:before{content:"\f163"}.icon-thumbs-up:before{content:"\f164"}.icon-thumbs-down:before{content:"\f165"}.icon-youtube-sign:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-sign:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stackexchange:before{content:"\f16c"}.icon-instagram:before{content:"\f16d"}.icon-flickr:before{content:"\f16e"}.icon-adn:before{content:"\f170"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-sign:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-sign:before{content:"\f174"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-apple:before{content:"\f179"}.icon-windows:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-linux:before{content:"\f17c"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-female:before{content:"\f182"}.icon-male:before{content:"\f183"}.icon-gittip:before{content:"\f184"}.icon-sun:before{content:"\f185"}.icon-moon:before{content:"\f186"}.icon-archive:before{content:"\f187"}.icon-bug:before{content:"\f188"}.icon-vk:before{content:"\f189"}.icon-weibo:before{content:"\f18a"}.icon-renren:before{content:"\f18b"}.alertify-cover{position:fixed;z-index:9999;top:0;bottom:0;left:0;right:0}.alertify-dialog{position:fixed;z-index:99999;top:50px;left:50%;opacity:1;-webkit-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);-ms-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);-o-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.alertify-resetFocus{border:0;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute}.alertify-text{margin-bottom:15px;width:100%;font-size:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.alertify-button,.alertify-button:hover,.alertify-button:active,.alertify-button:visited{background:none;text-decoration:none;border:none;line-height:1.5;font-size:100%;display:inline-block;cursor:pointer;margin-left:5px}.is-alertify-cover-hidden{display:none}.is-alertify-dialog-hidden{opacity:0;display:none;-webkit-transform:translate(0, -150px);-moz-transform:translate(0, -150px);-ms-transform:translate(0, -150px);-o-transform:translate(0, -150px);transform:translate(0, -150px)}:root *>.is-alertify-dialog-hidden{display:block}.alertify-logs{position:fixed;z-index:9999}.alertify-log{position:relative;display:block;opacity:0;-webkit-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);-moz-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);-ms-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);-o-transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)}.is-alertify-log-showing{opacity:1}.is-alertify-log-hidden{opacity:0}.alertify-dialog{width:550px;margin-left:-275px;background:#FFF;border:10px solid #333333;border:10px solid rgba(0,0,0,0.7);border-radius:8px;box-shadow:0 3px 3px rgba(0,0,0,0.3);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box}.alertify-dialog-inner{padding:25px}.alertify-inner{text-align:center}.alertify-text{border:1px solid #cccccc;padding:10px;border-radius:4px}.alertify-button{border-radius:4px;color:#FFF;font-weight:bold;padding:6px 15px;text-decoration:none;text-shadow:1px 1px 0 rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);background-image:-webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));background-image:-moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));background-image:-ms-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));background-image:-o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));background-image:linear-gradient(top, rgba(255,255,255,0.3),rgba(255,255,255,0))}.alertify-button:hover,.alertify-button:focus{outline:none;background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));background-image:-moz-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));background-image:-ms-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));background-image:-o-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0));background-image:linear-gradient(top, rgba(0,0,0,0.1),rgba(0,0,0,0))}.alertify-button:focus{box-shadow:0 0 10px #2b72d5}.alertify-button:active{position:relative;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.alertify-button-cancel,.alertify-button-cancel:hover,.alertify-button-cancel:focus{background-color:#fe1a00;border:1px solid #cb1500}.alertify-button-ok,.alertify-button-ok:hover,.alertify-button-ok:focus{background-color:#5cb811;border:1px solid #45890d}@media only screen and (max-width: 680px){.alertify-dialog{width:90%;left:5%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}.alertify-logs{position:fixed;z-index:9999;bottom:8px;right:8px;width:300px}.alertify-log{margin-top:8px;right:-300px;padding:16px 16px;border-radius:4px}.alertify-log-info{background:#1F1F1F;background:rgba(0,0,0,0.9);color:#FFF;text-shadow:-1px -1px 0 rgba(0,0,0,0.5)}.alertify-log-error{color:#FFF;background:#FE1A00;background:rgba(254,26,0,0.9)}.alertify-log-success{color:#FFF;background:#5CB811;background:rgba(92,184,17,0.9)}.is-alertify-log-showing{right:0}.is-alertify-log-hidden{right:-300px}html,body,button,input,select,textarea{font-family:'Helvetica Neue', Helvetica, Roboto, Verdana, Geneva, Lucida, Arial, sans-serif;color:#333;background-color:white;margin:0}a{text-decoration:none;color:#e74a00}ul{margin:0;padding:0;list-style-type:none}html,body{height:100%}.container,.content{position:absolute;top:0;bottom:0;left:0;right:0}.container-wrapper{overflow:hidden}.navbar.fixed{position:absolute;width:100%;right:0;left:0;z-index:1030}.content{top:44px;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.container-index,.container-mix,.container-chat{-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;-ms-transition:-ms-transform .3s ease-in-out;-o-transition:-o-transform 0.3s ease-in-out;transition:transform .3s ease-in-out}.container-chat{z-index:1040;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.container-chat.test-hidden{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media only screen and (max-width: 640px){.container-index,.container-mix,.container-chat{-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;-ms-transition:-ms-transform .3s ease-in-out;-o-transition:-o-transform 0.3s ease-in-out;transition:transform .3s ease-in-out}.container-index{-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.container-index.hidden{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.container-mix{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.container-mix.hidden{-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@media only screen and (min-width: 640px){.hide-tablet{display:none}.container-index{width:320px}.container-mix{left:320px;border-left:2px solid #fff}.container-mix,.container-mix.hidden{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none}}@media only screen and (min-width: 890px){.hide-desktop{display:none}.container-mix.shoutbox{right:250px}.container-chat{left:auto;right:0;width:250px;display:block;border-left:2px solid white;box-sizing:border-box;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:none;-ms-transition:none;-o-transition:none;transition:none}.container-chat.hidden{display:none}}.relative{position:relative}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.container-index .more{text-align:center;margin:10px 0 10px}.container,.content{background:white}.logo-placement:after{content:"Saito Forum";display:block;text-align:center;padding:10px;font-weight:bold;font-size:15px;font-size:3vmax;color:#999;letter-spacing:1px}#t{position:absolute;bottom:0px;right:0px;width:20px;height:20px;text-align:right}.c_t_h_3_abs h1,.navbar h1,.c_t_h_3_abs h2,.navbar h2,.c_t_h_3_abs h3,.navbar h3{margin:0;padding:0}.c_t_h_3_abs>div,.navbar>div{position:relative}.c_t_h_3_abs>div>div,.navbar>div>div{text-align:center;white-space:nowrap;vertical-align:middle}.c_t_h_3_abs>div>div:first-child,.navbar>div>div:first-child{position:absolute}.c_t_h_3_abs>div>div:last-child,.navbar>div>div:last-child{position:absolute;top:0;right:0;text-align:right}input[type=checkbox]{width:auto}input[type=checkbox]+label{width:auto}#content .pure-form .pure-control-group,#content .pure-form .pure-controls{width:100%;max-width:60em;margin:10px auto}#content .pure-form input,#content .pure-form select,#content .pure-form textarea{width:100%;border-radius:0;border:none;box-shadow:none;font-size:16px}#content .pure-form select{-webkit-appearance:none}#content .pure-form input[type='checkbox']{width:auto;margin-left:1em}.l-char-counter{position:absolute;right:0;bottom:0}.char-counter{padding:10px;opacity:0.5}.navbar{margin:0;height:44px;line-height:44px;background-color:white;box-shadow:0 1px 1px rgba(51,51,51,0.25)}.navbar .button{height:44px;width:44px;font-size:22px;line-height:44px;display:inline-block;text-align:center}.navbar>.center{text-align:center}.navbar>.right{text-align:right}#appmenudimmer{opacity:0;position:fixed;background:black;width:100%;height:100%;top:0;bottom:0;z-index:1999;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}#appmenudimmer.dimmed{opacity:0.5}#appmenu{position:fixed;z-index:2000;top:0px;bottom:0px;left:0px;width:200px;background-color:white;box-shadow:1px 0px 3px rgba(51,51,51,0.25);line-height:22px}#appmenu>a.close{display:block;line-height:22px;font-size:22px;text-align:right;padding:10px}#appmenu>ul>li{border-top:#f0f3f5 1px solid}#appmenu>ul>li>a{padding:10px;display:block}#appmenu>ul>li:last-child{border-bottom:#f0f3f5 1px solid}#appmenu{visibility:hidden;-webkit-transition:0.5s cubic-bezier(0.09, 0.68, 0, 0.99);-o-transition:0.5s cubic-bezier(0.09, 0.68, 0, 0.99);transition:0.5s cubic-bezier(0.09, 0.68, 0, 0.99);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}#appmenu.show{visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}#card-bottom{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:scroll;position:fixed;top:0px;bottom:0px;left:0px;right:0px;z-index:1100;box-shadow:-1px 0 3px rgba(51,51,51,0.25);background-color:#f5f5f5;visibility:hidden;-webkit-transition:0.5s ease-out;-o-transition:0.5s ease-out;transition:0.5s ease-out;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}#card-bottom.show{visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.alertify-log,.is-alertify-log-hidden{right:0;word-wrap:break-word;-webkit-transform:translate3d(300px, 0, 0);-moz-transform:translate3d(300px, 0, 0);-o-transform:translate3d(300px, 0, 0);-ms-transform:translate3d(300px, 0, 0);transform:translate3d(300px, 0, 0)}.is-alertify-log-showing{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.container-chat .content{font-size:13px}.container-chat .username{font-weight:bold}.container-chat .username>a{color:#333}.container-chat hr{margin:0;border:none}.container-chat img{max-width:100%}.container-chat .info_text{text-align:center;padding:5px;font-style:italic}.shout{padding:9px 10px;word-wrap:break-word}.shout a{display:inline !important;padding:0 !important}body.hide-no-shoutbox .hide-no-shoutbox{display:none}.content .spinner{height:100%;width:100%;position:absolute;top:50%}.content .spinner i{margin:-50px auto auto;display:block;height:100px;width:100px;font-size:100px;line-height:100px;text-align:center;color:#999}.content .spinner .animated{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transistion-timing-function:ease;-webkit-animation:spinner 0.7s infinite linear;-moz-animation:spinner 0.7s infinite linear;-o-animation:spinner 0 0.7s infinite linear;animation:spinner 0.7 infinite linear}@-moz-keyframes spinner{0%{-moz-transform:rotate(0deg) scale(1)}100%{-moz-transform:rotate(359deg) scale(0)}}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(180deg) scale(0.8)}100%{-webkit-transform:rotate(359deg) scale(1)}}@-o-keyframes spinner{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spinner{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spinner{0%{transform:rotate(0deg) scale(1)}100%{transform:rotate(359deg) scale(0)}}.badgelet,.shout{margin-bottom:1px;background-color:#f0f3f5;text-shadow:0 1px 0px rgba(255,255,255,0.75);border:0px solid #dde3e6}.badgelet-link{display:block;padding:9px 10px;color:#333}.badgelet-title{display:block;margin:0;text-decoration:none;transition-property:color;font-size:15px;line-height:19px}.badgelet-infoline{margin:0;margin-top:5px;font-size:12px;line-height:14px;color:#999}.badgelet-unreadItems{display:inline-block;float:right;height:14px;color:#607d86;font-size:10px;text-align:right}.badgelet-author{margin-right:5px;font-weight:bold;color:#333}.badgelet-category{margin-right:5px}.badgelet-flag{margin-right:-10px;margin-top:-4px;padding:0;float:right;width:0px;height:0px;border-style:solid;border-width:0 0 12px 12px;border-color:transparent transparent #dde3e6 transparent;display:none}.badgelet-content{margin:0;padding:0;box-shadow:inset 0 0px 1px 1px rgba(51,51,51,0.25);display:none}.badgelet-content img,.badgelet-content object,.badgelet-content embed,.badgelet-content video,.badgelet-content iframe{max-width:100%}.badgelet-content-text{margin:0;padding:10px;font-size:15px;line-height:1.3em}.badgelet-content-toolbar{padding:0 10px;font-size:14px}.badgelet-content-toolbar .right{float:right}.badgelet-content-toolbar i{font-size:20px;vertical-align:text-top}.badgelet-content-toolbar .icon-edit{font-size:22px}.badgelet-content-toolbar a{padding:10px;height:24px;display:inline-block;text-decoration:none}.badgelet-first{background-color:#dae4eb}.badgelet.is-selected,.is-selected.shout{background-color:#dae4eb}.badgelet.is-flagged,.is-flagged.shout{border-left-color:#607d86}.badgelet.is-flagged .badgelet-flag,.is-flagged.shout .badgelet-flag{border-bottom-color:#607d86;display:block} diff --git a/app/Plugin/M/webroot/dist/font/FontAwesome.otf b/app/Plugin/M/webroot/dist/font/FontAwesome.otf new file mode 100644 index 000000000..70125459f Binary files /dev/null and b/app/Plugin/M/webroot/dist/font/FontAwesome.otf differ diff --git a/app/Plugin/M/webroot/dist/font/fontawesome-webfont.eot b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.eot new file mode 100644 index 000000000..0662cb96b Binary files /dev/null and b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.eot differ diff --git a/app/Plugin/M/webroot/dist/font/fontawesome-webfont.svg b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.svg new file mode 100644 index 000000000..2edb4ec34 --- /dev/null +++ b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.svg @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/Plugin/M/webroot/dist/font/fontawesome-webfont.ttf b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.ttf new file mode 100644 index 000000000..d36592469 Binary files /dev/null and b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.ttf differ diff --git a/app/Plugin/M/webroot/dist/font/fontawesome-webfont.woff b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.woff new file mode 100644 index 000000000..b9bd17e15 Binary files /dev/null and b/app/Plugin/M/webroot/dist/font/fontawesome-webfont.woff differ diff --git a/app/Plugin/M/webroot/dist/js.js b/app/Plugin/M/webroot/dist/js.js new file mode 100644 index 000000000..8535f628a --- /dev/null +++ b/app/Plugin/M/webroot/dist/js.js @@ -0,0 +1,131 @@ +/* + RequireJS 2.1.4 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. + Available via the MIT or new BSD license. + see: http://github.com/jrburke/requirejs for details +*/ +var requirejs,require,define; +(function(Y){function I(b){return"[object Function]"===L.call(b)}function J(b){return"[object Array]"===L.call(b)}function x(b,c){if(b){var d;for(d=0;dthis.depCount&&!this.defined){if(I(n)){if(this.events.error)try{e=k.execCb(c,n,b,e)}catch(d){a=d}else e=k.execCb(c,n,b,e);this.map.isDefine&&((b=this.module)&&void 0!==b.exports&&b.exports!==this.exports?e=b.exports:void 0===e&&this.usingExports&&(e=this.exports));if(a)return a.requireMap=this.map,a.requireModules=[this.map.id],a.requireType="define",A(this.error=a)}else e=n;this.exports=e;if(this.map.isDefine&& +!this.ignore&&(p[c]=e,l.onResourceLoad))l.onResourceLoad(k,this.map,this.depMaps);delete j[c];this.defined=!0}this.defining=!1;this.defined&&!this.defineEmitted&&(this.defineEmitted=!0,this.emit("defined",this.exports),this.defineEmitComplete=!0)}}else this.fetch()}},callPlugin:function(){var a=this.map,b=a.id,d=h(a.prefix);this.depMaps.push(d);s(d,"defined",t(this,function(e){var n,d;d=this.map.name;var v=this.map.parentMap?this.map.parentMap.name:null,g=k.makeRequire(a.parentMap,{enableBuildCallback:!0}); +if(this.map.unnormalized){if(e.normalize&&(d=e.normalize(d,function(a){return c(a,v,!0)})||""),e=h(a.prefix+"!"+d,this.map.parentMap),s(e,"defined",t(this,function(a){this.init([],function(){return a},null,{enabled:!0,ignore:!0})})),d=i(j,e.id)){this.depMaps.push(e);if(this.events.error)d.on("error",t(this,function(a){this.emit("error",a)}));d.enable()}}else n=t(this,function(a){this.init([],function(){return a},null,{enabled:!0})}),n.error=t(this,function(a){this.inited=!0;this.error=a;a.requireModules= +[b];E(j,function(a){0===a.map.id.indexOf(b+"_unnormalized")&&delete j[a.map.id]});A(a)}),n.fromText=t(this,function(e,c){var d=a.name,u=h(d),v=O;c&&(e=c);v&&(O=!1);q(u);r(m.config,b)&&(m.config[d]=m.config[b]);try{l.exec(e)}catch(j){return A(F("fromtexteval","fromText eval for "+b+" failed: "+j,j,[b]))}v&&(O=!0);this.depMaps.push(u);k.completeLoad(d);g([d],n)}),e.load(a.name,g,n,m)}));k.enable(d,this);this.pluginMaps[d.id]=d},enable:function(){this.enabling=this.enabled=!0;x(this.depMaps,t(this,function(a, +b){var c,e;if("string"===typeof a){a=h(a,this.map.isDefine?this.map:this.map.parentMap,!1,!this.skipMap);this.depMaps[b]=a;if(c=i(N,a.id)){this.depExports[b]=c(this);return}this.depCount+=1;s(a,"defined",t(this,function(a){this.defineDep(b,a);this.check()}));this.errback&&s(a,"error",this.errback)}c=a.id;e=j[c];!r(N,c)&&(e&&!e.enabled)&&k.enable(a,this)}));E(this.pluginMaps,t(this,function(a){var b=i(j,a.id);b&&!b.enabled&&k.enable(a,this)}));this.enabling=!1;this.check()},on:function(a,b){var c= +this.events[a];c||(c=this.events[a]=[]);c.push(b)},emit:function(a,b){x(this.events[a],function(a){a(b)});"error"===a&&delete this.events[a]}};k={config:m,contextName:b,registry:j,defined:p,urlFetched:S,defQueue:G,Module:W,makeModuleMap:h,nextTick:l.nextTick,configure:function(a){a.baseUrl&&"/"!==a.baseUrl.charAt(a.baseUrl.length-1)&&(a.baseUrl+="/");var b=m.pkgs,c=m.shim,e={paths:!0,config:!0,map:!0};E(a,function(a,b){e[b]?"map"===b?Q(m[b],a,!0,!0):Q(m[b],a,!0):m[b]=a});a.shim&&(E(a.shim,function(a, +b){J(a)&&(a={deps:a});if((a.exports||a.init)&&!a.exportsFn)a.exportsFn=k.makeShimExports(a);c[b]=a}),m.shim=c);a.packages&&(x(a.packages,function(a){a="string"===typeof a?{name:a}:a;b[a.name]={name:a.name,location:a.location||a.name,main:(a.main||"main").replace(ga,"").replace(aa,"")}}),m.pkgs=b);E(j,function(a,b){!a.inited&&!a.map.unnormalized&&(a.map=h(b))});if(a.deps||a.callback)k.require(a.deps||[],a.callback)},makeShimExports:function(a){return function(){var b;a.init&&(b=a.init.apply(Y,arguments)); +return b||a.exports&&Z(a.exports)}},makeRequire:function(a,d){function g(e,c,u){var i,m;d.enableBuildCallback&&(c&&I(c))&&(c.__requireJsBuild=!0);if("string"===typeof e){if(I(c))return A(F("requireargs","Invalid require call"),u);if(a&&r(N,e))return N[e](j[a.id]);if(l.get)return l.get(k,e,a);i=h(e,a,!1,!0);i=i.id;return!r(p,i)?A(F("notloaded",'Module name "'+i+'" has not been loaded yet for context: '+b+(a?"":". Use require([])"))):p[i]}K();k.nextTick(function(){K();m=q(h(null,a));m.skipMap=d.skipMap; +m.init(e,c,u,{enabled:!0});C()});return g}d=d||{};Q(g,{isBrowser:z,toUrl:function(b){var d,f=b.lastIndexOf("."),h=b.split("/")[0];if(-1!==f&&(!("."===h||".."===h)||1g.attachEvent.toString().indexOf("[native code"))&& +!V?(O=!0,g.attachEvent("onreadystatechange",b.onScriptLoad)):(g.addEventListener("load",b.onScriptLoad,!1),g.addEventListener("error",b.onScriptError,!1)),g.src=d,K=g,D?B.insertBefore(g,D):B.appendChild(g),K=null,g;$&&(importScripts(d),b.completeLoad(c))};z&&M(document.getElementsByTagName("script"),function(b){B||(B=b.parentNode);if(s=b.getAttribute("data-main"))return q.baseUrl||(H=s.split("/"),ba=H.pop(),ca=H.length?H.join("/")+"/":"./",q.baseUrl=ca,s=ba),s=s.replace(aa,""),q.deps=q.deps?q.deps.concat(s): +[s],!0});define=function(b,c,d){var i,g;"string"!==typeof b&&(d=c,c=b,b=null);J(c)||(d=c,c=[]);!c.length&&I(d)&&d.length&&(d.toString().replace(ia,"").replace(ja,function(b,d){c.push(d)}),c=(1===d.length?["require"]:["require","exports","module"]).concat(c));if(O){if(!(i=K))P&&"interactive"===P.readyState||M(document.getElementsByTagName("script"),function(b){if("interactive"===b.readyState)return P=b}),i=P;i&&(b||(b=i.getAttribute("data-requiremodule")),g=C[i.getAttribute("data-requirecontext")])}(g? +g.defQueue:R).push([b,c,d])};define.amd={jQuery:!0};l.exec=function(b){return eval(b)};l(q)}})(this); + +/*! + * jQuery JavaScript Library v2.0.3 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2013-07-03T13:30Z + */ + +/*! + * Sizzle CSS Selector Engine v1.9.4-pre + * http://sizzlejs.com/ + * + * Copyright 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2013-06-03 + */ + +// Underscore.js 1.5.0 +// http://underscorejs.org +// (c) 2009-2011 Jeremy Ashkenas, DocumentCloud Inc. +// (c) 2011-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors +// Underscore may be freely distributed under the MIT license. + +// (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc. +// Backbone may be freely distributed under the MIT license. +// For all details and documentation: +// http://backbonejs.org + +/** + * @license RequireJS text 2.0.10 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. + * Available via the MIT or new BSD license. + * see: http://github.com/requirejs/text for details + */ + +/* + +Copyright (C) 2011 by Yehuda Katz + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +*/ + +/*! + Autosize v1.17.8 - 2013-09-07 + Automatically adjust textarea height based on user input. + (c) 2013 Jack Moore - http://www.jacklmoore.com/autosize + license: http://www.opensource.org/licenses/mit-license.php +*/ + +/*! alertify 0.4.0rc1 (Fabien Doiron) | MIT */ + +/*! NProgress (c) 2013, Rico Sta. Cruz + * http://ricostacruz.com/nprogress */ + +/** + * @preserve FastClick: polyfill to remove click delays on browsers with touch UIs. + * + * @version 0.6.9 + * @codingstandard ftlabs-jsv2 + * @copyright The Financial Times Limited [All Rights Reserved] + * @license MIT License (see LICENSE.txt) + */ + +function FastClick(e){var t,n=this;if(this.trackingClick=!1,this.trackingClickStart=0,this.targetElement=null,this.touchStartX=0,this.touchStartY=0,this.lastTouchIdentifier=0,this.touchBoundary=10,this.layer=e,!e||!e.nodeType)throw new TypeError("Layer must be a document node");this.onClick=function(){return FastClick.prototype.onClick.apply(n,arguments)},this.onMouse=function(){return FastClick.prototype.onMouse.apply(n,arguments)},this.onTouchStart=function(){return FastClick.prototype.onTouchStart.apply(n,arguments)},this.onTouchEnd=function(){return FastClick.prototype.onTouchEnd.apply(n,arguments)},this.onTouchCancel=function(){return FastClick.prototype.onTouchCancel.apply(n,arguments)},FastClick.notNeeded(e)||(this.deviceIsAndroid&&(e.addEventListener("mouseover",this.onMouse,!0),e.addEventListener("mousedown",this.onMouse,!0),e.addEventListener("mouseup",this.onMouse,!0)),e.addEventListener("click",this.onClick,!0),e.addEventListener("touchstart",this.onTouchStart,!1),e.addEventListener("touchend",this.onTouchEnd,!1),e.addEventListener("touchcancel",this.onTouchCancel,!1),Event.prototype.stopImmediatePropagation||(e.removeEventListener=function(t,n,i){var r=Node.prototype.removeEventListener;"click"===t?r.call(e,t,n.hijacked||n,i):r.call(e,t,n,i)},e.addEventListener=function(t,n,i){var r=Node.prototype.addEventListener;"click"===t?r.call(e,t,n.hijacked||(n.hijacked=function(e){e.propagationStopped||n(e)}),i):r.call(e,t,n,i)}),"function"==typeof e.onclick&&(t=e.onclick,e.addEventListener("click",function(e){t(e)},!1),e.onclick=null))}!function(e,t){function n(e){var t=e.length,n=st.type(e);return st.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}function i(e){var t=ft[e]={};return st.each(e.match(at)||[],function(e,n){t[n]=!0}),t}function r(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=st.expando+Math.random()}function s(e,n,i){var r;if(i===t&&1===e.nodeType)if(r="data-"+n.replace(yt,"-$1").toLowerCase(),i=e.getAttribute(r),"string"==typeof i){try{i="true"===i?!0:"false"===i?!1:"null"===i?null:+i+""===i?+i:vt.test(i)?JSON.parse(i):i}catch(s){}gt.set(e,n,i)}else i=t;return i}function o(){return!0}function a(){return!1}function u(){try{return V.activeElement}catch(e){}}function l(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function c(e,t,n){if(st.isFunction(t))return st.grep(e,function(e,i){return!!t.call(e,i,e)!==n});if(t.nodeType)return st.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(Nt.test(t))return st.filter(t,e,n);t=st.filter(t,e)}return st.grep(e,function(e){return tt.call(t,e)>=0!==n})}function h(e,t){return st.nodeName(e,"table")&&st.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function p(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function d(e){var t=$t.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function f(e,t){for(var n=e.length,i=0;n>i;i++)mt.set(e[i],"globalEval",!t||mt.get(t[i],"globalEval"))}function g(e,t){var n,i,r,s,o,a,u,l;if(1===t.nodeType){if(mt.hasData(e)&&(s=mt.access(e),o=mt.set(t,s),l=s.events)){delete o.handle,o.events={};for(r in l)for(n=0,i=l[r].length;i>n;n++)st.event.add(t,r,l[r][n])}gt.hasData(e)&&(a=gt.access(e),u=st.extend({},a),gt.set(t,u))}}function m(e,n){var i=e.getElementsByTagName?e.getElementsByTagName(n||"*"):e.querySelectorAll?e.querySelectorAll(n||"*"):[];return n===t||n&&st.nodeName(e,n)?st.merge([e],i):i}function v(e,t){var n=t.nodeName.toLowerCase();"input"===n&&Lt.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}function y(e,t){if(t in e)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),i=t,r=Zt.length;r--;)if(t=Zt[r]+n,t in e)return t;return i}function b(e,t){return e=t||e,"none"===st.css(e,"display")||!st.contains(e.ownerDocument,e)}function x(t){return e.getComputedStyle(t,null)}function w(e,t){for(var n,i,r,s=[],o=0,a=e.length;a>o;o++)i=e[o],i.style&&(s[o]=mt.get(i,"olddisplay"),n=i.style.display,t?(s[o]||"none"!==n||(i.style.display=""),""===i.style.display&&b(i)&&(s[o]=mt.access(i,"olddisplay",E(i.nodeName)))):s[o]||(r=b(i),(n&&"none"!==n||!r)&&mt.set(i,"olddisplay",r?n:st.css(i,"display"))));for(o=0;a>o;o++)i=e[o],i.style&&(t&&"none"!==i.style.display&&""!==i.style.display||(i.style.display=t?s[o]||"":"none"));return e}function k(e,t,n){var i=Wt.exec(t);return i?Math.max(0,i[1]-(n||0))+(i[2]||"px"):t}function S(e,t,n,i,r){for(var s=n===(i?"border":"content")?4:"width"===t?1:0,o=0;4>s;s+=2)"margin"===n&&(o+=st.css(e,n+Kt[s],!0,r)),i?("content"===n&&(o-=st.css(e,"padding"+Kt[s],!0,r)),"margin"!==n&&(o-=st.css(e,"border"+Kt[s]+"Width",!0,r))):(o+=st.css(e,"padding"+Kt[s],!0,r),"padding"!==n&&(o+=st.css(e,"border"+Kt[s]+"Width",!0,r)));return o}function C(e,t,n){var i=!0,r="width"===t?e.offsetWidth:e.offsetHeight,s=x(e),o=st.support.boxSizing&&"border-box"===st.css(e,"boxSizing",!1,s);if(0>=r||null==r){if(r=Rt(e,t,s),(0>r||null==r)&&(r=e.style[t]),Xt.test(r))return r;i=o&&(st.support.boxSizingReliable||r===e.style[t]),r=parseFloat(r)||0}return r+S(e,t,n||(o?"border":"content"),i,s)+"px"}function E(e){var t=V,n=Qt[e];return n||(n=T(e,t),"none"!==n&&n||(Bt=(Bt||st("