summaryrefslogtreecommitdiffstats
path: root/core/l10n/ta_LK.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-16 00:13:10 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-16 00:13:10 +0200
commit7279a07ca20949cf3cee82faf064d6aae8cf0a99 (patch)
tree01d912d1743db2e34225383d3f8b9783c9b6e295 /core/l10n/ta_LK.php
parentd91104e120d570eaf3d80c23c5caf6b597b24db7 (diff)
parentbd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff)
downloadnextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.tar.gz
nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.zip
Merge branch 'master' into mimetype-defaults
Conflicts: apps/files/ajax/newfile.php
Diffstat (limited to 'core/l10n/ta_LK.php')
-rw-r--r--core/l10n/ta_LK.php15
1 files changed, 7 insertions, 8 deletions
diff --git a/core/l10n/ta_LK.php b/core/l10n/ta_LK.php
index e593018aaad..b2e847f5fb2 100644
--- a/core/l10n/ta_LK.php
+++ b/core/l10n/ta_LK.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Category type not provided." => "பிரிவு வகைகள் வழங்கப்படவில்லை",
"No category to add?" => "சேர்ப்பதற்கான வகைகள் இல்லையா?",
"Object type not provided." => "பொருள் வகை வழங்கப்படவில்லை",
@@ -27,15 +28,13 @@
"December" => "மார்கழி",
"Settings" => "அமைப்புகள்",
"seconds ago" => "செக்கன்களுக்கு முன்",
-"1 minute ago" => "1 நிமிடத்திற்கு முன் ",
-"{minutes} minutes ago" => "{நிமிடங்கள்} நிமிடங்களுக்கு முன் ",
-"1 hour ago" => "1 மணித்தியாலத்திற்கு முன்",
-"{hours} hours ago" => "{மணித்தியாலங்கள்} மணித்தியாலங்களிற்கு முன்",
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
"today" => "இன்று",
"yesterday" => "நேற்று",
-"{days} days ago" => "{நாட்கள்} நாட்களுக்கு முன்",
+"_%n day ago_::_%n days ago_" => array("",""),
"last month" => "கடந்த மாதம்",
-"{months} months ago" => "{மாதங்கள்} மாதங்களிற்கு முன்",
+"_%n month ago_::_%n months ago_" => array("",""),
"months ago" => "மாதங்களுக்கு முன்",
"last year" => "கடந்த வருடம்",
"years ago" => "வருடங்களுக்கு முன்",
@@ -74,7 +73,6 @@
"Password protected" => "கடவுச்சொல் பாதுகாக்கப்பட்டது",
"Error unsetting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடாமைக்கான வழு",
"Error setting expiration date" => "காலாவதியாகும் திகதியை குறிப்பிடுவதில் வழு",
-"ownCloud password reset" => "ownCloud இன் கடவுச்சொல் மீளமைப்பு",
"Use the following link to reset your password: {link}" => "உங்கள் கடவுச்சொல்லை மீளமைக்க பின்வரும் இணைப்பை பயன்படுத்தவும் : {இணைப்பு}",
"You will receive a link to reset your password via Email." => "நீங்கள் மின்னஞ்சல் மூலம் உங்களுடைய கடவுச்சொல்லை மீளமைப்பதற்கான இணைப்பை பெறுவீர்கள். ",
"Username" => "பயனாளர் பெயர்",
@@ -116,3 +114,4 @@
"prev" => "முந்தைய",
"next" => "அடுத்து"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";