mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-02 14:24:10 +01:00
Merge branch 'master' of github.com:owncloud/apps into contacts_rework
This commit is contained in:
commit
1542849a22
17
l10n/ar.php
17
l10n/ar.php
@ -3,7 +3,14 @@
|
||||
"Cannot add empty property." => "لا يمكنك اضافه صفه خاليه.",
|
||||
"At least one of the address fields has to be filled out." => "يجب ملء على الاقل خانه واحده من العنوان.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "المعلومات الموجودة في ال vCard غير صحيحة. الرجاء إعادة تحديث الصفحة.",
|
||||
"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" => "المعارف",
|
||||
"Upload too large" => "حجم الترفيع أعلى من المسموح",
|
||||
"Download" => "انزال",
|
||||
"Edit" => "تعديل",
|
||||
"Delete" => "حذف",
|
||||
@ -12,6 +19,7 @@
|
||||
"Contact could not be found." => "لم يتم العثور على الشخص.",
|
||||
"Work" => "الوظيفة",
|
||||
"Home" => "البيت",
|
||||
"Other" => "شيء آخر",
|
||||
"Mobile" => "الهاتف المحمول",
|
||||
"Text" => "معلومات إضافية",
|
||||
"Voice" => "صوت",
|
||||
@ -20,8 +28,12 @@
|
||||
"Pager" => "الرنان",
|
||||
"Contact" => "معرفه",
|
||||
"Add Contact" => "أضف شخص ",
|
||||
"Import" => "إدخال",
|
||||
"Settings" => "اعدادات",
|
||||
"Close" => "اغلق",
|
||||
"Organization" => "المؤسسة",
|
||||
"Birthday" => "تاريخ الميلاد",
|
||||
"Groups" => "مجموعات",
|
||||
"Preferred" => "مفضل",
|
||||
"Phone" => "الهاتف",
|
||||
"Email" => "البريد الالكتروني",
|
||||
@ -36,7 +48,12 @@
|
||||
"Zipcode" => "رقم المنطقة",
|
||||
"Country" => "البلد",
|
||||
"Addressbook" => "كتاب العناوين",
|
||||
"more info" => "مزيد من المعلومات",
|
||||
"Primary address (Kontact et al)" => "العنوان الرئيسي (جهات الإتصال)",
|
||||
"iOS/OS X" => "ط ن ت/ ن ت 10",
|
||||
"Addressbooks" => "كتب العناوين",
|
||||
"Share" => "شارك",
|
||||
"New Address Book" => "كتاب عناوين جديد",
|
||||
"Name" => "اسم",
|
||||
"Save" => "حفظ"
|
||||
);
|
||||
|
23
l10n/bg_BG.php
Normal file
23
l10n/bg_BG.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?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" => "Липсва временната папка",
|
||||
"Error" => "Грешка",
|
||||
"Upload Error" => "Грешка при качване",
|
||||
"Download" => "Изтегляне",
|
||||
"Delete" => "Изтриване",
|
||||
"Cancel" => "Отказ",
|
||||
"Work" => "Работа",
|
||||
"Other" => "Друго",
|
||||
"Import" => "Внасяне",
|
||||
"Birthday" => "Роджен ден",
|
||||
"Groups" => "Групи",
|
||||
"Email" => "Е-поща",
|
||||
"Address" => "Адрес",
|
||||
"Share" => "Споделяне",
|
||||
"Save" => "Запис"
|
||||
);
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Vídeo",
|
||||
"Pager" => "Paginador",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Amics",
|
||||
"Family" => "Familia",
|
||||
"{name}'s Birthday" => "Aniversari de {name}",
|
||||
"Contact" => "Contacte",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "No teniu permisos per afegir contactes a aquesta llibreta d'adreces.",
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Přátelé",
|
||||
"Family" => "Rodina",
|
||||
"{name}'s Birthday" => "Narozeniny {name}",
|
||||
"Contact" => "Kontakt",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Nemáte práva pro přidání kontaktů do této knihy adres.",
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Freunde",
|
||||
"Family" => "Familie",
|
||||
"{name}'s Birthday" => "Geburtstag von {name}",
|
||||
"Contact" => "Kontakt",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Du besitzt nicht die erforderlichen Rechte, diesem Adressbuch Kontakte hinzuzufügen.",
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pager",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Freunde",
|
||||
"Family" => "Familie",
|
||||
"{name}'s Birthday" => "Geburtstag von {name}",
|
||||
"Contact" => "Kontakt",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Sie besitzen nicht die erforderlichen Rechte, diesem Adressbuch Kontakte hinzuzufügen.",
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Βίντεο",
|
||||
"Pager" => "Βομβητής",
|
||||
"Internet" => "Διαδίκτυο",
|
||||
"Friends" => "Φίλοι",
|
||||
"Family" => "Οικογένεια",
|
||||
"{name}'s Birthday" => "Τα Γεννέθλια του/της {name}",
|
||||
"Contact" => "Επαφή",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Δεν έχετε δικαιώματα να προσθέσετε επαφές σε αυτό το βιβλίο διευθύνσεων.",
|
||||
|
@ -73,6 +73,7 @@
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "Via foliumilo ne kongruas kun AJAX-alŝutado. Bonvolu klaki la profilbildon por elekti foton alŝutotan.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Ne eblis alŝuti vian dosieron ĉar ĝi estas dosierujo aŭ havas 0 duumokojn",
|
||||
"Upload Error" => "Eraro dum alŝuto",
|
||||
"Pending" => "Traktotaj",
|
||||
"Import done" => "Enporto plenumiĝis",
|
||||
"Not all files uploaded. Retrying..." => "Ne ĉiuj dosieroj alŝutiĝis. Reprovante...",
|
||||
"Something went wrong with the upload, please retry." => "Io malsukcesis dum alŝuto, bonvolu reprovi.",
|
||||
@ -81,6 +82,7 @@
|
||||
"Result: " => "Rezulto: ",
|
||||
" imported, " => " enportoj, ",
|
||||
" failed." => "malsukcesoj.",
|
||||
"Displayname cannot be empty." => "Montronomo devas ne esti malplena.",
|
||||
"Show CardDav link" => "Montri CardDav-ligilon",
|
||||
"Show read-only VCF link" => "Montri nur legeblan VCF-ligilon",
|
||||
"Download" => "Elŝuti",
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Vídeo",
|
||||
"Pager" => "Localizador",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Amigos",
|
||||
"Family" => "Familia",
|
||||
"{name}'s Birthday" => "Cumpleaños de {name}",
|
||||
"Contact" => "Contacto",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "No tiene permisos para añadir contactos a esta libreta de direcciones.",
|
||||
|
13
l10n/fa.php
13
l10n/fa.php
@ -49,15 +49,24 @@
|
||||
"Error" => "خطا",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Format custom, Short name, Full name, Reverse or Reverse with comma",
|
||||
"Select type" => "نوع را انتخاب کنید",
|
||||
"Select photo" => "تصویر را انتخاب کنید",
|
||||
"This property has to be non-empty." => "این ویژگی باید به صورت غیر تهی عمل کند",
|
||||
"Couldn't serialize elements." => "قابلیت مرتب سازی عناصر وجود ندارد",
|
||||
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "پاک کردن ویژگی بدون استدلال انجام شده.لطفا این مورد را گزارش دهید:bugs.owncloud.org",
|
||||
"Edit name" => "نام تغییر",
|
||||
"No files selected for upload." => "هیچ فایلی برای آپلود انتخاب نشده است",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "حجم فایل بسیار بیشتر از حجم تنظیم شده در تنظیمات سرور است",
|
||||
"Upload too large" => "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)",
|
||||
"Only image files can be used as profile picture." => "تنها تصاویر می توانند برای تصویر پروفایل انتخاب شوند",
|
||||
"Wrong file type" => "خطا در نوع فایل",
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "مرورگر شما از آژاکس پشتیبانی نمی کند. لطفا از مرورگر بهتری استفاده کرده و یا بر روی تصویر پروفایل کلیک کنید تا تصوبر دیگری را جهت بارگذاری برگزینید",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "ناتوان در بارگذاری یا فایل یک پوشه است یا 0بایت دارد",
|
||||
"Upload Error" => "خطا در بار گذاری",
|
||||
"Pending" => "در انتظار",
|
||||
"Result: " => "نتیجه:",
|
||||
" imported, " => "وارد شد،",
|
||||
" failed." => "ناموفق",
|
||||
"Displayname cannot be empty." => "اسم نمایشی نمی تواند خالی باشد",
|
||||
"Download" => "بارگیری",
|
||||
"Edit" => "ویرایش",
|
||||
"Delete" => "پاک کردن",
|
||||
@ -66,6 +75,7 @@
|
||||
"Contact could not be found." => "اتصال ویا تماسی یافت نشد",
|
||||
"Work" => "کار",
|
||||
"Home" => "خانه",
|
||||
"Other" => "دیگر",
|
||||
"Mobile" => "موبایل",
|
||||
"Text" => "متن",
|
||||
"Voice" => "صدا",
|
||||
@ -78,6 +88,7 @@
|
||||
"Contact" => "اشخاص",
|
||||
"Add Contact" => "افزودن اطلاعات شخص مورد نظر",
|
||||
"Import" => "وارد کردن",
|
||||
"Settings" => "تنظیمات",
|
||||
"Close" => "بستن",
|
||||
"Drop photo to upload" => "تصویر را به اینجا بکشید تا بار گذازی شود",
|
||||
"Delete current photo" => "پاک کردن تصویر کنونی",
|
||||
@ -150,6 +161,8 @@
|
||||
"Primary address (Kontact et al)" => "نشانی اولیه",
|
||||
"iOS/OS X" => "iOS/OS X ",
|
||||
"Addressbooks" => "کتابچه ی نشانی ها",
|
||||
"Share" => "اشتراکگزاری",
|
||||
"New Address Book" => "کتابچه نشانه های جدید",
|
||||
"Name" => "نام",
|
||||
"Save" => "ذخیره سازی"
|
||||
);
|
||||
|
@ -123,6 +123,8 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Hakulaite",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Kaverit",
|
||||
"Family" => "Perhe",
|
||||
"{name}'s Birthday" => "Henkilön {name} syntymäpäivä",
|
||||
"Contact" => "Yhteystieto",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Sinulla ei ole oikeuksia lisätä yhteystietoja tähän osoitekirjaan.",
|
||||
|
14
l10n/gl.php
14
l10n/gl.php
@ -48,15 +48,25 @@
|
||||
"Error" => "Erro",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Formato personalizado, Nome corto, Nome completo, Inverso ou Inverso con coma",
|
||||
"Select type" => "Seleccione tipo",
|
||||
"Select photo" => "Seleccione fotografía",
|
||||
"This property has to be non-empty." => "Esta propiedade non pode quedar baldeira.",
|
||||
"Couldn't serialize elements." => "Non se puido serializar os elementos.",
|
||||
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' chamado sen argumento. Por favor, informe en bugs.owncloud.org",
|
||||
"Edit name" => "Editar nome",
|
||||
"No files selected for upload." => "Sen ficheiros escollidos para subir.",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "O ficheiro que tenta subir supera o tamaño máximo permitido neste servidor.",
|
||||
"Upload too large" => "Subida demasiado grande",
|
||||
"Only image files can be used as profile picture." => "Só se poden usar ficheiros de imaxe como foto de perfil.",
|
||||
"Wrong file type" => "Tipo de ficheiro incorrecto",
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "O seu navegador non soporta a subida AJAX. Por favor pinche na foto de perfil para seleccionar unha foto para subir.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Non se puido subir o ficheiro pois ou é un directorio ou ten 0 bytes",
|
||||
"Upload Error" => "Erro na subida",
|
||||
"Pending" => "Pendentes",
|
||||
"Importing..." => "Importando...",
|
||||
"Result: " => "Resultado: ",
|
||||
" imported, " => " importado, ",
|
||||
" failed." => " fallou.",
|
||||
"Displayname cannot be empty." => "Displayname non pode estar baldeiro.",
|
||||
"Download" => "Descargar",
|
||||
"Edit" => "Editar",
|
||||
"Delete" => "Eliminar",
|
||||
@ -65,6 +75,7 @@
|
||||
"Contact could not be found." => "Non se atopou o contacto.",
|
||||
"Work" => "Traballo",
|
||||
"Home" => "Casa",
|
||||
"Other" => "Outro",
|
||||
"Mobile" => "Móbil",
|
||||
"Text" => "Texto",
|
||||
"Voice" => "Voz",
|
||||
@ -77,6 +88,7 @@
|
||||
"Contact" => "Contacto",
|
||||
"Add Contact" => "Engadir contacto",
|
||||
"Import" => "Importar",
|
||||
"Settings" => "Preferencias",
|
||||
"Close" => "Pechar",
|
||||
"Drop photo to upload" => "Solte a foto a subir",
|
||||
"Delete current photo" => "Borrar foto actual",
|
||||
@ -149,6 +161,8 @@
|
||||
"Primary address (Kontact et al)" => "Enderezo primario (Kontact et al)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Axendas",
|
||||
"Share" => "Compartir",
|
||||
"New Address Book" => "Nova axenda",
|
||||
"Name" => "Nome",
|
||||
"Save" => "Gardar"
|
||||
);
|
||||
|
10
l10n/he.php
10
l10n/he.php
@ -37,6 +37,11 @@
|
||||
"No file was uploaded" => "שום קובץ לא הועלה",
|
||||
"Missing a temporary folder" => "תקיה זמנית חסרה",
|
||||
"Contacts" => "אנשי קשר",
|
||||
"Error" => "שגיאה",
|
||||
"Upload too large" => "העלאה גדולה מידי",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "לא יכול להעלות את הקובץ מכיוון שזו תקיה או שמשקל הקובץ 0 בתים",
|
||||
"Upload Error" => "שגיאת העלאה",
|
||||
"Pending" => "ממתין",
|
||||
"Download" => "הורדה",
|
||||
"Edit" => "עריכה",
|
||||
"Delete" => "מחיקה",
|
||||
@ -45,6 +50,7 @@
|
||||
"Contact could not be found." => "לא ניתן לאתר איש קשר",
|
||||
"Work" => "עבודה",
|
||||
"Home" => "בית",
|
||||
"Other" => "אחר",
|
||||
"Mobile" => "נייד",
|
||||
"Text" => "טקסט",
|
||||
"Voice" => "קולי",
|
||||
@ -57,6 +63,8 @@
|
||||
"Contact" => "איש קשר",
|
||||
"Add Contact" => "הוספת איש קשר",
|
||||
"Import" => "יבא",
|
||||
"Settings" => "הגדרות",
|
||||
"Close" => "סגירה",
|
||||
"Drop photo to upload" => "גרור ושחרר תמונה בשביל להעלות",
|
||||
"Delete current photo" => "מחק תמונה נוכחית",
|
||||
"Edit current photo" => "ערוך תמונה נוכחית",
|
||||
@ -127,6 +135,8 @@
|
||||
"Primary address (Kontact et al)" => "כתובת ראשית",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "פנקסי כתובות",
|
||||
"Share" => "שתף",
|
||||
"New Address Book" => "פנקס כתובות חדש",
|
||||
"Name" => "שם",
|
||||
"Save" => "שמירה"
|
||||
);
|
||||
|
@ -33,6 +33,11 @@
|
||||
"No file was uploaded" => "Datoteka nije poslana",
|
||||
"Missing a temporary folder" => "Nedostaje privremeni direktorij",
|
||||
"Contacts" => "Kontakti",
|
||||
"Error" => "Greška",
|
||||
"Upload too large" => "Prijenos je preobiman",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Nemoguće poslati datoteku jer je prazna ili je direktorij",
|
||||
"Upload Error" => "Pogreška pri slanju",
|
||||
"Pending" => "U tijeku",
|
||||
"Download" => "Preuzimanje",
|
||||
"Edit" => "Uredi",
|
||||
"Delete" => "Obriši",
|
||||
@ -52,6 +57,7 @@
|
||||
"GaduGadu" => "GaduGadu",
|
||||
"Work" => "Posao",
|
||||
"Home" => "Kuća",
|
||||
"Other" => "ostali",
|
||||
"Mobile" => "Mobitel",
|
||||
"Text" => "Tekst",
|
||||
"Voice" => "Glasovno",
|
||||
@ -64,6 +70,7 @@
|
||||
"Contact" => "Kontakt",
|
||||
"Add Contact" => "Dodaj kontakt",
|
||||
"Import" => "Uvezi",
|
||||
"Settings" => "Postavke",
|
||||
"Close" => "Zatvori",
|
||||
"Drop photo to upload" => "Dovucite fotografiju za slanje",
|
||||
"Delete current photo" => "Izbriši trenutnu sliku",
|
||||
@ -111,6 +118,8 @@
|
||||
"more info" => "više informacija",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Adresari",
|
||||
"Share" => "Podijeli",
|
||||
"New Address Book" => "Novi adresar",
|
||||
"Name" => "Ime",
|
||||
"Save" => "Spremi"
|
||||
);
|
||||
|
@ -49,15 +49,24 @@
|
||||
"Error" => "Hiba",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Formátum egyedi, Rövid név, Teljes név, Visszafelé vagy Visszafelé vesszővel",
|
||||
"Select type" => "Típus kiválasztása",
|
||||
"Select photo" => "Fotó kiválasztása",
|
||||
"This property has to be non-empty." => "Ezt a tulajdonságot muszáj kitölteni",
|
||||
"Couldn't serialize elements." => "Sorbarakás sikertelen",
|
||||
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "A 'deleteProperty' argumentum nélkül lett meghívva. Kérjük, jelezze a hibát.",
|
||||
"Edit name" => "Név szerkesztése",
|
||||
"No files selected for upload." => "Nincs kiválasztva feltöltendő fájl",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "A feltöltendő fájl mérete meghaladja a megengedett mértéket",
|
||||
"Upload too large" => "A feltöltési méret túl nagy",
|
||||
"Only image files can be used as profile picture." => "Csak képfájl használható profilképnek",
|
||||
"Wrong file type" => "Rossz fájltípus",
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "Az Ön böngészője nem támogatja az AJAX feltöltést. Kérjük, kattintson a profilképre, hogy kiválaszthassa a feltöltendő képet.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Nem tölthető fel, mert mappa volt, vagy 0 byte méretű",
|
||||
"Upload Error" => "Feltöltési hiba",
|
||||
"Pending" => "Folyamatban",
|
||||
"Result: " => "Eredmény: ",
|
||||
" imported, " => " beimportálva, ",
|
||||
" failed." => " sikertelen",
|
||||
"Displayname cannot be empty." => "Megjelenített név kitöltendő",
|
||||
"Download" => "Letöltés",
|
||||
"Edit" => "Szerkesztés",
|
||||
"Delete" => "Törlés",
|
||||
@ -66,6 +75,7 @@
|
||||
"Contact could not be found." => "Kapcsolat nem található.",
|
||||
"Work" => "Munkahelyi",
|
||||
"Home" => "Otthoni",
|
||||
"Other" => "Egyéb",
|
||||
"Mobile" => "Mobiltelefonszám",
|
||||
"Text" => "Szöveg",
|
||||
"Voice" => "Hang",
|
||||
@ -78,6 +88,7 @@
|
||||
"Contact" => "Kapcsolat",
|
||||
"Add Contact" => "Kapcsolat hozzáadása",
|
||||
"Import" => "Import",
|
||||
"Settings" => "Beállítások",
|
||||
"Close" => "Bezár",
|
||||
"Drop photo to upload" => "Húzza ide a feltöltendő képet",
|
||||
"Delete current photo" => "Aktuális kép törlése",
|
||||
@ -150,6 +161,8 @@
|
||||
"Primary address (Kontact et al)" => "Elsődleges cím",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Címlisták",
|
||||
"Share" => "Megosztás",
|
||||
"New Address Book" => "Új címlista",
|
||||
"Name" => "Név",
|
||||
"Save" => "Mentés"
|
||||
);
|
||||
|
@ -4,9 +4,11 @@
|
||||
"Cannot add empty property." => "Non pote adder proprietate vacue.",
|
||||
"Error saving temporary file." => "Error durante le scriptura in le file temporari",
|
||||
"Error loading image." => "Il habeva un error durante le cargamento del imagine.",
|
||||
"The uploaded file was only partially uploaded" => "Le file incargate solmente esseva incargate partialmente",
|
||||
"No file was uploaded" => "Nulle file esseva incargate.",
|
||||
"Missing a temporary folder" => "Manca un dossier temporari",
|
||||
"Contacts" => "Contactos",
|
||||
"Upload too large" => "Incargamento troppo longe",
|
||||
"Download" => "Discargar",
|
||||
"Edit" => "Modificar",
|
||||
"Delete" => "Deler",
|
||||
@ -15,6 +17,7 @@
|
||||
"Contact could not be found." => "Contacto non poterea esser legite",
|
||||
"Work" => "Travalio",
|
||||
"Home" => "Domo",
|
||||
"Other" => "Altere",
|
||||
"Mobile" => "Mobile",
|
||||
"Text" => "Texto",
|
||||
"Voice" => "Voce",
|
||||
@ -26,6 +29,8 @@
|
||||
"Contact" => "Contacto",
|
||||
"Add Contact" => "Adder contacto",
|
||||
"Import" => "Importar",
|
||||
"Settings" => "Configurationes",
|
||||
"Close" => "Clauder",
|
||||
"Delete current photo" => "Deler photo currente",
|
||||
"Edit current photo" => "Modificar photo currente",
|
||||
"Upload new photo" => "Incargar nove photo",
|
||||
@ -76,6 +81,8 @@
|
||||
"more info" => "plus info",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Adressarios",
|
||||
"Share" => "Compartir",
|
||||
"New Address Book" => "Nove adressario",
|
||||
"Name" => "Nomine",
|
||||
"Save" => "Salveguardar"
|
||||
);
|
||||
|
21
l10n/id.php
21
l10n/id.php
@ -1,8 +1,21 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"No categories selected for deletion." => "Tidak ada kategori terpilih untuk penghapusan.",
|
||||
"No contacts found." => "kontak tidak ditemukan",
|
||||
"Cannot add empty property." => "tidak dapat menambahkan properti kosong",
|
||||
"At least one of the address fields has to be filled out." => "setidaknya satu dari alamat wajib di isi",
|
||||
"File doesn't exist:" => "file tidak ditemukan:",
|
||||
"There is no error, the file uploaded with success" => "Tidak ada galat, berkas sukses diunggah",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "File yang diunggah melampaui directive upload_max_filesize di php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "File yang diunggah melampaui directive MAX_FILE_SIZE yang disebutan dalam form HTML.",
|
||||
"The uploaded file was only partially uploaded" => "Berkas hanya diunggah sebagian",
|
||||
"No file was uploaded" => "Tidak ada berkas yang diunggah",
|
||||
"Missing a temporary folder" => "Kehilangan folder temporer",
|
||||
"Contacts" => "kontak",
|
||||
"Error" => "kesalahan",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Gagal mengunggah berkas anda karena berupa direktori atau mempunyai ukuran 0 byte",
|
||||
"Upload Error" => "Terjadi Galat Pengunggahan",
|
||||
"Pending" => "Menunggu",
|
||||
"Importing..." => "mengimpor...",
|
||||
"Download" => "unduh",
|
||||
"Edit" => "ubah",
|
||||
"Delete" => "hapus",
|
||||
@ -10,6 +23,7 @@
|
||||
"Contact could not be found." => "kontak tidak dapat ditemukan",
|
||||
"Work" => "pekerjaan",
|
||||
"Home" => "rumah",
|
||||
"Other" => "Lainnya",
|
||||
"Mobile" => "ponsel",
|
||||
"Text" => "teks",
|
||||
"Voice" => "suara",
|
||||
@ -21,6 +35,9 @@
|
||||
"{name}'s Birthday" => "hari ulang tahun {name}",
|
||||
"Contact" => "kontak",
|
||||
"Add Contact" => "tambah kontak",
|
||||
"Import" => "impor",
|
||||
"Settings" => "pengaturan",
|
||||
"Close" => "tutup",
|
||||
"Edit name details" => "ubah detail nama",
|
||||
"Organization" => "organisasi",
|
||||
"Nickname" => "nama panggilan",
|
||||
@ -42,6 +59,10 @@
|
||||
"Zipcode" => "kodepos",
|
||||
"Country" => "negara",
|
||||
"Addressbook" => "buku alamat",
|
||||
"more info" => "lebih lanjut",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "buku alamat",
|
||||
"Share" => "berbagi",
|
||||
"Name" => "nama",
|
||||
"Save" => "simpan"
|
||||
);
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Cercapersone",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Amici",
|
||||
"Family" => "Famiglia",
|
||||
"{name}'s Birthday" => "Data di nascita di {name}",
|
||||
"Contact" => "Contatto",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Non hai i permessi per aggiungere contatti a questa rubrica.",
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "テレビ電話",
|
||||
"Pager" => "ポケベル",
|
||||
"Internet" => "インターネット",
|
||||
"Friends" => "友達",
|
||||
"Family" => "家族",
|
||||
"{name}'s Birthday" => "{name}の誕生日",
|
||||
"Contact" => "連絡先",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "アドレスブックに連絡先を追加する権限がありません",
|
||||
|
@ -1,11 +1,24 @@
|
||||
<?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" => "შეცდომა",
|
||||
"Upload too large" => "ასატვირთი ფაილი ძალიან დიდია",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "თქვენი ფაილის ატვირთვა ვერ მოხერხდა. ის არის საქაღალდე და შეიცავს 0 ბაიტს",
|
||||
"Upload Error" => "შეცდომა ატვირთვისას",
|
||||
"Pending" => "მოცდის რეჟიმში",
|
||||
"Download" => "ჩამოტვირთვა",
|
||||
"Edit" => "რედაქტირება",
|
||||
"Delete" => "წაშლა",
|
||||
"Cancel" => "უარყოფა",
|
||||
"Work" => "სამსახური",
|
||||
"Home" => "სახლი",
|
||||
"Other" => "სხვა",
|
||||
"Mobile" => "მობილური",
|
||||
"Text" => "ტექსტი",
|
||||
"Voice" => "ხმა",
|
||||
@ -17,6 +30,8 @@
|
||||
"Contact" => "კონტაქტი",
|
||||
"Add Contact" => "კონტაქტის დამატება",
|
||||
"Import" => "იმპორტი",
|
||||
"Settings" => "პარამეტრები",
|
||||
"Close" => "დახურვა",
|
||||
"Delete current photo" => "მიმდინარე სურათის წაშლა",
|
||||
"Edit current photo" => "მიმდინარე სურათის რედაქტირება",
|
||||
"Upload new photo" => "ახალი სურათის ატვირთვა",
|
||||
@ -50,7 +65,11 @@
|
||||
"Sir" => "სერ",
|
||||
"Add contact" => "კონტაქტის დამატება",
|
||||
"more info" => "უფრო მეტი ინფორმაცია",
|
||||
"Primary address (Kontact et al)" => "პირველადი მისამართი (Kontact et al)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "მისამართის წიგნები",
|
||||
"Share" => "გაზიარება",
|
||||
"New Address Book" => "ახალი მისამართების წიგნი",
|
||||
"Name" => "სახელი",
|
||||
"Save" => "შენახვა"
|
||||
);
|
||||
|
@ -53,6 +53,7 @@
|
||||
"Enter name" => "이름을 입력",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Format custom, Short name, Full name, Reverse or Reverse with comma",
|
||||
"Select type" => "유형 선택",
|
||||
"Select photo" => "사진 선택",
|
||||
"You do not have permission to add contacts to " => "당신은 연락처를 추가 할 수 있는 권한이 없습니다. ",
|
||||
"Please select one of your own address books." => "당신의 Own 주소록 중 하나만 선택 하세요.",
|
||||
"Permission error" => "권한 에러",
|
||||
@ -65,6 +66,13 @@
|
||||
"Error loading profile picture." => "프로필 사진 로딩 에러",
|
||||
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "일부 연락처가 삭제 표시 되었으나 아직 삭제되지 않았습니다. 삭제가 끝날 때 까지 기다려 주세요.",
|
||||
"Do you want to merge these address books?" => "이 주소록을 통합하고 싶으십니까?",
|
||||
"Upload too large" => "업로드 용량 초과",
|
||||
"Only image files can be used as profile picture." => "이미지 파일만 프로필 사진으로 사용 될 수 있습니다.",
|
||||
"Wrong file type" => "옳지 않은 파일 형식",
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "브라우저가 AJAX 업로드를 지원하지 않습니다. 업로드할 사진을 선택하려면 프로필 사진을 클릭하세요.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "이 파일은 디렉토리이거나 0 바이트이기 때문에 업로드 할 수 없습니다.",
|
||||
"Upload Error" => "업로드 에러",
|
||||
"Pending" => "보류 중",
|
||||
"Result: " => "결과:",
|
||||
" imported, " => "불러오기,",
|
||||
" failed." => "실패.",
|
||||
|
13
l10n/ku_IQ.php
Normal file
13
l10n/ku_IQ.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"File doesn't exist:" => "پهڕگهکه ههبوون نیه:",
|
||||
"Error" => "ههڵه",
|
||||
"Importing..." => "دههێنرێت...",
|
||||
"Download" => "داگرتن",
|
||||
"Import" => "هێنان",
|
||||
"Settings" => "دهستكاری",
|
||||
"Close" => "داخستن",
|
||||
"Email" => "ئیمهیل",
|
||||
"Address" => "ناونیشان",
|
||||
"Name" => "ناو",
|
||||
"Save" => "پاشکهوتکردن"
|
||||
);
|
12
l10n/lb.php
12
l10n/lb.php
@ -17,9 +17,16 @@
|
||||
"Contact ID is missing." => "Kontakt ID fehlt.",
|
||||
"File doesn't exist:" => "Fichier existéiert net:",
|
||||
"Error loading image." => "Fehler beim lueden vum Bild.",
|
||||
"There is no error, the file uploaded with success" => "Keen Feeler, Datei ass komplett ropgelueden ginn",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Déi ropgelueden Datei ass méi grouss wei d'upload_max_filesize Eegenschaft an der php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass",
|
||||
"The uploaded file was only partially uploaded" => "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn",
|
||||
"No file was uploaded" => "Et ass kee Fichier ropgeluede ginn",
|
||||
"Missing a temporary folder" => "Et feelt en temporären Dossier",
|
||||
"Contacts" => "Kontakter",
|
||||
"Error" => "Fehler",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Kann deng Datei net eroplueden well et en Dossier ass oder 0 byte grouss ass.",
|
||||
"Upload Error" => "Fehler beim eroplueden",
|
||||
"Result: " => "Resultat: ",
|
||||
" imported, " => " importéiert, ",
|
||||
"Download" => "Download",
|
||||
@ -30,6 +37,7 @@
|
||||
"Contact could not be found." => "Konnt den Kontakt net fannen.",
|
||||
"Work" => "Aarbecht",
|
||||
"Home" => "Doheem",
|
||||
"Other" => "Aner",
|
||||
"Mobile" => "GSM",
|
||||
"Text" => "SMS",
|
||||
"Voice" => "Voice",
|
||||
@ -41,6 +49,8 @@
|
||||
"{name}'s Birthday" => "{name} säi Gebuertsdag",
|
||||
"Contact" => "Kontakt",
|
||||
"Add Contact" => "Kontakt bäisetzen",
|
||||
"Import" => "Import",
|
||||
"Settings" => "Astellungen",
|
||||
"Close" => "Zoumaachen",
|
||||
"Organization" => "Firma",
|
||||
"Nickname" => "Spëtznumm",
|
||||
@ -79,6 +89,8 @@
|
||||
"Sn." => "Sn.",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Adressbicher ",
|
||||
"Share" => "Deelen",
|
||||
"New Address Book" => "Neit Adressbuch",
|
||||
"Name" => "Numm",
|
||||
"Save" => "Späicheren"
|
||||
);
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Error (de)activating addressbook." => "Klaida (de)aktyvuojant adresų knygą.",
|
||||
"No categories selected for deletion." => "Trynimui nepasirinkta jokia kategorija.",
|
||||
"No contacts found." => "Kontaktų nerasta.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "Informacija apie vCard yra neteisinga. ",
|
||||
"Error reading contact photo." => "Klaida skaitant kontakto nuotrauką.",
|
||||
@ -11,7 +12,14 @@
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Įkeliamo failo dydis viršija MAX_FILE_SIZE nustatymą, kuris naudojamas HTML formoje.",
|
||||
"The uploaded file was only partially uploaded" => "Failas buvo įkeltas tik dalinai",
|
||||
"No file was uploaded" => "Nebuvo įkeltas joks failas",
|
||||
"Missing a temporary folder" => "Nėra laikinojo katalogo",
|
||||
"Contacts" => "Kontaktai",
|
||||
"Error" => "Klaida",
|
||||
"Upload too large" => "Įkėlimui failas per didelis",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Neįmanoma įkelti failo - jo dydis gali būti 0 bitų arba tai katalogas",
|
||||
"Upload Error" => "Įkėlimo klaida",
|
||||
"Pending" => "Laukiantis",
|
||||
"Importing..." => "Importuojama...",
|
||||
"Download" => "Atsisiųsti",
|
||||
"Edit" => "Keisti",
|
||||
"Delete" => "Trinti",
|
||||
@ -20,6 +28,7 @@
|
||||
"Contact could not be found." => "Kontaktas nerastas",
|
||||
"Work" => "Darbo",
|
||||
"Home" => "Namų",
|
||||
"Other" => "Kita",
|
||||
"Mobile" => "Mobilusis",
|
||||
"Text" => "Žinučių",
|
||||
"Voice" => "Balso",
|
||||
@ -30,10 +39,14 @@
|
||||
"Internet" => "Internetas",
|
||||
"Contact" => "Kontaktas",
|
||||
"Add Contact" => "Pridėti kontaktą",
|
||||
"Import" => "Importuoti",
|
||||
"Settings" => "Nustatymai",
|
||||
"Close" => "Užverti",
|
||||
"Organization" => "Organizacija",
|
||||
"Nickname" => "Slapyvardis",
|
||||
"Enter nickname" => "Įveskite slapyvardį",
|
||||
"Birthday" => "Gimtadienis",
|
||||
"Groups" => "Grupės",
|
||||
"Phone" => "Telefonas",
|
||||
"Email" => "El. paštas",
|
||||
"Address" => "Adresas",
|
||||
@ -47,6 +60,8 @@
|
||||
"Country" => "Šalis",
|
||||
"Addressbook" => "Adresų knyga",
|
||||
"Addressbooks" => "Adresų knygos",
|
||||
"Share" => "Dalintis",
|
||||
"New Address Book" => "Nauja adresų knyga",
|
||||
"Name" => "Pavadinimas",
|
||||
"Save" => "Išsaugoti"
|
||||
);
|
||||
|
16
l10n/lv.php
Normal file
16
l10n/lv.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"No file was uploaded" => "Neviens fails netika augšuplādēts",
|
||||
"Error" => "Kļūme",
|
||||
"Upload too large" => "Fails ir par lielu lai to augšuplādetu",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Nav iespējams augšuplādēt jūsu failu, jo tāds jau eksistē vai arī failam nav izmēra (0 baiti)",
|
||||
"Upload Error" => "Augšuplādēšanas laikā radās kļūda",
|
||||
"Pending" => "Gaida savu kārtu",
|
||||
"Download" => "Lejuplādēt",
|
||||
"Delete" => "Izdzēst",
|
||||
"Other" => "Cits",
|
||||
"Settings" => "Iestatījumi",
|
||||
"Groups" => "Grupas",
|
||||
"Email" => "Epasts",
|
||||
"Share" => "Līdzdalīt",
|
||||
"Name" => "Nosaukums"
|
||||
);
|
13
l10n/mk.php
13
l10n/mk.php
@ -49,15 +49,24 @@
|
||||
"Error" => "Грешка",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Прилагоден формат, кратко име, цело име, обратно или обратно со запирка",
|
||||
"Select type" => "Одбери тип",
|
||||
"Select photo" => "Одбери фотографија",
|
||||
"This property has to be non-empty." => "Својството не смее да биде празно.",
|
||||
"Couldn't serialize elements." => "Не може да се серијализираат елементите.",
|
||||
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' повикан без тип на аргументот. Пријавете грешка/проблем на bugs.owncloud.org",
|
||||
"Edit name" => "Уреди го името",
|
||||
"No files selected for upload." => "Ниту еден фајл не е избран за вчитување.",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеката која се обидувате да ја префрлите ја надминува максималната големина дефинирана за пренос на овој сервер.",
|
||||
"Upload too large" => "Фајлот кој се вчитува е преголем",
|
||||
"Only image files can be used as profile picture." => "Само слики можат да бидат искористени како фотографија за профилот.",
|
||||
"Wrong file type" => "Погрешен тип на фајл",
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "Вашиот прелистувач не подржува AJAX преземања. Ве молиме кликнете на сликата за профилот да ја изберете фотографијата за преземање.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Не може да се преземе вашата датотека бидејќи фолдерот во кој се наоѓа фајлот има големина од 0 бајти",
|
||||
"Upload Error" => "Грешка при преземање",
|
||||
"Pending" => "Чека",
|
||||
"Result: " => "Резултат: ",
|
||||
" imported, " => "увезено,",
|
||||
" failed." => "неуспешно.",
|
||||
"Displayname cannot be empty." => "Прикажаното име не може да биде празно.",
|
||||
"Download" => "Преземи",
|
||||
"Edit" => "Уреди",
|
||||
"Delete" => "Избриши",
|
||||
@ -66,6 +75,7 @@
|
||||
"Contact could not be found." => "Контактот неможе да биде најден.",
|
||||
"Work" => "Работа",
|
||||
"Home" => "Дома",
|
||||
"Other" => "Останато",
|
||||
"Mobile" => "Мобилен",
|
||||
"Text" => "Текст",
|
||||
"Voice" => "Глас",
|
||||
@ -78,6 +88,7 @@
|
||||
"Contact" => "Контакт",
|
||||
"Add Contact" => "Додади контакт",
|
||||
"Import" => "Внеси",
|
||||
"Settings" => "Параметри",
|
||||
"Close" => "Затвои",
|
||||
"Drop photo to upload" => "Довлечкај фотографија за да се подигне",
|
||||
"Delete current photo" => "Избриши моментална фотографија",
|
||||
@ -150,6 +161,8 @@
|
||||
"Primary address (Kontact et al)" => "Примарна адреса",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Адресари",
|
||||
"Share" => "Сподели",
|
||||
"New Address Book" => "Нов адресар",
|
||||
"Name" => "Име",
|
||||
"Save" => "Сними"
|
||||
);
|
||||
|
@ -50,15 +50,24 @@
|
||||
"Enter name" => "Masukkan nama",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Format bebas, Nama pendek, Nama penuh, Unduran dengan koma",
|
||||
"Select type" => "PIlih jenis",
|
||||
"Select photo" => "Pilih foto",
|
||||
"This property has to be non-empty." => "Nilai ini tidak boleh kosong.",
|
||||
"Couldn't serialize elements." => "Tidak boleh menggabungkan elemen.",
|
||||
"'deleteProperty' called without type argument. Please report at bugs.owncloud.org" => "'deleteProperty' dipanggil tanpa argumen taip. Sila maklumkan di bugs.owncloud.org",
|
||||
"Edit name" => "Ubah nama",
|
||||
"No files selected for upload." => "Tiada fail dipilih untuk muatnaik.",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Fail yang ingin dimuatnaik melebihi saiz yang dibenarkan.",
|
||||
"Upload too large" => "Muatnaik terlalu besar",
|
||||
"Only image files can be used as profile picture." => "Hanya fail imej boleh digunakan sebagai gambar profil.",
|
||||
"Wrong file type" => "Salah jenis fail",
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "Pelayar web anda tidak menyokong muatnaik AJAX. Sila klik pada gambar profil untuk memilih foto untuk dimuatnail.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Tidak boleh memuatnaik fail anda kerana mungkin ianya direktori atau saiz fail 0 bytes",
|
||||
"Upload Error" => "Muat naik ralat",
|
||||
"Pending" => "Dalam proses",
|
||||
"Result: " => "Hasil: ",
|
||||
" imported, " => " import, ",
|
||||
" failed." => " gagal.",
|
||||
"Displayname cannot be empty." => "Nama paparan tidak boleh kosong",
|
||||
"Download" => "Muat naik",
|
||||
"Edit" => "Sunting",
|
||||
"Delete" => "Padam",
|
||||
@ -159,6 +168,7 @@
|
||||
"Primary address (Kontact et al)" => "Alamat utama",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Senarai Buku Alamat",
|
||||
"Share" => "Kongsi",
|
||||
"New Address Book" => "Buku Alamat Baru",
|
||||
"Name" => "Nama",
|
||||
"Description" => "Keterangan",
|
||||
|
@ -56,8 +56,13 @@
|
||||
"No files selected for upload." => "Ingen filer valgt for opplasting.",
|
||||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Filen du prøver å laste opp er for stor.",
|
||||
"Shared by " => "Delt av",
|
||||
"Upload too large" => "Filen er for stor",
|
||||
"Only image files can be used as profile picture." => "Kun bildefiler kan bli brukt som profilbilde",
|
||||
"Wrong file type" => "Feil filtype",
|
||||
"Your browser doesn't support AJAX upload. Please click on the profile picture to select a photo to upload." => "Din nettleser støtter ikke opplasting med AJAX. Klikk på ønsket bilde for å laste opp.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Kan ikke laste opp filen din siden det er en mappe eller den har 0 bytes",
|
||||
"Upload Error" => "Opplasting feilet",
|
||||
"Pending" => "Ventende",
|
||||
"Importing..." => "Importerer...",
|
||||
"Result: " => "Resultat:",
|
||||
" imported, " => "importert,",
|
||||
@ -92,6 +97,7 @@
|
||||
"There was an error deleting this contact." => "Det oppstod en feil ved sletting av denne kontakten",
|
||||
"Add Contact" => "Ny kontakt",
|
||||
"Import" => "Importer",
|
||||
"Settings" => "Innstillinger",
|
||||
"Close" => "Lukk",
|
||||
"Keyboard shortcuts" => "Tastatur snarveier",
|
||||
"Navigation" => "Navigasjon",
|
||||
@ -167,6 +173,8 @@
|
||||
"Primary address (Kontact et al)" => "Primær adresse (kontakt osv)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Adressebøker",
|
||||
"Share" => "Del",
|
||||
"New Address Book" => "Ny adressebok",
|
||||
"Name" => "Navn",
|
||||
"Save" => "Lagre"
|
||||
);
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pieper",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Vrienden",
|
||||
"Family" => "Familie",
|
||||
"{name}'s Birthday" => "{name}'s verjaardag",
|
||||
"Contact" => "Contact",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "U kunt geen contact personen toevoegen aan dit adresboek.",
|
||||
|
@ -3,7 +3,15 @@
|
||||
"Cannot add empty property." => "Kan ikkje leggja til tomt felt.",
|
||||
"At least one of the address fields has to be filled out." => "Minst eit av adressefelta må fyllast ut.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "Informasjonen om vCard-et er feil, ver venleg og last sida på nytt.",
|
||||
"There is no error, the file uploaded with success" => "Ingen feil, fila vart lasta opp",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Den opplasta fila er større enn variabelen upload_max_filesize i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Den opplasta fila er større enn variabelen MAX_FILE_SIZE i HTML-skjemaet",
|
||||
"The uploaded file was only partially uploaded" => "Fila vart berre delvis lasta opp",
|
||||
"No file was uploaded" => "Ingen filer vart lasta opp",
|
||||
"Missing a temporary folder" => "Manglar ei mellombels mappe",
|
||||
"Contacts" => "Kotaktar",
|
||||
"Error" => "Feil",
|
||||
"Upload too large" => "For stor opplasting",
|
||||
"Download" => "Last ned",
|
||||
"Edit" => "Endra",
|
||||
"Delete" => "Slett",
|
||||
@ -12,6 +20,7 @@
|
||||
"Contact could not be found." => "Fann ikkje kontakten.",
|
||||
"Work" => "Arbeid",
|
||||
"Home" => "Heime",
|
||||
"Other" => "Anna",
|
||||
"Mobile" => "Mobil",
|
||||
"Text" => "Tekst",
|
||||
"Voice" => "Tale",
|
||||
@ -20,8 +29,12 @@
|
||||
"Pager" => "Personsøkjar",
|
||||
"Contact" => "Kontakt",
|
||||
"Add Contact" => "Legg til kontakt",
|
||||
"Import" => "Importer",
|
||||
"Settings" => "Innstillingar",
|
||||
"Close" => "Lukk",
|
||||
"Organization" => "Organisasjon",
|
||||
"Birthday" => "Bursdag",
|
||||
"Groups" => "Grupper",
|
||||
"Preferred" => "Føretrekt",
|
||||
"Phone" => "Telefonnummer",
|
||||
"Email" => "Epost",
|
||||
@ -38,5 +51,6 @@
|
||||
"Addressbook" => "Adressebok",
|
||||
"Addressbooks" => "Adressebøker",
|
||||
"New Address Book" => "Ny adressebok",
|
||||
"Name" => "Namn",
|
||||
"Save" => "Lagre"
|
||||
);
|
||||
|
32
l10n/oc.php
Normal file
32
l10n/oc.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"No categories selected for deletion." => "Pas de categorias seleccionadas per escafar.",
|
||||
"There is no error, the file uploaded with success" => "Amontcargament capitat, pas d'errors",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lo fichièr amontcargat es tròp bèl per la directiva «upload_max_filesize » del php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML",
|
||||
"The uploaded file was only partially uploaded" => "Lo fichièr foguèt pas completament amontcargat",
|
||||
"No file was uploaded" => "Cap de fichièrs son estats amontcargats",
|
||||
"Missing a temporary folder" => "Un dorsièr temporari manca",
|
||||
"Contacts" => "Contactes",
|
||||
"Error" => "Error",
|
||||
"Upload too large" => "Amontcargament tròp gròs",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible d'amontcargar lo teu fichièr qu'es un repertòri o que ten pas que 0 octet.",
|
||||
"Upload Error" => "Error d'amontcargar",
|
||||
"Pending" => "Al esperar",
|
||||
"Download" => "Avalcarga",
|
||||
"Edit" => "Editar",
|
||||
"Delete" => "Escafa",
|
||||
"Cancel" => "Annula",
|
||||
"Work" => "Trabalh",
|
||||
"Other" => "Autres",
|
||||
"Import" => "Importa",
|
||||
"Settings" => "Configuracion",
|
||||
"Birthday" => "Anniversari",
|
||||
"Groups" => "Grops",
|
||||
"Email" => "Corrièl",
|
||||
"more info" => "mai d'entresenhes",
|
||||
"Primary address (Kontact et al)" => "Adreiças primarias (Kontact et al)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Share" => "Parteja",
|
||||
"Name" => "Nom",
|
||||
"Save" => "Enregistra"
|
||||
);
|
@ -1,3 +1,6 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"<h3>You have no contacts in your addressbook.</h3><p>You can import VCF files by dragging them to the contacts list and either drop them on an addressbook to import into it, or on an empty spot to create a new addressbook and import into that.<br />You can also import by clicking on the import button at the bottom of the list.</p>" => "<h3>Nie masz kontaktów w książce adresowej.</h3><p>Możesz zaimportować pliki VCF poprzez przeciągnięcie ich do listy kontaktów i albo upuścić je na książce adresowej w celu zaimportowanie ich do niej lub na pustym miejscu, aby utworzyć nowych nową książke adresową i zaimportować je do niej.<br/>Możesz również także zaimportować, klikając przycisk Importuj na dole listy.</p>"
|
||||
"Settings" => "Ustawienia",
|
||||
"Email" => "Email",
|
||||
"<h3>You have no contacts in your addressbook.</h3><p>You can import VCF files by dragging them to the contacts list and either drop them on an addressbook to import into it, or on an empty spot to create a new addressbook and import into that.<br />You can also import by clicking on the import button at the bottom of the list.</p>" => "<h3>Nie masz kontaktów w książce adresowej.</h3><p>Możesz zaimportować pliki VCF poprzez przeciągnięcie ich do listy kontaktów i albo upuścić je na książce adresowej w celu zaimportowanie ich do niej lub na pustym miejscu, aby utworzyć nowych nową książke adresową i zaimportować je do niej.<br/>Możesz również także zaimportować, klikając przycisk Importuj na dole listy.</p>",
|
||||
"Save" => "Zapisz"
|
||||
);
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Vídeo",
|
||||
"Pager" => "Pager",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Amigos",
|
||||
"Family" => "Familia",
|
||||
"{name}'s Birthday" => "Aniversário de {name}",
|
||||
"Contact" => "Contacto",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Não tem permissões para acrescentar contactos a este livro de endereços.",
|
||||
|
10
l10n/ro.php
10
l10n/ro.php
@ -25,6 +25,8 @@
|
||||
"Error loading image." => "Eroare la încărcarea imaginii.",
|
||||
"Error uploading contacts to storage." => "Eroare la încărcarea contactelor.",
|
||||
"There is no error, the file uploaded with success" => "Nu a apărut nici o eroare, fișierul a fost încărcat cu succes",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Fișierul are o dimensiune mai mare decât cea specificată în variabila upload_max_filesize din php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Fișierul are o dimensiune mai mare decât variabile MAX_FILE_SIZE specificată în formularul HTML",
|
||||
"The uploaded file was only partially uploaded" => "Fișierul a fost încărcat doar parțial",
|
||||
"No file was uploaded" => "Nu a fost încărcat nici un fișier",
|
||||
"Missing a temporary folder" => "Lipsește un director temporar",
|
||||
@ -34,6 +36,11 @@
|
||||
"Enter name" => "Specifică nume",
|
||||
"Select type" => "Selectează tip",
|
||||
"Edit name" => "Editează nume",
|
||||
"Upload too large" => "Fișierul încărcat este prea mare",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Nu s-a putut încărca fișierul tău deoarece pare să fie un director sau are 0 bytes.",
|
||||
"Upload Error" => "Eroare la încărcare",
|
||||
"Pending" => "În așteptare",
|
||||
"Importing..." => "Se importă...",
|
||||
"Result: " => "Rezultat:",
|
||||
" imported, " => "importat,",
|
||||
"Show CardDav link" => "Arată legătură CardDav",
|
||||
@ -123,8 +130,11 @@
|
||||
"Importing contacts" => "Se importă contactele",
|
||||
"Add contact" => "Adaugă contact",
|
||||
"Enter description" => "Specifică descriere",
|
||||
"more info" => "mai multe informații",
|
||||
"Primary address (Kontact et al)" => "Adresa primară (Kontact et al)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "Agende",
|
||||
"Share" => "Partajează",
|
||||
"New Address Book" => "Agendă nouă",
|
||||
"Name" => "Nume",
|
||||
"Description" => "Descriere",
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Видео",
|
||||
"Pager" => "Пейджер",
|
||||
"Internet" => "Интернет",
|
||||
"Friends" => "Друзья",
|
||||
"Family" => "Семья",
|
||||
"{name}'s Birthday" => "{имя} день рождения",
|
||||
"Contact" => "Контакт",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "У Вас нет разрешения для добавления контактов в эту адресную книгу.",
|
||||
|
@ -51,6 +51,7 @@
|
||||
"Upload too large" => "උඩුගත කිරීම විශාල වැඩිය",
|
||||
"Upload Error" => "උඩුගත කිරීමේ දෝෂයක්",
|
||||
"Import done" => "ආයාත කිරීම අවසන්",
|
||||
"Importing..." => "ආයාත කරමින් පවති...",
|
||||
"Result: " => "ප්රතිඵලය:",
|
||||
" imported, " => "ආයාත කරන ලදී,",
|
||||
" failed." => "අසාර්ථකයි",
|
||||
@ -145,6 +146,7 @@
|
||||
"Add contact" => "සම්බන්ධතාවක් එකතු කරන්න",
|
||||
"Enter description" => "විස්තරය දෙන්න",
|
||||
"more info" => "තව විස්තර",
|
||||
"Primary address (Kontact et al)" => "ප්රාථමික ලිපිනය(හැම විටම සම්බන්ධ කරගත හැක)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "ලිපින පොත්",
|
||||
"Share" => "බෙදා හදා ගන්න",
|
||||
|
19
l10n/sr.php
19
l10n/sr.php
@ -1,6 +1,18 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"No categories selected for deletion." => "Ни једна категорија није означена за брисање.",
|
||||
"Information about vCard is incorrect. Please reload the page." => "Подаци о вКарти су неисправни. Поново учитајте страницу.",
|
||||
"There is no error, the file uploaded with success" => "Нема грешке, фајл је успешно послат",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Послати фајл превазилази директиву upload_max_filesize из ",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Послати фајл превазилази директиву MAX_FILE_SIZE која је наведена у ХТМЛ форми",
|
||||
"The uploaded file was only partially uploaded" => "Послати фајл је само делимично отпремљен!",
|
||||
"No file was uploaded" => "Ниједан фајл није послат",
|
||||
"Missing a temporary folder" => "Недостаје привремена фасцикла",
|
||||
"Contacts" => "Контакти",
|
||||
"Error" => "Грешка",
|
||||
"Upload too large" => "Пошиљка је превелика",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Није могуће послати датотеку или зато што је директоријуму или јој је величина 0 бајта",
|
||||
"Upload Error" => "Грешка у слању",
|
||||
"Pending" => "На чекању",
|
||||
"Download" => "Преузимање",
|
||||
"Edit" => "Уреди",
|
||||
"Delete" => "Обриши",
|
||||
@ -9,6 +21,7 @@
|
||||
"Contact could not be found." => "Контакт се не може наћи.",
|
||||
"Work" => "Посао",
|
||||
"Home" => "Кућа",
|
||||
"Other" => "Друго",
|
||||
"Mobile" => "Мобилни",
|
||||
"Text" => "Текст",
|
||||
"Voice" => "Глас",
|
||||
@ -17,8 +30,12 @@
|
||||
"Pager" => "Пејџер",
|
||||
"Contact" => "Контакт",
|
||||
"Add Contact" => "Додај контакт",
|
||||
"Import" => "Увези",
|
||||
"Settings" => "Подешавања",
|
||||
"Close" => "Затвори",
|
||||
"Organization" => "Организација",
|
||||
"Birthday" => "Рођендан",
|
||||
"Groups" => "Групе",
|
||||
"Preferred" => "Пожељан",
|
||||
"Phone" => "Телефон",
|
||||
"Email" => "Е-маил",
|
||||
@ -34,6 +51,8 @@
|
||||
"Country" => "Земља",
|
||||
"Addressbook" => "Адресар",
|
||||
"Addressbooks" => "Адресар",
|
||||
"Share" => "Дељење",
|
||||
"New Address Book" => "Нови адресар",
|
||||
"Name" => "Име",
|
||||
"Save" => "Сними"
|
||||
);
|
||||
|
@ -1,11 +1,21 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.",
|
||||
"There is no error, the file uploaded with success" => "Nema greške, fajl je uspešno poslat",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Poslati fajl prevazilazi direktivu upload_max_filesize iz ",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Poslati fajl prevazilazi direktivu MAX_FILE_SIZE koja je navedena u HTML formi",
|
||||
"The uploaded file was only partially uploaded" => "Poslati fajl je samo delimično otpremljen!",
|
||||
"No file was uploaded" => "Nijedan fajl nije poslat",
|
||||
"Missing a temporary folder" => "Nedostaje privremena fascikla",
|
||||
"Upload too large" => "Pošiljka je prevelika",
|
||||
"Download" => "Preuzmi",
|
||||
"Edit" => "Uredi",
|
||||
"Delete" => "Obriši",
|
||||
"Cancel" => "Otkaži",
|
||||
"This is not your addressbook." => "Ovo nije vaš adresar.",
|
||||
"Contact could not be found." => "Kontakt se ne može naći.",
|
||||
"Work" => "Posao",
|
||||
"Home" => "Kuća",
|
||||
"Other" => "Drugo",
|
||||
"Mobile" => "Mobilni",
|
||||
"Text" => "Tekst",
|
||||
"Voice" => "Glas",
|
||||
@ -13,8 +23,11 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Pejdžer",
|
||||
"Add Contact" => "Dodaj kontakt",
|
||||
"Settings" => "Podešavanja",
|
||||
"Close" => "Zatvori",
|
||||
"Organization" => "Organizacija",
|
||||
"Birthday" => "Rođendan",
|
||||
"Groups" => "Grupe",
|
||||
"Phone" => "Telefon",
|
||||
"Email" => "E-mail",
|
||||
"Address" => "Adresa",
|
||||
@ -23,5 +36,7 @@
|
||||
"City" => "Grad",
|
||||
"Region" => "Regija",
|
||||
"Zipcode" => "Zip kod",
|
||||
"Country" => "Zemlja"
|
||||
"Country" => "Zemlja",
|
||||
"Name" => "Ime",
|
||||
"Save" => "Snimi"
|
||||
);
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "Video",
|
||||
"Pager" => "Personsökare",
|
||||
"Internet" => "Internet",
|
||||
"Friends" => "Vänner",
|
||||
"Family" => "Familj",
|
||||
"{name}'s Birthday" => "{name}'s födelsedag",
|
||||
"Contact" => "Kontakt",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "Du har inte behörighet att lägga till kontakter i denna adressbok.",
|
||||
|
33
l10n/ta_LK.php
Normal file
33
l10n/ta_LK.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?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" => "பதிவேற்றப்பட்ட கோப்பானது php.ini இலுள்ள upload_max_filesize directive ஐ விட கூடியது",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது",
|
||||
"The uploaded file was only partially uploaded" => "பதிவேற்றப்பட்ட கோப்பானது பகுதியாக மட்டுமே பதிவேற்றப்பட்டுள்ளது",
|
||||
"No file was uploaded" => "எந்த கோப்பும் பதிவேற்றப்படவில்லை",
|
||||
"Missing a temporary folder" => "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை",
|
||||
"Contacts" => "தொடர்புகள்",
|
||||
"Error" => "வழு",
|
||||
"Upload too large" => "பதிவேற்றல் மிகப்பெரியது",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "அடைவு அல்லது 0 bytes ஐ கொண்டுள்ளதால் உங்களுடைய கோப்பை பதிவேற்ற முடியவில்லை",
|
||||
"Upload Error" => "பதிவேற்றல் வழு",
|
||||
"Pending" => "நிலுவையிலுள்ள",
|
||||
"Download" => "பதிவிறக்குக",
|
||||
"Edit" => "தொகுக்க",
|
||||
"Delete" => "அழிக்க",
|
||||
"Cancel" => "இரத்து செய்க",
|
||||
"Work" => "வேலை",
|
||||
"Other" => "மற்றவை",
|
||||
"Text" => "உரை",
|
||||
"Import" => "இறக்குமதி",
|
||||
"Settings" => "அமைப்புகள்",
|
||||
"Close" => "மூடுக",
|
||||
"Birthday" => "பிறந்த நாள்",
|
||||
"Email" => "மின்னஞ்சல்",
|
||||
"more info" => "மேலதிக தகவல்",
|
||||
"Primary address (Kontact et al)" => "முதன்மை முகவரி (Kontact et al)",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Share" => "பகிர்வு",
|
||||
"Name" => "பெயர்",
|
||||
"Save" => "சேமிக்க"
|
||||
);
|
@ -53,6 +53,7 @@
|
||||
"Enter name" => "İsim giriniz",
|
||||
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Biçin özel, Kısa isim, Tam isim, Ters veya noktalı ters",
|
||||
"Select type" => "Tür seç",
|
||||
"Select photo" => "Fotograf seç",
|
||||
"You do not have permission to add contacts to " => "Yeni bir kişi eklemek için yetkiniz yok.",
|
||||
"Please select one of your own address books." => "Adres defterlerinizden birini seçiniz.",
|
||||
"Permission error" => "Yetki hatası",
|
||||
@ -65,8 +66,11 @@
|
||||
"Error loading profile picture." => "Profil resmi yüklenirken hata oluştu.",
|
||||
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Bazı kişiler silinmek için işaretlendi, hala silinmedi. Silinmesi için bekleyin.",
|
||||
"Do you want to merge these address books?" => "Bu adres defterlerini birleştirmek istiyor musunuz?",
|
||||
"Upload too large" => "Yükleme çok büyük",
|
||||
"Wrong file type" => "Yanlış dosya tipi",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Dosyanızın boyutu 0 byte olduğundan veya bir dizin olduğundan yüklenemedi",
|
||||
"Upload Error" => "Yükleme Hatası",
|
||||
"Pending" => "Bekliyor",
|
||||
"Importing..." => "İçeri aktarılıyor...",
|
||||
"Result: " => "Sonuç: ",
|
||||
" imported, " => " içe aktarıldı, ",
|
||||
|
19
l10n/uk.php
19
l10n/uk.php
@ -1,10 +1,25 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"At least one of the address fields has to be filled out." => "Має бути заповнено щонайменше одне поле.",
|
||||
"File doesn't exist:" => "Файл не існує:",
|
||||
"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" => "Відсутній тимчасовий каталог",
|
||||
"Error" => "Помилка",
|
||||
"Upload too large" => "Файл занадто великий",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Неможливо завантажити ваш файл тому, що він тека або файл розміром 0 байт",
|
||||
"Upload Error" => "Помилка завантаження",
|
||||
"Pending" => "Очікування",
|
||||
"Importing..." => "Імпортування...",
|
||||
"Download" => "Завантажити",
|
||||
"Edit" => "Редагувати",
|
||||
"Delete" => "Видалити",
|
||||
"Cancel" => "Відмінити",
|
||||
"This is not your addressbook." => "Це не ваша адресна книга.",
|
||||
"Work" => "Робота",
|
||||
"Other" => "Інше",
|
||||
"Mobile" => "Мобільний",
|
||||
"Text" => "Текст",
|
||||
"Voice" => "Голос",
|
||||
@ -13,9 +28,12 @@
|
||||
"Pager" => "Пейджер",
|
||||
"Contact" => "Контакт",
|
||||
"Add Contact" => "Додати контакт",
|
||||
"Import" => "Імпорт",
|
||||
"Settings" => "Налаштування",
|
||||
"Close" => "Закрити",
|
||||
"Organization" => "Організація",
|
||||
"Birthday" => "День народження",
|
||||
"Groups" => "Групи",
|
||||
"Phone" => "Телефон",
|
||||
"Email" => "Ел.пошта",
|
||||
"Address" => "Адреса",
|
||||
@ -26,6 +44,7 @@
|
||||
"Country" => "Країна",
|
||||
"Given name" => "Ім'я",
|
||||
"Add contact" => "Додати контакт",
|
||||
"Share" => "Поділитися",
|
||||
"New Address Book" => "Нова адресна книга",
|
||||
"Name" => "Ім'я",
|
||||
"Save" => "Зберегти"
|
||||
|
@ -126,6 +126,8 @@
|
||||
"Video" => "视频",
|
||||
"Pager" => "传呼机",
|
||||
"Internet" => "互联网",
|
||||
"Friends" => "朋友",
|
||||
"Family" => "家庭",
|
||||
"{name}'s Birthday" => "{name} 的生日",
|
||||
"Contact" => "联系人",
|
||||
"You do not have the permissions to add contacts to this addressbook." => "您没有权限增加联系人到此地址簿",
|
||||
|
@ -9,8 +9,17 @@
|
||||
"Missing ID" => "遺失ID",
|
||||
"Information about vCard is incorrect. Please reload the page: " => "vCard資訊不正確. 請重新整理頁面:",
|
||||
"File doesn't exist:" => "檔案不存在",
|
||||
"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 exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上傳黨案的超過 HTML 表單中指定 MAX_FILE_SIZE 限制",
|
||||
"The uploaded file was only partially uploaded" => "只有部分檔案被上傳",
|
||||
"No file was uploaded" => "沒有已上傳的檔案",
|
||||
"Missing a temporary folder" => "遺失暫存資料夾",
|
||||
"Contacts" => "通訊錄",
|
||||
"Error" => "錯誤",
|
||||
"Upload too large" => "上傳過大",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "無法上傳您的檔案因為它可能是一個目錄或檔案大小為0",
|
||||
"Upload Error" => "上傳發生錯誤",
|
||||
"Download" => "下載",
|
||||
"Edit" => "編輯",
|
||||
"Delete" => "刪除",
|
||||
@ -19,6 +28,7 @@
|
||||
"Contact could not be found." => "通訊錄未發現",
|
||||
"Work" => "公司",
|
||||
"Home" => "住宅",
|
||||
"Other" => "其他",
|
||||
"Mobile" => "行動電話",
|
||||
"Text" => "文字",
|
||||
"Voice" => "語音",
|
||||
@ -31,6 +41,8 @@
|
||||
"Contact" => "通訊錄",
|
||||
"Add Contact" => "添加通訊錄",
|
||||
"Import" => "匯入",
|
||||
"Settings" => "設定",
|
||||
"Close" => "關閉",
|
||||
"Upload new photo" => "上傳新照片",
|
||||
"Edit name details" => "編輯姓名詳細資訊",
|
||||
"Organization" => "組織",
|
||||
@ -73,7 +85,12 @@
|
||||
"Given name" => "給定名(名)",
|
||||
"Additional names" => "額外名",
|
||||
"Family name" => "家族名(姓)",
|
||||
"more info" => "更多資訊",
|
||||
"Primary address (Kontact et al)" => "主要地址",
|
||||
"iOS/OS X" => "iOS/OS X",
|
||||
"Addressbooks" => "電話簿",
|
||||
"Share" => "分享",
|
||||
"New Address Book" => "新電話簿",
|
||||
"Name" => "名稱",
|
||||
"Save" => "儲存"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user