From 3a65dd19a3e01adf1206cb9d8a8c1b512f3a117f Mon Sep 17 00:00:00 2001 From: Denis R Date: Tue, 11 Aug 2015 16:47:41 +0200 Subject: [PATCH 1/2] Create strings.js --- nls/it/strings.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 nls/it/strings.js diff --git a/nls/it/strings.js b/nls/it/strings.js new file mode 100644 index 0000000..fc1752e --- /dev/null +++ b/nls/it/strings.js @@ -0,0 +1,33 @@ +/* + * The MIT License (MIT) + * + * Copyright (c) 2014 Matthieu Lassalvy + * + * 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. + * + */ +// English - root strings +/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */ +/*global define */ +define({ + 'BEAUTIFY_ON_SAVE': 'Beautify al salvataggio', + 'FILE_ERROR': 'Non é possibile determinare l'estensione', + 'SASS_FORMAT': 'Si è verificato un errore di formattazione del file SASS', + 'SASS_ERROR': 'È necessario fornire un percorso del programma convertitore SASS' +}); From 677f12276e357b386d7a1f051b303ee5feb38e88 Mon Sep 17 00:00:00 2001 From: Denis R Date: Tue, 11 Aug 2015 16:52:04 +0200 Subject: [PATCH 2/2] Update strings.js --- nls/strings.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nls/strings.js b/nls/strings.js index 9ae480b..8b9465e 100644 --- a/nls/strings.js +++ b/nls/strings.js @@ -38,6 +38,7 @@ define(function (require, exports, module) { 'fr': true, 'de': true, 'ja': true, - 'es': true + 'es': true, + 'it': true }; });