From 5a98417602655e91762db640aa198a5b17e4e95e Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 11 Apr 2012 05:00:27 +0200 Subject: [PATCH] Translated using Weblate. --- po/si.po | 47 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/po/si.po b/po/si.po index aa7c34f43..78c07e07a 100644 --- a/po/si.po +++ b/po/si.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.4.11-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-03-29 10:03+0200\n" -"PO-Revision-Date: 2012-04-08 17:11+0200\n" +"PO-Revision-Date: 2012-04-10 20:36+0200\n" "Last-Translator: Madhura Jayaratne \n" "Language-Team: sinhala \n" "Language: si\n" @@ -2163,7 +2163,7 @@ msgstr "ඉහත ද්විත්වයම" #: libraries/config.values.php:122 msgid "neither of the above" -msgstr "ඉහත දෙකින් එකක්වත් නොව" +msgstr "ඉහත එක් වර්ගයක්වත් නොව" #: libraries/config/FormDisplay.class.php:83 #: libraries/config/validate.lib.php:422 @@ -2666,7 +2666,7 @@ msgstr "දෝෂ නොසලකා ඇතුල් කිරීම් භා #: libraries/config/messages.inc.php:130 msgid "Syntax to use when inserting data" -msgstr "දත්ත ඇතුළු කිරීමේදී භාවිතා කලයුතු වින්‍යාසය" +msgstr "දත්ත ඇතුළු කිරීමේදී භාවිතා කලයුතු වාග් රීතිය" #: libraries/config/messages.inc.php:131 libraries/export/sql.php:163 msgid "Maximal length of created query" @@ -5237,7 +5237,7 @@ msgstr "NULL වෙනුවට භාවිතා කරන්න:" #: libraries/export/csv.php:26 libraries/export/excel.php:23 msgid "Remove carriage return/line feed characters within columns" -msgstr "" +msgstr "තීර තුළ අඩංගු carriage return/line feed අනු ලකුණු ඉවත් කරන්න" #: libraries/export/excel.php:32 msgid "Excel edition:" @@ -5273,10 +5273,9 @@ msgstr "" #: libraries/export/latex.php:47 libraries/export/odt.php:39 #: libraries/export/sql.php:87 -#, fuzzy #| msgid "Transformation options" msgid "Object creation options" -msgstr "Transformation options" +msgstr "වස්තු නිර්මාණය කිරීමේ විකල්ප" #: libraries/export/latex.php:51 libraries/export/latex.php:75 #| msgid "Table caption" @@ -5334,7 +5333,7 @@ msgstr "PDF" #: libraries/export/pdf.php:23 msgid "(Generates a report containing the data of a single table)" -msgstr "" +msgstr "(තනි වගුවක දත්ත ඇතුලත් කරමින් වාර්තාවක් සාදයි)" #: libraries/export/pdf.php:24 msgid "Report title:" @@ -5349,6 +5348,8 @@ msgid "" "Display comments (includes info such as export timestamp, PHP version, " "and server version)" msgstr "" +"විස්තර පෙන්වන්න (අපනයන වේලාව, PHP අනුවාදය සහ සේවාදායකයේ අනුවාදය වැනි " +"තොරතුරු ඇතුලත් කරන්න)" #: libraries/export/sql.php:35 msgid "Additional custom header comment (\\n splits lines):" @@ -5359,11 +5360,15 @@ msgid "" "Include a timestamp of when databases were created, last updated, and last " "checked" msgstr "" +"දත්තගබඩා සෑදූ , අවසන් වරට යාවත්කාලීන කල හා අවසන් වරට පරීක්ෂා කල වේලාවන් " +"ඇතුලත් කරන්න" #: libraries/export/sql.php:65 msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" +"ප්‍රතිදාන අනුකූලතාව උපරිම කල යුතු පැරණි MySQL සේවාදායකය හෝ වෙනත් දත්තගබඩා " +"පද්ධතිය:" #: libraries/export/sql.php:72 libraries/export/sql.php:105 #: libraries/export/sql.php:107 @@ -5383,23 +5388,23 @@ msgstr "" #: libraries/export/sql.php:136 msgid "Instead of INSERT statements, use:" -msgstr "" +msgstr "INSERT ප්‍රකාශ වෙනුවට භාවිතා කරන්න:" #: libraries/export/sql.php:138 msgid "INSERT DELAYED statements" -msgstr "" +msgstr "INSERT DELAYED ප්‍රකාශ" #: libraries/export/sql.php:140 msgid "INSERT IGNORE statements" -msgstr "" +msgstr "INSERT IGNORE ප්‍රකාශ" #: libraries/export/sql.php:147 msgid "Function to use when dumping data:" -msgstr "" +msgstr "දත්ත නික්ෂේපනයේදී භාවිතා කල යුතු ශ්‍රිතය:" #: libraries/export/sql.php:151 msgid "Syntax to use when inserting data:" -msgstr "" +msgstr "දත්ත ඇතුළු කිරීමේදී භාවිතා කලයුතු වාග් රීතිය:" #: libraries/export/sql.php:154 msgid "" @@ -5407,6 +5412,9 @@ msgid "" "    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " "(1,2,3)" msgstr "" +"සියලුම INSERT ප්‍රකාශ වල තීර නම් ඇතුලත් කරන්න
  " +"    උදාහරණ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"(1,2,3)" #: libraries/export/sql.php:155 msgid "" @@ -5414,30 +5422,41 @@ msgid "" "    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" +"සෑම INSERT ප්‍රකාශයක ම පේළි එකකට වැඩි ගණනක් ඇතුල් කරන්න
" +"      උදාහරණ: INSERT INTO tbl_name VALUES (1,2,3), " +"(4,5,6), (7,8,9)" #: libraries/export/sql.php:156 msgid "" "both of the above
      Example: INSERT INTO " "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" +"ඉහත දෙවර්ගයම
      උදාහරණ: INSERT INTO tbl_name " +"(col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/export/sql.php:157 msgid "" "neither of the above
      Example: INSERT INTO " "tbl_name VALUES (1,2,3)" msgstr "" +"ඉහත එක් වර්ගයක්වත් නොව
      උදාහරණ: INSERT INTO " +"tbl_name VALUES (1,2,3)" #: libraries/export/sql.php:167 msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" +"ද්වීමය තීර hexadecimal ලෙස නික්ෂේපනය කරන්න (උදාහරණ: \"abc\", 0x616263 " +"ලෙස)" #: libraries/export/sql.php:171 msgid "" "Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " "reloaded between servers in different time zones)" msgstr "" +"TIMESTAMP තීර UTC ලෙස නික්ෂේපනය කරන්න (වෙනස් වෙලා කලාපවල ඇති සේවාදායක අතර " +"TIMESTAMP තීර නික්ෂේපනය හා ප්‍රතිපූරණයට අවස්ථාව ලබා දේ)" #: libraries/export/sql.php:209 libraries/export/xml.php:34 msgid "Procedures" @@ -5482,7 +5501,7 @@ msgstr "XML" #: libraries/export/xml.php:30 msgid "Object creation options (all are recommended)" -msgstr "" +msgstr "වස්තු නිර්මාණය කිරීමේ විකල්ප (සියල්ලම නිර්දේශ කෙරේ)" #: libraries/export/xml.php:40 msgid "Views" @@ -5620,7 +5639,7 @@ msgstr "SQL ගැළපුම් ප්‍රකාරය:" #: libraries/import/sql.php:42 msgid "Do not use AUTO_INCREMENT for zero values" -msgstr "" +msgstr "ශුන්‍ය අගයන් සඳහා AUTO_INCREMENT භාවිතා නොකරන්න" #: libraries/import/xml.php:83 libraries/import/xml.php:139 msgid ""