diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-17 01:56:41 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-17 01:56:41 -0500 |
commit | 6d80524e67c2f9bfe23fe37d650fe5ef20d03f53 (patch) | |
tree | 05c95cdfe8d3629db12e4274a58e32eb35bfea1d /lib/l10n/fi.js | |
parent | 80ddb14d18f89a92afbcb11311a8f7bb8cf347b7 (diff) | |
download | nextcloud-server-6d80524e67c2f9bfe23fe37d650fe5ef20d03f53.tar.gz nextcloud-server-6d80524e67c2f9bfe23fe37d650fe5ef20d03f53.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/fi.js')
-rw-r--r-- | lib/l10n/fi.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js new file mode 100644 index 00000000000..e8afca32c16 --- /dev/null +++ b/lib/l10n/fi.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "lib", + { + "Help" : "Apua", + "Settings" : "Asetukset", + "_%n day ago_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""], + "_%n year ago_::_%n years ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "_%n minute ago_::_%n minutes ago_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); |