Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ta_LK.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc6ed4c273c69db1b0acfbde9fb89fec31efefb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
OC.L10N.register(
    "gallery",
    {
    "Next" : "அடுத்த",
    "Play" : "Play",
    "Pause" : "இடைநிறுத்துக",
    "Previous" : "முன்தைய",
    "Close" : "மூடுக",
    "Download" : "பதிவிறக்குக",
    "Delete" : "நீக்குக",
    "Share" : "பகிர்வு",
    "Upload" : "பதிவேற்றுக",
    "Error" : "வழு",
    "Error while sharing" : "பகிரும் போதான வழு",
    "Error while unsharing" : "பகிராமல் உள்ளப்போதான வழு",
    "Error while changing permissions" : "அனுமதிகள் மாறும்போதான வழு",
    "Shared with you and the group {group} by {owner}" : "உங்களுடனும் குழுவுக்கிடையிலும் {குழு} பகிரப்பட்டுள்ளது {உரிமையாளர்}",
    "Shared with you by {owner}" : "உங்களுடன் பகிரப்பட்டுள்ளது {உரிமையாளர்}",
    "Share link" : "Share link",
    "Link" : "Link",
    "Password protect" : "கடவுச்சொல்லை பாதுகாத்தல்",
    "Password" : "கடவுச்சொல்",
    "Set expiration date" : "காலாவதி தேதியை குறிப்பிடுக",
    "Expiration date" : "காலவதியாகும் திகதி",
    "group" : "குழு",
    "Resharing is not allowed" : "மீள்பகிர்வதற்கு அனுமதி இல்லை ",
    "Unshare" : "பகிரப்படாதது",
    "can edit" : "தொகுக்க முடியும்",
    "access control" : "கட்டுப்பாடான அணுகல்",
    "create" : "உருவவாக்கல்",
    "delete" : "நீக்குக",
    "Password protected" : "கடவுச்சொல் பாதுகாக்கப்பட்டது",
    "Error unsetting expiration date" : "காலாவதியாகும் திகதியை குறிப்பிடாமைக்கான வழு",
    "Error setting expiration date" : "காலாவதியாகும் திகதியை குறிப்பிடுவதில் வழு",
    "Warning" : "எச்சரிக்கை",
    "Cancel upload" : "பதிவேற்றலை இரத்து செய்க",
    "Sort by name" : "Order by name",
    "Sort by date" : "Order by date"
},
"nplurals=2; plural=(n != 1);");