nextcloud/apps/files_external/l10n/si_LK.php

25 lines
1.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "කරුණාකර වලංගු Dropbox යෙදුම් යතුරක් හා රහසක් ලබාදෙන්න.",
2014-04-30 09:57:53 +04:00
"Location" => "ස්ථානය",
2014-09-01 09:59:19 +04:00
"Port" => "තොට",
"Region" => "කළාපය",
2014-05-17 09:57:38 +04:00
"Host" => "සත්කාරකය",
2014-04-30 09:57:53 +04:00
"Username" => "පරිශීලක නම",
"Password" => "මුර පදය",
"Share" => "බෙදා හදා ගන්න",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2012-10-23 04:06:03 +04:00
"Access granted" => "පිවිසීමට හැක",
"Error configuring Dropbox storage" => "Dropbox ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත",
"Grant access" => "පිවිසුම ලබාදෙන්න",
"Error configuring Google Drive storage" => "Google Drive ගබඩාව වින්‍යාස කිරීමේ දෝශයක් ඇත",
2014-06-08 09:56:13 +04:00
"Personal" => "පෞද්ගලික",
"Name" => "නම",
2012-10-23 04:06:03 +04:00
"External Storage" => "භාහිර ගබඩාව",
2013-03-01 03:07:02 +04:00
"Folder name" => "ෆොල්ඩරයේ නම",
2012-10-23 04:06:03 +04:00
"Configuration" => "වින්‍යාසය",
"Delete" => "මකා දමන්න",
2014-09-01 09:59:19 +04:00
"Enable User External Storage" => "පරිශීලක භාහිර ගබඩාවන් සක්‍රිය කරන්න"
2012-10-23 04:06:03 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";