45 lines
2.2 KiB
JavaScript
45 lines
2.2 KiB
JavaScript
|
/**
|
||
|
* @file
|
||
|
* Photopile Web Part en-us string ressources
|
||
|
*
|
||
|
* Author: Olivier Carpentier
|
||
|
*/
|
||
|
define([], function() {
|
||
|
return {
|
||
|
"PropertyPaneDescription": "Customize the photopile web part settings",
|
||
|
"ErrorSelectList": "Please edit the webpart and select a picture library. If the picture library dropdown list is empty, please create a new Picture Library in the current web site.",
|
||
|
"ErrorNoItems": "No items found in the current library. Please insert inside or select another library.",
|
||
|
"Loading": "Loading pictures...",
|
||
|
"PictureLibraryGroupName": "Library",
|
||
|
"ThumbnailsGroupName": "Thumbnails",
|
||
|
"PhotoContainerGroupName": "Photo container",
|
||
|
"AutoplayGroupName": "Autoplay",
|
||
|
"PictureLibraryFieldLabel": "Pictures library",
|
||
|
"OrderByFieldLabel": "Order by",
|
||
|
"OrderByChoiceLabelId": "ID",
|
||
|
"OrderByChoiceLabelTitle": "Title",
|
||
|
"OrderByChoiceLabelCreated": "Created",
|
||
|
"OrderByChoiceLabelModified": "Modified",
|
||
|
"OrderByChoiceLabelImageWidth": "Image width",
|
||
|
"OrderByChoiceLabelImageHeight": "Image height",
|
||
|
"OrderByAscFieldLabel": "Arranged",
|
||
|
"OrderByAscChoiceLabel": "Ascending",
|
||
|
"OrderByDescChoiceLabel": "Descending",
|
||
|
"PictureLibraryCountLabel": "Max count",
|
||
|
"NumLayersFieldLabel": "Number of layers in the pile (max zindex)",
|
||
|
"ThumbOverlabFieldLabel": "Overlap amount (px)",
|
||
|
"ThumbRotationFieldLabel": "Maximum rotation (deg)",
|
||
|
"ThumbBorderWidthFieldLabel": "Border width (px)",
|
||
|
"ThumbBorderColorFieldLabel": "Border color",
|
||
|
"ThumbBorderHoverFieldLabel": "Border hover color",
|
||
|
"DraggableFieldLabel": "Enable draggable thumbnails",
|
||
|
"FadeDurationFieldLabel": "Speed at which photo fades (ms)",
|
||
|
"PickupDurationFieldLabel": "Speed at which photo is picked up & put down (ms)",
|
||
|
"PhotoZIndexFieldLabel": "Z-Index (show above all)",
|
||
|
"PhotoBorderFieldLabel": "Border width around fullsize image",
|
||
|
"PhotoBorderColorFieldLabel": "Border color",
|
||
|
"ShowInfoFieldLabel": "Include photo description in photo container",
|
||
|
"AutoplayGalleryFieldLabel": "Autoplay the photopile",
|
||
|
"AutoplaySpeedFieldLabel": "Autoplay speed (ms)"
|
||
|
}
|
||
|
});
|