PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.0.2
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.0.2
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
wpvr / legacy / admin / lib / summernote / lang / summernote-it-IT.js

summernote-it-IT.js in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 9.0.2, at legacy/admin/lib/summernote/lang/summernote-it-IT.js

273 lines 9.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 *
3 * Super simple wysiwyg editor v0.8.18
4 * https://summernote.org
5 *
6 *
7 * Copyright 2013- Alan Hong. and other contributors
8 * summernote may be freely distributed under the MIT license.
9 *
10 * Date: 2020-05-20T18:09Z
11 *
12 */
13 (function webpackUniversalModuleDefinition(root, factory) {
14 if(typeof exports === 'object' && typeof module === 'object')
15 module.exports = factory();
16 else if(typeof define === 'function' && define.amd)
17 define([], factory);
18 else {
19 var a = factory();
20 for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
21 }
22 })(window, function() {
23 return /******/ (function(modules) { // webpackBootstrap
24 /******/ // The module cache
25 /******/ var installedModules = {};
26 /******/
27 /******/ // The require function
28 /******/ function __webpack_require__(moduleId) {
29 /******/
30 /******/ // Check if module is in cache
31 /******/ if(installedModules[moduleId]) {
32 /******/ return installedModules[moduleId].exports;
33 /******/ }
34 /******/ // Create a new module (and put it into the cache)
35 /******/ var module = installedModules[moduleId] = {
36 /******/ i: moduleId,
37 /******/ l: false,
38 /******/ exports: {}
39 /******/ };
40 /******/
41 /******/ // Execute the module function
42 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
43 /******/
44 /******/ // Flag the module as loaded
45 /******/ module.l = true;
46 /******/
47 /******/ // Return the exports of the module
48 /******/ return module.exports;
49 /******/ }
50 /******/
51 /******/
52 /******/ // expose the modules object (__webpack_modules__)
53 /******/ __webpack_require__.m = modules;
54 /******/
55 /******/ // expose the module cache
56 /******/ __webpack_require__.c = installedModules;
57 /******/
58 /******/ // define getter function for harmony exports
59 /******/ __webpack_require__.d = function(exports, name, getter) {
60 /******/ if(!__webpack_require__.o(exports, name)) {
61 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
62 /******/ }
63 /******/ };
64 /******/
65 /******/ // define __esModule on exports
66 /******/ __webpack_require__.r = function(exports) {
67 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
68 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
69 /******/ }
70 /******/ Object.defineProperty(exports, '__esModule', { value: true });
71 /******/ };
72 /******/
73 /******/ // create a fake namespace object
74 /******/ // mode & 1: value is a module id, require it
75 /******/ // mode & 2: merge all properties of value into the ns
76 /******/ // mode & 4: return value when already ns object
77 /******/ // mode & 8|1: behave like require
78 /******/ __webpack_require__.t = function(value, mode) {
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ var ns = Object.create(null);
83 /******/ __webpack_require__.r(ns);
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
86 /******/ return ns;
87 /******/ };
88 /******/
89 /******/ // getDefaultExport function for compatibility with non-harmony modules
90 /******/ __webpack_require__.n = function(module) {
91 /******/ var getter = module && module.__esModule ?
92 /******/ function getDefault() { return module['default']; } :
93 /******/ function getModuleExports() { return module; };
94 /******/ __webpack_require__.d(getter, 'a', getter);
95 /******/ return getter;
96 /******/ };
97 /******/
98 /******/ // Object.prototype.hasOwnProperty.call
99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
100 /******/
101 /******/ // __webpack_public_path__
102 /******/ __webpack_require__.p = "";
103 /******/
104 /******/
105 /******/ // Load entry module and return exports
106 /******/ return __webpack_require__(__webpack_require__.s = 25);
107 /******/ })
108 /************************************************************************/
109 /******/ ({
110
111 /***/ 25:
112 /***/ (function(module, exports) {
113
114 (function ($) {
115 $.extend($.summernote.lang, {
116 'it-IT': {
117 font: {
118 bold: 'Testo in grassetto',
119 italic: 'Testo in corsivo',
120 underline: 'Testo sottolineato',
121 clear: 'Elimina la formattazione del testo',
122 height: 'Altezza della linea di testo',
123 name: 'Famiglia Font',
124 strikethrough: 'Testo barrato',
125 subscript: 'Subscript',
126 superscript: 'Superscript',
127 size: 'Dimensione del carattere'
128 },
129 image: {
130 image: 'Immagine',
131 insert: 'Inserisci Immagine',
132 resizeFull: 'Dimensioni originali',
133 resizeHalf: 'Ridimensiona al 50%',
134 resizeQuarter: 'Ridimensiona al 25%',
135 floatLeft: 'Posiziona a sinistra',
136 floatRight: 'Posiziona a destra',
137 floatNone: 'Nessun posizionamento',
138 shapeRounded: 'Shape: Rounded',
139 shapeCircle: 'Shape: Circle',
140 shapeThumbnail: 'Shape: Thumbnail',
141 shapeNone: 'Shape: None',
142 dragImageHere: 'Trascina qui un\'immagine',
143 dropImage: 'Drop image or Text',
144 selectFromFiles: 'Scegli dai Documenti',
145 maximumFileSize: 'Maximum file size',
146 maximumFileSizeError: 'Maximum file size exceeded.',
147 url: 'URL dell\'immagine',
148 remove: 'Rimuovi immagine',
149 original: 'Original'
150 },
151 video: {
152 video: 'Video',
153 videoLink: 'Collegamento ad un Video',
154 insert: 'Inserisci Video',
155 url: 'URL del Video',
156 providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'
157 },
158 link: {
159 link: 'Collegamento',
160 insert: 'Inserisci Collegamento',
161 unlink: 'Elimina collegamento',
162 edit: 'Modifica collegamento',
163 textToDisplay: 'Testo del collegamento',
164 url: 'URL del collegamento',
165 openInNewWindow: 'Apri in una nuova finestra'
166 },
167 table: {
168 table: 'Tabella',
169 addRowAbove: 'Add row above',
170 addRowBelow: 'Add row below',
171 addColLeft: 'Add column left',
172 addColRight: 'Add column right',
173 delRow: 'Delete row',
174 delCol: 'Delete column',
175 delTable: 'Delete table'
176 },
177 hr: {
178 insert: 'Inserisce una linea di separazione'
179 },
180 style: {
181 style: 'Stili',
182 p: 'pe',
183 blockquote: 'Citazione',
184 pre: 'Codice',
185 h1: 'Titolo 1',
186 h2: 'Titolo 2',
187 h3: 'Titolo 3',
188 h4: 'Titolo 4',
189 h5: 'Titolo 5',
190 h6: 'Titolo 6'
191 },
192 lists: {
193 unordered: 'Elenco non ordinato',
194 ordered: 'Elenco ordinato'
195 },
196 options: {
197 help: 'Aiuto',
198 fullscreen: 'Modalità a tutto schermo',
199 codeview: 'Visualizza codice'
200 },
201 paragraph: {
202 paragraph: 'Paragrafo',
203 outdent: 'Diminuisce il livello di rientro',
204 indent: 'Aumenta il livello di rientro',
205 left: 'Allinea a sinistra',
206 center: 'Centra',
207 right: 'Allinea a destra',
208 justify: 'Giustifica (allinea a destra e sinistra)'
209 },
210 color: {
211 recent: 'Ultimo colore utilizzato',
212 more: 'Altri colori',
213 background: 'Colore di sfondo',
214 foreground: 'Colore',
215 transparent: 'Trasparente',
216 setTransparent: 'Trasparente',
217 reset: 'Reimposta',
218 resetToDefault: 'Reimposta i colori'
219 },
220 shortcut: {
221 shortcuts: 'Scorciatoie da tastiera',
222 close: 'Chiudi',
223 textFormatting: 'Formattazione testo',
224 action: 'Azioni',
225 paragraphFormatting: 'Formattazione paragrafo',
226 documentStyle: 'Stili',
227 extraKeys: 'Extra keys'
228 },
229 help: {
230 'insertParagraph': 'Insert Paragraph',
231 'undo': 'Undoes the last command',
232 'redo': 'Redoes the last command',
233 'tab': 'Tab',
234 'untab': 'Untab',
235 'bold': 'Set a bold style',
236 'italic': 'Set a italic style',
237 'underline': 'Set a underline style',
238 'strikethrough': 'Set a strikethrough style',
239 'removeFormat': 'Clean a style',
240 'justifyLeft': 'Set left align',
241 'justifyCenter': 'Set center align',
242 'justifyRight': 'Set right align',
243 'justifyFull': 'Set full align',
244 'insertUnorderedList': 'Toggle unordered list',
245 'insertOrderedList': 'Toggle ordered list',
246 'outdent': 'Outdent on current paragraph',
247 'indent': 'Indent on current paragraph',
248 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
249 'formatH1': 'Change current block\'s format as H1',
250 'formatH2': 'Change current block\'s format as H2',
251 'formatH3': 'Change current block\'s format as H3',
252 'formatH4': 'Change current block\'s format as H4',
253 'formatH5': 'Change current block\'s format as H5',
254 'formatH6': 'Change current block\'s format as H6',
255 'insertHorizontalRule': 'Insert horizontal rule',
256 'linkDialog.show': 'Show Link Dialog'
257 },
258 history: {
259 undo: 'Annulla',
260 redo: 'Ripristina'
261 },
262 specialChar: {
263 specialChar: 'SPECIAL CHARACTERS',
264 select: 'Select Special characters'
265 }
266 }
267 });
268 })(jQuery);
269
270 /***/ })
271
272 /******/ });
273 });