Commit 65d0dbd8 authored by Vivek's avatar Vivek

added missing gadgets file

parent 7e279b29
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>css</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>js</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272932.91</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>bootstrap3-wysihtml5.min.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
/*! bootstrap3-wysihtml5-bower 2014-06-11 */\n
\n
ul.wysihtml5-toolbar{margin:0;padding:0;display:block}ul.wysihtml5-toolbar::after{clear:both;display:table;content:""}ul.wysihtml5-toolbar>li{float:left;display:list-item;list-style:none;margin:0 5px 10px 0}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold]{font-weight:700}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic]{font-style:italic}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline]{text-decoration:underline}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);background-color:#E6E6E6;background-color:#D9D9D9;outline:0}ul.wysihtml5-commands-disabled .dropdown-menu{display:none!important}ul.wysihtml5-toolbar div.wysihtml5-colors{display:block;width:50px;height:20px;margin-top:2px;margin-left:5px;position:absolute;pointer-events:none}ul.wysihtml5-toolbar a.wysihtml5-colors-title{padding-left:70px}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black]{background:#000!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver]{background:silver!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray]{background:gray!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon]{background:maroon!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red]{background:red!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple]{background:purple!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green]{background:green!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive]{background:olive!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy]{background:navy!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue]{background:#00f!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange]{background:orange!important}.glyphicon-quote:before{content:"\\201C";font-family:Georgia,serif;font-size:50px;position:absolute;top:-4px;left:-3px;max-height:100%}.glyphicon-quote:after{content:"\\0000a0"}\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2252</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>bootstrap3-wysihtml5.min.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272935.27</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>gadget_bootstrap3-wysiwyg.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
/*jslint indent: 2 */\n
/*global window, jQuery, rJS*/\n
"use strict";\n
\n
(function (window, $, rJS) {\n
\n
rJS(window).\n
declareMethod(\'getContent\', function () {\n
return this.editor.val();\n
})\n
.declareMethod(\'setContent\', function (content) {\n
this.editor.data(\'wysihtml5\').editor.setValue(content);\n
return;\n
})\n
.declareMethod(\'clearContent\', function () {\n
return this.editor.html(\'\');\n
})\n
.declareMethod(\'initStateTransfer\', function () {\n
var current_state = {},\n
gadget = this;\n
return RSVP.Queue()\n
.push(function() {\n
return gadget.getContent();\n
})\n
.push(function(content) {\n
current_state.content = content;\n
return current_state;\n
})\n
})\n
.declareMethod(\'finishStateTransfer\', function (current_state) {\n
return this.setContent(current_state.content);\n
})\n
.declareMethod(\'initSubGadget\', function () {\n
document.body.innerHTML =\'<div class="container" style=" width: 100%; height: 600px;">\'\n
+\'<div class="jumbotron" style="margin-left:0px; height: 600px;">\'\n
+\'<textarea class="textarea" \'\n
+\'style="width: 100%; height: 400px; font-size: 14px; line-height: 18px;">\'\n
+\'</textarea></div</div>\';\n
this.editor = $(\'.textarea\');\n
this.editor.wysihtml5({\n
toolbar: {\n
fa: true\n
}\n
});\n
})\n
\n
.ready(function (g) {\n
});\n
\n
}(window, jQuery, rJS));\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>1548</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>gadget_bootstrap3-wysiwyg.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41273080.29</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>LICENSE</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/octet-stream</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n
Version 2, December 2004\n
\n
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>\n
\n
Everyone is permitted to copy and distribute verbatim or modified\n
copies of this license document, and changing it is allowed as long\n
as the name is changed.\n
\n
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n
\n
0. You just DO WHAT THE FUCK YOU WANT TO.\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>483</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>LICENSE</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>scss</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>scss</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41273091.34</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>chartist.scss</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/octet-stream</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
@import "settings/chartist-settings";\n
\n
@mixin ct-responsive-svg-container($width: 100%, $ratio: $ct-container-ratio) {\n
display: block;\n
position: relative;\n
width: $width;\n
\n
&:before {\n
display: block;\n
float: left;\n
content: "";\n
width: 0;\n
height: 0;\n
padding-bottom: $ratio * 100%;\n
}\n
\n
&:after {\n
content: "";\n
display: table;\n
clear: both;\n
}\n
\n
> svg {\n
display: block;\n
position: absolute;\n
top: 0;\n
left: 0;\n
}\n
}\n
\n
@mixin ct-align-justify($ct-text-align: $ct-text-align, $ct-text-justify: $ct-text-justify) {\n
-webkit-box-align: $ct-text-align;\n
-webkit-align-items: $ct-text-align;\n
-ms-flex-align: $ct-text-align;\n
align-items: $ct-text-align;\n
-webkit-box-pack: $ct-text-justify;\n
-webkit-justify-content: $ct-text-justify;\n
-ms-flex-pack: $ct-text-justify;\n
justify-content: $ct-text-justify;\n
// Fallback to text-align for non-flex browsers\n
@if($ct-text-justify == \'flex-start\') {\n
text-align: left;\n
} @else if ($ct-text-justify == \'flex-end\') {\n
text-align: right;\n
} @else {\n
text-align: center;\n
}\n
}\n
\n
@mixin ct-flex() {\n
// Fallback to block\n
display: block;\n
display: -webkit-box;\n
display: -moz-box;\n
display: -ms-flexbox;\n
display: -webkit-flex;\n
display: flex;\n
}\n
\n
@mixin ct-chart-label($ct-text-color: $ct-text-color, $ct-text-size: $ct-text-size, $ct-text-line-height: $ct-text-line-height) {\n
fill: $ct-text-color;\n
color: $ct-text-color;\n
font-size: $ct-text-size;\n
line-height: $ct-text-line-height;\n
}\n
\n
@mixin ct-chart-grid($ct-grid-color: $ct-grid-color, $ct-grid-width: $ct-grid-width, $ct-grid-dasharray: $ct-grid-dasharray) {\n
stroke: $ct-grid-color;\n
stroke-width: $ct-grid-width;\n
\n
@if ($ct-grid-dasharray) {\n
stroke-dasharray: $ct-grid-dasharray;\n
}\n
}\n
\n
@mixin ct-chart-point($ct-point-size: $ct-point-size, $ct-point-shape: $ct-point-shape) {\n
stroke-width: $ct-point-size;\n
stroke-linecap: $ct-point-shape;\n
}\n
\n
@mixin ct-chart-line($ct-line-width: $ct-line-width, $ct-line-dasharray: $ct-line-dasharray) {\n
fill: none;\n
stroke-width: $ct-line-width;\n
\n
@if ($ct-line-dasharray) {\n
stroke-dasharray: $ct-line-dasharray;\n
}\n
}\n
\n
@mixin ct-chart-area($ct-area-opacity: $ct-area-opacity) {\n
stroke: none;\n
fill-opacity: $ct-area-opacity;\n
}\n
\n
@mixin ct-chart-bar($ct-bar-width: $ct-bar-width) {\n
fill: none;\n
stroke-width: $ct-bar-width;\n
}\n
\n
@mixin ct-chart-donut($ct-donut-width: $ct-donut-width) {\n
fill: none;\n
stroke-width: $ct-donut-width;\n
}\n
\n
@mixin ct-chart-series-color($color) {\n
.#{$ct-class-point}, .#{$ct-class-line}, .#{$ct-class-bar}, .#{$ct-class-slice-donut} {\n
stroke: $color;\n
}\n
\n
.#{$ct-class-slice-pie}, .#{$ct-class-area} {\n
fill: $color;\n
}\n
}\n
\n
@mixin ct-chart($ct-container-ratio: $ct-container-ratio, $ct-text-color: $ct-text-color, $ct-text-size: $ct-text-size, $ct-grid-color: $ct-grid-color, $ct-grid-width: $ct-grid-width, $ct-grid-dasharray: $ct-grid-dasharray, $ct-point-size: $ct-point-size, $ct-point-shape: $ct-point-shape, $ct-line-width: $ct-line-width, $ct-bar-width: $ct-bar-width, $ct-donut-width: $ct-donut-width, $ct-series-names: $ct-series-names, $ct-series-colors: $ct-series-colors) {\n
\n
.#{$ct-class-label} {\n
@include ct-chart-label($ct-text-color, $ct-text-size);\n
}\n
\n
.#{$ct-class-chart-line} .#{$ct-class-label},\n
.#{$ct-class-chart-bar} .#{$ct-class-label} {\n
@include ct-flex();\n
}\n
\n
.#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-start} {\n
@include ct-align-justify(flex-end, flex-start);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: start;\n
}\n
\n
.#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-end} {\n
@include ct-align-justify(flex-start, flex-start);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: start;\n
}\n
\n
.#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-start} {\n
@include ct-align-justify(flex-end, flex-end);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: end;\n
}\n
\n
.#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-end} {\n
@include ct-align-justify(flex-end, flex-start);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: start;\n
}\n
\n
.#{$ct-class-chart-bar} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-start} {\n
@include ct-align-justify(flex-end, center);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: start;\n
}\n
\n
.#{$ct-class-chart-bar} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-end} {\n
@include ct-align-justify(flex-start, center);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: start;\n
}\n
\n
.#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-start} {\n
@include ct-align-justify(flex-end, flex-start);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: start;\n
}\n
\n
.#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-end} {\n
@include ct-align-justify(flex-start, flex-start);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: start;\n
}\n
\n
.#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-start} {\n
//@include ct-chart-label($ct-text-color, $ct-text-size, center, $ct-vertical-text-justify);\n
@include ct-align-justify(center, flex-end);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: end;\n
}\n
\n
.#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-end} {\n
@include ct-align-justify(center, flex-start);\n
// Fallback for browsers that don\'t support foreignObjects\n
text-anchor: end;\n
}\n
\n
.#{$ct-class-grid} {\n
@include ct-chart-grid($ct-grid-color, $ct-grid-width, $ct-grid-dasharray);\n
}\n
\n
.#{$ct-class-point} {\n
@include ct-chart-point($ct-point-size, $ct-point-shape);\n
}\n
\n
.#{$ct-class-line} {\n
@include ct-chart-line($ct-line-width);\n
}\n
\n
.#{$ct-class-area} {\n
@include ct-chart-area();\n
}\n
\n
.#{$ct-class-bar} {\n
@include ct-chart-bar($ct-bar-width);\n
}\n
\n
.#{$ct-class-slice-donut} {\n
@include ct-chart-donut($ct-donut-width);\n
}\n
\n
@if $ct-include-colored-series {\n
@for $i from 0 to length($ct-series-names) {\n
.#{$ct-class-series}-#{nth($ct-series-names, $i + 1)} {\n
$color: nth($ct-series-colors, $i + 1);\n
\n
@include ct-chart-series-color($color);\n
}\n
}\n
}\n
}\n
\n
@if $ct-include-classes {\n
@include ct-chart();\n
\n
@if $ct-include-alternative-responsive-containers {\n
@for $i from 0 to length($ct-scales-names) {\n
.#{nth($ct-scales-names, $i + 1)} {\n
@include ct-responsive-svg-container($ratio: nth($ct-scales, $i + 1));\n
}\n
}\n
}\n
}\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>6857</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>chartist.scss</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>settings</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>settings</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272822.56</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>README.md</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/octet-stream</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
# Handsontable distributions\n
\n
## Full distribution (recommended)\n
\n
The full distribution allows you to use Handsontable by just including 2 files:\n
```html\n
<script src="dist/handsontable.full.js"></script>\n
<link rel="stylesheet" media="screen" href="dist/handsontable.full.css">\n
```\n
(It may also require Pikaday and moment.js, if you\'re using the Datepicker for date input)\n
\n
**handsontable.full.js** and **handsontable.full.css** are compiled with ___all___ the needed dependencies.\n
\n
Using this has the same effect as loading all the dependencies from the Bare distribution (see below).\n
\n
## Bare distribution\n
\n
If you are a "Bob the Builder" kind of hacker, you will need to load Handsontable JS, CSS and their dependencies:\n
```html\n
<script src="dist/handsontable.js"></script>\n
<script src="lib/numeral.js"></script>\n
<link rel="stylesheet" media="screen" href="dist/handsontable.css">\n
```\n
\n
**handsontable.js** and **handsontable.css** are compiled ___without___ the needed dependencies.\n
\n
## Custom distribution\n
\n
If you want to build your own custom Handsontable package distribution check out our [tool](https://github.com/handsontable/hot-builder) designed for this.\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>1165</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>README.md</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>moment</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>moment</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272761.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>LICENSE</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/octet-stream</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>Copyright (c) 2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors\n
\n
Permission is hereby granted, free of charge, to any person\n
obtaining a copy of this software and associated documentation\n
files (the "Software"), to deal in the Software without\n
restriction, including without limitation the rights to use,\n
copy, modify, merge, publish, distribute, sublicense, and/or sell\n
copies of the Software, and to permit persons to whom the\n
Software is furnished to do so, subject to the following\n
conditions:\n
\n
The above copyright notice and this permission notice shall be\n
included in all copies or substantial portions of the Software.\n
\n
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\n
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n
OTHER DEALINGS IN THE SOFTWARE.\n
</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>1097</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>LICENSE</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>locale</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>locale</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272788.87</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>af.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : afrikaans (af)\n
//! author : Werner Mollentze : https://github.com/wernerm\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var af = moment.defineLocale(\'af\', {\n
months : \'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember\'.split(\'_\'),\n
monthsShort : \'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des\'.split(\'_\'),\n
weekdays : \'Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag\'.split(\'_\'),\n
weekdaysShort : \'Son_Maa_Din_Woe_Don_Vry_Sat\'.split(\'_\'),\n
weekdaysMin : \'So_Ma_Di_Wo_Do_Vr_Sa\'.split(\'_\'),\n
meridiemParse: /vm|nm/i,\n
isPM : function (input) {\n
return /^nm$/i.test(input);\n
},\n
meridiem : function (hours, minutes, isLower) {\n
if (hours < 12) {\n
return isLower ? \'vm\' : \'VM\';\n
} else {\n
return isLower ? \'nm\' : \'NM\';\n
}\n
},\n
longDateFormat : {\n
LT : \'HH:mm\',\n
LTS : \'HH:mm:ss\',\n
L : \'DD/MM/YYYY\',\n
LL : \'D MMMM YYYY\',\n
LLL : \'D MMMM YYYY HH:mm\',\n
LLLL : \'dddd, D MMMM YYYY HH:mm\'\n
},\n
calendar : {\n
sameDay : \'[Vandag om] LT\',\n
nextDay : \'[Môre om] LT\',\n
nextWeek : \'dddd [om] LT\',\n
lastDay : \'[Gister om] LT\',\n
lastWeek : \'[Laas] dddd [om] LT\',\n
sameElse : \'L\'\n
},\n
relativeTime : {\n
future : \'oor %s\',\n
past : \'%s gelede\',\n
s : \'\\\'n paar sekondes\',\n
m : \'\\\'n minuut\',\n
mm : \'%d minute\',\n
h : \'\\\'n uur\',\n
hh : \'%d ure\',\n
d : \'\\\'n dag\',\n
dd : \'%d dae\',\n
M : \'\\\'n maand\',\n
MM : \'%d maande\',\n
y : \'\\\'n jaar\',\n
yy : \'%d jaar\'\n
},\n
ordinalParse: /\\d{1,2}(ste|de)/,\n
ordinal : function (number) {\n
return number + ((number === 1 || number === 8 || number >= 20) ? \'ste\' : \'de\'); // Thanks to Joris Röling : https://github.com/jjupiter\n
},\n
week : {\n
dow : 1, // Maandag is die eerste dag van die week.\n
doy : 4 // Die week wat die 4de Januarie bevat is die eerste week van die jaar.\n
}\n
});\n
\n
return af;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2577</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>af.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272781.9</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>ar-ma.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : Moroccan Arabic (ar-ma)\n
//! author : ElFadili Yassine : https://github.com/ElFadiliY\n
//! author : Abdel Said : https://github.com/abdelsaid\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var ar_ma = moment.defineLocale(\'ar-ma\', {\n
months : \'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر\'.split(\'_\'),\n
monthsShort : \'يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر\'.split(\'_\'),\n
weekdays : \'الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت\'.split(\'_\'),\n
weekdaysShort : \'احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت\'.split(\'_\'),\n
weekdaysMin : \'ح_ن_ث_ر_خ_ج_س\'.split(\'_\'),\n
longDateFormat : {\n
LT : \'HH:mm\',\n
LTS : \'HH:mm:ss\',\n
L : \'DD/MM/YYYY\',\n
LL : \'D MMMM YYYY\',\n
LLL : \'D MMMM YYYY HH:mm\',\n
LLLL : \'dddd D MMMM YYYY HH:mm\'\n
},\n
calendar : {\n
sameDay: \'[اليوم على الساعة] LT\',\n
nextDay: \'[غدا على الساعة] LT\',\n
nextWeek: \'dddd [على الساعة] LT\',\n
lastDay: \'[أمس على الساعة] LT\',\n
lastWeek: \'dddd [على الساعة] LT\',\n
sameElse: \'L\'\n
},\n
relativeTime : {\n
future : \'في %s\',\n
past : \'منذ %s\',\n
s : \'ثوان\',\n
m : \'دقيقة\',\n
mm : \'%d دقائق\',\n
h : \'ساعة\',\n
hh : \'%d ساعات\',\n
d : \'يوم\',\n
dd : \'%d أيام\',\n
M : \'شهر\',\n
MM : \'%d أشهر\',\n
y : \'سنة\',\n
yy : \'%d سنوات\'\n
},\n
week : {\n
dow : 6, // Saturday is the first day of the week.\n
doy : 12 // The week that contains Jan 1st is the first week of the year.\n
}\n
});\n
\n
return ar_ma;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2346</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ar-ma.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272813.38</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>ar-sa.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : Arabic Saudi Arabia (ar-sa)\n
//! author : Suhail Alkowaileet : https://github.com/xsoh\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var symbolMap = {\n
\'1\': \'١\',\n
\'2\': \'٢\',\n
\'3\': \'٣\',\n
\'4\': \'٤\',\n
\'5\': \'٥\',\n
\'6\': \'٦\',\n
\'7\': \'٧\',\n
\'8\': \'٨\',\n
\'9\': \'٩\',\n
\'0\': \'٠\'\n
}, numberMap = {\n
\'١\': \'1\',\n
\'٢\': \'2\',\n
\'٣\': \'3\',\n
\'٤\': \'4\',\n
\'٥\': \'5\',\n
\'٦\': \'6\',\n
\'٧\': \'7\',\n
\'٨\': \'8\',\n
\'٩\': \'9\',\n
\'٠\': \'0\'\n
};\n
\n
var ar_sa = moment.defineLocale(\'ar-sa\', {\n
months : \'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر\'.split(\'_\'),\n
monthsShort : \'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر\'.split(\'_\'),\n
weekdays : \'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت\'.split(\'_\'),\n
weekdaysShort : \'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت\'.split(\'_\'),\n
weekdaysMin : \'ح_ن_ث_ر_خ_ج_س\'.split(\'_\'),\n
longDateFormat : {\n
LT : \'HH:mm\',\n
LTS : \'HH:mm:ss\',\n
L : \'DD/MM/YYYY\',\n
LL : \'D MMMM YYYY\',\n
LLL : \'D MMMM YYYY HH:mm\',\n
LLLL : \'dddd D MMMM YYYY HH:mm\'\n
},\n
meridiemParse: /ص|م/,\n
isPM : function (input) {\n
return \'م\' === input;\n
},\n
meridiem : function (hour, minute, isLower) {\n
if (hour < 12) {\n
return \'ص\';\n
} else {\n
return \'م\';\n
}\n
},\n
calendar : {\n
sameDay: \'[اليوم على الساعة] LT\',\n
nextDay: \'[غدا على الساعة] LT\',\n
nextWeek: \'dddd [على الساعة] LT\',\n
lastDay: \'[أمس على الساعة] LT\',\n
lastWeek: \'dddd [على الساعة] LT\',\n
sameElse: \'L\'\n
},\n
relativeTime : {\n
future : \'في %s\',\n
past : \'منذ %s\',\n
s : \'ثوان\',\n
m : \'دقيقة\',\n
mm : \'%d دقائق\',\n
h : \'ساعة\',\n
hh : \'%d ساعات\',\n
d : \'يوم\',\n
dd : \'%d أيام\',\n
M : \'شهر\',\n
MM : \'%d أشهر\',\n
y : \'سنة\',\n
yy : \'%d سنوات\'\n
},\n
preparse: function (string) {\n
return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n
return numberMap[match];\n
}).replace(/،/g, \',\');\n
},\n
postformat: function (string) {\n
return string.replace(/\\d/g, function (match) {\n
return symbolMap[match];\n
}).replace(/,/g, \'،\');\n
},\n
week : {\n
dow : 6, // Saturday is the first day of the week.\n
doy : 12 // The week that contains Jan 1st is the first week of the year.\n
}\n
});\n
\n
return ar_sa;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>3434</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ar-sa.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272772.62</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>ar-tn.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : Tunisian Arabic (ar-tn)\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var ar_tn = moment.defineLocale(\'ar-tn\', {\n
months: \'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر\'.split(\'_\'),\n
monthsShort: \'جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر\'.split(\'_\'),\n
weekdays: \'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت\'.split(\'_\'),\n
weekdaysShort: \'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت\'.split(\'_\'),\n
weekdaysMin: \'ح_ن_ث_ر_خ_ج_س\'.split(\'_\'),\n
longDateFormat: {\n
LT: \'HH:mm\',\n
LTS: \'HH:mm:ss\',\n
L: \'DD/MM/YYYY\',\n
LL: \'D MMMM YYYY\',\n
LLL: \'D MMMM YYYY HH:mm\',\n
LLLL: \'dddd D MMMM YYYY HH:mm\'\n
},\n
calendar: {\n
sameDay: \'[اليوم على الساعة] LT\',\n
nextDay: \'[غدا على الساعة] LT\',\n
nextWeek: \'dddd [على الساعة] LT\',\n
lastDay: \'[أمس على الساعة] LT\',\n
lastWeek: \'dddd [على الساعة] LT\',\n
sameElse: \'L\'\n
},\n
relativeTime: {\n
future: \'في %s\',\n
past: \'منذ %s\',\n
s: \'ثوان\',\n
m: \'دقيقة\',\n
mm: \'%d دقائق\',\n
h: \'ساعة\',\n
hh: \'%d ساعات\',\n
d: \'يوم\',\n
dd: \'%d أيام\',\n
M: \'شهر\',\n
MM: \'%d أشهر\',\n
y: \'سنة\',\n
yy: \'%d سنوات\'\n
},\n
week: {\n
dow: 1, // Monday is the first day of the week.\n
doy: 4 // The week that contains Jan 4th is the first week of the year.\n
}\n
});\n
\n
return ar_tn;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2201</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ar-tn.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272768.36</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>ar.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! Locale: Arabic (ar)\n
//! Author: Abdel Said: https://github.com/abdelsaid\n
//! Changes in months, weekdays: Ahmed Elkhatib\n
//! Native plural forms: forabi https://github.com/forabi\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var symbolMap = {\n
\'1\': \'١\',\n
\'2\': \'٢\',\n
\'3\': \'٣\',\n
\'4\': \'٤\',\n
\'5\': \'٥\',\n
\'6\': \'٦\',\n
\'7\': \'٧\',\n
\'8\': \'٨\',\n
\'9\': \'٩\',\n
\'0\': \'٠\'\n
}, numberMap = {\n
\'١\': \'1\',\n
\'٢\': \'2\',\n
\'٣\': \'3\',\n
\'٤\': \'4\',\n
\'٥\': \'5\',\n
\'٦\': \'6\',\n
\'٧\': \'7\',\n
\'٨\': \'8\',\n
\'٩\': \'9\',\n
\'٠\': \'0\'\n
}, pluralForm = function (n) {\n
return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5;\n
}, plurals = {\n
s : [\'أقل من ثانية\', \'ثانية واحدة\', [\'ثانيتان\', \'ثانيتين\'], \'%d ثوان\', \'%d ثانية\', \'%d ثانية\'],\n
m : [\'أقل من دقيقة\', \'دقيقة واحدة\', [\'دقيقتان\', \'دقيقتين\'], \'%d دقائق\', \'%d دقيقة\', \'%d دقيقة\'],\n
h : [\'أقل من ساعة\', \'ساعة واحدة\', [\'ساعتان\', \'ساعتين\'], \'%d ساعات\', \'%d ساعة\', \'%d ساعة\'],\n
d : [\'أقل من يوم\', \'يوم واحد\', [\'يومان\', \'يومين\'], \'%d أيام\', \'%d يومًا\', \'%d يوم\'],\n
M : [\'أقل من شهر\', \'شهر واحد\', [\'شهران\', \'شهرين\'], \'%d أشهر\', \'%d شهرا\', \'%d شهر\'],\n
y : [\'أقل من عام\', \'عام واحد\', [\'عامان\', \'عامين\'], \'%d أعوام\', \'%d عامًا\', \'%d عام\']\n
}, pluralize = function (u) {\n
return function (number, withoutSuffix, string, isFuture) {\n
var f = pluralForm(number),\n
str = plurals[u][pluralForm(number)];\n
if (f === 2) {\n
str = str[withoutSuffix ? 0 : 1];\n
}\n
return str.replace(/%d/i, number);\n
};\n
}, months = [\n
\'كانون الثاني يناير\',\n
\'شباط فبراير\',\n
\'آذار مارس\',\n
\'نيسان أبريل\',\n
\'أيار مايو\',\n
\'حزيران يونيو\',\n
\'تموز يوليو\',\n
\'آب أغسطس\',\n
\'أيلول سبتمبر\',\n
\'تشرين الأول أكتوبر\',\n
\'تشرين الثاني نوفمبر\',\n
\'كانون الأول ديسمبر\'\n
];\n
\n
var ar = moment.defineLocale(\'ar\', {\n
months : months,\n
monthsShort : months,\n
weekdays : \'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت\'.split(\'_\'),\n
weekdaysShort : \'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت\'.split(\'_\'),\n
weekdaysMin : \'ح_ن_ث_ر_خ_ج_س\'.split(\'_\'),\n
longDateFormat : {\n
LT : \'HH:mm\',\n
LTS : \'HH:mm:ss\',\n
L : \'D/\\u200FM/\\u200FYYYY\',\n
LL : \'D MMMM YYYY\',\n
LLL : \'D MMMM YYYY HH:mm\',\n
LLLL : \'dddd D MMMM YYYY HH:mm\'\n
},\n
meridiemParse: /ص|م/,\n
isPM : function (input) {\n
return \'م\' === input;\n
},\n
meridiem : function (hour, minute, isLower) {\n
if (hour < 12) {\n
return \'ص\';\n
} else {\n
return \'م\';\n
}\n
},\n
calendar : {\n
sameDay: \'[اليوم عند الساعة] LT\',\n
nextDay: \'[غدًا عند الساعة] LT\',\n
nextWeek: \'dddd [عند الساعة] LT\',\n
lastDay: \'[أمس عند الساعة] LT\',\n
lastWeek: \'dddd [عند الساعة] LT\',\n
sameElse: \'L\'\n
},\n
relativeTime : {\n
future : \'بعد %s\',\n
past : \'منذ %s\',\n
s : pluralize(\'s\'),\n
m : pluralize(\'m\'),\n
mm : pluralize(\'m\'),\n
h : pluralize(\'h\'),\n
hh : pluralize(\'h\'),\n
d : pluralize(\'d\'),\n
dd : pluralize(\'d\'),\n
M : pluralize(\'M\'),\n
MM : pluralize(\'M\'),\n
y : pluralize(\'y\'),\n
yy : pluralize(\'y\')\n
},\n
preparse: function (string) {\n
return string.replace(/\\u200f/g, \'\').replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) {\n
return numberMap[match];\n
}).replace(/،/g, \',\');\n
},\n
postformat: function (string) {\n
return string.replace(/\\d/g, function (match) {\n
return symbolMap[match];\n
}).replace(/,/g, \'،\');\n
},\n
week : {\n
dow : 6, // Saturday is the first day of the week.\n
doy : 12 // The week that contains Jan 1st is the first week of the year.\n
}\n
});\n
\n
return ar;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5092</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ar.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272774.02</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>az.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : azerbaijani (az)\n
//! author : topchiyev : https://github.com/topchiyev\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var suffixes = {\n
1: \'-inci\',\n
5: \'-inci\',\n
8: \'-inci\',\n
70: \'-inci\',\n
80: \'-inci\',\n
2: \'-nci\',\n
7: \'-nci\',\n
20: \'-nci\',\n
50: \'-nci\',\n
3: \'-üncü\',\n
4: \'-üncü\',\n
100: \'-üncü\',\n
6: \'-ncı\',\n
9: \'-uncu\',\n
10: \'-uncu\',\n
30: \'-uncu\',\n
60: \'-ıncı\',\n
90: \'-ıncı\'\n
};\n
\n
var az = moment.defineLocale(\'az\', {\n
months : \'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr\'.split(\'_\'),\n
monthsShort : \'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek\'.split(\'_\'),\n
weekdays : \'Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə\'.split(\'_\'),\n
weekdaysShort : \'Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən\'.split(\'_\'),\n
weekdaysMin : \'Bz_BE_ÇA_Çə_CA_Cü_Şə\'.split(\'_\'),\n
longDateFormat : {\n
LT : \'HH:mm\',\n
LTS : \'HH:mm:ss\',\n
L : \'DD.MM.YYYY\',\n
LL : \'D MMMM YYYY\',\n
LLL : \'D MMMM YYYY HH:mm\',\n
LLLL : \'dddd, D MMMM YYYY HH:mm\'\n
},\n
calendar : {\n
sameDay : \'[bugün saat] LT\',\n
nextDay : \'[sabah saat] LT\',\n
nextWeek : \'[gələn həftə] dddd [saat] LT\',\n
lastDay : \'[dünən] LT\',\n
lastWeek : \'[keçən həftə] dddd [saat] LT\',\n
sameElse : \'L\'\n
},\n
relativeTime : {\n
future : \'%s sonra\',\n
past : \'%s əvvəl\',\n
s : \'birneçə saniyyə\',\n
m : \'bir dəqiqə\',\n
mm : \'%d dəqiqə\',\n
h : \'bir saat\',\n
hh : \'%d saat\',\n
d : \'bir gün\',\n
dd : \'%d gün\',\n
M : \'bir ay\',\n
MM : \'%d ay\',\n
y : \'bir il\',\n
yy : \'%d il\'\n
},\n
meridiemParse: /gecə|səhər|gündüz|axşam/,\n
isPM : function (input) {\n
return /^(gündüz|axşam)$/.test(input);\n
},\n
meridiem : function (hour, minute, isLower) {\n
if (hour < 4) {\n
return \'gecə\';\n
} else if (hour < 12) {\n
return \'səhər\';\n
} else if (hour < 17) {\n
return \'gündüz\';\n
} else {\n
return \'axşam\';\n
}\n
},\n
ordinalParse: /\\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,\n
ordinal : function (number) {\n
if (number === 0) { // special case for zero\n
return number + \'-ıncı\';\n
}\n
var a = number % 10,\n
b = number % 100 - a,\n
c = number >= 100 ? 100 : null;\n
return number + (suffixes[a] || suffixes[b] || suffixes[c]);\n
},\n
week : {\n
dow : 1, // Monday is the first day of the week.\n
doy : 7 // The week that contains Jan 1st is the first week of the year.\n
}\n
});\n
\n
return az;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>3363</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>az.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272797.05</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>be.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : belarusian (be)\n
//! author : Dmitry Demidov : https://github.com/demidov91\n
//! author: Praleska: http://praleska.pro/\n
//! Author : Menelion Elensúle : https://github.com/Oire\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
function plural(word, num) {\n
var forms = word.split(\'_\');\n
return num % 10 === 1 && num % 100 !== 11 ? forms[0] : (num % 10 >= 2 && num % 10 <= 4 && (num % 100 < 10 || num % 100 >= 20) ? forms[1] : forms[2]);\n
}\n
function relativeTimeWithPlural(number, withoutSuffix, key) {\n
var format = {\n
\'mm\': withoutSuffix ? \'хвіліна_хвіліны_хвілін\' : \'хвіліну_хвіліны_хвілін\',\n
\'hh\': withoutSuffix ? \'гадзіна_гадзіны_гадзін\' : \'гадзіну_гадзіны_гадзін\',\n
\'dd\': \'дзень_дні_дзён\',\n
\'MM\': \'месяц_месяцы_месяцаў\',\n
\'yy\': \'год_гады_гадоў\'\n
};\n
if (key === \'m\') {\n
return withoutSuffix ? \'хвіліна\' : \'хвіліну\';\n
}\n
else if (key === \'h\') {\n
return withoutSuffix ? \'гадзіна\' : \'гадзіну\';\n
}\n
else {\n
return number + \' \' + plural(format[key], +number);\n
}\n
}\n
function monthsCaseReplace(m, format) {\n
var months = {\n
\'nominative\': \'студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань\'.split(\'_\'),\n
\'accusative\': \'студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня\'.split(\'_\')\n
},\n
nounCase = (/D[oD]?(\\[[^\\[\\]]*\\]|\\s+)+MMMM?/).test(format) ?\n
\'accusative\' :\n
\'nominative\';\n
return months[nounCase][m.month()];\n
}\n
function weekdaysCaseReplace(m, format) {\n
var weekdays = {\n
\'nominative\': \'нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота\'.split(\'_\'),\n
\'accusative\': \'нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу\'.split(\'_\')\n
},\n
nounCase = (/\\[ ?[Вв] ?(?:мінулую|наступную)? ?\\] ?dddd/).test(format) ?\n
\'accusative\' :\n
\'nominative\';\n
return weekdays[nounCase][m.day()];\n
}\n
\n
var be = moment.defineLocale(\'be\', {\n
months : monthsCaseReplace,\n
monthsShort : \'студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж\'.split(\'_\'),\n
weekdays : weekdaysCaseReplace,\n
weekdaysShort : \'нд_пн_ат_ср_чц_пт_сб\'.split(\'_\'),\n
weekdaysMin : \'нд_пн_ат_ср_чц_пт_сб\'.split(\'_\'),\n
longDateFormat : {\n
LT : \'HH:mm\',\n
LTS : \'HH:mm:ss\',\n
L : \'DD.MM.YYYY\',\n
LL : \'D MMMM YYYY г.\',\n
LLL : \'D MMMM YYYY г., HH:mm\',\n
LLLL : \'dddd, D MMMM YYYY г., HH:mm\'\n
},\n
calendar : {\n
sameDay: \'[Сёння ў] LT\',\n
nextDay: \'[Заўтра ў] LT\',\n
lastDay: \'[Учора ў] LT\',\n
nextWeek: function () {\n
return \'[У] dddd [ў] LT\';\n
},\n
lastWeek: function () {\n
switch (this.day()) {\n
case 0:\n
case 3:\n
case 5:\n
case 6:\n
return \'[У мінулую] dddd [ў] LT\';\n
case 1:\n
case 2:\n
case 4:\n
return \'[У мінулы] dddd [ў] LT\';\n
}\n
},\n
sameElse: \'L\'\n
},\n
relativeTime : {\n
future : \'праз %s\',\n
past : \'%s таму\',\n
s : \'некалькі секунд\',\n
m : relativeTimeWithPlural,\n
mm : relativeTimeWithPlural,\n
h : relativeTimeWithPlural,\n
hh : relativeTimeWithPlural,\n
d : \'дзень\',\n
dd : relativeTimeWithPlural,\n
M : \'месяц\',\n
MM : relativeTimeWithPlural,\n
y : \'год\',\n
yy : relativeTimeWithPlural\n
},\n
meridiemParse: /ночы|раніцы|дня|вечара/,\n
isPM : function (input) {\n
return /^(дня|вечара)$/.test(input);\n
},\n
meridiem : function (hour, minute, isLower) {\n
if (hour < 4) {\n
return \'ночы\';\n
} else if (hour < 12) {\n
return \'раніцы\';\n
} else if (hour < 17) {\n
return \'дня\';\n
} else {\n
return \'вечара\';\n
}\n
},\n
ordinalParse: /\\d{1,2}-(і|ы|га)/,\n
ordinal: function (number, period) {\n
switch (period) {\n
case \'M\':\n
case \'d\':\n
case \'DDD\':\n
case \'w\':\n
case \'W\':\n
return (number % 10 === 2 || number % 10 === 3) && (number % 100 !== 12 && number % 100 !== 13) ? number + \'-і\' : number + \'-ы\';\n
case \'D\':\n
return number + \'-га\';\n
default:\n
return number;\n
}\n
},\n
week : {\n
dow : 1, // Monday is the first day of the week.\n
doy : 7 // The week that contains Jan 1st is the first week of the year.\n
}\n
});\n
\n
return be;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5940</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>be.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272785.08</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>bg.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : bulgarian (bg)\n
//! author : Krasen Borisov : https://github.com/kraz\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var bg = moment.defineLocale(\'bg\', {\n
months : \'януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември\'.split(\'_\'),\n
monthsShort : \'янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек\'.split(\'_\'),\n
weekdays : \'неделя_понеделник_вторник_сряда_четвъртък_петък_събота\'.split(\'_\'),\n
weekdaysShort : \'нед_пон_вто_сря_чет_пет_съб\'.split(\'_\'),\n
weekdaysMin : \'нд_пн_вт_ср_чт_пт_сб\'.split(\'_\'),\n
longDateFormat : {\n
LT : \'H:mm\',\n
LTS : \'H:mm:ss\',\n
L : \'D.MM.YYYY\',\n
LL : \'D MMMM YYYY\',\n
LLL : \'D MMMM YYYY H:mm\',\n
LLLL : \'dddd, D MMMM YYYY H:mm\'\n
},\n
calendar : {\n
sameDay : \'[Днес в] LT\',\n
nextDay : \'[Утре в] LT\',\n
nextWeek : \'dddd [в] LT\',\n
lastDay : \'[Вчера в] LT\',\n
lastWeek : function () {\n
switch (this.day()) {\n
case 0:\n
case 3:\n
case 6:\n
return \'[В изминалата] dddd [в] LT\';\n
case 1:\n
case 2:\n
case 4:\n
case 5:\n
return \'[В изминалия] dddd [в] LT\';\n
}\n
},\n
sameElse : \'L\'\n
},\n
relativeTime : {\n
future : \'след %s\',\n
past : \'преди %s\',\n
s : \'няколко секунди\',\n
m : \'минута\',\n
mm : \'%d минути\',\n
h : \'час\',\n
hh : \'%d часа\',\n
d : \'ден\',\n
dd : \'%d дни\',\n
M : \'месец\',\n
MM : \'%d месеца\',\n
y : \'година\',\n
yy : \'%d години\'\n
},\n
ordinalParse: /\\d{1,2}-(ев|ен|ти|ви|ри|ми)/,\n
ordinal : function (number) {\n
var lastDigit = number % 10,\n
last2Digits = number % 100;\n
if (number === 0) {\n
return number + \'-ев\';\n
} else if (last2Digits === 0) {\n
return number + \'-ен\';\n
} else if (last2Digits > 10 && last2Digits < 20) {\n
return number + \'-ти\';\n
} else if (lastDigit === 1) {\n
return number + \'-ви\';\n
} else if (lastDigit === 2) {\n
return number + \'-ри\';\n
} else if (lastDigit === 7 || lastDigit === 8) {\n
return number + \'-ми\';\n
} else {\n
return number + \'-ти\';\n
}\n
},\n
week : {\n
dow : 1, // Monday is the first day of the week.\n
doy : 7 // The week that contains Jan 1st is the first week of the year.\n
}\n
});\n
\n
return bg;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>3385</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>bg.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41272780.47</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>ca.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
//! moment.js locale configuration\n
//! locale : catalan (ca)\n
//! author : Juan G. Hurtado : https://github.com/juanghurtado\n
\n
(function (global, factory) {\n
typeof exports === \'object\' && typeof module !== \'undefined\' ? factory(require(\'../moment\')) :\n
typeof define === \'function\' && define.amd ? define([\'moment\'], factory) :\n
factory(global.moment)\n
}(this, function (moment) { \'use strict\';\n
\n
\n
var ca = moment.defineLocale(\'ca\', {\n
months : \'gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre\'.split(\'_\'),\n
monthsShort : \'gen._febr._mar._abr._mai._jun._jul._ag._set._oct._nov._des.\'.split(\'_\'),\n
weekdays : \'diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte\'.split(\'_\'),\n
weekdaysShort : \'dg._dl._dt._dc._dj._dv._ds.\'.split(\'_\'),\n
weekdaysMin : \'Dg_Dl_Dt_Dc_Dj_Dv_Ds\'.split(\'_\'),\n
longDateFormat : {\n
LT : \'H:mm\',\n
LTS : \'LT:ss\',\n
L : \'DD/MM/YYYY\',\n
LL : \'D MMMM YYYY\',\n
LLL : \'D MMMM YYYY H:mm\',\n
LLLL : \'dddd D MMMM YYYY H:mm\'\n
},\n
calendar : {\n
sameDay : function () {\n
return \'[avui a \' + ((this.hours() !== 1) ? \'les\' : \'la\') + \'] LT\';\n
},\n
nextDay : function () {\n
return \'[demà a \' + ((this.hours() !== 1) ? \'les\' : \'la\') + \'] LT\';\n
},\n
nextWeek : function () {\n
return \'dddd [a \' + ((this.hours() !== 1) ? \'les\' : \'la\') + \'] LT\';\n
},\n
lastDay : function () {\n
return \'[ahir a \' + ((this.hours() !== 1) ? \'les\' : \'la\') + \'] LT\';\n
},\n
lastWeek : function () {\n
return \'[el] dddd [passat a \' + ((this.hours() !== 1) ? \'les\' : \'la\') + \'] LT\';\n
},\n
sameElse : \'L\'\n
},\n
relativeTime : {\n
future : \'en %s\',\n
past : \'fa %s\',\n
s : \'uns segons\',\n
m : \'un minut\',\n
mm : \'%d minuts\',\n
h : \'una hora\',\n
hh : \'%d hores\',\n
d : \'un dia\',\n
dd : \'%d dies\',\n
M : \'un mes\',\n
MM : \'%d mesos\',\n
y : \'un any\',\n
yy : \'%d anys\'\n
},\n
ordinalParse: /\\d{1,2}(r|n|t|è|a)/,\n
ordinal : function (number, period) {\n
var output = (number === 1) ? \'r\' :\n
(number === 2) ? \'n\' :\n
(number === 3) ? \'r\' :\n
(number === 4) ? \'t\' : \'è\';\n
if (period === \'w\' || period === \'W\') {\n
output = \'a\';\n
}\n
return number + output;\n
},\n
week : {\n
dow : 1, // Monday is the first day of the week.\n
doy : 4 // The week that contains Jan 4th is the first week of the year.\n
}\n
});\n
\n
return ca;\n
\n
}));
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2859</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ca.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment