diff options
| author | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-08 21:49:31 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-08 21:49:31 -0400 |
| commit | 4c9fee58ee2da2191c589a3b4fd5c601d281eea0 (patch) | |
| tree | 77cf7f89a629104fb232f0fc7c24d3ecc76a5490 /lang-si.js | |
| parent | 70f5eced79a1a781518d50a7751132ed286b7845 (diff) | |
| download | snap-byow-4c9fee58ee2da2191c589a3b4fd5c601d281eea0.tar.gz snap-byow-4c9fee58ee2da2191c589a3b4fd5c601d281eea0.zip | |
Fixed a number of whitespace inconsistencies
Diffstat (limited to 'lang-si.js')
| -rw-r--r-- | lang-si.js | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -1,14 +1,14 @@ -/*
-
- lang-si.js
-
- Slovenian translation for SNAP!
-
- translated by Sasa Divjak
-
- Copyright (C) 2012 by Jens Mönig
-
- This file is part of Snap!. +/* + + lang-si.js + + Slovenian translation for SNAP! + + translated by Sasa Divjak + + Copyright (C) 2012 by Jens Mönig + + This file is part of Snap!. Snap! is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -22,7 +22,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. -
+ Note to Translators: @@ -62,7 +62,7 @@ pl - Polish => SnapTranslator.dict.pl = { pt - Portuguese => SnapTranslator.dict.pt = { es - Spanish => SnapTranslator.dict.es = { - el - Greek => => SnapTranslator.dict.el = {
+ el - Greek => => SnapTranslator.dict.el = { si - Slovenian => => SnapTranslator.dict.si = { etc. (see <http://en.wikipedia.org/wiki/ISO_639-1>) @@ -144,7 +144,7 @@ pl - Polish => lang-pl.js pt - Portuguese => lang-pt.js es - Spanish => lang-es.js - el - Greek => => lang-el.js
+ el - Greek => => lang-el.js si - Slovenian => => lang-si.js and send it to me for inclusion in the official Snap! distribution. @@ -166,7 +166,7 @@ -Jens */ -/*global SnapTranslator*/
+/*global SnapTranslator*/ SnapTranslator.dict.si = { @@ -267,21 +267,21 @@ SnapTranslator.dict.si = { abbreviation. For example: - + 'say %s for %n secs' can currently not be changed into - + 'say %n secs long %s' and still work as intended. Similarly - + 'point towards %dst' cannot be changed into - + 'point towards %cst' without breaking its functionality. @@ -1066,4 +1066,4 @@ SnapTranslator.dict.si = { 'zadnji', 'any': 'poljuben' -};
+}; |
