1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ta_LK.php

35 lines
2.8 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2012-11-17 00:02:09 +01:00
"Unsupported file type for import" => "இறக்குமதிக்கு ஆதரவளிக்காத கோப்பு வகை",
2012-11-02 00:03:14 +01:00
"Bookmarks" => "பக்க அடையாளங்கள்",
2012-11-17 00:02:09 +01:00
"Tags" => "சீட்டுகள்",
"Filter by tag" => "சீட்டுகளால் வடிகட்டுக",
"Edit bookmark" => "பக்க அடையாளத் தொகுக்க ",
"Are you sure you want to remove this tag from every entry?" => "ஒவ்வொரு நுழைவின் போதும் இந்த சீட்டை கட்டாயம் அகற்ற வேண்டுமா?",
2012-11-02 00:03:14 +01:00
"Warning" => "எச்சரிக்கை",
2012-11-17 00:02:09 +01:00
"Import completed successfully." => "இறக்குமதி வெற்றிகரமாக நிறைவேற்றப்பட்டது.",
"Uploading..." => "பதிவேற்றல்...",
"Bookm." => "பக்க அடையாளங்கள்",
"Add a bookmark" => "பக்க அடையாளம் ஒன்றை சேர்க்க",
2012-11-02 00:03:14 +01:00
"Close" => "மூடுக",
2012-11-17 00:02:09 +01:00
"The title of the page" => "பக்கத்தி்ன் தலைப்பு",
"The address of the page" => "பக்கத்தின் முகவரி",
"Description of the page" => "பக்கத்தின் விவரிப்பு",
2012-11-02 00:03:14 +01:00
"Save" => "சேமிக்க",
"Delete" => "அழிக்க",
2012-11-08 00:03:47 +01:00
"Edit" => "தொகுக்க",
2012-11-02 00:03:14 +01:00
"Cancel" => "இரத்து செய்க",
2012-11-17 00:02:09 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "உங்களுக்கு ஒரு வலைய பக்கத்தை விரைவாக பக்க அடையாளப்படுத்துவதற்கு அதை உங்களுடைய உலாவியின் பக்க அடையாளங்களில் இழுத்து விட்டு சொடக்குக",
"Address" => "முகவரி",
2012-11-09 00:03:56 +01:00
"Add" => "சேர்க்க",
2012-11-17 00:02:09 +01:00
"Related Tags" => "தொடர்புபட்ட சீட்டுகள்",
2012-11-02 00:03:14 +01:00
"Settings" => "அமைப்புகள்",
2012-11-17 00:02:09 +01:00
"You have no bookmarks" => "உங்களிடம் பக்க அடையாளங்கள் இல்லை ",
"You can also try to import a bookmark file" => "நீங்களும் ஒரு பக்க அடையாள கோப்பை இறக்குமதி செய்ய முயற்சிக்கலாம்",
"Bookmarklet" => "பக்க அடையாளங்கள்",
"Export & Import" => "ஏற்றுமதி மற்றும் இறக்குமதி",
2012-11-04 00:03:02 +01:00
"Export" => "ஏற்றுமதி",
"Import" => "இறக்குமதி"
2012-11-02 00:03:14 +01:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";