From 30a6061a7ec33b50839125f55283c9657dfc1541 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 1 Nov 2012 00:03:46 +0100 Subject: [PATCH 1/2] [tx-robot] updated from transifex --- l10n/si_LK.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/l10n/si_LK.php b/l10n/si_LK.php index 3464b745..c4ecadf4 100644 --- a/l10n/si_LK.php +++ b/l10n/si_LK.php @@ -1,5 +1,7 @@ "ලිපි ලැයිස්තුව (අ)ක්‍රිය කිරීමේ දෝෂයක්", "id is not set." => "අංකය සකසා නැත.", +"Cannot update addressbook with an empty name." => "නමක් නොමැතිව ලිපි ලැයිස්තුව යාවත්කාලීන කළ නොහැක", "No ID provided" => "ID සපයා නැත", "No categories selected for deletion." => "මකා දැමීම සඳහා ප්‍රවර්ගයන් තෝරා නොමැත.", "No address books found." => "ලිපින පොත් හමු නොවිනි", @@ -15,6 +17,12 @@ "Contact ID is missing." => "සබඳතා හැඳිනුම් අංකය නොමැත.", "File doesn't exist:" => "ගොනුව නොපවතී", "Error loading image." => "රූපය පූරණය දෝෂ සහිතයි.", +"Error uploading contacts to storage." => "ගබඩාවට පුද්ගල විස්තර උඩුගත කිරීමේ දෝෂයක්", +"There is no error, the file uploaded with success" => "දෝෂයක් නොමැත. සාර්ථකව ගොනුව උඩුගත කෙරුණි", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "php.ini හි upload_max_filesize නියමයට වඩා ගොනුව විශාලය", +"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය", +"No file was uploaded" => "ගොනුවක් උඩුගත නොවුණි", +"Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් අතුරුදහන්", "Contacts" => "සබඳතා", "Download" => "බාගත කිරීම", "Edit" => "සකසන්න", @@ -37,6 +45,9 @@ "Contact" => "සබඳතාව", "Add Contact" => "සබඳතාවක් එක් කරන්න", "Drop photo to upload" => "උඩුගත කිරීමට මෙතැනට දමන්න", +"Delete current photo" => "වර්තමාන ඡායාරූපය මකන්න", +"Edit current photo" => "වර්තමාන ඡායාරූපය සංස්කරණය කරන්න", +"Upload new photo" => "නව ඡායාරූපයක් උඩුගත කරන්න", "Edit name details" => "නමේ විස්තර සංස්කරණය කරන්න", "Organization" => "ආයතනය", "Nickname" => "පටබැඳි නම", @@ -46,11 +57,20 @@ "Separate groups with commas" => "කණ්ඩායම් කොමා භාවිතයෙන් වෙන් කරන්න", "Edit groups" => "කණ්ඩායම් සංස්කරණය කරන්න", "Preferred" => "රුචි", +"Please specify a valid email address." => "වලංගු විද්‍යුත් තැපැල් ලිපිනයක් ලබා දෙන්න", +"Enter email address" => "විද්‍යුත් තැපැල් ලිපිනයක් දෙන්න", +"Mail to address" => "තැපැල් එවිය යුතු ලිපිනය", +"Delete email address" => "විද්‍යුත් තැපැල් ලිපිනය මකන්න", +"Enter phone number" => "දුරකථන අංකයක් දෙන්න", +"Delete phone number" => "දුරකථන අංකය මකන්න", +"View on map" => "සිතියමේ පෙන්වන්න", +"Edit address details" => "ලිපින විස්තර සංස්කරණය කරන්න", "Phone" => "දුරකථන", "Email" => "ඉ-තැපැල්", "Address" => "ලිපිනය", "Download contact" => "සබඳතා බාගත කරන්න", "Delete contact" => "සබඳතාව මකන්න", +"Edit address" => "ලිපිනය සංස්කරණය කරන්න", "Type" => "වර්ගය", "PO Box" => "තැ.පෙ.", "Extended" => "දීඝී කිරීම", @@ -59,6 +79,8 @@ "Zipcode" => "තැපැල් කේතය", "Country" => "රට", "Addressbook" => "ලිපින පොත", +"Given name" => "දී ඇති නම", +"Additional names" => "වෙනත් නම්", "Addressbooks" => "ලිපින පොත්", "New Address Book" => "නව ලිපින පොතක් ", "Save" => "සුරකින්න" From 27fd043e4f2a7962a1b67f45cb60f5cbf025e5cf Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Thu, 1 Nov 2012 00:37:53 +0100 Subject: [PATCH 2/2] Contacts: Also show address when adding it. Fixes issue #96. --- js/contacts.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/contacts.js b/js/contacts.js index f3aecaf0..82b21aae 100644 --- a/js/contacts.js +++ b/js/contacts.js @@ -1204,6 +1204,8 @@ OC.Contacts={ adrtxt = adrtxt + '
  • ' + adr[6] + '
  • '; } container.find('.addresslist').html(adrtxt); + $('#addresses').show(); + container.show(); }, uploadPhoto:function(filelist) { if(!this.enabled) {