[tx-robot] updated from transifex

master
Jenkins for ownCloud 2013-02-28 00:03:47 +01:00
parent 6c0ff3aadc
commit 2b7cc01b17
3 changed files with 31 additions and 1 deletions

View File

@ -97,6 +97,10 @@
"You do not have the permissions to add to this calendar." => "ليس لديك الصلاحية لإضافة هذا التقويم.",
"You do not have the permissions to add events to this calendar." => "ليس لديك الصلاحية لإضافة أحداث لهذا التقويم.",
"You do not have the permissions to delete this event." => "ليس لديك الصلاحية لحذف هذا الحدث.",
"Busy" => "مشغول",
"Public" => "علني",
"Private" => "خاص",
"Confidential" => "سرّي",
"Does not repeat" => "لا يعاد",
"Daily" => "يومي",
"Weekly" => "أسبوعي",

4
l10n/ka.php Normal file
View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Personal" => "პერსონა",
"Download" => "გადმოწერა"
);

View File

@ -1,4 +1,7 @@
<?php $TRANSLATIONS = array(
"Timezone changed" => "အချိန်ဇုံပြောင်းလဲသည်",
"Invalid request" => "တောင်းဆိုချက်မမှန်ကန်ပါ",
"Calendar" => "ပြက္ခဒိန်",
"January" => "ဇန်နဝါရီ",
"February" => "ဖေဖော်ဝါရီ",
"March" => "မတ်",
@ -11,6 +14,25 @@
"October" => "အောက်တိုဘာ",
"November" => "နိုဝင်ဘာ",
"December" => "ဒီဇင်ဘာ",
"All day" => "နေ့တိုင်း",
"Title" => "ခေါင်းစဉ်",
"Daily" => "နေ့တိုင်း",
"Weekly" => "အပတ်တိုင်း",
"Week" => "အပတ်",
"Month" => "",
"Today" => "ယနေ့",
"Download" => "ဒေါင်းလုတ်",
"Edit calendar" => "ပြက္ခဒိန်ကိုပြင်မည်",
"Calendar color" => "ပြက္ခဒိန်အရောင်",
"Submit" => "ထည့်သွင်းမည်",
"Cancel" => "ပယ်ဖျက်မည်",
"Advanced" => "အဆင့်မြင့်"
"Edit an event" => "ပွဲကိုပြင်ဆင်မည်",
"Title of the Event" => "ပွဲ၏ခေါင်းစဉ်",
"From" => "မှ",
"To" => "သို့",
"Location" => "တည်နေရာ",
"Location of the Event" => "ပွဲ၏တည်နေရာ",
"Description" => "ဖော်ပြချက်",
"Advanced" => "အဆင့်မြင့်",
"Create a new event" => "ပွဲအသစ်တစ်ပွဲပြုလုပ်မည်"
);