Blame view

sources/apps/contacts/l10n/ka_GE.php 4.01 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  <?php $TRANSLATIONS = array(
  "No categories selected for deletion." => "სარედაქტირებელი კატეგორია არ არის არჩეული ",
  "There is no error, the file uploaded with success" => "ჭოცდომა არ დაფიქსირდა, ფაილი წარმატებით აიტვირთა",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "ატვირთული ფაილი აჭარბებს upload_max_filesize დირექტივას php.ini ფაილში",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "ატვირთული ფაილი აჭარბებს  MAX_FILE_SIZE დირექტივას, რომელიც მითითებულია HTML ფორმაში",
  "The uploaded file was only partially uploaded" => "ატვირთული ფაილი მხოლოდ ნაწილობრივ აიტვირთა",
  "No file was uploaded" => "ფაილი არ აიტვირთა",
  "Missing a temporary folder" => "დროებითი საქაღალდე არ არსებობს",
  "Contacts" => "კონტაქტები",
  "Error" => "შეცდომა",
  "Unable to upload your file as it is a directory or has 0 bytes" => "თქვენი ფაილის ატვირთვა ვერ მოხერხდა. ის არის საქაღალდე და შეიცავს 0 ბაიტს",
  "Upload Error" => "შეცდომა ატვირთვისას",
  "Upload too large" => "ასატვირთი ფაილი ძალიან დიდია",
  "Pending" => "მოცდის რეჟიმში",
  "Download" => "ჩამოტვირთვა",
  "Edit" => "რედაქტირება",
  "Delete" => "წაშლა",
  "Cancel" => "უარყოფა",
  "Work" => "სამსახური",
  "Home" => "სახლი",
  "Other" => "სხვა",
  "Mobile" => "მობილური",
  "Text" => "ტექსტი",
  "Voice" => "ხმა",
  "Message" => "მესიჯი",
  "Fax" => "ფაქსი",
  "Video" => "ვიდეო",
  "Pager" => "პეიჯერი",
  "Internet" => "ინტერნეტი",
  "Contact" => "კონტაქტი",
  "Settings" => "პარამეტრები",
  "Import" => "იმპორტი",
  "Groups" => "ჯგუფები",
  "Close" => "დახურვა",
  "Add contact" => "კონტაქტის დამატება",
  "Delete current photo" => "მიმდინარე სურათის წაშლა",
  "Edit current photo" => "მიმდინარე სურათის რედაქტირება",
  "Upload new photo" => "ახალი სურათის ატვირთვა",
  "Select photo from ownCloud" => "აირჩიე სურათი ownCloud –იდან",
  "Nickname" => "ნიკნეიმი",
  "Title" => "სახელი",
  "Organization" => "ორგანიზაცია",
  "Birthday" => "დაბადების დრე",
  "Add" => "დამატება",
  "Phone" => "ტელეფონი",
  "Email" => "იმეილი",
  "Address" => "მისამართი",
  "Note" => "შენიშვნა",
  "Delete contact" => "კონტაქტის წაშლა",
  "City" => "ქალაქი",
  "Country" => "ქვეყანა",
  "Share" => "გაზიარება",
  "Export" => "ექსპორტი",
  "more info" => "უფრო მეტი ინფორმაცია",
  "Primary address (Kontact et al)" => "პირველადი მისამართი (Kontact et al)",
  "iOS/OS X" => "iOS/OS X",
  "Addressbooks" => "მისამართის წიგნები",
  "New Address Book" => "ახალი მისამართების წიგნი",
  "Name" => "სახელი",
  "Save" => "შენახვა"
  );