summaryrefslogtreecommitdiff
path: root/lang-si.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2013-04-09 00:26:54 -0700
committerJens Mönig <jens@moenig.org>2013-04-09 00:26:54 -0700
commitcd41e7c644d77a396ec80d5f32abe14be7cfcc6b (patch)
treeadbd35eb96687eadbbb4caf2a40c933b948d3f64 /lang-si.js
parent0c4cedad05713aed3340c3d89a2e0c82fc87af40 (diff)
parentf3bd991f0710cc41178d6dc41cc1e69dfd41c62b (diff)
downloadsnap-byow-cd41e7c644d77a396ec80d5f32abe14be7cfcc6b.tar.gz
snap-byow-cd41e7c644d77a396ec80d5f32abe14be7cfcc6b.zip
Merge pull request #15 from queryselector/master
Removed .DS_Store, fixed #3, and made things consistently UTF-8
Diffstat (limited to 'lang-si.js')
-rw-r--r--lang-si.js40
1 files changed, 20 insertions, 20 deletions
diff --git a/lang-si.js b/lang-si.js
index b8f09e1..dbe290a 100644
--- a/lang-si.js
+++ b/lang-si.js
@@ -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'
-};
+};