1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-28 10:24:11 +01:00

[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-10-02 00:48:58 -04:00
parent f74795d024
commit a531d4e3e9
90 changed files with 3494 additions and 32 deletions

View File

@ -35,6 +35,7 @@ OC.L10N.register(
"Could not find contact: {id}" : "تعذر ايجاد جهة الاتصال: {id}",
"Edit profile picture" : "تعديل صورة الملف الشخصي",
"Crop photo" : "قص الصورة.",
"Select groups" : "إختر مجموعة",
"# groups" : "#المجموعات",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." : "بعض جهات الأتصال تم تحديدها للحذف لكن لم يتم حذفها بعد. يرجى الانتظار قليلاً حتى يتم حذفها بالكامل.",
"Click to undo deletion of {num} contacts" : "إضغط حتى يتم التراجع عن حذف {أرقام} جهات الاتصال",
@ -59,6 +60,44 @@ OC.L10N.register(
"Import done" : "تمت عملية الاستيراد ",
"Close" : "إغلاق",
"Contact" : "معرفه",
"Shared" : "مشارك",
"Error" : "خطأ",
"Error while sharing" : "حصل خطأ عند عملية المشاركة",
"Error while unsharing" : "حصل خطأ عند عملية إزالة المشاركة",
"Error while changing permissions" : "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل",
"Shared with you and the group {group} by {owner}" : "شورك معك ومع المجموعة {group} من قبل {owner}",
"Shared with you by {owner}" : "شورك معك من قبل {owner}",
"Share" : "شارك",
"Share link" : "شارك الرابط",
"Link" : "الرابط",
"Password protect" : "حماية كلمة السر",
"Password" : "كلمة السر",
"Choose a password for the public link" : "اختر كلمة مرور للرابط العام",
"Allow editing" : "السماح بالتعديلات",
"Email link to person" : "ارسل الرابط بالبريد الى صديق",
"Send" : "أرسل",
"Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية",
"Expiration" : "إنتهاء",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"Adding user..." : "إضافة مستخدم",
"group" : "مجموعة",
"remote" : "عن بعد",
"Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة",
"Shared in {item} with {user}" : "شورك في {item} مع {user}",
"Unshare" : "إلغاء المشاركة",
"notify by email" : "الإشعار عن طريق البريد",
"can share" : "يمكن المشاركة",
"can edit" : "يمكن التحرير",
"access control" : "ضبط الوصول",
"create" : "إنشاء",
"change" : "تغيير",
"delete" : "حذف",
"Password protected" : "محمي بكلمة السر",
"Error unsetting expiration date" : "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية",
"Error setting expiration date" : "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية",
"Sending ..." : "جاري الارسال ...",
"Email sent" : "تم ارسال البريد الالكتروني",
"Warning" : "تحذير",
"Failed loading photo: {error}" : "{خطأ}: فشلت مهمة تحميل الصورة",
"You do not have permissions to see this contact" : "ليس لديك الصلاحية لمشاهدة جهة الاتصال ",
"Contact not found" : "تعذر إيجاد جهة الاتصال.",
@ -103,7 +142,6 @@ OC.L10N.register(
"Not enough storage available" : "لا يوجد مساحة تخزينية كافية",
"Error uploading contacts to storage." : "خطأ في رفع جهات الإتصال للمخزن,",
"Error moving file to imports folder." : "خطأ في نقل الملف إلى مجلد الاستيراد.",
"Could not set preference: " : "تعذر تعيين المفضل ",
"Other" : "شيء آخر",
"HomePage" : "الصفحة الرئيسية",
"Jabber" : "Jabber",
@ -120,8 +158,8 @@ OC.L10N.register(
"QQ" : "كيوكيو",
"GaduGadu" : "قادو قادو البولندي للمراسلة الفورية",
"ownCloud" : "ownCloud",
"Work" : "العمل",
"Home" : "البيت",
"Work" : "العمل",
"Mobile" : "الهاتف المحمول",
"Text" : "معلومات إضافية",
"Voice" : "صوت",
@ -199,7 +237,6 @@ OC.L10N.register(
"Country" : "البلد",
"Instant Messenger" : "رسائل فورية.",
"Active" : "فعال",
"Share" : "شارك",
"Export" : "تصدير",
"CardDAV link" : "رابط - وصلة - CardDA لنقل و مشاركة جهات الاتصال",
"Edit" : "تعديل",
@ -207,7 +244,6 @@ OC.L10N.register(
"Automatic format" : "تنسيق تلقائي",
"Select file..." : "تحديد ملف...",
"Description" : "وصف",
"User" : "مستخدم",
"Password" : "كلمة السر"
"User" : "مستخدم"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View File

@ -33,6 +33,7 @@
"Could not find contact: {id}" : "تعذر ايجاد جهة الاتصال: {id}",
"Edit profile picture" : "تعديل صورة الملف الشخصي",
"Crop photo" : "قص الصورة.",
"Select groups" : "إختر مجموعة",
"# groups" : "#المجموعات",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." : "بعض جهات الأتصال تم تحديدها للحذف لكن لم يتم حذفها بعد. يرجى الانتظار قليلاً حتى يتم حذفها بالكامل.",
"Click to undo deletion of {num} contacts" : "إضغط حتى يتم التراجع عن حذف {أرقام} جهات الاتصال",
@ -57,6 +58,44 @@
"Import done" : "تمت عملية الاستيراد ",
"Close" : "إغلاق",
"Contact" : "معرفه",
"Shared" : "مشارك",
"Error" : "خطأ",
"Error while sharing" : "حصل خطأ عند عملية المشاركة",
"Error while unsharing" : "حصل خطأ عند عملية إزالة المشاركة",
"Error while changing permissions" : "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل",
"Shared with you and the group {group} by {owner}" : "شورك معك ومع المجموعة {group} من قبل {owner}",
"Shared with you by {owner}" : "شورك معك من قبل {owner}",
"Share" : "شارك",
"Share link" : "شارك الرابط",
"Link" : "الرابط",
"Password protect" : "حماية كلمة السر",
"Password" : "كلمة السر",
"Choose a password for the public link" : "اختر كلمة مرور للرابط العام",
"Allow editing" : "السماح بالتعديلات",
"Email link to person" : "ارسل الرابط بالبريد الى صديق",
"Send" : "أرسل",
"Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية",
"Expiration" : "إنتهاء",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"Adding user..." : "إضافة مستخدم",
"group" : "مجموعة",
"remote" : "عن بعد",
"Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة",
"Shared in {item} with {user}" : "شورك في {item} مع {user}",
"Unshare" : "إلغاء المشاركة",
"notify by email" : "الإشعار عن طريق البريد",
"can share" : "يمكن المشاركة",
"can edit" : "يمكن التحرير",
"access control" : "ضبط الوصول",
"create" : "إنشاء",
"change" : "تغيير",
"delete" : "حذف",
"Password protected" : "محمي بكلمة السر",
"Error unsetting expiration date" : "حصل خطأ عند عملية إزالة تاريخ إنتهاء الصلاحية",
"Error setting expiration date" : "حصل خطأ عند عملية تعيين تاريخ إنتهاء الصلاحية",
"Sending ..." : "جاري الارسال ...",
"Email sent" : "تم ارسال البريد الالكتروني",
"Warning" : "تحذير",
"Failed loading photo: {error}" : "{خطأ}: فشلت مهمة تحميل الصورة",
"You do not have permissions to see this contact" : "ليس لديك الصلاحية لمشاهدة جهة الاتصال ",
"Contact not found" : "تعذر إيجاد جهة الاتصال.",
@ -101,7 +140,6 @@
"Not enough storage available" : "لا يوجد مساحة تخزينية كافية",
"Error uploading contacts to storage." : "خطأ في رفع جهات الإتصال للمخزن,",
"Error moving file to imports folder." : "خطأ في نقل الملف إلى مجلد الاستيراد.",
"Could not set preference: " : "تعذر تعيين المفضل ",
"Other" : "شيء آخر",
"HomePage" : "الصفحة الرئيسية",
"Jabber" : "Jabber",
@ -118,8 +156,8 @@
"QQ" : "كيوكيو",
"GaduGadu" : "قادو قادو البولندي للمراسلة الفورية",
"ownCloud" : "ownCloud",
"Work" : "العمل",
"Home" : "البيت",
"Work" : "العمل",
"Mobile" : "الهاتف المحمول",
"Text" : "معلومات إضافية",
"Voice" : "صوت",
@ -197,7 +235,6 @@
"Country" : "البلد",
"Instant Messenger" : "رسائل فورية.",
"Active" : "فعال",
"Share" : "شارك",
"Export" : "تصدير",
"CardDAV link" : "رابط - وصلة - CardDA لنقل و مشاركة جهات الاتصال",
"Edit" : "تعديل",
@ -205,7 +242,6 @@
"Automatic format" : "تنسيق تلقائي",
"Select file..." : "تحديد ملف...",
"Description" : "وصف",
"User" : "مستخدم",
"Password" : "كلمة السر"
"User" : "مستخدم"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

View File

@ -75,8 +75,40 @@ OC.L10N.register(
"Close" : "Zarrar",
"Contact" : "Contautu",
"Error, missing parameters: " : "Fallu, falten parámetros: ",
"Shared" : "Compartíu",
"Error" : "Fallu",
"Error while sharing" : "Fallu mientres la compartición",
"Error while unsharing" : "Fallu mientres se dexaba de compartir",
"Error while changing permissions" : "Fallu mientres camudaben los permisos",
"Shared with you and the group {group} by {owner}" : "Compartíu contigo y col grupu {group} por {owner}",
"Shared with you by {owner}" : "Compartíu contigo por {owner}",
"Share" : "Compartir",
"Share link" : "Compartir enllaz",
"The public link will expire no later than {days} days after it is created" : "L'enllaz públicu va caducar enantes de {days} díes dende la so creación",
"Password protect" : "Protexer con contraseña",
"Password" : "Contraseña",
"Choose a password for the public link" : "Escueyi una contraseña pal enllaz públicu",
"Email link to person" : "Enllaz de corréu-e a la persona",
"Send" : "Unviar",
"Set expiration date" : "Afitar la data de caducidá",
"Expiration" : "Caducidá",
"Expiration date" : "Data de caducidá",
"group" : "grupu",
"Resharing is not allowed" : "Recompartir nun ta permitíu",
"Shared in {item} with {user}" : "Compartíu en {item} con {user}",
"Unshare" : "Dexar de compartir",
"notify by email" : "notificar per corréu",
"can share" : "pue compartir",
"can edit" : "pue editar",
"access control" : "control d'accesu",
"create" : "crear",
"delete" : "desaniciar",
"Password protected" : "Contraseña protexida",
"Error unsetting expiration date" : "Fallu desafitando la data de caducidá",
"Error setting expiration date" : "Fallu afitando la fecha de caducidá",
"Sending ..." : "Unviando ...",
"Email sent" : "Corréu-e unviáu",
"Warning" : "Avisu",
"Failed loading photo: {error}" : "Fallu cargando semeya: {error}",
"You do not have permissions to see this contact" : "Nun tienes permisos pa ver esti contautu",
"Contact not found" : "Contautu non atopáu",

View File

@ -73,8 +73,40 @@
"Close" : "Zarrar",
"Contact" : "Contautu",
"Error, missing parameters: " : "Fallu, falten parámetros: ",
"Shared" : "Compartíu",
"Error" : "Fallu",
"Error while sharing" : "Fallu mientres la compartición",
"Error while unsharing" : "Fallu mientres se dexaba de compartir",
"Error while changing permissions" : "Fallu mientres camudaben los permisos",
"Shared with you and the group {group} by {owner}" : "Compartíu contigo y col grupu {group} por {owner}",
"Shared with you by {owner}" : "Compartíu contigo por {owner}",
"Share" : "Compartir",
"Share link" : "Compartir enllaz",
"The public link will expire no later than {days} days after it is created" : "L'enllaz públicu va caducar enantes de {days} díes dende la so creación",
"Password protect" : "Protexer con contraseña",
"Password" : "Contraseña",
"Choose a password for the public link" : "Escueyi una contraseña pal enllaz públicu",
"Email link to person" : "Enllaz de corréu-e a la persona",
"Send" : "Unviar",
"Set expiration date" : "Afitar la data de caducidá",
"Expiration" : "Caducidá",
"Expiration date" : "Data de caducidá",
"group" : "grupu",
"Resharing is not allowed" : "Recompartir nun ta permitíu",
"Shared in {item} with {user}" : "Compartíu en {item} con {user}",
"Unshare" : "Dexar de compartir",
"notify by email" : "notificar per corréu",
"can share" : "pue compartir",
"can edit" : "pue editar",
"access control" : "control d'accesu",
"create" : "crear",
"delete" : "desaniciar",
"Password protected" : "Contraseña protexida",
"Error unsetting expiration date" : "Fallu desafitando la data de caducidá",
"Error setting expiration date" : "Fallu afitando la fecha de caducidá",
"Sending ..." : "Unviando ...",
"Email sent" : "Corréu-e unviáu",
"Warning" : "Avisu",
"Failed loading photo: {error}" : "Fallu cargando semeya: {error}",
"You do not have permissions to see this contact" : "Nun tienes permisos pa ver esti contautu",
"Contact not found" : "Contautu non atopáu",

View File

@ -74,8 +74,45 @@ OC.L10N.register(
"Close" : "Затвори",
"Contact" : "Кантакт",
"Error, missing parameters: " : "Греша, липсващи параметри:",
"Shared" : "Споделено",
"Error" : "Грешка",
"Error while sharing" : "Грешка при споделяне",
"Error while unsharing" : "Грешка при премахване на споделянето",
"Error while changing permissions" : "Грешка при промяна на привилегиите",
"Shared with you and the group {group} by {owner}" : "Споделено от {owner} с Вас и групата {group} .",
"Shared with you by {owner}" : "Споделено с Вас от {owner}.",
"Share" : "Сподели",
"Share link" : "Връзка за споделяне",
"The public link will expire no later than {days} days after it is created" : "Общодостъпната връзка ще изтече не по-късно от {days} дни след създаването ѝ.",
"Link" : "Връзка",
"Password protect" : "Защитено с парола",
"Password" : "Парола",
"Choose a password for the public link" : "Изберете парола за общодостъпната връзка",
"Allow editing" : "Позволяване на редактиране",
"Email link to person" : "Имейл връзка към човек",
"Send" : "Изпращане",
"Set expiration date" : "Задаване на дата на изтичане",
"Expiration" : "Изтичане",
"Expiration date" : "Дата на изтичане",
"Adding user..." : "Добавяне на потребител...",
"group" : "група",
"remote" : "отдалечен",
"Resharing is not allowed" : "Повторно споделяне не е разрешено.",
"Shared in {item} with {user}" : "Споделено в {item} с {user}.",
"Unshare" : "Премахване на споделяне",
"notify by email" : "уведомяване по електронна поща",
"can share" : "може да споделя",
"can edit" : "може да променя",
"access control" : "контрол на достъпа",
"create" : "създаване",
"change" : "промяна",
"delete" : "изтриване",
"Password protected" : "Защитено с парола",
"Error unsetting expiration date" : "Грешка при премахване на дата на изтичане",
"Error setting expiration date" : "Грешка при настройване на датата за изтичане",
"Sending ..." : "Изпращане ...",
"Email sent" : "Електронната поща е изпратена",
"Warning" : "Предупреждение",
"Failed loading photo: {error}" : "Неуспешно зареждане на снимка: {error}.",
"You do not have permissions to see this contact" : "Нямаш разрешение да разгледаш този контакт.",
"Contact not found" : "Контактът не е открит.",

View File

@ -72,8 +72,45 @@
"Close" : "Затвори",
"Contact" : "Кантакт",
"Error, missing parameters: " : "Греша, липсващи параметри:",
"Shared" : "Споделено",
"Error" : "Грешка",
"Error while sharing" : "Грешка при споделяне",
"Error while unsharing" : "Грешка при премахване на споделянето",
"Error while changing permissions" : "Грешка при промяна на привилегиите",
"Shared with you and the group {group} by {owner}" : "Споделено от {owner} с Вас и групата {group} .",
"Shared with you by {owner}" : "Споделено с Вас от {owner}.",
"Share" : "Сподели",
"Share link" : "Връзка за споделяне",
"The public link will expire no later than {days} days after it is created" : "Общодостъпната връзка ще изтече не по-късно от {days} дни след създаването ѝ.",
"Link" : "Връзка",
"Password protect" : "Защитено с парола",
"Password" : "Парола",
"Choose a password for the public link" : "Изберете парола за общодостъпната връзка",
"Allow editing" : "Позволяване на редактиране",
"Email link to person" : "Имейл връзка към човек",
"Send" : "Изпращане",
"Set expiration date" : "Задаване на дата на изтичане",
"Expiration" : "Изтичане",
"Expiration date" : "Дата на изтичане",
"Adding user..." : "Добавяне на потребител...",
"group" : "група",
"remote" : "отдалечен",
"Resharing is not allowed" : "Повторно споделяне не е разрешено.",
"Shared in {item} with {user}" : "Споделено в {item} с {user}.",
"Unshare" : "Премахване на споделяне",
"notify by email" : "уведомяване по електронна поща",
"can share" : "може да споделя",
"can edit" : "може да променя",
"access control" : "контрол на достъпа",
"create" : "създаване",
"change" : "промяна",
"delete" : "изтриване",
"Password protected" : "Защитено с парола",
"Error unsetting expiration date" : "Грешка при премахване на дата на изтичане",
"Error setting expiration date" : "Грешка при настройване на датата за изтичане",
"Sending ..." : "Изпращане ...",
"Email sent" : "Електронната поща е изпратена",
"Warning" : "Предупреждение",
"Failed loading photo: {error}" : "Неуспешно зареждане на снимка: {error}.",
"You do not have permissions to see this contact" : "Нямаш разрешение да разгледаш този контакт.",
"Contact not found" : "Контактът не е открит.",

View File

@ -73,8 +73,45 @@ OC.L10N.register(
"Close" : "Zatvori",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Greška, nedostaju parametri: ",
"Shared" : "Podijeljen",
"Error" : "Greška",
"Error while sharing" : "Greška pri dijeljenju",
"Error while unsharing" : "Ggreška pri prestanku dijeljenja",
"Error while changing permissions" : "Greška pri mijenjanju dozvola",
"Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
"Shared with you by {owner}" : "Podijeljeno sa vama od {owner}",
"Share" : "Dijeli",
"Share link" : "Podijelite vezu",
"The public link will expire no later than {days} days after it is created" : "Javna veza ističe najkasnije {days} dana nakon što je kreirana",
"Link" : "Veza",
"Password protect" : "Zaštitita lozinkom",
"Password" : "Lozinka",
"Choose a password for the public link" : "Izaberite lozinku za javnu vezu",
"Allow editing" : "Dozvolite izmjenu",
"Email link to person" : "Pošaljite osobi vezu e-poštom",
"Send" : "Pošalji",
"Set expiration date" : "Postavite datum isteka",
"Expiration" : "Istek",
"Expiration date" : "Datum isteka",
"Adding user..." : "Dodavanje korisnika...",
"group" : "grupa",
"remote" : "daljinski",
"Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
"Shared in {item} with {user}" : "Podijeljeno u {item} s {user}",
"Unshare" : "Prestani dijeliti",
"notify by email" : "Obavijesti e-poštom",
"can share" : "mogu dijeliti",
"can edit" : "mogu mijenjati",
"access control" : "Kontrola pristupa",
"create" : "kreiraj",
"change" : "izmjeni",
"delete" : "izbriši",
"Password protected" : "Zaštićeno lozinkom",
"Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka",
"Error setting expiration date" : "Pogrešno postavljanje datuma isteka",
"Sending ..." : "Slanje...",
"Email sent" : "E-pošta je poslana",
"Warning" : "Upozorenje",
"Failed loading photo: {error}" : "Učitavanje fotografije nije uspjelo: {error}",
"You do not have permissions to see this contact" : "Nemate dozvolu gledanja ovog kontakta.",
"Contact not found" : "Kontakt nije pronađen.",

View File

@ -71,8 +71,45 @@
"Close" : "Zatvori",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Greška, nedostaju parametri: ",
"Shared" : "Podijeljen",
"Error" : "Greška",
"Error while sharing" : "Greška pri dijeljenju",
"Error while unsharing" : "Ggreška pri prestanku dijeljenja",
"Error while changing permissions" : "Greška pri mijenjanju dozvola",
"Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
"Shared with you by {owner}" : "Podijeljeno sa vama od {owner}",
"Share" : "Dijeli",
"Share link" : "Podijelite vezu",
"The public link will expire no later than {days} days after it is created" : "Javna veza ističe najkasnije {days} dana nakon što je kreirana",
"Link" : "Veza",
"Password protect" : "Zaštitita lozinkom",
"Password" : "Lozinka",
"Choose a password for the public link" : "Izaberite lozinku za javnu vezu",
"Allow editing" : "Dozvolite izmjenu",
"Email link to person" : "Pošaljite osobi vezu e-poštom",
"Send" : "Pošalji",
"Set expiration date" : "Postavite datum isteka",
"Expiration" : "Istek",
"Expiration date" : "Datum isteka",
"Adding user..." : "Dodavanje korisnika...",
"group" : "grupa",
"remote" : "daljinski",
"Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
"Shared in {item} with {user}" : "Podijeljeno u {item} s {user}",
"Unshare" : "Prestani dijeliti",
"notify by email" : "Obavijesti e-poštom",
"can share" : "mogu dijeliti",
"can edit" : "mogu mijenjati",
"access control" : "Kontrola pristupa",
"create" : "kreiraj",
"change" : "izmjeni",
"delete" : "izbriši",
"Password protected" : "Zaštićeno lozinkom",
"Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka",
"Error setting expiration date" : "Pogrešno postavljanje datuma isteka",
"Sending ..." : "Slanje...",
"Email sent" : "E-pošta je poslana",
"Warning" : "Upozorenje",
"Failed loading photo: {error}" : "Učitavanje fotografije nije uspjelo: {error}",
"You do not have permissions to see this contact" : "Nemate dozvolu gledanja ovog kontakta.",
"Contact not found" : "Kontakt nije pronađen.",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Tanca",
"Contact" : "Contacte",
"Error, missing parameters: " : "Error, falten paràmetres:",
"Shared" : "Compartit",
"Error" : "Error",
"Error while sharing" : "Error en compartir",
"Error while unsharing" : "Error en deixar de compartir",
"Error while changing permissions" : "Error en canviar els permisos",
"Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}",
"Shared with you by {owner}" : "Compartit amb vos per {owner}",
"Share with users or groups …" : "Comparteix amb usuaris o grups ...",
"Share with users, groups or remote users …" : "Comparteix amb usuaris, grups o usuaris remots ...",
"Share" : "Comparteix",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud",
"Share link" : "Comparteix l'enllaç",
"The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo",
"Link" : "Enllaç",
"Password protect" : "Protegir amb contrasenya",
"Password" : "Contrasenya",
"Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
"Allow editing" : "Permetre edició",
"Email link to person" : "Enllaç per correu electrónic amb la persona",
"Send" : "Envia",
"Set expiration date" : "Estableix la data de venciment",
"Expiration" : "Expiració",
"Expiration date" : "Data de venciment",
"An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou",
"Adding user..." : "Afegint usuari...",
"group" : "grup",
"remote" : "remot",
"Resharing is not allowed" : "No es permet compartir de nou",
"Shared in {item} with {user}" : "Compartit en {item} amb {user}",
"Unshare" : "Deixa de compartir",
"notify by email" : "notifica per correu electrònic",
"can share" : "pot compartir",
"can edit" : "pot editar",
"access control" : "control d'accés",
"create" : "crea",
"change" : "cambi",
"delete" : "elimina",
"Password protected" : "Protegeix amb contrasenya",
"Error unsetting expiration date" : "Error en eliminar la data de venciment",
"Error setting expiration date" : "Error en establir la data de venciment",
"Sending ..." : "Enviant...",
"Email sent" : "El correu electrónic s'ha enviat",
"Warning" : "Avís",
"Failed loading photo: {error}" : "Ha fallat en carregar la foto: {error}",
"You do not have permissions to see this contact" : "No teniu permisos per veure aquest contacte",
"Contact not found" : "El contacte no s'ha trobat",

View File

@ -75,8 +75,49 @@
"Close" : "Tanca",
"Contact" : "Contacte",
"Error, missing parameters: " : "Error, falten paràmetres:",
"Shared" : "Compartit",
"Error" : "Error",
"Error while sharing" : "Error en compartir",
"Error while unsharing" : "Error en deixar de compartir",
"Error while changing permissions" : "Error en canviar els permisos",
"Shared with you and the group {group} by {owner}" : "Compartit amb vos i amb el grup {group} per {owner}",
"Shared with you by {owner}" : "Compartit amb vos per {owner}",
"Share with users or groups …" : "Comparteix amb usuaris o grups ...",
"Share with users, groups or remote users …" : "Comparteix amb usuaris, grups o usuaris remots ...",
"Share" : "Comparteix",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud",
"Share link" : "Comparteix l'enllaç",
"The public link will expire no later than {days} days after it is created" : "L'enllaç públic tindrà venciment abans de {days} dies després de crear-lo",
"Link" : "Enllaç",
"Password protect" : "Protegir amb contrasenya",
"Password" : "Contrasenya",
"Choose a password for the public link" : "Escolliu una contrasenya per l'enllaç públic",
"Allow editing" : "Permetre edició",
"Email link to person" : "Enllaç per correu electrónic amb la persona",
"Send" : "Envia",
"Set expiration date" : "Estableix la data de venciment",
"Expiration" : "Expiració",
"Expiration date" : "Data de venciment",
"An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou",
"Adding user..." : "Afegint usuari...",
"group" : "grup",
"remote" : "remot",
"Resharing is not allowed" : "No es permet compartir de nou",
"Shared in {item} with {user}" : "Compartit en {item} amb {user}",
"Unshare" : "Deixa de compartir",
"notify by email" : "notifica per correu electrònic",
"can share" : "pot compartir",
"can edit" : "pot editar",
"access control" : "control d'accés",
"create" : "crea",
"change" : "cambi",
"delete" : "elimina",
"Password protected" : "Protegeix amb contrasenya",
"Error unsetting expiration date" : "Error en eliminar la data de venciment",
"Error setting expiration date" : "Error en establir la data de venciment",
"Sending ..." : "Enviant...",
"Email sent" : "El correu electrónic s'ha enviat",
"Warning" : "Avís",
"Failed loading photo: {error}" : "Ha fallat en carregar la foto: {error}",
"You do not have permissions to see this contact" : "No teniu permisos per veure aquest contacte",
"Contact not found" : "El contacte no s'ha trobat",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Zavřít",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Chyba, chybějící parametry:",
"Shared" : "Sdílené",
"Error" : "Chyba",
"Error while sharing" : "Chyba při sdílení",
"Error while unsharing" : "Chyba při rušení sdílení",
"Error while changing permissions" : "Chyba při změně oprávnění",
"Shared with you and the group {group} by {owner}" : "S Vámi a skupinou {group} sdílí {owner}",
"Shared with you by {owner}" : "S Vámi sdílí {owner}",
"Share with users or groups …" : "Sdílet s uživateli nebo skupinami",
"Share with users, groups or remote users …" : "Sdílet s uživateli, skupinami nebo vzdálenými uživateli",
"Share" : "Sdílet",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud",
"Share link" : "Sdílet odkaz",
"The public link will expire no later than {days} days after it is created" : "Veřejný odkaz vyprší nejpozději {days} dní od svého vytvoření",
"Link" : "Odkaz",
"Password protect" : "Chránit heslem",
"Password" : "Heslo",
"Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz",
"Allow editing" : "Povolit úpravy",
"Email link to person" : "Odeslat osobě odkaz emailem",
"Send" : "Odeslat",
"Set expiration date" : "Nastavit datum vypršení platnosti",
"Expiration" : "Konec platnosti",
"Expiration date" : "Datum vypršení platnosti",
"An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu",
"Adding user..." : "Přidávám uživatele...",
"group" : "skupina",
"remote" : "vzdálený",
"Resharing is not allowed" : "Sdílení již sdílené položky není povoleno",
"Shared in {item} with {user}" : "Sdíleno v {item} s {user}",
"Unshare" : "Zrušit sdílení",
"notify by email" : "upozornit emailem",
"can share" : "může sdílet",
"can edit" : "lze upravovat",
"access control" : "řízení přístupu",
"create" : "vytvořit",
"change" : "změnit",
"delete" : "smazat",
"Password protected" : "Chráněno heslem",
"Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti",
"Error setting expiration date" : "Chyba při nastavení data vypršení platnosti",
"Sending ..." : "Odesílám ...",
"Email sent" : "Email odeslán",
"Warning" : "Varování",
"Failed loading photo: {error}" : "Načtení fotografie se nezdařilo: {error}",
"You do not have permissions to see this contact" : "Nemáte oprávnění k zobrazení tohoto kontaktu",
"Contact not found" : "Kontakt nebyl nalezen",

View File

@ -75,8 +75,49 @@
"Close" : "Zavřít",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Chyba, chybějící parametry:",
"Shared" : "Sdílené",
"Error" : "Chyba",
"Error while sharing" : "Chyba při sdílení",
"Error while unsharing" : "Chyba při rušení sdílení",
"Error while changing permissions" : "Chyba při změně oprávnění",
"Shared with you and the group {group} by {owner}" : "S Vámi a skupinou {group} sdílí {owner}",
"Shared with you by {owner}" : "S Vámi sdílí {owner}",
"Share with users or groups …" : "Sdílet s uživateli nebo skupinami",
"Share with users, groups or remote users …" : "Sdílet s uživateli, skupinami nebo vzdálenými uživateli",
"Share" : "Sdílet",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud",
"Share link" : "Sdílet odkaz",
"The public link will expire no later than {days} days after it is created" : "Veřejný odkaz vyprší nejpozději {days} dní od svého vytvoření",
"Link" : "Odkaz",
"Password protect" : "Chránit heslem",
"Password" : "Heslo",
"Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz",
"Allow editing" : "Povolit úpravy",
"Email link to person" : "Odeslat osobě odkaz emailem",
"Send" : "Odeslat",
"Set expiration date" : "Nastavit datum vypršení platnosti",
"Expiration" : "Konec platnosti",
"Expiration date" : "Datum vypršení platnosti",
"An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu",
"Adding user..." : "Přidávám uživatele...",
"group" : "skupina",
"remote" : "vzdálený",
"Resharing is not allowed" : "Sdílení již sdílené položky není povoleno",
"Shared in {item} with {user}" : "Sdíleno v {item} s {user}",
"Unshare" : "Zrušit sdílení",
"notify by email" : "upozornit emailem",
"can share" : "může sdílet",
"can edit" : "lze upravovat",
"access control" : "řízení přístupu",
"create" : "vytvořit",
"change" : "změnit",
"delete" : "smazat",
"Password protected" : "Chráněno heslem",
"Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti",
"Error setting expiration date" : "Chyba při nastavení data vypršení platnosti",
"Sending ..." : "Odesílám ...",
"Email sent" : "Email odeslán",
"Warning" : "Varování",
"Failed loading photo: {error}" : "Načtení fotografie se nezdařilo: {error}",
"You do not have permissions to see this contact" : "Nemáte oprávnění k zobrazení tohoto kontaktu",
"Contact not found" : "Kontakt nebyl nalezen",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Luk",
"Contact" : "Kontaktperson",
"Error, missing parameters: " : "Fejl, mangler parametre:",
"Shared" : "Delt",
"Error" : "Fejl",
"Error while sharing" : "Fejl under deling",
"Error while unsharing" : "Fejl under annullering af deling",
"Error while changing permissions" : "Fejl under justering af rettigheder",
"Shared with you and the group {group} by {owner}" : "Delt med dig og gruppen {group} af {owner}",
"Shared with you by {owner}" : "Delt med dig af {owner}",
"Share with users or groups …" : "Del med brugere eller grupper",
"Share with users, groups or remote users …" : "Del med brugere, grupper eller eksterne brugere...",
"Share" : "Del",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud",
"Share link" : "Del link",
"The public link will expire no later than {days} days after it is created" : "Det offentlige link udløber senest {days} dage efter det blev oprettet",
"Link" : "Link",
"Password protect" : "Beskyt med adgangskode",
"Password" : "Kodeord",
"Choose a password for the public link" : "Vælg et kodeord til det offentlige link",
"Allow editing" : "Tillad redigering",
"Email link to person" : "E-mail link til person",
"Send" : "Send",
"Set expiration date" : "Vælg udløbsdato",
"Expiration" : "Udløb",
"Expiration date" : "Udløbsdato",
"An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen",
"Adding user..." : "Tilføjer bruger...",
"group" : "gruppe",
"remote" : "ekstern",
"Resharing is not allowed" : "Videredeling ikke tilladt",
"Shared in {item} with {user}" : "Delt i {item} med {user}",
"Unshare" : "Fjern deling",
"notify by email" : "Giv besked med mail",
"can share" : "kan dele",
"can edit" : "kan redigere",
"access control" : "Adgangskontrol",
"create" : "opret",
"change" : "tilpas",
"delete" : "slet",
"Password protected" : "Beskyttet med adgangskode",
"Error unsetting expiration date" : "Fejl ved fjernelse af udløbsdato",
"Error setting expiration date" : "Fejl under sætning af udløbsdato",
"Sending ..." : "Sender ...",
"Email sent" : "E-mail afsendt",
"Warning" : "Advarsel",
"Failed loading photo: {error}" : "Kunne ikke hente billede: {error}",
"You do not have permissions to see this contact" : "Du har ikke rettigheder til at se denne kontaktperson",
"Contact not found" : "Kontakt ikke fundet",

View File

@ -75,8 +75,49 @@
"Close" : "Luk",
"Contact" : "Kontaktperson",
"Error, missing parameters: " : "Fejl, mangler parametre:",
"Shared" : "Delt",
"Error" : "Fejl",
"Error while sharing" : "Fejl under deling",
"Error while unsharing" : "Fejl under annullering af deling",
"Error while changing permissions" : "Fejl under justering af rettigheder",
"Shared with you and the group {group} by {owner}" : "Delt med dig og gruppen {group} af {owner}",
"Shared with you by {owner}" : "Delt med dig af {owner}",
"Share with users or groups …" : "Del med brugere eller grupper",
"Share with users, groups or remote users …" : "Del med brugere, grupper eller eksterne brugere...",
"Share" : "Del",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud",
"Share link" : "Del link",
"The public link will expire no later than {days} days after it is created" : "Det offentlige link udløber senest {days} dage efter det blev oprettet",
"Link" : "Link",
"Password protect" : "Beskyt med adgangskode",
"Password" : "Kodeord",
"Choose a password for the public link" : "Vælg et kodeord til det offentlige link",
"Allow editing" : "Tillad redigering",
"Email link to person" : "E-mail link til person",
"Send" : "Send",
"Set expiration date" : "Vælg udløbsdato",
"Expiration" : "Udløb",
"Expiration date" : "Udløbsdato",
"An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen",
"Adding user..." : "Tilføjer bruger...",
"group" : "gruppe",
"remote" : "ekstern",
"Resharing is not allowed" : "Videredeling ikke tilladt",
"Shared in {item} with {user}" : "Delt i {item} med {user}",
"Unshare" : "Fjern deling",
"notify by email" : "Giv besked med mail",
"can share" : "kan dele",
"can edit" : "kan redigere",
"access control" : "Adgangskontrol",
"create" : "opret",
"change" : "tilpas",
"delete" : "slet",
"Password protected" : "Beskyttet med adgangskode",
"Error unsetting expiration date" : "Fejl ved fjernelse af udløbsdato",
"Error setting expiration date" : "Fejl under sætning af udløbsdato",
"Sending ..." : "Sender ...",
"Email sent" : "E-mail afsendt",
"Warning" : "Advarsel",
"Failed loading photo: {error}" : "Kunne ikke hente billede: {error}",
"You do not have permissions to see this contact" : "Du har ikke rettigheder til at se denne kontaktperson",
"Contact not found" : "Kontakt ikke fundet",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Schließen",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Fehler, fehlende Parameter:",
"Shared" : "Geteilt",
"Error" : "Fehler",
"Error while sharing" : "Fehler beim Teilen",
"Error while unsharing" : "Fehler beim Aufheben der Freigabe",
"Error while changing permissions" : "Fehler beim Ändern der Rechte",
"Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
"Shared with you by {owner}" : "{owner} hat dies mit Dir geteilt",
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
"Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…",
"Share" : "Teilen",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
"Share link" : "Link teilen",
"The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen",
"Link" : "Link",
"Password protect" : "Passwortschutz",
"Password" : "Passwort",
"Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
"Allow editing" : "Bearbeitung erlauben",
"Email link to person" : "Link per E-Mail verschicken",
"Send" : "Senden",
"Set expiration date" : "Setze ein Ablaufdatum",
"Expiration" : "Ablaufdatum",
"Expiration date" : "Ablaufdatum",
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal",
"Adding user..." : "Benutzer wird hinzugefügt…",
"group" : "Gruppe",
"remote" : "Entfernte Freigabe",
"Resharing is not allowed" : "Weiterverteilen ist nicht erlaubt",
"Shared in {item} with {user}" : "Für {user} in {item} freigegeben",
"Unshare" : "Freigabe aufheben",
"notify by email" : "per E-Mail benachrichtigen",
"can share" : "kann teilen",
"can edit" : "kann bearbeiten",
"access control" : "Zugriffskontrolle",
"create" : "erstellen",
"change" : "Ändern",
"delete" : "löschen",
"Password protected" : "Durch ein Passwort geschützt",
"Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
"Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums",
"Sending ..." : "Senden…",
"Email sent" : "E-Mail wurde verschickt",
"Warning" : "Warnung",
"Failed loading photo: {error}" : "Fehler beim Laden eines Bildes: {error}",
"You do not have permissions to see this contact" : "Du hast keine Berechtigung zum Anzeigen dieses Kontakts",
"Contact not found" : "Kontakt nicht gefunden",

View File

@ -75,8 +75,49 @@
"Close" : "Schließen",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Fehler, fehlende Parameter:",
"Shared" : "Geteilt",
"Error" : "Fehler",
"Error while sharing" : "Fehler beim Teilen",
"Error while unsharing" : "Fehler beim Aufheben der Freigabe",
"Error while changing permissions" : "Fehler beim Ändern der Rechte",
"Shared with you and the group {group} by {owner}" : "{owner} hat dies mit Dir und der Gruppe {group} geteilt",
"Shared with you by {owner}" : "{owner} hat dies mit Dir geteilt",
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
"Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…",
"Share" : "Teilen",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
"Share link" : "Link teilen",
"The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen",
"Link" : "Link",
"Password protect" : "Passwortschutz",
"Password" : "Passwort",
"Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
"Allow editing" : "Bearbeitung erlauben",
"Email link to person" : "Link per E-Mail verschicken",
"Send" : "Senden",
"Set expiration date" : "Setze ein Ablaufdatum",
"Expiration" : "Ablaufdatum",
"Expiration date" : "Ablaufdatum",
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal",
"Adding user..." : "Benutzer wird hinzugefügt…",
"group" : "Gruppe",
"remote" : "Entfernte Freigabe",
"Resharing is not allowed" : "Weiterverteilen ist nicht erlaubt",
"Shared in {item} with {user}" : "Für {user} in {item} freigegeben",
"Unshare" : "Freigabe aufheben",
"notify by email" : "per E-Mail benachrichtigen",
"can share" : "kann teilen",
"can edit" : "kann bearbeiten",
"access control" : "Zugriffskontrolle",
"create" : "erstellen",
"change" : "Ändern",
"delete" : "löschen",
"Password protected" : "Durch ein Passwort geschützt",
"Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
"Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums",
"Sending ..." : "Senden…",
"Email sent" : "E-Mail wurde verschickt",
"Warning" : "Warnung",
"Failed loading photo: {error}" : "Fehler beim Laden eines Bildes: {error}",
"You do not have permissions to see this contact" : "Du hast keine Berechtigung zum Anzeigen dieses Kontakts",
"Contact not found" : "Kontakt nicht gefunden",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Schließen",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Fehler, fehlende Parameter:",
"Shared" : "Geteilt",
"Error" : "Fehler",
"Error while sharing" : "Fehler beim Teilen",
"Error while unsharing" : "Fehler beim Aufheben der Freigabe",
"Error while changing permissions" : "Fehler bei der Änderung der Rechte",
"Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
"Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.",
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
"Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…",
"Share" : "Teilen",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
"Share link" : "Link teilen",
"The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen",
"Link" : "Link",
"Password protect" : "Passwortschutz",
"Password" : "Passwort",
"Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
"Allow editing" : "Bearbeitung erlauben",
"Email link to person" : "Link per E-Mail verschicken",
"Send" : "Senden",
"Set expiration date" : "Ein Ablaufdatum setzen",
"Expiration" : "Ablaufdatum",
"Expiration date" : "Ablaufdatum",
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal",
"Adding user..." : "Benutzer wird hinzugefügt…",
"group" : "Gruppe",
"remote" : "Entfernte Freigabe",
"Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
"Shared in {item} with {user}" : "Freigegeben in {item} von {user}",
"Unshare" : "Freigabe aufheben",
"notify by email" : "per E-Mail benachrichtigen",
"can share" : "kann teilen",
"can edit" : "kann bearbeiten",
"access control" : "Zugriffskontrolle",
"create" : "erstellen",
"change" : "Ändern",
"delete" : "löschen",
"Password protected" : "Passwortgeschützt",
"Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
"Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums",
"Sending ..." : "Senden…",
"Email sent" : "E-Mail gesendet",
"Warning" : "Warnung",
"Failed loading photo: {error}" : "Fehler beim Laden eines Fotos: {error}",
"You do not have permissions to see this contact" : "Sie haben nicht die erforderlichen Rechte, um diesen Kontakt zu sehen.",
"Contact not found" : "Kontakt nicht gefunden",

View File

@ -75,8 +75,49 @@
"Close" : "Schließen",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Fehler, fehlende Parameter:",
"Shared" : "Geteilt",
"Error" : "Fehler",
"Error while sharing" : "Fehler beim Teilen",
"Error while unsharing" : "Fehler beim Aufheben der Freigabe",
"Error while changing permissions" : "Fehler bei der Änderung der Rechte",
"Shared with you and the group {group} by {owner}" : "Von {owner} mit Ihnen und der Gruppe {group} geteilt.",
"Shared with you by {owner}" : "Von {owner} mit Ihnen geteilt.",
"Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…",
"Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…",
"Share" : "Teilen",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen",
"Share link" : "Link teilen",
"The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen",
"Link" : "Link",
"Password protect" : "Passwortschutz",
"Password" : "Passwort",
"Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
"Allow editing" : "Bearbeitung erlauben",
"Email link to person" : "Link per E-Mail verschicken",
"Send" : "Senden",
"Set expiration date" : "Ein Ablaufdatum setzen",
"Expiration" : "Ablaufdatum",
"Expiration date" : "Ablaufdatum",
"An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal",
"Adding user..." : "Benutzer wird hinzugefügt…",
"group" : "Gruppe",
"remote" : "Entfernte Freigabe",
"Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
"Shared in {item} with {user}" : "Freigegeben in {item} von {user}",
"Unshare" : "Freigabe aufheben",
"notify by email" : "per E-Mail benachrichtigen",
"can share" : "kann teilen",
"can edit" : "kann bearbeiten",
"access control" : "Zugriffskontrolle",
"create" : "erstellen",
"change" : "Ändern",
"delete" : "löschen",
"Password protected" : "Passwortgeschützt",
"Error unsetting expiration date" : "Fehler beim Entfernen des Ablaufdatums",
"Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums",
"Sending ..." : "Senden…",
"Email sent" : "E-Mail gesendet",
"Warning" : "Warnung",
"Failed loading photo: {error}" : "Fehler beim Laden eines Fotos: {error}",
"You do not have permissions to see this contact" : "Sie haben nicht die erforderlichen Rechte, um diesen Kontakt zu sehen.",
"Contact not found" : "Kontakt nicht gefunden",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Κλείσιμο",
"Contact" : "Επαφή",
"Error, missing parameters: " : "Σφάλμα, ελλιπείς παράμετροι:",
"Shared" : "Κοινόχρηστα",
"Error" : "Σφάλμα",
"Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό",
"Error while unsharing" : "Σφάλμα κατά το σταμάτημα του διαμοιρασμού",
"Error while changing permissions" : "Σφάλμα κατά την αλλαγή των δικαιωμάτων",
"Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
"Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
"Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...",
"Share with users, groups or remote users …" : "Διαμοιρασμός με χρήστες, ομάδες ή απομακρυσμένους χρήστες ...",
"Share" : "Διαμοιρασμός",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud",
"Share link" : "Διαμοιρασμός συνδέσμου",
"The public link will expire no later than {days} days after it is created" : "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του",
"Link" : "Σύνδεσμος",
"Password protect" : "Προστασία συνθηματικού",
"Password" : "Κωδικός πρόσβασης",
"Choose a password for the public link" : "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο",
"Allow editing" : "Επιτρέπεται η επεξεργασία",
"Email link to person" : "Αποστολή συνδέσμου με email ",
"Send" : "Αποστολή",
"Set expiration date" : "Ορισμός ημ. λήξης",
"Expiration" : "Λήξη",
"Expiration date" : "Ημερομηνία λήξης",
"An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά",
"Adding user..." : "Προσθήκη χρήστη ...",
"group" : "ομάδα",
"remote" : "απομακρυσμένα",
"Resharing is not allowed" : "Ξαναμοιρασμός δεν επιτρέπεται",
"Shared in {item} with {user}" : "Διαμοιρασμός του {item} με τον {user}",
"Unshare" : "Διακοπή διαμοιρασμού",
"notify by email" : "ειδοποίηση με email",
"can share" : "δυνατότητα διαμοιρασμού",
"can edit" : "δυνατότητα επεξεργασίας",
"access control" : "έλεγχος πρόσβασης",
"create" : "δημιουργία",
"change" : "αλλαγή",
"delete" : "διαγραφή",
"Password protected" : "Προστασία με συνθηματικό",
"Error unsetting expiration date" : "Σφάλμα κατά την διαγραφή της ημ. λήξης",
"Error setting expiration date" : "Σφάλμα κατά τον ορισμό ημ. λήξης",
"Sending ..." : "Αποστολή...",
"Email sent" : "Το Email απεστάλη ",
"Warning" : "Προειδοποίηση",
"Failed loading photo: {error}" : "Αποτυχία φόρτωσης φωτογραφίας: {error}",
"You do not have permissions to see this contact" : "Δεν έχετε άδεια να δείτε αυτή την επαφή",
"Contact not found" : "Δεν βρέθηκε επαφή",

View File

@ -75,8 +75,49 @@
"Close" : "Κλείσιμο",
"Contact" : "Επαφή",
"Error, missing parameters: " : "Σφάλμα, ελλιπείς παράμετροι:",
"Shared" : "Κοινόχρηστα",
"Error" : "Σφάλμα",
"Error while sharing" : "Σφάλμα κατά τον διαμοιρασμό",
"Error while unsharing" : "Σφάλμα κατά το σταμάτημα του διαμοιρασμού",
"Error while changing permissions" : "Σφάλμα κατά την αλλαγή των δικαιωμάτων",
"Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
"Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
"Share with users or groups …" : "Διαμοιρασμός με χρήστες ή ομάδες ...",
"Share with users, groups or remote users …" : "Διαμοιρασμός με χρήστες, ομάδες ή απομακρυσμένους χρήστες ...",
"Share" : "Διαμοιρασμός",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud",
"Share link" : "Διαμοιρασμός συνδέσμου",
"The public link will expire no later than {days} days after it is created" : "Ο δημόσιος σύνδεσμος θα απενεργοποιηθεί το πολύ {days} ημέρες μετά την δημιουργία του",
"Link" : "Σύνδεσμος",
"Password protect" : "Προστασία συνθηματικού",
"Password" : "Κωδικός πρόσβασης",
"Choose a password for the public link" : "Επιλέξτε κωδικό για τον δημόσιο σύνδεσμο",
"Allow editing" : "Επιτρέπεται η επεξεργασία",
"Email link to person" : "Αποστολή συνδέσμου με email ",
"Send" : "Αποστολή",
"Set expiration date" : "Ορισμός ημ. λήξης",
"Expiration" : "Λήξη",
"Expiration date" : "Ημερομηνία λήξης",
"An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά",
"Adding user..." : "Προσθήκη χρήστη ...",
"group" : "ομάδα",
"remote" : "απομακρυσμένα",
"Resharing is not allowed" : "Ξαναμοιρασμός δεν επιτρέπεται",
"Shared in {item} with {user}" : "Διαμοιρασμός του {item} με τον {user}",
"Unshare" : "Διακοπή διαμοιρασμού",
"notify by email" : "ειδοποίηση με email",
"can share" : "δυνατότητα διαμοιρασμού",
"can edit" : "δυνατότητα επεξεργασίας",
"access control" : "έλεγχος πρόσβασης",
"create" : "δημιουργία",
"change" : "αλλαγή",
"delete" : "διαγραφή",
"Password protected" : "Προστασία με συνθηματικό",
"Error unsetting expiration date" : "Σφάλμα κατά την διαγραφή της ημ. λήξης",
"Error setting expiration date" : "Σφάλμα κατά τον ορισμό ημ. λήξης",
"Sending ..." : "Αποστολή...",
"Email sent" : "Το Email απεστάλη ",
"Warning" : "Προειδοποίηση",
"Failed loading photo: {error}" : "Αποτυχία φόρτωσης φωτογραφίας: {error}",
"You do not have permissions to see this contact" : "Δεν έχετε άδεια να δείτε αυτή την επαφή",
"Contact not found" : "Δεν βρέθηκε επαφή",

View File

@ -75,8 +75,49 @@ OC.L10N.register(
"Close" : "Close",
"Contact" : "Contact",
"Error, missing parameters: " : "Error, missing parameters: ",
"Shared" : "Shared",
"Error" : "Error",
"Error while sharing" : "Error whilst sharing",
"Error while unsharing" : "Error whilst unsharing",
"Error while changing permissions" : "Error whilst changing permissions",
"Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}",
"Shared with you by {owner}" : "Shared with you by {owner}",
"Share with users or groups …" : "Share with users or groups …",
"Share with users, groups or remote users …" : "Share with users, groups or remote users …",
"Share" : "Share",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud",
"Share link" : "Share link",
"The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created",
"Link" : "Link",
"Password protect" : "Password protect",
"Password" : "Password",
"Choose a password for the public link" : "Choose a password for the public link",
"Allow editing" : "Allow editing",
"Email link to person" : "Email link to person",
"Send" : "Send",
"Set expiration date" : "Set expiration date",
"Expiration" : "Expiration",
"Expiration date" : "Expiration date",
"An error occured. Please try again" : "An error occured. Please try again",
"Adding user..." : "Adding user...",
"group" : "group",
"remote" : "remote",
"Resharing is not allowed" : "Resharing is not allowed",
"Shared in {item} with {user}" : "Shared in {item} with {user}",
"Unshare" : "Unshare",
"notify by email" : "notify by email",
"can share" : "can share",
"can edit" : "can edit",
"access control" : "access control",
"create" : "create",
"change" : "change",
"delete" : "delete",
"Password protected" : "Password protected",
"Error unsetting expiration date" : "Error unsetting expiration date",
"Error setting expiration date" : "Error setting expiration date",
"Sending ..." : "Sending ...",
"Email sent" : "Email sent",
"Warning" : "Warning",
"Failed loading photo: {error}" : "Failed to load photo: {error}",
"You do not have permissions to see this contact" : "You do not have permission to see this contact",
"Contact not found" : "Contact not found",

View File

@ -73,8 +73,49 @@
"Close" : "Close",
"Contact" : "Contact",
"Error, missing parameters: " : "Error, missing parameters: ",
"Shared" : "Shared",
"Error" : "Error",
"Error while sharing" : "Error whilst sharing",
"Error while unsharing" : "Error whilst unsharing",
"Error while changing permissions" : "Error whilst changing permissions",
"Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}",
"Shared with you by {owner}" : "Shared with you by {owner}",
"Share with users or groups …" : "Share with users or groups …",
"Share with users, groups or remote users …" : "Share with users, groups or remote users …",
"Share" : "Share",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud",
"Share link" : "Share link",
"The public link will expire no later than {days} days after it is created" : "The public link will expire no later than {days} days after it is created",
"Link" : "Link",
"Password protect" : "Password protect",
"Password" : "Password",
"Choose a password for the public link" : "Choose a password for the public link",
"Allow editing" : "Allow editing",
"Email link to person" : "Email link to person",
"Send" : "Send",
"Set expiration date" : "Set expiration date",
"Expiration" : "Expiration",
"Expiration date" : "Expiration date",
"An error occured. Please try again" : "An error occured. Please try again",
"Adding user..." : "Adding user...",
"group" : "group",
"remote" : "remote",
"Resharing is not allowed" : "Resharing is not allowed",
"Shared in {item} with {user}" : "Shared in {item} with {user}",
"Unshare" : "Unshare",
"notify by email" : "notify by email",
"can share" : "can share",
"can edit" : "can edit",
"access control" : "access control",
"create" : "create",
"change" : "change",
"delete" : "delete",
"Password protected" : "Password protected",
"Error unsetting expiration date" : "Error unsetting expiration date",
"Error setting expiration date" : "Error setting expiration date",
"Sending ..." : "Sending ...",
"Email sent" : "Email sent",
"Warning" : "Warning",
"Failed loading photo: {error}" : "Failed to load photo: {error}",
"You do not have permissions to see this contact" : "You do not have permission to see this contact",
"Contact not found" : "Contact not found",

View File

@ -58,6 +58,38 @@ OC.L10N.register(
"Import done" : "Enporto plenumiĝis",
"Close" : "Fermi",
"Contact" : "Kontakto",
"Shared" : "Kunhavata",
"Error" : "Eraro",
"Error while sharing" : "Eraro dum kunhavigo",
"Error while unsharing" : "Eraro dum malkunhavigo",
"Error while changing permissions" : "Eraro dum ŝanĝo de permesoj",
"Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}",
"Shared with you by {owner}" : "Kunhavigita kun vi de {owner}",
"Share" : "Kunhavigi",
"Share link" : "Kunhavigi ligilon",
"Password protect" : "Protekti per pasvorto",
"Password" : "Pasvorto",
"Email link to person" : "Retpoŝti la ligilon al ulo",
"Send" : "Sendi",
"Set expiration date" : "Agordi limdaton",
"Expiration" : "Eksvalidiĝo",
"Expiration date" : "Limdato",
"group" : "grupo",
"Resharing is not allowed" : "Rekunhavigo ne permesatas",
"Shared in {item} with {user}" : "Kunhavigita en {item} kun {user}",
"Unshare" : "Malkunhavigi",
"notify by email" : "avizi per retpoŝto",
"can share" : "kunhavebla",
"can edit" : "povas redakti",
"access control" : "alirkontrolo",
"create" : "krei",
"delete" : "forigi",
"Password protected" : "Protektita per pasvorto",
"Error unsetting expiration date" : "Eraro dum malagordado de limdato",
"Error setting expiration date" : "Eraro dum agordado de limdato",
"Sending ..." : "Sendante...",
"Email sent" : "La retpoŝtaĵo sendiĝis",
"Warning" : "Averto",
"Failed loading photo: {error}" : "Malsukcesis ŝargo de foto: {error}",
"Contact not found" : "La kontakto ne troviĝis",
"Unknown error" : "Nekonata eraro",
@ -196,7 +228,6 @@ OC.L10N.register(
"Country" : "Lando",
"Instant Messenger" : "Tujmesaĝilo",
"Active" : "Aktiva",
"Share" : "Kunhavigi",
"Export" : "Elporti",
"Edit" : "Redakti",
"Format" : "Aranĝo",
@ -209,7 +240,6 @@ OC.L10N.register(
"Read-only" : "Nurlega",
"Read-Only" : "Nurlega",
"User" : "Uzanto",
"Password" : "Pasvorto",
"Page size" : "Grando de paĝo",
"Base DN" : "Bazo-DN",
"Search filter" : "Serĉi filtrilon",

View File

@ -56,6 +56,38 @@
"Import done" : "Enporto plenumiĝis",
"Close" : "Fermi",
"Contact" : "Kontakto",
"Shared" : "Kunhavata",
"Error" : "Eraro",
"Error while sharing" : "Eraro dum kunhavigo",
"Error while unsharing" : "Eraro dum malkunhavigo",
"Error while changing permissions" : "Eraro dum ŝanĝo de permesoj",
"Shared with you and the group {group} by {owner}" : "Kunhavigita kun vi kaj la grupo {group} de {owner}",
"Shared with you by {owner}" : "Kunhavigita kun vi de {owner}",
"Share" : "Kunhavigi",
"Share link" : "Kunhavigi ligilon",
"Password protect" : "Protekti per pasvorto",
"Password" : "Pasvorto",
"Email link to person" : "Retpoŝti la ligilon al ulo",
"Send" : "Sendi",
"Set expiration date" : "Agordi limdaton",
"Expiration" : "Eksvalidiĝo",
"Expiration date" : "Limdato",
"group" : "grupo",
"Resharing is not allowed" : "Rekunhavigo ne permesatas",
"Shared in {item} with {user}" : "Kunhavigita en {item} kun {user}",
"Unshare" : "Malkunhavigi",
"notify by email" : "avizi per retpoŝto",
"can share" : "kunhavebla",
"can edit" : "povas redakti",
"access control" : "alirkontrolo",
"create" : "krei",
"delete" : "forigi",
"Password protected" : "Protektita per pasvorto",
"Error unsetting expiration date" : "Eraro dum malagordado de limdato",
"Error setting expiration date" : "Eraro dum agordado de limdato",
"Sending ..." : "Sendante...",
"Email sent" : "La retpoŝtaĵo sendiĝis",
"Warning" : "Averto",
"Failed loading photo: {error}" : "Malsukcesis ŝargo de foto: {error}",
"Contact not found" : "La kontakto ne troviĝis",
"Unknown error" : "Nekonata eraro",
@ -194,7 +226,6 @@
"Country" : "Lando",
"Instant Messenger" : "Tujmesaĝilo",
"Active" : "Aktiva",
"Share" : "Kunhavigi",
"Export" : "Elporti",
"Edit" : "Redakti",
"Format" : "Aranĝo",
@ -207,7 +238,6 @@
"Read-only" : "Nurlega",
"Read-Only" : "Nurlega",
"User" : "Uzanto",
"Password" : "Pasvorto",
"Page size" : "Grando de paĝo",
"Base DN" : "Bazo-DN",
"Search filter" : "Serĉi filtrilon",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Cerrar",
"Contact" : "Contacto",
"Error, missing parameters: " : "Error, parámetros faltantes:",
"Shared" : "Compartido",
"Error" : "Error",
"Error while sharing" : "Error al compartir",
"Error while unsharing" : "Error al dejar de compartir",
"Error while changing permissions" : "Error al cambiar permisos",
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido contigo por {owner}",
"Share with users or groups …" : "Compartir con usuarios o grupos ...",
"Share with users, groups or remote users …" : "Comparte con usuarios, grupos o usuarios remotos...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud",
"Share link" : "Compartir enlace",
"The public link will expire no later than {days} days after it is created" : "El vínculo público no expirará antes de {days} desde que se creó",
"Link" : "Enlace",
"Password protect" : "Protección con contraseña",
"Password" : "Contraseña",
"Choose a password for the public link" : "Elija una contraseña para el enlace publico",
"Allow editing" : "Permitir edición",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Set expiration date" : "Establecer fecha de caducidad",
"Expiration" : "Expira en:",
"Expiration date" : "Fecha de caducidad",
"An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.",
"Adding user..." : "Añadiendo usuario...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "No se permite compartir de nuevo",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Dejar de compartir",
"notify by email" : "notificar por correo electrónico",
"can share" : "puede compartir",
"can edit" : "puede editar",
"access control" : "control de acceso",
"create" : "crear",
"change" : "cambio",
"delete" : "borrar",
"Password protected" : "Protegido con contraseña",
"Error unsetting expiration date" : "Error eliminando fecha de caducidad",
"Error setting expiration date" : "Error estableciendo fecha de caducidad",
"Sending ..." : "Enviando...",
"Email sent" : "Correo electrónico enviado",
"Warning" : "Precaución",
"Failed loading photo: {error}" : "Error cargando foto: {error}",
"You do not have permissions to see this contact" : "No tiene permisos para ver este contacto",
"Contact not found" : "Contacto no encontrado",

View File

@ -75,8 +75,49 @@
"Close" : "Cerrar",
"Contact" : "Contacto",
"Error, missing parameters: " : "Error, parámetros faltantes:",
"Shared" : "Compartido",
"Error" : "Error",
"Error while sharing" : "Error al compartir",
"Error while unsharing" : "Error al dejar de compartir",
"Error while changing permissions" : "Error al cambiar permisos",
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido contigo por {owner}",
"Share with users or groups …" : "Compartir con usuarios o grupos ...",
"Share with users, groups or remote users …" : "Comparte con usuarios, grupos o usuarios remotos...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud",
"Share link" : "Compartir enlace",
"The public link will expire no later than {days} days after it is created" : "El vínculo público no expirará antes de {days} desde que se creó",
"Link" : "Enlace",
"Password protect" : "Protección con contraseña",
"Password" : "Contraseña",
"Choose a password for the public link" : "Elija una contraseña para el enlace publico",
"Allow editing" : "Permitir edición",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Set expiration date" : "Establecer fecha de caducidad",
"Expiration" : "Expira en:",
"Expiration date" : "Fecha de caducidad",
"An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.",
"Adding user..." : "Añadiendo usuario...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "No se permite compartir de nuevo",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Dejar de compartir",
"notify by email" : "notificar por correo electrónico",
"can share" : "puede compartir",
"can edit" : "puede editar",
"access control" : "control de acceso",
"create" : "crear",
"change" : "cambio",
"delete" : "borrar",
"Password protected" : "Protegido con contraseña",
"Error unsetting expiration date" : "Error eliminando fecha de caducidad",
"Error setting expiration date" : "Error estableciendo fecha de caducidad",
"Sending ..." : "Enviando...",
"Email sent" : "Correo electrónico enviado",
"Warning" : "Precaución",
"Failed loading photo: {error}" : "Error cargando foto: {error}",
"You do not have permissions to see this contact" : "No tiene permisos para ver este contacto",
"Contact not found" : "Contacto no encontrado",

View File

@ -60,6 +60,38 @@ OC.L10N.register(
"Import done" : "Importación completada",
"Close" : "Cerrar",
"Contact" : "Contacto",
"Shared" : "Compartido",
"Error" : "Error",
"Error while sharing" : "Error al compartir",
"Error while unsharing" : "Error en al dejar de compartir",
"Error while changing permissions" : "Error al cambiar permisos",
"Shared with you and the group {group} by {owner}" : "Compartido con vos y el grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido con vos por {owner}",
"Share" : "Compartir",
"Share link" : "Compartir vínculo",
"Password protect" : "Proteger con contraseña ",
"Password" : "Contraseña",
"Email link to person" : "Enviar el enlace por e-mail.",
"Send" : "Mandar",
"Set expiration date" : "Asignar fecha de vencimiento",
"Expiration" : "Vencimiento",
"Expiration date" : "Fecha de vencimiento",
"group" : "grupo",
"Resharing is not allowed" : "No se permite volver a compartir",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Dejar de compartir",
"notify by email" : "notificar por correo",
"can share" : "puede compartir",
"can edit" : "podés editar",
"access control" : "control de acceso",
"create" : "crear",
"delete" : "borrar",
"Password protected" : "Protegido por contraseña",
"Error unsetting expiration date" : "Error al remover la fecha de vencimiento",
"Error setting expiration date" : "Error al asignar fecha de vencimiento",
"Sending ..." : "Mandando...",
"Email sent" : "e-mail mandado",
"Warning" : "Atención",
"Failed loading photo: {error}" : "Error cargando foto: {error}",
"You do not have permissions to see this contact" : "No tiene atribuciones para ver este contacto.",
"Contact not found" : "Contacto no encontrado",
@ -212,7 +244,6 @@ OC.L10N.register(
"Country" : "País",
"Instant Messenger" : "Mensajero instantáneo",
"Active" : "Activo",
"Share" : "Compartir",
"Export" : "Exportar",
"CardDAV link" : "Enlace CardDav",
"Edit" : "Editar",
@ -220,7 +251,6 @@ OC.L10N.register(
"Select file..." : "Seleccionar archivo...",
"Description" : "Descripción",
"User" : "Usuario",
"Password" : "Contraseña",
"Base DN" : "DN base"
},
"nplurals=2; plural=(n != 1);");

View File

@ -58,6 +58,38 @@
"Import done" : "Importación completada",
"Close" : "Cerrar",
"Contact" : "Contacto",
"Shared" : "Compartido",
"Error" : "Error",
"Error while sharing" : "Error al compartir",
"Error while unsharing" : "Error en al dejar de compartir",
"Error while changing permissions" : "Error al cambiar permisos",
"Shared with you and the group {group} by {owner}" : "Compartido con vos y el grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido con vos por {owner}",
"Share" : "Compartir",
"Share link" : "Compartir vínculo",
"Password protect" : "Proteger con contraseña ",
"Password" : "Contraseña",
"Email link to person" : "Enviar el enlace por e-mail.",
"Send" : "Mandar",
"Set expiration date" : "Asignar fecha de vencimiento",
"Expiration" : "Vencimiento",
"Expiration date" : "Fecha de vencimiento",
"group" : "grupo",
"Resharing is not allowed" : "No se permite volver a compartir",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Dejar de compartir",
"notify by email" : "notificar por correo",
"can share" : "puede compartir",
"can edit" : "podés editar",
"access control" : "control de acceso",
"create" : "crear",
"delete" : "borrar",
"Password protected" : "Protegido por contraseña",
"Error unsetting expiration date" : "Error al remover la fecha de vencimiento",
"Error setting expiration date" : "Error al asignar fecha de vencimiento",
"Sending ..." : "Mandando...",
"Email sent" : "e-mail mandado",
"Warning" : "Atención",
"Failed loading photo: {error}" : "Error cargando foto: {error}",
"You do not have permissions to see this contact" : "No tiene atribuciones para ver este contacto.",
"Contact not found" : "Contacto no encontrado",
@ -210,7 +242,6 @@
"Country" : "País",
"Instant Messenger" : "Mensajero instantáneo",
"Active" : "Activo",
"Share" : "Compartir",
"Export" : "Exportar",
"CardDAV link" : "Enlace CardDav",
"Edit" : "Editar",
@ -218,7 +249,6 @@
"Select file..." : "Seleccionar archivo...",
"Description" : "Descripción",
"User" : "Usuario",
"Password" : "Contraseña",
"Base DN" : "DN base"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -60,6 +60,38 @@ OC.L10N.register(
"Import done" : "Importación realizada",
"Close" : "Cerrar",
"Contact" : "Contacto",
"Shared" : "Compartido",
"Error" : "Error",
"Error while sharing" : "Error al compartir",
"Error while unsharing" : "Error al dejar de compartir",
"Error while changing permissions" : "Error al cambiar permisos",
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido contigo por {owner}",
"Share" : "Compartir",
"Share link" : "Enlace compartido",
"Password protect" : "Protección con contraseña",
"Password" : "Contraseña",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Set expiration date" : "Establecer fecha de caducidad",
"Expiration" : "Caducidad",
"Expiration date" : "Fecha de caducidad",
"group" : "grupo",
"Resharing is not allowed" : "No se permite compartir de nuevo",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Dejar de compartir",
"notify by email" : "notificar al usuario por correo electrónico",
"can share" : "puede compartir",
"can edit" : "puede editar",
"access control" : "control de acceso",
"create" : "crear",
"delete" : "eliminar",
"Password protected" : "Protegido con contraseña",
"Error unsetting expiration date" : "Error eliminando fecha de caducidad",
"Error setting expiration date" : "Error estableciendo fecha de caducidad",
"Sending ..." : "Enviando...",
"Email sent" : "Correo electrónico enviado",
"Warning" : "Precaución",
"Failed loading photo: {error}" : "Error cargando foto: {error}",
"You do not have permissions to see this contact" : "No tiene permisos para ver este contacto",
"Contact not found" : "Contacto no encontrado",
@ -207,14 +239,12 @@ OC.L10N.register(
"Country" : "País",
"Instant Messenger" : "Mensajero instantáneo",
"Active" : "Activo",
"Share" : "Compartir",
"Export" : "Exportar",
"CardDAV link" : "Enlace CardDav",
"Edit" : "Editar",
"Format" : "Formato",
"Select file..." : "Seleccionar archivo",
"Description" : "Descripción",
"User" : "Usuario",
"Password" : "Contraseña"
"User" : "Usuario"
},
"nplurals=2; plural=(n != 1);");

View File

@ -58,6 +58,38 @@
"Import done" : "Importación realizada",
"Close" : "Cerrar",
"Contact" : "Contacto",
"Shared" : "Compartido",
"Error" : "Error",
"Error while sharing" : "Error al compartir",
"Error while unsharing" : "Error al dejar de compartir",
"Error while changing permissions" : "Error al cambiar permisos",
"Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido contigo por {owner}",
"Share" : "Compartir",
"Share link" : "Enlace compartido",
"Password protect" : "Protección con contraseña",
"Password" : "Contraseña",
"Email link to person" : "Enviar enlace por correo electrónico a una persona",
"Send" : "Enviar",
"Set expiration date" : "Establecer fecha de caducidad",
"Expiration" : "Caducidad",
"Expiration date" : "Fecha de caducidad",
"group" : "grupo",
"Resharing is not allowed" : "No se permite compartir de nuevo",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Dejar de compartir",
"notify by email" : "notificar al usuario por correo electrónico",
"can share" : "puede compartir",
"can edit" : "puede editar",
"access control" : "control de acceso",
"create" : "crear",
"delete" : "eliminar",
"Password protected" : "Protegido con contraseña",
"Error unsetting expiration date" : "Error eliminando fecha de caducidad",
"Error setting expiration date" : "Error estableciendo fecha de caducidad",
"Sending ..." : "Enviando...",
"Email sent" : "Correo electrónico enviado",
"Warning" : "Precaución",
"Failed loading photo: {error}" : "Error cargando foto: {error}",
"You do not have permissions to see this contact" : "No tiene permisos para ver este contacto",
"Contact not found" : "Contacto no encontrado",
@ -205,14 +237,12 @@
"Country" : "País",
"Instant Messenger" : "Mensajero instantáneo",
"Active" : "Activo",
"Share" : "Compartir",
"Export" : "Exportar",
"CardDAV link" : "Enlace CardDav",
"Edit" : "Editar",
"Format" : "Formato",
"Select file..." : "Seleccionar archivo",
"Description" : "Descripción",
"User" : "Usuario",
"Password" : "Contraseña"
"User" : "Usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -77,8 +77,47 @@ OC.L10N.register(
"Close" : "Sulge",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Viga, puuduvad parameetrid:",
"Shared" : "Jagatud",
"Error" : "Tõrge",
"Error while sharing" : "Viga jagamisel",
"Error while unsharing" : "Viga jagamise lõpetamisel",
"Error while changing permissions" : "Viga õiguste muutmisel",
"Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt",
"Shared with you by {owner}" : "Sinuga jagas {owner}",
"Share with users or groups …" : "Jaga kasutajate või gruppidega ...",
"Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...",
"Share" : "Jaga",
"Share link" : "Jaga linki",
"The public link will expire no later than {days} days after it is created" : "Avalik link aegub mitte hiljem kui pärast {days} päeva selle loomist",
"Link" : "Link",
"Password protect" : "Parooliga kaitstud",
"Password" : "Parool",
"Choose a password for the public link" : "Vali avaliku lingi jaoks parool",
"Allow editing" : "Luba muutmine",
"Email link to person" : "Saada link isikule e-postiga",
"Send" : "Saada",
"Set expiration date" : "Määra aegumise kuupäev",
"Expiration" : "Aegumine",
"Expiration date" : "Aegumise kuupäev",
"An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
"Adding user..." : "Kasutaja lisamine...",
"group" : "grupp",
"Resharing is not allowed" : "Edasijagamine pole lubatud",
"Shared in {item} with {user}" : "Jagatud {item} kasutajaga {user}",
"Unshare" : "Lõpeta jagamine",
"notify by email" : "teavita e-postiga",
"can share" : "saab jagada",
"can edit" : "saab muuta",
"access control" : "ligipääsukontroll",
"create" : "loo",
"change" : "muuda",
"delete" : "kustuta",
"Password protected" : "Parooliga kaitstud",
"Error unsetting expiration date" : "Viga aegumise kuupäeva eemaldamisel",
"Error setting expiration date" : "Viga aegumise kuupäeva määramisel",
"Sending ..." : "Saatmine ...",
"Email sent" : "E-kiri on saadetud",
"Warning" : "Hoiatus",
"Failed loading photo: {error}" : "Pildi laadimine ebaõnnestus: {error}",
"You do not have permissions to see this contact" : "Sul pole selle kontakti vaatamiseks õigusi",
"Contact not found" : "Kontakti ei leitud",

View File

@ -75,8 +75,47 @@
"Close" : "Sulge",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Viga, puuduvad parameetrid:",
"Shared" : "Jagatud",
"Error" : "Tõrge",
"Error while sharing" : "Viga jagamisel",
"Error while unsharing" : "Viga jagamise lõpetamisel",
"Error while changing permissions" : "Viga õiguste muutmisel",
"Shared with you and the group {group} by {owner}" : "Jagatud sinu ja {group} grupiga {owner} poolt",
"Shared with you by {owner}" : "Sinuga jagas {owner}",
"Share with users or groups …" : "Jaga kasutajate või gruppidega ...",
"Share with users, groups or remote users …" : "Jaga kasutajate, gruppide või eemal olevate kasutajatega ...",
"Share" : "Jaga",
"Share link" : "Jaga linki",
"The public link will expire no later than {days} days after it is created" : "Avalik link aegub mitte hiljem kui pärast {days} päeva selle loomist",
"Link" : "Link",
"Password protect" : "Parooliga kaitstud",
"Password" : "Parool",
"Choose a password for the public link" : "Vali avaliku lingi jaoks parool",
"Allow editing" : "Luba muutmine",
"Email link to person" : "Saada link isikule e-postiga",
"Send" : "Saada",
"Set expiration date" : "Määra aegumise kuupäev",
"Expiration" : "Aegumine",
"Expiration date" : "Aegumise kuupäev",
"An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti",
"Adding user..." : "Kasutaja lisamine...",
"group" : "grupp",
"Resharing is not allowed" : "Edasijagamine pole lubatud",
"Shared in {item} with {user}" : "Jagatud {item} kasutajaga {user}",
"Unshare" : "Lõpeta jagamine",
"notify by email" : "teavita e-postiga",
"can share" : "saab jagada",
"can edit" : "saab muuta",
"access control" : "ligipääsukontroll",
"create" : "loo",
"change" : "muuda",
"delete" : "kustuta",
"Password protected" : "Parooliga kaitstud",
"Error unsetting expiration date" : "Viga aegumise kuupäeva eemaldamisel",
"Error setting expiration date" : "Viga aegumise kuupäeva määramisel",
"Sending ..." : "Saatmine ...",
"Email sent" : "E-kiri on saadetud",
"Warning" : "Hoiatus",
"Failed loading photo: {error}" : "Pildi laadimine ebaõnnestus: {error}",
"You do not have permissions to see this contact" : "Sul pole selle kontakti vaatamiseks õigusi",
"Contact not found" : "Kontakti ei leitud",

View File

@ -77,8 +77,45 @@ OC.L10N.register(
"Close" : "Itxi",
"Contact" : "Kontaktua",
"Error, missing parameters: " : "Errorea, parametroak falta dira:",
"Shared" : "Elkarbanatuta",
"Error" : "Errorea",
"Error while sharing" : "Errore bat egon da elkarbanatzean",
"Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean",
"Error while changing permissions" : "Errore bat egon da baimenak aldatzean",
"Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta",
"Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta",
"Share" : "Partekatu",
"Share link" : "Elkarbanatu lotura",
"The public link will expire no later than {days} days after it is created" : "Esteka publikoak iraungi egingo du, askoz jota, sortu eta {days} egunetara.",
"Link" : "Esteka",
"Password protect" : "Babestu pasahitzarekin",
"Password" : "Pasahitza",
"Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako",
"Allow editing" : "Baimendu editatzea",
"Email link to person" : "Postaz bidali lotura ",
"Send" : "Bidali",
"Set expiration date" : "Ezarri muga data",
"Expiration" : "Iraungitzea",
"Expiration date" : "Muga data",
"Adding user..." : "Erabiltzailea gehitzen...",
"group" : "taldea",
"remote" : "urrunekoa",
"Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua",
"Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta",
"Unshare" : "Ez elkarbanatu",
"notify by email" : "jakinarazi eposta bidez",
"can share" : "elkarbana dezake",
"can edit" : "editatu dezake",
"access control" : "sarrera kontrola",
"create" : "sortu",
"change" : "aldatu",
"delete" : "ezabatu",
"Password protected" : "Pasahitzarekin babestuta",
"Error unsetting expiration date" : "Errorea izan da muga data kentzean",
"Error setting expiration date" : "Errore bat egon da muga data ezartzean",
"Sending ..." : "Bidaltzen ...",
"Email sent" : "Eposta bidalia",
"Warning" : "Abisua",
"Failed loading photo: {error}" : "Argazkia kargatzeak huts egin du: {error}",
"You do not have permissions to see this contact" : "Ez duzu kontaktu hau ikusteko baimenik",
"Contact not found" : "Ez da kontaktua aurkitu",

View File

@ -75,8 +75,45 @@
"Close" : "Itxi",
"Contact" : "Kontaktua",
"Error, missing parameters: " : "Errorea, parametroak falta dira:",
"Shared" : "Elkarbanatuta",
"Error" : "Errorea",
"Error while sharing" : "Errore bat egon da elkarbanatzean",
"Error while unsharing" : "Errore bat egon da elkarbanaketa desegitean",
"Error while changing permissions" : "Errore bat egon da baimenak aldatzean",
"Shared with you and the group {group} by {owner}" : "{owner}-k zu eta {group} taldearekin elkarbanatuta",
"Shared with you by {owner}" : "{owner}-k zurekin elkarbanatuta",
"Share" : "Partekatu",
"Share link" : "Elkarbanatu lotura",
"The public link will expire no later than {days} days after it is created" : "Esteka publikoak iraungi egingo du, askoz jota, sortu eta {days} egunetara.",
"Link" : "Esteka",
"Password protect" : "Babestu pasahitzarekin",
"Password" : "Pasahitza",
"Choose a password for the public link" : "Aukeratu pasahitz bat esteka publikorako",
"Allow editing" : "Baimendu editatzea",
"Email link to person" : "Postaz bidali lotura ",
"Send" : "Bidali",
"Set expiration date" : "Ezarri muga data",
"Expiration" : "Iraungitzea",
"Expiration date" : "Muga data",
"Adding user..." : "Erabiltzailea gehitzen...",
"group" : "taldea",
"remote" : "urrunekoa",
"Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua",
"Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta",
"Unshare" : "Ez elkarbanatu",
"notify by email" : "jakinarazi eposta bidez",
"can share" : "elkarbana dezake",
"can edit" : "editatu dezake",
"access control" : "sarrera kontrola",
"create" : "sortu",
"change" : "aldatu",
"delete" : "ezabatu",
"Password protected" : "Pasahitzarekin babestuta",
"Error unsetting expiration date" : "Errorea izan da muga data kentzean",
"Error setting expiration date" : "Errore bat egon da muga data ezartzean",
"Sending ..." : "Bidaltzen ...",
"Email sent" : "Eposta bidalia",
"Warning" : "Abisua",
"Failed loading photo: {error}" : "Argazkia kargatzeak huts egin du: {error}",
"You do not have permissions to see this contact" : "Ez duzu kontaktu hau ikusteko baimenik",
"Contact not found" : "Ez da kontaktua aurkitu",

View File

@ -73,8 +73,49 @@ OC.L10N.register(
"Close" : "Sulje",
"Contact" : "Yhteystieto",
"Error, missing parameters: " : "Virhe, puuttuvat parametrit:",
"Shared" : "Jaettu",
"Error" : "Virhe",
"Error while sharing" : "Virhe jaettaessa",
"Error while unsharing" : "Virhe jakoa peruttaessa",
"Error while changing permissions" : "Virhe oikeuksia muuttaessa",
"Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta",
"Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta",
"Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…",
"Share with users, groups or remote users …" : "Jaa käyttäjien, ryhmien tai etäkäyttäjien kanssa…",
"Share" : "Jaa",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud",
"Share link" : "Jaa linkki",
"The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta",
"Link" : "Linkki",
"Password protect" : "Suojaa salasanalla",
"Password" : "Salasana",
"Choose a password for the public link" : "Valitse salasana julkiselle linkille",
"Allow editing" : "Salli muokkaus",
"Email link to person" : "Lähetä linkki sähköpostitse",
"Send" : "Lähetä",
"Set expiration date" : "Aseta päättymispäivä",
"Expiration" : "Erääntyminen",
"Expiration date" : "Päättymispäivä",
"An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan",
"Adding user..." : "Lisätään käyttäjä...",
"group" : "ryhmä",
"remote" : "etä",
"Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu",
"Shared in {item} with {user}" : "{item} on jaettu {user} kanssa",
"Unshare" : "Peru jakaminen",
"notify by email" : "ilmoita sähköpostitse",
"can share" : "jaa",
"can edit" : "voi muokata",
"access control" : "Pääsyn hallinta",
"create" : "luo",
"change" : "muuta",
"delete" : "poista",
"Password protected" : "Salasanasuojattu",
"Error unsetting expiration date" : "Virhe purettaessa eräpäivää",
"Error setting expiration date" : "Virhe päättymispäivää asettaessa",
"Sending ..." : "Lähetetään...",
"Email sent" : "Sähköposti lähetetty",
"Warning" : "Varoitus",
"Failed loading photo: {error}" : "Kuvan lataaminen epäonnistui: {error}",
"You do not have permissions to see this contact" : "Oikeutesi eivät riitä tämän yhteystiedon katseluun",
"Contact not found" : "Yhteystietoa ei löydy",
@ -212,6 +253,7 @@ OC.L10N.register(
"Organization" : "Organisaatio",
"Birthday" : "Syntymäpäivä",
"Website" : "Verkkosivusto",
"Federated Cloud ID" : "Federoidun pilven tunniste",
"Instant messaging" : "Pikaviestintä",
"Notes go here..." : "Muistiinpanot kuuluvat tähän...",
"Add field..." : "Lisää kenttä...",
@ -223,7 +265,9 @@ OC.L10N.register(
"someone@example.com" : "esimerkki@osoite.fi",
"Mail to address" : "Lähetä sähköpostia",
"Delete email address" : "Poista sähköpostiosoite",
"Please specify a valid Federated Cloud ID." : "Määritä kelvollinen federoidun pilven tunniste.",
"username@example.com/owncloud" : "tunnus@esimerkki.fi/owncloud",
"Delete Federated Cloud ID" : "Poista federoidun pivlen tunniste",
"Enter phone number" : "Anna puhelinnumero",
"Go to web site" : "Siirry verkkosivulle",
"View on map" : "Näytä kartalla",

View File

@ -71,8 +71,49 @@
"Close" : "Sulje",
"Contact" : "Yhteystieto",
"Error, missing parameters: " : "Virhe, puuttuvat parametrit:",
"Shared" : "Jaettu",
"Error" : "Virhe",
"Error while sharing" : "Virhe jaettaessa",
"Error while unsharing" : "Virhe jakoa peruttaessa",
"Error while changing permissions" : "Virhe oikeuksia muuttaessa",
"Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta",
"Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta",
"Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…",
"Share with users, groups or remote users …" : "Jaa käyttäjien, ryhmien tai etäkäyttäjien kanssa…",
"Share" : "Jaa",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud",
"Share link" : "Jaa linkki",
"The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta",
"Link" : "Linkki",
"Password protect" : "Suojaa salasanalla",
"Password" : "Salasana",
"Choose a password for the public link" : "Valitse salasana julkiselle linkille",
"Allow editing" : "Salli muokkaus",
"Email link to person" : "Lähetä linkki sähköpostitse",
"Send" : "Lähetä",
"Set expiration date" : "Aseta päättymispäivä",
"Expiration" : "Erääntyminen",
"Expiration date" : "Päättymispäivä",
"An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan",
"Adding user..." : "Lisätään käyttäjä...",
"group" : "ryhmä",
"remote" : "etä",
"Resharing is not allowed" : "Jakaminen uudelleen ei ole salittu",
"Shared in {item} with {user}" : "{item} on jaettu {user} kanssa",
"Unshare" : "Peru jakaminen",
"notify by email" : "ilmoita sähköpostitse",
"can share" : "jaa",
"can edit" : "voi muokata",
"access control" : "Pääsyn hallinta",
"create" : "luo",
"change" : "muuta",
"delete" : "poista",
"Password protected" : "Salasanasuojattu",
"Error unsetting expiration date" : "Virhe purettaessa eräpäivää",
"Error setting expiration date" : "Virhe päättymispäivää asettaessa",
"Sending ..." : "Lähetetään...",
"Email sent" : "Sähköposti lähetetty",
"Warning" : "Varoitus",
"Failed loading photo: {error}" : "Kuvan lataaminen epäonnistui: {error}",
"You do not have permissions to see this contact" : "Oikeutesi eivät riitä tämän yhteystiedon katseluun",
"Contact not found" : "Yhteystietoa ei löydy",
@ -210,6 +251,7 @@
"Organization" : "Organisaatio",
"Birthday" : "Syntymäpäivä",
"Website" : "Verkkosivusto",
"Federated Cloud ID" : "Federoidun pilven tunniste",
"Instant messaging" : "Pikaviestintä",
"Notes go here..." : "Muistiinpanot kuuluvat tähän...",
"Add field..." : "Lisää kenttä...",
@ -221,7 +263,9 @@
"someone@example.com" : "esimerkki@osoite.fi",
"Mail to address" : "Lähetä sähköpostia",
"Delete email address" : "Poista sähköpostiosoite",
"Please specify a valid Federated Cloud ID." : "Määritä kelvollinen federoidun pilven tunniste.",
"username@example.com/owncloud" : "tunnus@esimerkki.fi/owncloud",
"Delete Federated Cloud ID" : "Poista federoidun pivlen tunniste",
"Enter phone number" : "Anna puhelinnumero",
"Go to web site" : "Siirry verkkosivulle",
"View on map" : "Näytä kartalla",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Fermer",
"Contact" : "Contact",
"Error, missing parameters: " : "Erreur, paramètre manquant :",
"Shared" : "Partagé",
"Error" : "Erreur",
"Error while sharing" : "Erreur lors de la mise en partage",
"Error while unsharing" : "Erreur lors de l'annulation du partage",
"Error while changing permissions" : "Erreur lors du changement des permissions",
"Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
"Shared with you by {owner}" : "Partagé avec vous par {owner}",
"Share with users or groups …" : "Partager avec des utilisateurs ou groupes...",
"Share with users, groups or remote users …" : "Partager avec des utilisateurs, groupes, ou utilisateurs distants",
"Share" : "Partager",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud",
"Share link" : "Partage par lien",
"The public link will expire no later than {days} days after it is created" : "Ce lien public expirera au plus tard {days} jours après sa création.",
"Link" : "Lien",
"Password protect" : "Protéger par un mot de passe",
"Password" : "Mot de passe",
"Choose a password for the public link" : "Choisissez un mot de passe pour le lien public",
"Allow editing" : "Permettre la modification",
"Email link to person" : "Envoyer le lien par courriel",
"Send" : "Envoyer",
"Set expiration date" : "Spécifier une date d'expiration",
"Expiration" : "Expiration",
"Expiration date" : "Date d'expiration",
"An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer",
"Adding user..." : "Ajout de l'utilisateur...",
"group" : "groupe",
"remote" : "distant",
"Resharing is not allowed" : "Le repartage n'est pas autorisé",
"Shared in {item} with {user}" : "Partagé dans {item} avec {user}",
"Unshare" : "Ne plus partager",
"notify by email" : "notifier par courriel",
"can share" : "partage autorisé",
"can edit" : "peut modifier",
"access control" : "contrôle d'accès",
"create" : "créer",
"change" : "modification",
"delete" : "supprimer",
"Password protected" : "Protégé par mot de passe",
"Error unsetting expiration date" : "Erreur lors de la suppression de la date d'expiration",
"Error setting expiration date" : "Erreur lors de la spécification de la date d'expiration",
"Sending ..." : "Envoi…",
"Email sent" : "E-mail envoyé",
"Warning" : "Attention",
"Failed loading photo: {error}" : "Echec du chargement de la photo : {error}",
"You do not have permissions to see this contact" : "Vous n'avez pas les droits suffisants pour voir ce contact.",
"Contact not found" : "Contact introuvable",

View File

@ -75,8 +75,49 @@
"Close" : "Fermer",
"Contact" : "Contact",
"Error, missing parameters: " : "Erreur, paramètre manquant :",
"Shared" : "Partagé",
"Error" : "Erreur",
"Error while sharing" : "Erreur lors de la mise en partage",
"Error while unsharing" : "Erreur lors de l'annulation du partage",
"Error while changing permissions" : "Erreur lors du changement des permissions",
"Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}",
"Shared with you by {owner}" : "Partagé avec vous par {owner}",
"Share with users or groups …" : "Partager avec des utilisateurs ou groupes...",
"Share with users, groups or remote users …" : "Partager avec des utilisateurs, groupes, ou utilisateurs distants",
"Share" : "Partager",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud",
"Share link" : "Partage par lien",
"The public link will expire no later than {days} days after it is created" : "Ce lien public expirera au plus tard {days} jours après sa création.",
"Link" : "Lien",
"Password protect" : "Protéger par un mot de passe",
"Password" : "Mot de passe",
"Choose a password for the public link" : "Choisissez un mot de passe pour le lien public",
"Allow editing" : "Permettre la modification",
"Email link to person" : "Envoyer le lien par courriel",
"Send" : "Envoyer",
"Set expiration date" : "Spécifier une date d'expiration",
"Expiration" : "Expiration",
"Expiration date" : "Date d'expiration",
"An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer",
"Adding user..." : "Ajout de l'utilisateur...",
"group" : "groupe",
"remote" : "distant",
"Resharing is not allowed" : "Le repartage n'est pas autorisé",
"Shared in {item} with {user}" : "Partagé dans {item} avec {user}",
"Unshare" : "Ne plus partager",
"notify by email" : "notifier par courriel",
"can share" : "partage autorisé",
"can edit" : "peut modifier",
"access control" : "contrôle d'accès",
"create" : "créer",
"change" : "modification",
"delete" : "supprimer",
"Password protected" : "Protégé par mot de passe",
"Error unsetting expiration date" : "Erreur lors de la suppression de la date d'expiration",
"Error setting expiration date" : "Erreur lors de la spécification de la date d'expiration",
"Sending ..." : "Envoi…",
"Email sent" : "E-mail envoyé",
"Warning" : "Attention",
"Failed loading photo: {error}" : "Echec du chargement de la photo : {error}",
"You do not have permissions to see this contact" : "Vous n'avez pas les droits suffisants pour voir ce contact.",
"Contact not found" : "Contact introuvable",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Pechar",
"Contact" : "Contacto",
"Error, missing parameters: " : "Erro, faltan os parámetros:",
"Shared" : "Compartido",
"Error" : "Erro",
"Error while sharing" : "Produciuse un erro ao compartir",
"Error while unsharing" : "Produciuse un erro ao deixar de compartir",
"Error while changing permissions" : "Produciuse un erro ao cambiar os permisos",
"Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido con vostede por {owner}",
"Share with users or groups …" : "Compartir con usuarios ou grupos ...",
"Share with users, groups or remote users …" : "Compartir con usuarios, grupos ou usuarios remotos ...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»",
"Share link" : "Ligazón para compartir",
"The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación",
"Link" : "Ligazón",
"Password protect" : "Protexido con contrasinal",
"Password" : "Contrasinal",
"Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
"Allow editing" : "Permitir a edición",
"Email link to person" : "Enviar ligazón por correo",
"Send" : "Enviar",
"Set expiration date" : "Definir a data de caducidade",
"Expiration" : "Caducidade",
"Expiration date" : "Data de caducidade",
"An error occured. Please try again" : "Produciuse un erro, ténteo de novo",
"Adding user..." : "Engadindo usuario...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Non se permite volver compartir",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Deixar de compartir",
"notify by email" : "notificar por correo",
"can share" : "pode compartir",
"can edit" : "pode editar",
"access control" : "control de acceso",
"create" : "crear",
"change" : "cambio",
"delete" : "eliminar",
"Password protected" : "Protexido con contrasinal",
"Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade",
"Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade",
"Sending ..." : "Enviando...",
"Email sent" : "Correo enviado",
"Warning" : "Aviso",
"Failed loading photo: {error}" : "Non foi posíbel cargar a foto: {error}",
"You do not have permissions to see this contact" : "Vostede non ten permisos para ver este contacto",
"Contact not found" : "Non se atopa o contacto",

View File

@ -75,8 +75,49 @@
"Close" : "Pechar",
"Contact" : "Contacto",
"Error, missing parameters: " : "Erro, faltan os parámetros:",
"Shared" : "Compartido",
"Error" : "Erro",
"Error while sharing" : "Produciuse un erro ao compartir",
"Error while unsharing" : "Produciuse un erro ao deixar de compartir",
"Error while changing permissions" : "Produciuse un erro ao cambiar os permisos",
"Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartido con vostede por {owner}",
"Share with users or groups …" : "Compartir con usuarios ou grupos ...",
"Share with users, groups or remote users …" : "Compartir con usuarios, grupos ou usuarios remotos ...",
"Share" : "Compartir",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»",
"Share link" : "Ligazón para compartir",
"The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación",
"Link" : "Ligazón",
"Password protect" : "Protexido con contrasinal",
"Password" : "Contrasinal",
"Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
"Allow editing" : "Permitir a edición",
"Email link to person" : "Enviar ligazón por correo",
"Send" : "Enviar",
"Set expiration date" : "Definir a data de caducidade",
"Expiration" : "Caducidade",
"Expiration date" : "Data de caducidade",
"An error occured. Please try again" : "Produciuse un erro, ténteo de novo",
"Adding user..." : "Engadindo usuario...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Non se permite volver compartir",
"Shared in {item} with {user}" : "Compartido en {item} con {user}",
"Unshare" : "Deixar de compartir",
"notify by email" : "notificar por correo",
"can share" : "pode compartir",
"can edit" : "pode editar",
"access control" : "control de acceso",
"create" : "crear",
"change" : "cambio",
"delete" : "eliminar",
"Password protected" : "Protexido con contrasinal",
"Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade",
"Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade",
"Sending ..." : "Enviando...",
"Email sent" : "Correo enviado",
"Warning" : "Aviso",
"Failed loading photo: {error}" : "Non foi posíbel cargar a foto: {error}",
"You do not have permissions to see this contact" : "Vostede non ten permisos para ver este contacto",
"Contact not found" : "Non se atopa o contacto",

View File

@ -69,6 +69,36 @@ OC.L10N.register(
"Close" : "סגירה",
"Contact" : "איש קשר",
"Error, missing parameters: " : "שגיאה, חסרים פרמטרים:",
"Shared" : "שותף",
"Error" : "שגיאה",
"Error while sharing" : "שגיאה במהלך השיתוף",
"Error while unsharing" : "שגיאה במהלך ביטול השיתוף",
"Error while changing permissions" : "שגיאה במהלך שינוי ההגדרות",
"Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}",
"Shared with you by {owner}" : "שותף אתך על ידי {owner}",
"Share" : "שיתוף",
"Share link" : "קישור לשיתוף",
"Password protect" : "הגנה בססמה",
"Password" : "סיסמא",
"Email link to person" : "שליחת קישור בדוא״ל למשתמש",
"Send" : "שליחה",
"Set expiration date" : "הגדרת תאריך תפוגה",
"Expiration date" : "תאריך התפוגה",
"group" : "קבוצה",
"Resharing is not allowed" : "אסור לעשות שיתוף מחדש",
"Shared in {item} with {user}" : "שותף תחת {item} עם {user}",
"Unshare" : "הסר שיתוף",
"can share" : "ניתן לשתף",
"can edit" : "ניתן לערוך",
"access control" : "בקרת גישה",
"create" : "יצירה",
"delete" : "מחיקה",
"Password protected" : "מוגן בססמה",
"Error unsetting expiration date" : "אירעה שגיאה בביטול תאריך התפוגה",
"Error setting expiration date" : "אירעה שגיאה בעת הגדרת תאריך התפוגה",
"Sending ..." : "מתבצעת שליחה ...",
"Email sent" : "הודעת הדוא״ל נשלחה",
"Warning" : "אזהרה",
"Failed loading photo: {error}" : "שגיאה בזמן טעינת תמונה: {error}",
"You do not have permissions to see this contact" : "אין לך הרשאות לצפייה באיש קשר זה",
"Contact not found" : "איש קשר לא נמצא",
@ -214,7 +244,6 @@ OC.L10N.register(
"Country" : "מדינה",
"Instant Messenger" : "מסרים מיידיים",
"Active" : "פעיל",
"Share" : "שיתוף",
"Export" : "ייצוא",
"CardDAV link" : "קישור CardDAV",
"Edit" : "עריכה",
@ -227,7 +256,6 @@ OC.L10N.register(
"Read-only" : "לקריאה בלבד",
"Read-Only" : "לקריאה בלבד",
"User" : "שתמש",
"Password" : "סיסמא",
"Page size" : "גודל עמוד",
"Search filter" : "חיפוש על בסיס סינון",
"Filter" : "סינון"

View File

@ -67,6 +67,36 @@
"Close" : "סגירה",
"Contact" : "איש קשר",
"Error, missing parameters: " : "שגיאה, חסרים פרמטרים:",
"Shared" : "שותף",
"Error" : "שגיאה",
"Error while sharing" : "שגיאה במהלך השיתוף",
"Error while unsharing" : "שגיאה במהלך ביטול השיתוף",
"Error while changing permissions" : "שגיאה במהלך שינוי ההגדרות",
"Shared with you and the group {group} by {owner}" : "שותף אתך ועם הקבוצה {group} שבבעלות {owner}",
"Shared with you by {owner}" : "שותף אתך על ידי {owner}",
"Share" : "שיתוף",
"Share link" : "קישור לשיתוף",
"Password protect" : "הגנה בססמה",
"Password" : "סיסמא",
"Email link to person" : "שליחת קישור בדוא״ל למשתמש",
"Send" : "שליחה",
"Set expiration date" : "הגדרת תאריך תפוגה",
"Expiration date" : "תאריך התפוגה",
"group" : "קבוצה",
"Resharing is not allowed" : "אסור לעשות שיתוף מחדש",
"Shared in {item} with {user}" : "שותף תחת {item} עם {user}",
"Unshare" : "הסר שיתוף",
"can share" : "ניתן לשתף",
"can edit" : "ניתן לערוך",
"access control" : "בקרת גישה",
"create" : "יצירה",
"delete" : "מחיקה",
"Password protected" : "מוגן בססמה",
"Error unsetting expiration date" : "אירעה שגיאה בביטול תאריך התפוגה",
"Error setting expiration date" : "אירעה שגיאה בעת הגדרת תאריך התפוגה",
"Sending ..." : "מתבצעת שליחה ...",
"Email sent" : "הודעת הדוא״ל נשלחה",
"Warning" : "אזהרה",
"Failed loading photo: {error}" : "שגיאה בזמן טעינת תמונה: {error}",
"You do not have permissions to see this contact" : "אין לך הרשאות לצפייה באיש קשר זה",
"Contact not found" : "איש קשר לא נמצא",
@ -212,7 +242,6 @@
"Country" : "מדינה",
"Instant Messenger" : "מסרים מיידיים",
"Active" : "פעיל",
"Share" : "שיתוף",
"Export" : "ייצוא",
"CardDAV link" : "קישור CardDAV",
"Edit" : "עריכה",
@ -225,7 +254,6 @@
"Read-only" : "לקריאה בלבד",
"Read-Only" : "לקריאה בלבד",
"User" : "שתמש",
"Password" : "סיסמא",
"Page size" : "גודל עמוד",
"Search filter" : "חיפוש על בסיס סינון",
"Filter" : "סינון"

View File

@ -72,8 +72,45 @@ OC.L10N.register(
"Close" : "Zatvorite",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Pogreška, nedostaju parametri: ",
"Shared" : "Resurs podijeljen",
"Error" : "Pogreška",
"Error while sharing" : "Pogreška pri dijeljenju",
"Error while unsharing" : "Pogreška pri prestanku dijeljenja",
"Error while changing permissions" : "POgreška pri mijenjanju dozvola",
"Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
"Shared with you by {owner}" : "S vama podijelio {owner}",
"Share" : "Dijeljeni resurs",
"Share link" : "Podijelite vezu",
"The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana",
"Link" : "Poveznica",
"Password protect" : "Zaštititi lozinkom",
"Password" : "Lozinka",
"Choose a password for the public link" : "Odaberite lozinku za javnu vezu",
"Allow editing" : "Omogući uređivanje",
"Email link to person" : "Pošaljite osobi vezu e-poštom",
"Send" : "Pošaljite",
"Set expiration date" : "Odredite datum isteka",
"Expiration" : "Istjeće",
"Expiration date" : "Datum isteka",
"Adding user..." : "Dodavanje korisnika...",
"group" : "Grupa",
"remote" : "na daljinu",
"Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
"Shared in {item} with {user}" : "Podijeljeno u {item} sa {user}",
"Unshare" : "Prestanite dijeliti",
"notify by email" : "Obavijestite e-poštom",
"can share" : "Dijeljenje moguće",
"can edit" : "Uređivanje moguće",
"access control" : "Kontrola pristupa",
"create" : "Kreirajte",
"change" : "promijeni",
"delete" : "Izbrišite",
"Password protected" : "Lozinka zaštićena",
"Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka",
"Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka",
"Sending ..." : "Slanje...",
"Email sent" : "E-pošta je poslana",
"Warning" : "Upozorenje",
"Failed loading photo: {error}" : "Učitavanje fotografije nije uspjelo: {error}",
"You do not have permissions to see this contact" : "Nije vam dopušteno vidjeti ovaj kontakt.",
"Contact not found" : "Kontakt nije pronađen.",

View File

@ -70,8 +70,45 @@
"Close" : "Zatvorite",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Pogreška, nedostaju parametri: ",
"Shared" : "Resurs podijeljen",
"Error" : "Pogreška",
"Error while sharing" : "Pogreška pri dijeljenju",
"Error while unsharing" : "Pogreška pri prestanku dijeljenja",
"Error while changing permissions" : "POgreška pri mijenjanju dozvola",
"Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
"Shared with you by {owner}" : "S vama podijelio {owner}",
"Share" : "Dijeljeni resurs",
"Share link" : "Podijelite vezu",
"The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana",
"Link" : "Poveznica",
"Password protect" : "Zaštititi lozinkom",
"Password" : "Lozinka",
"Choose a password for the public link" : "Odaberite lozinku za javnu vezu",
"Allow editing" : "Omogući uređivanje",
"Email link to person" : "Pošaljite osobi vezu e-poštom",
"Send" : "Pošaljite",
"Set expiration date" : "Odredite datum isteka",
"Expiration" : "Istjeće",
"Expiration date" : "Datum isteka",
"Adding user..." : "Dodavanje korisnika...",
"group" : "Grupa",
"remote" : "na daljinu",
"Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
"Shared in {item} with {user}" : "Podijeljeno u {item} sa {user}",
"Unshare" : "Prestanite dijeliti",
"notify by email" : "Obavijestite e-poštom",
"can share" : "Dijeljenje moguće",
"can edit" : "Uređivanje moguće",
"access control" : "Kontrola pristupa",
"create" : "Kreirajte",
"change" : "promijeni",
"delete" : "Izbrišite",
"Password protected" : "Lozinka zaštićena",
"Error unsetting expiration date" : "Pogrešno uklanjanje postavke datuma isteka",
"Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka",
"Sending ..." : "Slanje...",
"Email sent" : "E-pošta je poslana",
"Warning" : "Upozorenje",
"Failed loading photo: {error}" : "Učitavanje fotografije nije uspjelo: {error}",
"You do not have permissions to see this contact" : "Nije vam dopušteno vidjeti ovaj kontakt.",
"Contact not found" : "Kontakt nije pronađen.",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Bezárás",
"Contact" : "Névjegy",
"Error, missing parameters: " : "Hiba, hiányzó paraméterek: ",
"Shared" : "Megosztott",
"Error" : "Hiba",
"Error while sharing" : "Nem sikerült létrehozni a megosztást",
"Error while unsharing" : "Nem sikerült visszavonni a megosztást",
"Error while changing permissions" : "Nem sikerült módosítani a jogosultságokat",
"Shared with you and the group {group} by {owner}" : "Megosztotta Önnel és a(z) {group} csoporttal: {owner}",
"Shared with you by {owner}" : "Megosztotta Önnel: {owner}",
"Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...",
"Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...",
"Share" : "Megosztás",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud",
"Share link" : "Megosztás hivatkozással",
"The public link will expire no later than {days} days after it is created" : "A nyilvános link érvényessége legkorábban {days} nappal a létrehozása után jár csak le",
"Link" : "Link",
"Password protect" : "Jelszóval is védem",
"Password" : "Jelszó",
"Choose a password for the public link" : "Válasszon egy jelszót a nyilvános linkhez",
"Allow editing" : "Szerkesztés engedélyezése",
"Email link to person" : "Email címre küldjük el",
"Send" : "Küldjük el",
"Set expiration date" : "Legyen lejárati idő",
"Expiration" : "Lejárat",
"Expiration date" : "A lejárati idő",
"An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!",
"Adding user..." : "Felhasználó hozzáadása...",
"group" : "csoport",
"remote" : "távoli",
"Resharing is not allowed" : "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal",
"Shared in {item} with {user}" : "Megosztva {item}-ben {user}-rel",
"Unshare" : "A megosztás visszavonása",
"notify by email" : "e-mail értesítés",
"can share" : "megosztható",
"can edit" : "módosíthat",
"access control" : "jogosultság",
"create" : "létrehoz",
"change" : "változtatás",
"delete" : "törlés",
"Password protected" : "Jelszóval van védve",
"Error unsetting expiration date" : "Nem sikerült a lejárati időt törölni",
"Error setting expiration date" : "Nem sikerült a lejárati időt beállítani",
"Sending ..." : "Küldés ...",
"Email sent" : "Az e-mail elküldve!",
"Warning" : "Figyelmeztetés",
"Failed loading photo: {error}" : "Hiba a kép betöltésekor: {error}",
"You do not have permissions to see this contact" : "Nincs jogosultsága megnézni ez a névjegyet",
"Contact not found" : "Kapcsolat nem található",

View File

@ -75,8 +75,49 @@
"Close" : "Bezárás",
"Contact" : "Névjegy",
"Error, missing parameters: " : "Hiba, hiányzó paraméterek: ",
"Shared" : "Megosztott",
"Error" : "Hiba",
"Error while sharing" : "Nem sikerült létrehozni a megosztást",
"Error while unsharing" : "Nem sikerült visszavonni a megosztást",
"Error while changing permissions" : "Nem sikerült módosítani a jogosultságokat",
"Shared with you and the group {group} by {owner}" : "Megosztotta Önnel és a(z) {group} csoporttal: {owner}",
"Shared with you by {owner}" : "Megosztotta Önnel: {owner}",
"Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...",
"Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...",
"Share" : "Megosztás",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud",
"Share link" : "Megosztás hivatkozással",
"The public link will expire no later than {days} days after it is created" : "A nyilvános link érvényessége legkorábban {days} nappal a létrehozása után jár csak le",
"Link" : "Link",
"Password protect" : "Jelszóval is védem",
"Password" : "Jelszó",
"Choose a password for the public link" : "Válasszon egy jelszót a nyilvános linkhez",
"Allow editing" : "Szerkesztés engedélyezése",
"Email link to person" : "Email címre küldjük el",
"Send" : "Küldjük el",
"Set expiration date" : "Legyen lejárati idő",
"Expiration" : "Lejárat",
"Expiration date" : "A lejárati idő",
"An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!",
"Adding user..." : "Felhasználó hozzáadása...",
"group" : "csoport",
"remote" : "távoli",
"Resharing is not allowed" : "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal",
"Shared in {item} with {user}" : "Megosztva {item}-ben {user}-rel",
"Unshare" : "A megosztás visszavonása",
"notify by email" : "e-mail értesítés",
"can share" : "megosztható",
"can edit" : "módosíthat",
"access control" : "jogosultság",
"create" : "létrehoz",
"change" : "változtatás",
"delete" : "törlés",
"Password protected" : "Jelszóval van védve",
"Error unsetting expiration date" : "Nem sikerült a lejárati időt törölni",
"Error setting expiration date" : "Nem sikerült a lejárati időt beállítani",
"Sending ..." : "Küldés ...",
"Email sent" : "Az e-mail elküldve!",
"Warning" : "Figyelmeztetés",
"Failed loading photo: {error}" : "Hiba a kép betöltésekor: {error}",
"You do not have permissions to see this contact" : "Nincs jogosultsága megnézni ez a névjegyet",
"Contact not found" : "Kapcsolat nem található",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Tutup",
"Contact" : "Kontak",
"Error, missing parameters: " : "Kesalahan, parameter salah:",
"Shared" : "Dibagikan",
"Error" : "Kesalahan",
"Error while sharing" : "Kesalahan saat membagikan",
"Error while unsharing" : "Kesalahan saat membatalkan pembagian",
"Error while changing permissions" : "Kesalahan saat mengubah izin",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"Share with users or groups …" : "Bagikan dengan pengguna atau grup ...",
"Share with users, groups or remote users …" : "Bagikan dengan pengguna, grup atau pengguna remote ...",
"Share" : "Bagikan",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
"Share link" : "Bagikan tautan",
"The public link will expire no later than {days} days after it is created" : "Tautan publik akan kadaluarsa tidak lebih dari {days} hari setelah ini dibuat",
"Link" : "Tautan",
"Password protect" : "Lindungi dengan sandi",
"Password" : "Kata Sandi",
"Choose a password for the public link" : "Tetapkan sandi untuk tautan publik",
"Allow editing" : "Izinkan penyuntingan",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Set expiration date" : "Atur tanggal kedaluwarsa",
"Expiration" : "Kedaluwarsa",
"Expiration date" : "Tanggal kedaluwarsa",
"An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali",
"Adding user..." : "Menambahkan pengguna...",
"group" : "grup",
"remote" : "remote",
"Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
"Shared in {item} with {user}" : "Dibagikan dalam {item} dengan {user}",
"Unshare" : "Batalkan berbagi",
"notify by email" : "notifikasi via email",
"can share" : "dapat berbagi",
"can edit" : "dapat disunting",
"access control" : "kontrol akses",
"create" : "buat",
"change" : "ubah",
"delete" : "hapus",
"Password protected" : "Sandi dilindungi",
"Error unsetting expiration date" : "Kesalahan saat menghapus tanggal kedaluwarsa",
"Error setting expiration date" : "Kesalahan saat mengatur tanggal kedaluwarsa",
"Sending ..." : "Mengirim ...",
"Email sent" : "Email terkirim",
"Warning" : "Peringatan",
"Failed loading photo: {error}" : "Gagal memuat foto: {error}",
"You do not have permissions to see this contact" : "Anda tidak memiliki akses untuk melihat kontak ini",
"Contact not found" : "Kontak tidak ditemukan",

View File

@ -75,8 +75,49 @@
"Close" : "Tutup",
"Contact" : "Kontak",
"Error, missing parameters: " : "Kesalahan, parameter salah:",
"Shared" : "Dibagikan",
"Error" : "Kesalahan",
"Error while sharing" : "Kesalahan saat membagikan",
"Error while unsharing" : "Kesalahan saat membatalkan pembagian",
"Error while changing permissions" : "Kesalahan saat mengubah izin",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"Share with users or groups …" : "Bagikan dengan pengguna atau grup ...",
"Share with users, groups or remote users …" : "Bagikan dengan pengguna, grup atau pengguna remote ...",
"Share" : "Bagikan",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
"Share link" : "Bagikan tautan",
"The public link will expire no later than {days} days after it is created" : "Tautan publik akan kadaluarsa tidak lebih dari {days} hari setelah ini dibuat",
"Link" : "Tautan",
"Password protect" : "Lindungi dengan sandi",
"Password" : "Kata Sandi",
"Choose a password for the public link" : "Tetapkan sandi untuk tautan publik",
"Allow editing" : "Izinkan penyuntingan",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Set expiration date" : "Atur tanggal kedaluwarsa",
"Expiration" : "Kedaluwarsa",
"Expiration date" : "Tanggal kedaluwarsa",
"An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali",
"Adding user..." : "Menambahkan pengguna...",
"group" : "grup",
"remote" : "remote",
"Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
"Shared in {item} with {user}" : "Dibagikan dalam {item} dengan {user}",
"Unshare" : "Batalkan berbagi",
"notify by email" : "notifikasi via email",
"can share" : "dapat berbagi",
"can edit" : "dapat disunting",
"access control" : "kontrol akses",
"create" : "buat",
"change" : "ubah",
"delete" : "hapus",
"Password protected" : "Sandi dilindungi",
"Error unsetting expiration date" : "Kesalahan saat menghapus tanggal kedaluwarsa",
"Error setting expiration date" : "Kesalahan saat mengatur tanggal kedaluwarsa",
"Sending ..." : "Mengirim ...",
"Email sent" : "Email terkirim",
"Warning" : "Peringatan",
"Failed loading photo: {error}" : "Gagal memuat foto: {error}",
"You do not have permissions to see this contact" : "Anda tidak memiliki akses untuk melihat kontak ini",
"Contact not found" : "Kontak tidak ditemukan",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Chiudi",
"Contact" : "Contatto",
"Error, missing parameters: " : "Errore, parametro mancante:",
"Shared" : "Condiviso",
"Error" : "Errore",
"Error while sharing" : "Errore durante la condivisione",
"Error while unsharing" : "Errore durante la rimozione della condivisione",
"Error while changing permissions" : "Errore durante la modifica dei permessi",
"Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",
"Shared with you by {owner}" : "Condiviso con te da {owner}",
"Share with users or groups …" : "Condividi con utenti o gruppi...",
"Share with users, groups or remote users …" : "Condividi con utenti, gruppi o utenti remoti...",
"Share" : "Condividi",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud",
"Share link" : "Condividi collegamento",
"The public link will expire no later than {days} days after it is created" : "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione",
"Link" : "Collegamento",
"Password protect" : "Proteggi con password",
"Password" : "Password",
"Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
"Allow editing" : "Consenti la modifica",
"Email link to person" : "Invia collegamento via email",
"Send" : "Invia",
"Set expiration date" : "Imposta data di scadenza",
"Expiration" : "Scadenza",
"Expiration date" : "Data di scadenza",
"An error occured. Please try again" : "Si è verificato un errore. Prova ancora",
"Adding user..." : "Aggiunta utente in corso...",
"group" : "gruppo",
"remote" : "remota",
"Resharing is not allowed" : "La ri-condivisione non è consentita",
"Shared in {item} with {user}" : "Condiviso in {item} con {user}",
"Unshare" : "Rimuovi condivisione",
"notify by email" : "notifica tramite email",
"can share" : "può condividere",
"can edit" : "può modificare",
"access control" : "controllo d'accesso",
"create" : "creare",
"change" : "cambia",
"delete" : "elimina",
"Password protected" : "Protetta da password",
"Error unsetting expiration date" : "Errore durante la rimozione della data di scadenza",
"Error setting expiration date" : "Errore durante l'impostazione della data di scadenza",
"Sending ..." : "Invio in corso...",
"Email sent" : "Email inviata",
"Warning" : "Avviso",
"Failed loading photo: {error}" : "Caricamento foto non riuscito: {error}",
"You do not have permissions to see this contact" : "Non hai i permessi per vedere questo contatto",
"Contact not found" : "Contatto non trovato",

View File

@ -75,8 +75,49 @@
"Close" : "Chiudi",
"Contact" : "Contatto",
"Error, missing parameters: " : "Errore, parametro mancante:",
"Shared" : "Condiviso",
"Error" : "Errore",
"Error while sharing" : "Errore durante la condivisione",
"Error while unsharing" : "Errore durante la rimozione della condivisione",
"Error while changing permissions" : "Errore durante la modifica dei permessi",
"Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",
"Shared with you by {owner}" : "Condiviso con te da {owner}",
"Share with users or groups …" : "Condividi con utenti o gruppi...",
"Share with users, groups or remote users …" : "Condividi con utenti, gruppi o utenti remoti...",
"Share" : "Condividi",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud",
"Share link" : "Condividi collegamento",
"The public link will expire no later than {days} days after it is created" : "Il collegamento pubblico scadrà non più tardi di {days} giorni dopo la sua creazione",
"Link" : "Collegamento",
"Password protect" : "Proteggi con password",
"Password" : "Password",
"Choose a password for the public link" : "Scegli una password per il collegamento pubblico",
"Allow editing" : "Consenti la modifica",
"Email link to person" : "Invia collegamento via email",
"Send" : "Invia",
"Set expiration date" : "Imposta data di scadenza",
"Expiration" : "Scadenza",
"Expiration date" : "Data di scadenza",
"An error occured. Please try again" : "Si è verificato un errore. Prova ancora",
"Adding user..." : "Aggiunta utente in corso...",
"group" : "gruppo",
"remote" : "remota",
"Resharing is not allowed" : "La ri-condivisione non è consentita",
"Shared in {item} with {user}" : "Condiviso in {item} con {user}",
"Unshare" : "Rimuovi condivisione",
"notify by email" : "notifica tramite email",
"can share" : "può condividere",
"can edit" : "può modificare",
"access control" : "controllo d'accesso",
"create" : "creare",
"change" : "cambia",
"delete" : "elimina",
"Password protected" : "Protetta da password",
"Error unsetting expiration date" : "Errore durante la rimozione della data di scadenza",
"Error setting expiration date" : "Errore durante l'impostazione della data di scadenza",
"Sending ..." : "Invio in corso...",
"Email sent" : "Email inviata",
"Warning" : "Avviso",
"Failed loading photo: {error}" : "Caricamento foto non riuscito: {error}",
"You do not have permissions to see this contact" : "Non hai i permessi per vedere questo contatto",
"Contact not found" : "Contatto non trovato",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "閉じる",
"Contact" : "連絡先",
"Error, missing parameters: " : "エラー、パラメータが不足しています:",
"Shared" : "共有中",
"Error" : "エラー",
"Error while sharing" : "共有でエラー発生",
"Error while unsharing" : "共有解除でエラー発生",
"Error while changing permissions" : "権限変更でエラー発生",
"Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
"Shared with you by {owner}" : "{owner} と共有中",
"Share with users or groups …" : "ユーザーもしくはグループと共有 ...",
"Share with users, groups or remote users …" : "ユーザー、グループもしくはリモートユーザーと共有 ...",
"Share" : "共有",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有",
"Share link" : "URLで共有",
"The public link will expire no later than {days} days after it is created" : "URLによる共有は、作成してから {days} 日以内に有効期限切れになります",
"Link" : "リンク",
"Password protect" : "パスワード保護を有効化",
"Password" : "パスワード",
"Choose a password for the public link" : "URLによる共有のパスワードを入力",
"Allow editing" : "編集許可",
"Email link to person" : "メールリンク",
"Send" : "送信",
"Set expiration date" : "有効期限を設定",
"Expiration" : "期限切れ",
"Expiration date" : "有効期限",
"An error occured. Please try again" : "エラーが発生しました。もう一度トライしてください。",
"Adding user..." : "ユーザーを追加しています...",
"group" : "グループ",
"remote" : "リモート",
"Resharing is not allowed" : "再共有は許可されていません",
"Shared in {item} with {user}" : "{item} 内で {user} と共有中",
"Unshare" : "共有解除",
"notify by email" : "メールで通知",
"can share" : "共有可",
"can edit" : "編集を許可",
"access control" : "アクセス権限",
"create" : "作成",
"change" : "更新",
"delete" : "削除",
"Password protected" : "パスワード保護",
"Error unsetting expiration date" : "有効期限の未設定エラー",
"Error setting expiration date" : "有効期限の設定でエラー発生",
"Sending ..." : "送信中...",
"Email sent" : "メールを送信しました",
"Warning" : "警告",
"Failed loading photo: {error}" : "写真の読み込みに失敗: {error}",
"You do not have permissions to see this contact" : "この連絡先を閲覧する権限がありません",
"Contact not found" : "連絡先が見つかりません",

View File

@ -75,8 +75,49 @@
"Close" : "閉じる",
"Contact" : "連絡先",
"Error, missing parameters: " : "エラー、パラメータが不足しています:",
"Shared" : "共有中",
"Error" : "エラー",
"Error while sharing" : "共有でエラー発生",
"Error while unsharing" : "共有解除でエラー発生",
"Error while changing permissions" : "権限変更でエラー発生",
"Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
"Shared with you by {owner}" : "{owner} と共有中",
"Share with users or groups …" : "ユーザーもしくはグループと共有 ...",
"Share with users, groups or remote users …" : "ユーザー、グループもしくはリモートユーザーと共有 ...",
"Share" : "共有",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有",
"Share link" : "URLで共有",
"The public link will expire no later than {days} days after it is created" : "URLによる共有は、作成してから {days} 日以内に有効期限切れになります",
"Link" : "リンク",
"Password protect" : "パスワード保護を有効化",
"Password" : "パスワード",
"Choose a password for the public link" : "URLによる共有のパスワードを入力",
"Allow editing" : "編集許可",
"Email link to person" : "メールリンク",
"Send" : "送信",
"Set expiration date" : "有効期限を設定",
"Expiration" : "期限切れ",
"Expiration date" : "有効期限",
"An error occured. Please try again" : "エラーが発生しました。もう一度トライしてください。",
"Adding user..." : "ユーザーを追加しています...",
"group" : "グループ",
"remote" : "リモート",
"Resharing is not allowed" : "再共有は許可されていません",
"Shared in {item} with {user}" : "{item} 内で {user} と共有中",
"Unshare" : "共有解除",
"notify by email" : "メールで通知",
"can share" : "共有可",
"can edit" : "編集を許可",
"access control" : "アクセス権限",
"create" : "作成",
"change" : "更新",
"delete" : "削除",
"Password protected" : "パスワード保護",
"Error unsetting expiration date" : "有効期限の未設定エラー",
"Error setting expiration date" : "有効期限の設定でエラー発生",
"Sending ..." : "送信中...",
"Email sent" : "メールを送信しました",
"Warning" : "警告",
"Failed loading photo: {error}" : "写真の読み込みに失敗: {error}",
"You do not have permissions to see this contact" : "この連絡先を閲覧する権限がありません",
"Contact not found" : "連絡先が見つかりません",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "닫기",
"Contact" : "연락처",
"Error, missing parameters: " : "오류, 인자 없음: ",
"Shared" : "공유됨",
"Error" : "오류",
"Error while sharing" : "공유하는 중 오류 발생",
"Error while unsharing" : "공유 해제하는 중 오류 발생",
"Error while changing permissions" : "권한 변경하는 중 오류 발생",
"Shared with you and the group {group} by {owner}" : "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중",
"Shared with you by {owner}" : "{owner} 님이 공유 중",
"Share with users or groups …" : "사용자 및 그룹과 공유...",
"Share with users, groups or remote users …" : "사용자, 그룹 및 원격 사용자와 공유...",
"Share" : "공유",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다",
"Share link" : "링크 공유",
"The public link will expire no later than {days} days after it is created" : "공개 링크를 만든 후 최대 {days}일까지 유지됩니다",
"Link" : "링크",
"Password protect" : "암호 보호",
"Password" : "암호",
"Choose a password for the public link" : "공개 링크 암호를 입력하십시오",
"Allow editing" : "편집 허용",
"Email link to person" : "이메일 주소",
"Send" : "보내기",
"Set expiration date" : "만료 날짜 설정",
"Expiration" : "만료",
"Expiration date" : "만료 날짜",
"An error occured. Please try again" : "오류가 발생하였습니다. 다시 시도하십시오.",
"Adding user..." : "사용자 추가 중...",
"group" : "그룹",
"remote" : "원격",
"Resharing is not allowed" : "다시 공유할 수 없습니다",
"Shared in {item} with {user}" : "{user} 님과 {item}에서 공유 중",
"Unshare" : "공유 해제",
"notify by email" : "이메일로 알림",
"can share" : "공유 가능",
"can edit" : "편집 가능",
"access control" : "접근 제어",
"create" : "생성",
"change" : "변경",
"delete" : "삭제",
"Password protected" : "암호로 보호됨",
"Error unsetting expiration date" : "만료 날짜 해제 오류",
"Error setting expiration date" : "만료 날짜 설정 오류",
"Sending ..." : "전송 중...",
"Email sent" : "이메일 발송됨",
"Warning" : "경고",
"Failed loading photo: {error}" : "사진 불러오기 오류: {error}",
"You do not have permissions to see this contact" : "이 연락처를 볼 수 있는 권한이 없습니다",
"Contact not found" : "연락처를 찾을 수 없음",

View File

@ -75,8 +75,49 @@
"Close" : "닫기",
"Contact" : "연락처",
"Error, missing parameters: " : "오류, 인자 없음: ",
"Shared" : "공유됨",
"Error" : "오류",
"Error while sharing" : "공유하는 중 오류 발생",
"Error while unsharing" : "공유 해제하는 중 오류 발생",
"Error while changing permissions" : "권한 변경하는 중 오류 발생",
"Shared with you and the group {group} by {owner}" : "{owner} 님이 여러분 및 그룹 {group}와(과) 공유 중",
"Shared with you by {owner}" : "{owner} 님이 공유 중",
"Share with users or groups …" : "사용자 및 그룹과 공유...",
"Share with users, groups or remote users …" : "사용자, 그룹 및 원격 사용자와 공유...",
"Share" : "공유",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "username@example.com/owncloud 형식으로 다른 ownCloud 사용자와 공유할 수 있습니다",
"Share link" : "링크 공유",
"The public link will expire no later than {days} days after it is created" : "공개 링크를 만든 후 최대 {days}일까지 유지됩니다",
"Link" : "링크",
"Password protect" : "암호 보호",
"Password" : "암호",
"Choose a password for the public link" : "공개 링크 암호를 입력하십시오",
"Allow editing" : "편집 허용",
"Email link to person" : "이메일 주소",
"Send" : "보내기",
"Set expiration date" : "만료 날짜 설정",
"Expiration" : "만료",
"Expiration date" : "만료 날짜",
"An error occured. Please try again" : "오류가 발생하였습니다. 다시 시도하십시오.",
"Adding user..." : "사용자 추가 중...",
"group" : "그룹",
"remote" : "원격",
"Resharing is not allowed" : "다시 공유할 수 없습니다",
"Shared in {item} with {user}" : "{user} 님과 {item}에서 공유 중",
"Unshare" : "공유 해제",
"notify by email" : "이메일로 알림",
"can share" : "공유 가능",
"can edit" : "편집 가능",
"access control" : "접근 제어",
"create" : "생성",
"change" : "변경",
"delete" : "삭제",
"Password protected" : "암호로 보호됨",
"Error unsetting expiration date" : "만료 날짜 해제 오류",
"Error setting expiration date" : "만료 날짜 설정 오류",
"Sending ..." : "전송 중...",
"Email sent" : "이메일 발송됨",
"Warning" : "경고",
"Failed loading photo: {error}" : "사진 불러오기 오류: {error}",
"You do not have permissions to see this contact" : "이 연락처를 볼 수 있는 권한이 없습니다",
"Contact not found" : "연락처를 찾을 수 없음",

View File

@ -73,8 +73,41 @@ OC.L10N.register(
"Close" : "Užverti",
"Contact" : "Kontaktas",
"Error, missing parameters: " : "Klaida, trūkstami parametrai: ",
"Shared" : "Dalinamasi",
"Error" : "Klaida",
"Error while sharing" : "Klaida, dalijimosi metu",
"Error while unsharing" : "Klaida, kai atšaukiamas dalijimasis",
"Error while changing permissions" : "Klaida, keičiant privilegijas",
"Shared with you and the group {group} by {owner}" : "Pasidalino su Jumis ir {group} grupe {owner}",
"Shared with you by {owner}" : "Pasidalino su Jumis {owner}",
"Share" : "Dalintis",
"Share link" : "Dalintis nuoroda",
"Link" : "Nuoroda",
"Password protect" : "Apsaugotas slaptažodžiu",
"Password" : "Slaptažodis",
"Email link to person" : "Nusiųsti nuorodą paštu",
"Send" : "Siųsti",
"Set expiration date" : "Nustatykite galiojimo laiką",
"Expiration" : "Galiojimo laikas",
"Expiration date" : "Galiojimo laikas",
"group" : "grupė",
"remote" : "nutolęs",
"Resharing is not allowed" : "Dalijinasis išnaujo negalimas",
"Shared in {item} with {user}" : "Pasidalino {item} su {user}",
"Unshare" : "Nebesidalinti",
"notify by email" : "pranešti el. paštu",
"can share" : "gali dalintis",
"can edit" : "gali redaguoti",
"access control" : "priėjimo kontrolė",
"create" : "sukurti",
"change" : "keisti",
"delete" : "ištrinti",
"Password protected" : "Apsaugota slaptažodžiu",
"Error unsetting expiration date" : "Klaida nuimant galiojimo laiką",
"Error setting expiration date" : "Klaida nustatant galiojimo laiką",
"Sending ..." : "Siunčiama...",
"Email sent" : "Laiškas išsiųstas",
"Warning" : "Įspėjimas",
"Failed loading photo: {error}" : "Nepavyko įkelti nuotraukos: {error}",
"You do not have permissions to see this contact" : "Jūs neturite leidimo matyti šį kontaktą",
"Contact not found" : "Kontaktas nerastas",

View File

@ -71,8 +71,41 @@
"Close" : "Užverti",
"Contact" : "Kontaktas",
"Error, missing parameters: " : "Klaida, trūkstami parametrai: ",
"Shared" : "Dalinamasi",
"Error" : "Klaida",
"Error while sharing" : "Klaida, dalijimosi metu",
"Error while unsharing" : "Klaida, kai atšaukiamas dalijimasis",
"Error while changing permissions" : "Klaida, keičiant privilegijas",
"Shared with you and the group {group} by {owner}" : "Pasidalino su Jumis ir {group} grupe {owner}",
"Shared with you by {owner}" : "Pasidalino su Jumis {owner}",
"Share" : "Dalintis",
"Share link" : "Dalintis nuoroda",
"Link" : "Nuoroda",
"Password protect" : "Apsaugotas slaptažodžiu",
"Password" : "Slaptažodis",
"Email link to person" : "Nusiųsti nuorodą paštu",
"Send" : "Siųsti",
"Set expiration date" : "Nustatykite galiojimo laiką",
"Expiration" : "Galiojimo laikas",
"Expiration date" : "Galiojimo laikas",
"group" : "grupė",
"remote" : "nutolęs",
"Resharing is not allowed" : "Dalijinasis išnaujo negalimas",
"Shared in {item} with {user}" : "Pasidalino {item} su {user}",
"Unshare" : "Nebesidalinti",
"notify by email" : "pranešti el. paštu",
"can share" : "gali dalintis",
"can edit" : "gali redaguoti",
"access control" : "priėjimo kontrolė",
"create" : "sukurti",
"change" : "keisti",
"delete" : "ištrinti",
"Password protected" : "Apsaugota slaptažodžiu",
"Error unsetting expiration date" : "Klaida nuimant galiojimo laiką",
"Error setting expiration date" : "Klaida nustatant galiojimo laiką",
"Sending ..." : "Siunčiama...",
"Email sent" : "Laiškas išsiųstas",
"Warning" : "Įspėjimas",
"Failed loading photo: {error}" : "Nepavyko įkelti nuotraukos: {error}",
"You do not have permissions to see this contact" : "Jūs neturite leidimo matyti šį kontaktą",
"Contact not found" : "Kontaktas nerastas",

View File

@ -74,6 +74,35 @@ OC.L10N.register(
"Close" : "Aizvērt",
"Contact" : "Kontakts",
"Error, missing parameters: " : "Kļūda, trūkst parametri:",
"Shared" : "Kopīgs",
"Error" : "Kļūda",
"Error while sharing" : "Kļūda, daloties",
"Error while unsharing" : "Kļūda, beidzot dalīties",
"Error while changing permissions" : "Kļūda, mainot atļaujas",
"Shared with you and the group {group} by {owner}" : "{owner} dalījās ar jums un grupu {group}",
"Shared with you by {owner}" : "{owner} dalījās ar jums",
"Share" : "Dalīties",
"Password protect" : "Aizsargāt ar paroli",
"Password" : "Parole",
"Email link to person" : "Sūtīt saiti personai pa e-pastu",
"Send" : "Sūtīt",
"Set expiration date" : "Iestaties termiņa datumu",
"Expiration date" : "Termiņa datums",
"group" : "grupa",
"Resharing is not allowed" : "Atkārtota dalīšanās nav atļauta",
"Shared in {item} with {user}" : "Dalījās ar {item} ar {user}",
"Unshare" : "Pārtraukt dalīšanos",
"can share" : "Var dalīties",
"can edit" : "var rediģēt",
"access control" : "piekļuves vadība",
"create" : "izveidot",
"delete" : "dzēst",
"Password protected" : "Aizsargāts ar paroli",
"Error unsetting expiration date" : "Kļūda, noņemot termiņa datumu",
"Error setting expiration date" : "Kļūda, iestatot termiņa datumu",
"Sending ..." : "Sūta...",
"Email sent" : "Vēstule nosūtīta",
"Warning" : "Brīdinājums",
"Failed loading photo: {error}" : "Neizdevās ielādēt fotogrāfiju: {error}",
"You do not have permissions to see this contact" : "Jums nav tiesību redzēt šo ierakstu",
"Contact not found" : "Kontakts netika atrasts",
@ -215,7 +244,6 @@ OC.L10N.register(
"Country" : "Valsts",
"Instant Messenger" : "Tūlītējās ziņojumapmaiņas programma",
"Active" : "Aktīvs",
"Share" : "Dalīties",
"Export" : "Eksportēt",
"CardDAV link" : "CardDAV saite",
"Edit" : "Rediģēt",
@ -230,7 +258,6 @@ OC.L10N.register(
"Read-only" : "tikai lasāms",
"Read-Only" : "tikai lasāms",
"User" : "Lietotājs",
"Password" : "Parole",
"Page size" : "Lappuses izmērs",
"Base DN" : "Bāzes DN",
"Search filter" : "Meklēšanas filtrs",

View File

@ -72,6 +72,35 @@
"Close" : "Aizvērt",
"Contact" : "Kontakts",
"Error, missing parameters: " : "Kļūda, trūkst parametri:",
"Shared" : "Kopīgs",
"Error" : "Kļūda",
"Error while sharing" : "Kļūda, daloties",
"Error while unsharing" : "Kļūda, beidzot dalīties",
"Error while changing permissions" : "Kļūda, mainot atļaujas",
"Shared with you and the group {group} by {owner}" : "{owner} dalījās ar jums un grupu {group}",
"Shared with you by {owner}" : "{owner} dalījās ar jums",
"Share" : "Dalīties",
"Password protect" : "Aizsargāt ar paroli",
"Password" : "Parole",
"Email link to person" : "Sūtīt saiti personai pa e-pastu",
"Send" : "Sūtīt",
"Set expiration date" : "Iestaties termiņa datumu",
"Expiration date" : "Termiņa datums",
"group" : "grupa",
"Resharing is not allowed" : "Atkārtota dalīšanās nav atļauta",
"Shared in {item} with {user}" : "Dalījās ar {item} ar {user}",
"Unshare" : "Pārtraukt dalīšanos",
"can share" : "Var dalīties",
"can edit" : "var rediģēt",
"access control" : "piekļuves vadība",
"create" : "izveidot",
"delete" : "dzēst",
"Password protected" : "Aizsargāts ar paroli",
"Error unsetting expiration date" : "Kļūda, noņemot termiņa datumu",
"Error setting expiration date" : "Kļūda, iestatot termiņa datumu",
"Sending ..." : "Sūta...",
"Email sent" : "Vēstule nosūtīta",
"Warning" : "Brīdinājums",
"Failed loading photo: {error}" : "Neizdevās ielādēt fotogrāfiju: {error}",
"You do not have permissions to see this contact" : "Jums nav tiesību redzēt šo ierakstu",
"Contact not found" : "Kontakts netika atrasts",
@ -213,7 +242,6 @@
"Country" : "Valsts",
"Instant Messenger" : "Tūlītējās ziņojumapmaiņas programma",
"Active" : "Aktīvs",
"Share" : "Dalīties",
"Export" : "Eksportēt",
"CardDAV link" : "CardDAV saite",
"Edit" : "Rediģēt",
@ -228,7 +256,6 @@
"Read-only" : "tikai lasāms",
"Read-Only" : "tikai lasāms",
"User" : "Lietotājs",
"Password" : "Parole",
"Page size" : "Lappuses izmērs",
"Base DN" : "Bāzes DN",
"Search filter" : "Meklēšanas filtrs",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Lukk",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Feil, manglende parametre:",
"Shared" : "Delt",
"Error" : "Feil",
"Error while sharing" : "Feil under deling",
"Error while unsharing" : "Feil ved oppheving av deling",
"Error while changing permissions" : "Feil ved endring av tillatelser",
"Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
"Shared with you by {owner}" : "Delt med deg av {owner}",
"Share with users or groups …" : "Del med brukere eller grupper ...",
"Share with users, groups or remote users …" : "Del med brukere, grupper eller eksterne brukere ...",
"Share" : "Del",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud",
"Share link" : "Del lenke",
"The public link will expire no later than {days} days after it is created" : "Den offentlige lenken vil utløpe senest {days} dager etter at den lages",
"Link" : "Lenke",
"Password protect" : "Passordbeskyttet",
"Password" : "Passord",
"Choose a password for the public link" : "Velg et passord for den offentlige lenken",
"Allow editing" : "Tillat redigering",
"Email link to person" : "Email lenke til person",
"Send" : "Send",
"Set expiration date" : "Sett utløpsdato",
"Expiration" : "Utløpsdato",
"Expiration date" : "Utløpsdato",
"An error occured. Please try again" : "Det oppstod en feil. Prøv igjen",
"Adding user..." : "Legger til bruker...",
"group" : "gruppe",
"remote" : "ekstern",
"Resharing is not allowed" : "Videre deling er ikke tillatt",
"Shared in {item} with {user}" : "Delt i {item} med {user}",
"Unshare" : "Avslutt deling",
"notify by email" : "Varsle på email",
"can share" : "kan dele",
"can edit" : "kan endre",
"access control" : "tilgangskontroll",
"create" : "opprette",
"change" : "endre",
"delete" : "slett",
"Password protected" : "Passordbeskyttet",
"Error unsetting expiration date" : "Feil ved nullstilling av utløpsdato",
"Error setting expiration date" : "Kan ikke sette utløpsdato",
"Sending ..." : "Sender...",
"Email sent" : "E-post sendt",
"Warning" : "Advarsel",
"Failed loading photo: {error}" : "Lasting av bilde feilet: {error}",
"You do not have permissions to see this contact" : "Du har ikke adgang til å se denne kontakten",
"Contact not found" : "Fant ikke kontakt",

View File

@ -75,8 +75,49 @@
"Close" : "Lukk",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Feil, manglende parametre:",
"Shared" : "Delt",
"Error" : "Feil",
"Error while sharing" : "Feil under deling",
"Error while unsharing" : "Feil ved oppheving av deling",
"Error while changing permissions" : "Feil ved endring av tillatelser",
"Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
"Shared with you by {owner}" : "Delt med deg av {owner}",
"Share with users or groups …" : "Del med brukere eller grupper ...",
"Share with users, groups or remote users …" : "Del med brukere, grupper eller eksterne brukere ...",
"Share" : "Del",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud",
"Share link" : "Del lenke",
"The public link will expire no later than {days} days after it is created" : "Den offentlige lenken vil utløpe senest {days} dager etter at den lages",
"Link" : "Lenke",
"Password protect" : "Passordbeskyttet",
"Password" : "Passord",
"Choose a password for the public link" : "Velg et passord for den offentlige lenken",
"Allow editing" : "Tillat redigering",
"Email link to person" : "Email lenke til person",
"Send" : "Send",
"Set expiration date" : "Sett utløpsdato",
"Expiration" : "Utløpsdato",
"Expiration date" : "Utløpsdato",
"An error occured. Please try again" : "Det oppstod en feil. Prøv igjen",
"Adding user..." : "Legger til bruker...",
"group" : "gruppe",
"remote" : "ekstern",
"Resharing is not allowed" : "Videre deling er ikke tillatt",
"Shared in {item} with {user}" : "Delt i {item} med {user}",
"Unshare" : "Avslutt deling",
"notify by email" : "Varsle på email",
"can share" : "kan dele",
"can edit" : "kan endre",
"access control" : "tilgangskontroll",
"create" : "opprette",
"change" : "endre",
"delete" : "slett",
"Password protected" : "Passordbeskyttet",
"Error unsetting expiration date" : "Feil ved nullstilling av utløpsdato",
"Error setting expiration date" : "Kan ikke sette utløpsdato",
"Sending ..." : "Sender...",
"Email sent" : "E-post sendt",
"Warning" : "Advarsel",
"Failed loading photo: {error}" : "Lasting av bilde feilet: {error}",
"You do not have permissions to see this contact" : "Du har ikke adgang til å se denne kontakten",
"Contact not found" : "Fant ikke kontakt",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Sluit",
"Contact" : "Contact",
"Error, missing parameters: " : "Fout, ontbrekende parameters:",
"Shared" : "Gedeeld",
"Error" : "Fout",
"Error while sharing" : "Fout tijdens het delen",
"Error while unsharing" : "Fout tijdens het stoppen met delen",
"Error while changing permissions" : "Fout tijdens het veranderen van permissies",
"Shared with you and the group {group} by {owner}" : "Gedeeld met u en de groep {group} door {owner}",
"Shared with you by {owner}" : "Gedeeld met u door {owner}",
"Share with users or groups …" : "Delen met gebruikers of groepen ...",
"Share with users, groups or remote users …" : "Delen met gebruikers, groepen of externe gebruikers ...",
"Share" : "Delen",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Delen met mensen op andere ownClouds via de syntax gebruikersnaam@voorbeeld.org/owncloud",
"Share link" : "Deel link",
"The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken",
"Link" : "Link",
"Password protect" : "Wachtwoord beveiligd",
"Password" : "Wachtwoord",
"Choose a password for the public link" : "Kies een wachtwoord voor de openbare link",
"Allow editing" : "Toestaan bewerken",
"Email link to person" : "E-mail link naar persoon",
"Send" : "Versturen",
"Set expiration date" : "Stel vervaldatum in",
"Expiration" : "Vervaltermijn",
"Expiration date" : "Vervaldatum",
"An error occured. Please try again" : "Er trad een fout op. Probeer het opnieuw",
"Adding user..." : "Toevoegen gebruiker...",
"group" : "groep",
"remote" : "extern",
"Resharing is not allowed" : "Verder delen is niet toegestaan",
"Shared in {item} with {user}" : "Gedeeld in {item} met {user}",
"Unshare" : "Stop met delen",
"notify by email" : "melden per e-mail",
"can share" : "kan delen",
"can edit" : "kan wijzigen",
"access control" : "toegangscontrole",
"create" : "creëer",
"change" : "wijzig",
"delete" : "verwijderen",
"Password protected" : "Wachtwoord beveiligd",
"Error unsetting expiration date" : "Fout tijdens het verwijderen van de vervaldatum",
"Error setting expiration date" : "Fout tijdens het instellen van de vervaldatum",
"Sending ..." : "Versturen ...",
"Email sent" : "E-mail verzonden",
"Warning" : "Waarschuwing",
"Failed loading photo: {error}" : "Mislukt: inladen foto: {error}",
"You do not have permissions to see this contact" : "U heeft geen permissie om deze contactpersoon te bekijken",
"Contact not found" : "Contact niet gevonden",

View File

@ -75,8 +75,49 @@
"Close" : "Sluit",
"Contact" : "Contact",
"Error, missing parameters: " : "Fout, ontbrekende parameters:",
"Shared" : "Gedeeld",
"Error" : "Fout",
"Error while sharing" : "Fout tijdens het delen",
"Error while unsharing" : "Fout tijdens het stoppen met delen",
"Error while changing permissions" : "Fout tijdens het veranderen van permissies",
"Shared with you and the group {group} by {owner}" : "Gedeeld met u en de groep {group} door {owner}",
"Shared with you by {owner}" : "Gedeeld met u door {owner}",
"Share with users or groups …" : "Delen met gebruikers of groepen ...",
"Share with users, groups or remote users …" : "Delen met gebruikers, groepen of externe gebruikers ...",
"Share" : "Delen",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Delen met mensen op andere ownClouds via de syntax gebruikersnaam@voorbeeld.org/owncloud",
"Share link" : "Deel link",
"The public link will expire no later than {days} days after it is created" : "De openbare link vervalt niet eerder dan {days} dagen na het aanmaken",
"Link" : "Link",
"Password protect" : "Wachtwoord beveiligd",
"Password" : "Wachtwoord",
"Choose a password for the public link" : "Kies een wachtwoord voor de openbare link",
"Allow editing" : "Toestaan bewerken",
"Email link to person" : "E-mail link naar persoon",
"Send" : "Versturen",
"Set expiration date" : "Stel vervaldatum in",
"Expiration" : "Vervaltermijn",
"Expiration date" : "Vervaldatum",
"An error occured. Please try again" : "Er trad een fout op. Probeer het opnieuw",
"Adding user..." : "Toevoegen gebruiker...",
"group" : "groep",
"remote" : "extern",
"Resharing is not allowed" : "Verder delen is niet toegestaan",
"Shared in {item} with {user}" : "Gedeeld in {item} met {user}",
"Unshare" : "Stop met delen",
"notify by email" : "melden per e-mail",
"can share" : "kan delen",
"can edit" : "kan wijzigen",
"access control" : "toegangscontrole",
"create" : "creëer",
"change" : "wijzig",
"delete" : "verwijderen",
"Password protected" : "Wachtwoord beveiligd",
"Error unsetting expiration date" : "Fout tijdens het verwijderen van de vervaldatum",
"Error setting expiration date" : "Fout tijdens het instellen van de vervaldatum",
"Sending ..." : "Versturen ...",
"Email sent" : "E-mail verzonden",
"Warning" : "Waarschuwing",
"Failed loading photo: {error}" : "Mislukt: inladen foto: {error}",
"You do not have permissions to see this contact" : "U heeft geen permissie om deze contactpersoon te bekijken",
"Contact not found" : "Contact niet gevonden",

View File

@ -74,8 +74,49 @@ OC.L10N.register(
"Close" : "Tampar",
"Contact" : "Contactr",
"Error, missing parameters: " : "Error, paramètre mancant :",
"Shared" : "Partejat",
"Error" : "Error",
"Error while sharing" : "Error al moment de la mesa en partiment",
"Error while unsharing" : "Error al moment de l'anullacion del partiment",
"Error while changing permissions" : "Error al moment del cambiament de las permissions",
"Shared with you and the group {group} by {owner}" : "Partejat amb vos e lo grop {group} per {owner}",
"Shared with you by {owner}" : "Partejat amb vos per {owner}",
"Share with users or groups …" : "Partejar amb d'utilizaires o gropes...",
"Share with users, groups or remote users …" : "Partejar amb d'utilizaires, gropes, o utilizaires distants",
"Share" : "Partejar",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud",
"Share link" : "Partejar lo ligam",
"The public link will expire no later than {days} days after it is created" : "Aqueste ligam public expirarà al mai tard {days} jorns aprèp sa creacion.",
"Link" : "Ligam",
"Password protect" : "Protegir per un senhal",
"Password" : "Senhal",
"Choose a password for the public link" : "Causissètz un senhal pel ligam public",
"Allow editing" : "Permetre la modificacion",
"Email link to person" : "Mandar lo ligam per corrièl",
"Send" : "Mandar",
"Set expiration date" : "Especificar una data d'expiracion",
"Expiration" : "Expiration",
"Expiration date" : "Data d'expiracion",
"An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai",
"Adding user..." : "Apondon de l'utilizaire...",
"group" : "grop",
"remote" : "distant",
"Resharing is not allowed" : "Lo repartiment es pas autorizat",
"Shared in {item} with {user}" : "Partejat dins {item} amb {user}",
"Unshare" : "Partejar pas mai",
"notify by email" : "notificar per corrièl",
"can share" : "pòt partejar",
"can edit" : "pòt modificar",
"access control" : "contraròtle d'accès",
"create" : "crear",
"change" : "modificacion",
"delete" : "suprimir",
"Password protected" : "Protegit per senhal",
"Error unsetting expiration date" : "Error al moment de la supression de la data d'expiracion",
"Error setting expiration date" : "Error al moment de l'especificacion de la data d'expiracion",
"Sending ..." : "Mandadís…",
"Email sent" : "Corrièl mandat",
"Warning" : "Atencion",
"Failed loading photo: {error}" : "Fracàs del cargament de la fòto : {error}",
"You do not have permissions to see this contact" : "Avètz pas los dreches sufisents per veire aqueste contacte.",
"Contact not found" : "Contacte introbable",

View File

@ -72,8 +72,49 @@
"Close" : "Tampar",
"Contact" : "Contactr",
"Error, missing parameters: " : "Error, paramètre mancant :",
"Shared" : "Partejat",
"Error" : "Error",
"Error while sharing" : "Error al moment de la mesa en partiment",
"Error while unsharing" : "Error al moment de l'anullacion del partiment",
"Error while changing permissions" : "Error al moment del cambiament de las permissions",
"Shared with you and the group {group} by {owner}" : "Partejat amb vos e lo grop {group} per {owner}",
"Shared with you by {owner}" : "Partejat amb vos per {owner}",
"Share with users or groups …" : "Partejar amb d'utilizaires o gropes...",
"Share with users, groups or remote users …" : "Partejar amb d'utilizaires, gropes, o utilizaires distants",
"Share" : "Partejar",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud",
"Share link" : "Partejar lo ligam",
"The public link will expire no later than {days} days after it is created" : "Aqueste ligam public expirarà al mai tard {days} jorns aprèp sa creacion.",
"Link" : "Ligam",
"Password protect" : "Protegir per un senhal",
"Password" : "Senhal",
"Choose a password for the public link" : "Causissètz un senhal pel ligam public",
"Allow editing" : "Permetre la modificacion",
"Email link to person" : "Mandar lo ligam per corrièl",
"Send" : "Mandar",
"Set expiration date" : "Especificar una data d'expiracion",
"Expiration" : "Expiration",
"Expiration date" : "Data d'expiracion",
"An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai",
"Adding user..." : "Apondon de l'utilizaire...",
"group" : "grop",
"remote" : "distant",
"Resharing is not allowed" : "Lo repartiment es pas autorizat",
"Shared in {item} with {user}" : "Partejat dins {item} amb {user}",
"Unshare" : "Partejar pas mai",
"notify by email" : "notificar per corrièl",
"can share" : "pòt partejar",
"can edit" : "pòt modificar",
"access control" : "contraròtle d'accès",
"create" : "crear",
"change" : "modificacion",
"delete" : "suprimir",
"Password protected" : "Protegit per senhal",
"Error unsetting expiration date" : "Error al moment de la supression de la data d'expiracion",
"Error setting expiration date" : "Error al moment de l'especificacion de la data d'expiracion",
"Sending ..." : "Mandadís…",
"Email sent" : "Corrièl mandat",
"Warning" : "Atencion",
"Failed loading photo: {error}" : "Fracàs del cargament de la fòto : {error}",
"You do not have permissions to see this contact" : "Avètz pas los dreches sufisents per veire aqueste contacte.",
"Contact not found" : "Contacte introbable",

View File

@ -75,8 +75,46 @@ OC.L10N.register(
"Close" : "Zamknij",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Błąd, brakujące parametry:",
"Shared" : "Udostępniono",
"Error" : "Błąd",
"Error while sharing" : "Błąd podczas współdzielenia",
"Error while unsharing" : "Błąd podczas zatrzymywania współdzielenia",
"Error while changing permissions" : "Błąd przy zmianie uprawnień",
"Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}",
"Shared with you by {owner}" : "Udostępnione tobie przez {owner}",
"Share with users or groups …" : "Współdziel z użytkownikami lub grupami",
"Share" : "Udostępnij",
"Share link" : "Udostępnij link",
"The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia",
"Link" : "Odnośnik",
"Password protect" : "Zabezpiecz hasłem",
"Password" : "Hasło",
"Choose a password for the public link" : "Wybierz hasło dla linku publicznego",
"Allow editing" : "Pozwól na edycję",
"Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
"Send" : "Wyślij",
"Set expiration date" : "Ustaw datę wygaśnięcia",
"Expiration" : "Wygaśnięcie",
"Expiration date" : "Data wygaśnięcia",
"Adding user..." : "Dodawanie użytkownika...",
"group" : "grupa",
"remote" : "zdalny",
"Resharing is not allowed" : "Współdzielenie nie jest możliwe",
"Shared in {item} with {user}" : "Współdzielone w {item} z {user}",
"Unshare" : "Zatrzymaj współdzielenie",
"notify by email" : "powiadom przez emaila",
"can share" : "może współdzielić",
"can edit" : "może edytować",
"access control" : "kontrola dostępu",
"create" : "utwórz",
"change" : "zmiany",
"delete" : "skasuj",
"Password protected" : "Zabezpieczone hasłem",
"Error unsetting expiration date" : "Błąd podczas usuwania daty wygaśnięcia",
"Error setting expiration date" : "Błąd podczas ustawiania daty wygaśnięcia",
"Sending ..." : "Wysyłanie...",
"Email sent" : "E-mail wysłany",
"Warning" : "Ostrzeżenie",
"Failed loading photo: {error}" : "Nieudane wczytanie zdjęcia: {error}",
"You do not have permissions to see this contact" : "Nie masz uprawnień do podglądania tego kontaktu",
"Contact not found" : "Kontaktu nie znaleziono",

View File

@ -73,8 +73,46 @@
"Close" : "Zamknij",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Błąd, brakujące parametry:",
"Shared" : "Udostępniono",
"Error" : "Błąd",
"Error while sharing" : "Błąd podczas współdzielenia",
"Error while unsharing" : "Błąd podczas zatrzymywania współdzielenia",
"Error while changing permissions" : "Błąd przy zmianie uprawnień",
"Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}",
"Shared with you by {owner}" : "Udostępnione tobie przez {owner}",
"Share with users or groups …" : "Współdziel z użytkownikami lub grupami",
"Share" : "Udostępnij",
"Share link" : "Udostępnij link",
"The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia",
"Link" : "Odnośnik",
"Password protect" : "Zabezpiecz hasłem",
"Password" : "Hasło",
"Choose a password for the public link" : "Wybierz hasło dla linku publicznego",
"Allow editing" : "Pozwól na edycję",
"Email link to person" : "Wyślij osobie odnośnik poprzez e-mail",
"Send" : "Wyślij",
"Set expiration date" : "Ustaw datę wygaśnięcia",
"Expiration" : "Wygaśnięcie",
"Expiration date" : "Data wygaśnięcia",
"Adding user..." : "Dodawanie użytkownika...",
"group" : "grupa",
"remote" : "zdalny",
"Resharing is not allowed" : "Współdzielenie nie jest możliwe",
"Shared in {item} with {user}" : "Współdzielone w {item} z {user}",
"Unshare" : "Zatrzymaj współdzielenie",
"notify by email" : "powiadom przez emaila",
"can share" : "może współdzielić",
"can edit" : "może edytować",
"access control" : "kontrola dostępu",
"create" : "utwórz",
"change" : "zmiany",
"delete" : "skasuj",
"Password protected" : "Zabezpieczone hasłem",
"Error unsetting expiration date" : "Błąd podczas usuwania daty wygaśnięcia",
"Error setting expiration date" : "Błąd podczas ustawiania daty wygaśnięcia",
"Sending ..." : "Wysyłanie...",
"Email sent" : "E-mail wysłany",
"Warning" : "Ostrzeżenie",
"Failed loading photo: {error}" : "Nieudane wczytanie zdjęcia: {error}",
"You do not have permissions to see this contact" : "Nie masz uprawnień do podglądania tego kontaktu",
"Contact not found" : "Kontaktu nie znaleziono",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Fechar",
"Contact" : "Contato",
"Error, missing parameters: " : "Erro, parâmetros que faltam:",
"Shared" : "Compartilhados",
"Error" : "Erro",
"Error while sharing" : "Erro ao compartilhar",
"Error while unsharing" : "Erro ao descompartilhar",
"Error while changing permissions" : "Erro ao mudar permissões",
"Shared with you and the group {group} by {owner}" : "Compartilhado com você e com o grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartilhado com você por {owner}",
"Share with users or groups …" : "Compartilhar com usuários ou grupos ...",
"Share with users, groups or remote users …" : "Compartilhar com usuários, grupos ou usuários remoto ...",
"Share" : "Compartilhar",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud",
"Share link" : "Compartilhar link",
"The public link will expire no later than {days} days after it is created" : "O link público irá expirar não antes de {days} depois de ser criado",
"Link" : "Link",
"Password protect" : "Proteger com senha",
"Password" : "Senha",
"Choose a password for the public link" : "Escolha uma senha para o link público",
"Allow editing" : "Permitir edição",
"Email link to person" : "Enviar link por e-mail",
"Send" : "Enviar",
"Set expiration date" : "Definir data de expiração",
"Expiration" : "Expiração",
"Expiration date" : "Data de expiração",
"An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente",
"Adding user..." : "Adicionando usuário...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Não é permitido re-compartilhar",
"Shared in {item} with {user}" : "Compartilhado em {item} com {user}",
"Unshare" : "Descompartilhar",
"notify by email" : "notificar por e-mail",
"can share" : "pode compartilhar",
"can edit" : "pode editar",
"access control" : "controle de acesso",
"create" : "criar",
"change" : "mudança",
"delete" : "excluir",
"Password protected" : "Protegido com senha",
"Error unsetting expiration date" : "Erro ao remover data de expiração",
"Error setting expiration date" : "Erro ao definir data de expiração",
"Sending ..." : "Enviando ...",
"Email sent" : "E-mail enviado",
"Warning" : "Aviso",
"Failed loading photo: {error}" : "Falha carregando foto: {error}",
"You do not have permissions to see this contact" : "Você não tem permissão para ver este contato",
"Contact not found" : "Contato não encontrado",

View File

@ -75,8 +75,49 @@
"Close" : "Fechar",
"Contact" : "Contato",
"Error, missing parameters: " : "Erro, parâmetros que faltam:",
"Shared" : "Compartilhados",
"Error" : "Erro",
"Error while sharing" : "Erro ao compartilhar",
"Error while unsharing" : "Erro ao descompartilhar",
"Error while changing permissions" : "Erro ao mudar permissões",
"Shared with you and the group {group} by {owner}" : "Compartilhado com você e com o grupo {group} por {owner}",
"Shared with you by {owner}" : "Compartilhado com você por {owner}",
"Share with users or groups …" : "Compartilhar com usuários ou grupos ...",
"Share with users, groups or remote users …" : "Compartilhar com usuários, grupos ou usuários remoto ...",
"Share" : "Compartilhar",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud",
"Share link" : "Compartilhar link",
"The public link will expire no later than {days} days after it is created" : "O link público irá expirar não antes de {days} depois de ser criado",
"Link" : "Link",
"Password protect" : "Proteger com senha",
"Password" : "Senha",
"Choose a password for the public link" : "Escolha uma senha para o link público",
"Allow editing" : "Permitir edição",
"Email link to person" : "Enviar link por e-mail",
"Send" : "Enviar",
"Set expiration date" : "Definir data de expiração",
"Expiration" : "Expiração",
"Expiration date" : "Data de expiração",
"An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente",
"Adding user..." : "Adicionando usuário...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Não é permitido re-compartilhar",
"Shared in {item} with {user}" : "Compartilhado em {item} com {user}",
"Unshare" : "Descompartilhar",
"notify by email" : "notificar por e-mail",
"can share" : "pode compartilhar",
"can edit" : "pode editar",
"access control" : "controle de acesso",
"create" : "criar",
"change" : "mudança",
"delete" : "excluir",
"Password protected" : "Protegido com senha",
"Error unsetting expiration date" : "Erro ao remover data de expiração",
"Error setting expiration date" : "Erro ao definir data de expiração",
"Sending ..." : "Enviando ...",
"Email sent" : "E-mail enviado",
"Warning" : "Aviso",
"Failed loading photo: {error}" : "Falha carregando foto: {error}",
"You do not have permissions to see this contact" : "Você não tem permissão para ver este contato",
"Contact not found" : "Contato não encontrado",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Fechar",
"Contact" : "Contacto",
"Error, missing parameters: " : "Erro, parâmetros em falta:",
"Shared" : "Partilhado",
"Error" : "Erro",
"Error while sharing" : "Erro ao partilhar",
"Error while unsharing" : "Erro ao remover a partilha",
"Error while changing permissions" : "Erro ao mudar permissões",
"Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}",
"Shared with you by {owner}" : "Partilhado consigo por {owner}",
"Share with users or groups …" : "Partilhar com utilizadores ou grupos...",
"Share with users, groups or remote users …" : "Partilhar com utilizadores, grupos ou utilizadores remotos...",
"Share" : "Partilhar",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud",
"Share link" : "Compartilhar hiperligação",
"The public link will expire no later than {days} days after it is created" : "O link público expira, o mais tardar {days} dias após sua criação",
"Link" : "Hiperligação",
"Password protect" : "Proteger com Palavra-passe",
"Password" : "Palavra-passe",
"Choose a password for the public link" : "Escolha a senha para a hiperligação pública",
"Allow editing" : "Permitir edição",
"Email link to person" : "Enviar a hiperligação para a pessoa",
"Send" : "Enviar",
"Set expiration date" : "Definir a data de expiração",
"Expiration" : "Expira em",
"Expiration date" : "Data de expiração",
"An error occured. Please try again" : "Ocorreu um erro. Por favor, tente de novo",
"Adding user..." : "A adicionar o utilizador ...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Não é permitido partilhar de novo",
"Shared in {item} with {user}" : "Partilhado em {item} com {user}",
"Unshare" : "Cancelar partilha",
"notify by email" : "Notificar por correio eletrónico",
"can share" : "pode partilhar",
"can edit" : "pode editar",
"access control" : "controlo de acesso",
"create" : "criar",
"change" : "alterar",
"delete" : "eliminar",
"Password protected" : "Protegido com Palavra-passe",
"Error unsetting expiration date" : "Erro ao retirar a data de expiração",
"Error setting expiration date" : "Erro ao aplicar a data de expiração",
"Sending ..." : "A Enviar...",
"Email sent" : "Mensagem enviada",
"Warning" : "Aviso",
"Failed loading photo: {error}" : "Não foi possível carregar a fotografia: {error}",
"You do not have permissions to see this contact" : "Não tem permissões para ver este contacto",
"Contact not found" : "O contacto não foi encontrado.",

View File

@ -75,8 +75,49 @@
"Close" : "Fechar",
"Contact" : "Contacto",
"Error, missing parameters: " : "Erro, parâmetros em falta:",
"Shared" : "Partilhado",
"Error" : "Erro",
"Error while sharing" : "Erro ao partilhar",
"Error while unsharing" : "Erro ao remover a partilha",
"Error while changing permissions" : "Erro ao mudar permissões",
"Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}",
"Shared with you by {owner}" : "Partilhado consigo por {owner}",
"Share with users or groups …" : "Partilhar com utilizadores ou grupos...",
"Share with users, groups or remote users …" : "Partilhar com utilizadores, grupos ou utilizadores remotos...",
"Share" : "Partilhar",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud",
"Share link" : "Compartilhar hiperligação",
"The public link will expire no later than {days} days after it is created" : "O link público expira, o mais tardar {days} dias após sua criação",
"Link" : "Hiperligação",
"Password protect" : "Proteger com Palavra-passe",
"Password" : "Palavra-passe",
"Choose a password for the public link" : "Escolha a senha para a hiperligação pública",
"Allow editing" : "Permitir edição",
"Email link to person" : "Enviar a hiperligação para a pessoa",
"Send" : "Enviar",
"Set expiration date" : "Definir a data de expiração",
"Expiration" : "Expira em",
"Expiration date" : "Data de expiração",
"An error occured. Please try again" : "Ocorreu um erro. Por favor, tente de novo",
"Adding user..." : "A adicionar o utilizador ...",
"group" : "grupo",
"remote" : "remoto",
"Resharing is not allowed" : "Não é permitido partilhar de novo",
"Shared in {item} with {user}" : "Partilhado em {item} com {user}",
"Unshare" : "Cancelar partilha",
"notify by email" : "Notificar por correio eletrónico",
"can share" : "pode partilhar",
"can edit" : "pode editar",
"access control" : "controlo de acesso",
"create" : "criar",
"change" : "alterar",
"delete" : "eliminar",
"Password protected" : "Protegido com Palavra-passe",
"Error unsetting expiration date" : "Erro ao retirar a data de expiração",
"Error setting expiration date" : "Erro ao aplicar a data de expiração",
"Sending ..." : "A Enviar...",
"Email sent" : "Mensagem enviada",
"Warning" : "Aviso",
"Failed loading photo: {error}" : "Não foi possível carregar a fotografia: {error}",
"You do not have permissions to see this contact" : "Não tem permissões para ver este contacto",
"Contact not found" : "O contacto não foi encontrado.",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Закрыть",
"Contact" : "Контакт",
"Error, missing parameters: " : "Ошибка, отсутствуют параметры:",
"Shared" : "Общий доступ",
"Error" : "Ошибка",
"Error while sharing" : "При попытке поделиться произошла ошибка",
"Error while unsharing" : "При закрытии доступа произошла ошибка",
"Error while changing permissions" : "При изменении прав доступа произошла ошибка",
"Shared with you and the group {group} by {owner}" : "{owner} поделился с вами и группой {group} ",
"Shared with you by {owner}" : "С вами поделился {owner} ",
"Share with users or groups …" : "Поделиться с пользователями или группами ...",
"Share with users, groups or remote users …" : "Поделиться с пользователями, группами или удаленными пользователями ...",
"Share" : "Поделиться",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделиться с людьми на других серверах ownCloud используя синтакс username@example.com/owncloud",
"Share link" : "Поделиться ссылкой",
"The public link will expire no later than {days} days after it is created" : "Срок действия публичной ссылки истекает не позже чем через {days} дней после её создания",
"Link" : "Ссылка",
"Password protect" : "Защитить паролем",
"Password" : "Пароль",
"Choose a password for the public link" : "Укажите пароль для публичной ссылки",
"Allow editing" : "Разрешить редактирование",
"Email link to person" : "Отправить ссылку по электронной почте",
"Send" : "Отправить",
"Set expiration date" : "Установить срок действия",
"Expiration" : "Срок действия",
"Expiration date" : "Дата окончания",
"An error occured. Please try again" : "Произошла ошибка. Попробуйте ещё раз",
"Adding user..." : "Добавляем пользователя...",
"group" : "группа",
"remote" : "удаленный",
"Resharing is not allowed" : "Повторное открытие доступа запрещено",
"Shared in {item} with {user}" : "Общий доступ в {item} для {user}",
"Unshare" : "Закрыть доступ",
"notify by email" : "уведомить по почте",
"can share" : "можно поделиться",
"can edit" : "можно редактировать",
"access control" : "контроль доступа",
"create" : "создать",
"change" : "изменить",
"delete" : "удалить",
"Password protected" : "Защищено паролем",
"Error unsetting expiration date" : "Ошибка при отмене срока доступа",
"Error setting expiration date" : "Ошибка при установке срока доступа",
"Sending ..." : "Отправляется ...",
"Email sent" : "Письмо отправлено",
"Warning" : "Предупреждение",
"Failed loading photo: {error}" : "Ошибка загрузки фото: {error}",
"You do not have permissions to see this contact" : "У вас недостаточно прав для просмотра этого контакта",
"Contact not found" : "Контакт не найден",

View File

@ -75,8 +75,49 @@
"Close" : "Закрыть",
"Contact" : "Контакт",
"Error, missing parameters: " : "Ошибка, отсутствуют параметры:",
"Shared" : "Общий доступ",
"Error" : "Ошибка",
"Error while sharing" : "При попытке поделиться произошла ошибка",
"Error while unsharing" : "При закрытии доступа произошла ошибка",
"Error while changing permissions" : "При изменении прав доступа произошла ошибка",
"Shared with you and the group {group} by {owner}" : "{owner} поделился с вами и группой {group} ",
"Shared with you by {owner}" : "С вами поделился {owner} ",
"Share with users or groups …" : "Поделиться с пользователями или группами ...",
"Share with users, groups or remote users …" : "Поделиться с пользователями, группами или удаленными пользователями ...",
"Share" : "Поделиться",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделиться с людьми на других серверах ownCloud используя синтакс username@example.com/owncloud",
"Share link" : "Поделиться ссылкой",
"The public link will expire no later than {days} days after it is created" : "Срок действия публичной ссылки истекает не позже чем через {days} дней после её создания",
"Link" : "Ссылка",
"Password protect" : "Защитить паролем",
"Password" : "Пароль",
"Choose a password for the public link" : "Укажите пароль для публичной ссылки",
"Allow editing" : "Разрешить редактирование",
"Email link to person" : "Отправить ссылку по электронной почте",
"Send" : "Отправить",
"Set expiration date" : "Установить срок действия",
"Expiration" : "Срок действия",
"Expiration date" : "Дата окончания",
"An error occured. Please try again" : "Произошла ошибка. Попробуйте ещё раз",
"Adding user..." : "Добавляем пользователя...",
"group" : "группа",
"remote" : "удаленный",
"Resharing is not allowed" : "Повторное открытие доступа запрещено",
"Shared in {item} with {user}" : "Общий доступ в {item} для {user}",
"Unshare" : "Закрыть доступ",
"notify by email" : "уведомить по почте",
"can share" : "можно поделиться",
"can edit" : "можно редактировать",
"access control" : "контроль доступа",
"create" : "создать",
"change" : "изменить",
"delete" : "удалить",
"Password protected" : "Защищено паролем",
"Error unsetting expiration date" : "Ошибка при отмене срока доступа",
"Error setting expiration date" : "Ошибка при установке срока доступа",
"Sending ..." : "Отправляется ...",
"Email sent" : "Письмо отправлено",
"Warning" : "Предупреждение",
"Failed loading photo: {error}" : "Ошибка загрузки фото: {error}",
"You do not have permissions to see this contact" : "У вас недостаточно прав для просмотра этого контакта",
"Contact not found" : "Контакт не найден",

View File

@ -75,8 +75,48 @@ OC.L10N.register(
"Close" : "Zavrieť",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Chyba, chýbajúce parametre:",
"Shared" : "Zdieľané",
"Error" : "Chyba",
"Error while sharing" : "Chyba počas zdieľania",
"Error while unsharing" : "Chyba počas ukončenia zdieľania",
"Error while changing permissions" : "Chyba počas zmeny oprávnení",
"Shared with you and the group {group} by {owner}" : "Zdieľané s vami a so skupinou {group} používateľom {owner}",
"Shared with you by {owner}" : "Zdieľané s vami používateľom {owner}",
"Share with users or groups …" : "Zdieľať s používateľmi alebo skupinami ...",
"Share with users, groups or remote users …" : "Zdieľať s používateľmi, skupinami alebo vzdialenými používateľmi ...",
"Share" : "Zdieľať",
"Share link" : "Zdieľať linku",
"The public link will expire no later than {days} days after it is created" : "Verejný odkaz nevyprší skôr než za {days} dní po vytvorení",
"Link" : "Odkaz",
"Password protect" : "Chrániť heslom",
"Password" : "Heslo",
"Choose a password for the public link" : "Zadajte heslo pre tento verejný odkaz",
"Allow editing" : "Povoliť úpravy",
"Email link to person" : "Odoslať odkaz emailom",
"Send" : "Odoslať",
"Set expiration date" : "Nastaviť dátum expirácie",
"Expiration" : "Koniec platnosti",
"Expiration date" : "Dátum expirácie",
"An error occured. Please try again" : "Nastala chyba. Skúste to znovu",
"Adding user..." : "Pridávam používateľa...",
"group" : "skupina",
"remote" : "vzdialený",
"Resharing is not allowed" : "Zdieľanie už zdieľanej položky nie je povolené",
"Shared in {item} with {user}" : "Zdieľané v {item} s {user}",
"Unshare" : "Zrušiť zdieľanie",
"notify by email" : "informovať emailom",
"can share" : "môže zdieľať",
"can edit" : "môže upraviť",
"access control" : "prístupové práva",
"create" : "vytvoriť",
"change" : "zmeniť",
"delete" : "vymazať",
"Password protected" : "Chránené heslom",
"Error unsetting expiration date" : "Chyba pri odstraňovaní dátumu expirácie",
"Error setting expiration date" : "Chyba pri nastavení dátumu expirácie",
"Sending ..." : "Odosielam ...",
"Email sent" : "Email odoslaný",
"Warning" : "Upozornenie",
"Failed loading photo: {error}" : "Načítanie fotografie sa nepodarilo: {error}",
"You do not have permissions to see this contact" : "Nemáte oprávnenie na zobrazenie tohto kontaktu",
"Contact not found" : "Kontakt nenájdený",

View File

@ -73,8 +73,48 @@
"Close" : "Zavrieť",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Chyba, chýbajúce parametre:",
"Shared" : "Zdieľané",
"Error" : "Chyba",
"Error while sharing" : "Chyba počas zdieľania",
"Error while unsharing" : "Chyba počas ukončenia zdieľania",
"Error while changing permissions" : "Chyba počas zmeny oprávnení",
"Shared with you and the group {group} by {owner}" : "Zdieľané s vami a so skupinou {group} používateľom {owner}",
"Shared with you by {owner}" : "Zdieľané s vami používateľom {owner}",
"Share with users or groups …" : "Zdieľať s používateľmi alebo skupinami ...",
"Share with users, groups or remote users …" : "Zdieľať s používateľmi, skupinami alebo vzdialenými používateľmi ...",
"Share" : "Zdieľať",
"Share link" : "Zdieľať linku",
"The public link will expire no later than {days} days after it is created" : "Verejný odkaz nevyprší skôr než za {days} dní po vytvorení",
"Link" : "Odkaz",
"Password protect" : "Chrániť heslom",
"Password" : "Heslo",
"Choose a password for the public link" : "Zadajte heslo pre tento verejný odkaz",
"Allow editing" : "Povoliť úpravy",
"Email link to person" : "Odoslať odkaz emailom",
"Send" : "Odoslať",
"Set expiration date" : "Nastaviť dátum expirácie",
"Expiration" : "Koniec platnosti",
"Expiration date" : "Dátum expirácie",
"An error occured. Please try again" : "Nastala chyba. Skúste to znovu",
"Adding user..." : "Pridávam používateľa...",
"group" : "skupina",
"remote" : "vzdialený",
"Resharing is not allowed" : "Zdieľanie už zdieľanej položky nie je povolené",
"Shared in {item} with {user}" : "Zdieľané v {item} s {user}",
"Unshare" : "Zrušiť zdieľanie",
"notify by email" : "informovať emailom",
"can share" : "môže zdieľať",
"can edit" : "môže upraviť",
"access control" : "prístupové práva",
"create" : "vytvoriť",
"change" : "zmeniť",
"delete" : "vymazať",
"Password protected" : "Chránené heslom",
"Error unsetting expiration date" : "Chyba pri odstraňovaní dátumu expirácie",
"Error setting expiration date" : "Chyba pri nastavení dátumu expirácie",
"Sending ..." : "Odosielam ...",
"Email sent" : "Email odoslaný",
"Warning" : "Upozornenie",
"Failed loading photo: {error}" : "Načítanie fotografie sa nepodarilo: {error}",
"You do not have permissions to see this contact" : "Nemáte oprávnenie na zobrazenie tohto kontaktu",
"Contact not found" : "Kontakt nenájdený",

View File

@ -76,8 +76,45 @@ OC.L10N.register(
"Close" : "Zapri",
"Contact" : "Stik",
"Error, missing parameters: " : "Napaka! Mankajkajo parametri:",
"Shared" : "V souporabi",
"Error" : "Napaka",
"Error while sharing" : "Napaka med souporabo",
"Error while unsharing" : "Napaka med odstranjevanjem souporabe",
"Error while changing permissions" : "Napaka med spreminjanjem dovoljenj",
"Shared with you and the group {group} by {owner}" : "V souporabi z vami in skupino {group}. Lastnik je {owner}.",
"Shared with you by {owner}" : "V souporabi z vami. Lastnik je {owner}.",
"Share" : "Souporaba",
"Share link" : "Povezava za souporabo",
"The public link will expire no later than {days} days after it is created" : "Javna povezava bo potekla {days} dni po ustvarjanju.",
"Link" : "Povezava",
"Password protect" : "Zaščiti z geslom",
"Password" : "Geslo",
"Choose a password for the public link" : "Izberite geslo za javno povezavo",
"Allow editing" : "Dovoli urejanje",
"Email link to person" : "Posreduj povezavo po elektronski pošti",
"Send" : "Pošlji",
"Set expiration date" : "Nastavi datum preteka",
"Expiration" : "Datum preteka",
"Expiration date" : "Datum preteka",
"Adding user..." : "Dodajanje uporabnika ...",
"group" : "skupina",
"remote" : "oddaljeno",
"Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena",
"Shared in {item} with {user}" : "V souporabi v {item} z uporabnikom {user}",
"Unshare" : "Prekini souporabo",
"notify by email" : "obvesti po elektronski pošti",
"can share" : "lahko omogoči souporabo",
"can edit" : "lahko ureja",
"access control" : "nadzor dostopa",
"create" : "ustvari",
"change" : "sprememba",
"delete" : "izbriši",
"Password protected" : "Zaščiteno z geslom",
"Error unsetting expiration date" : "Napaka brisanja datuma preteka",
"Error setting expiration date" : "Napaka nastavljanja datuma preteka",
"Sending ..." : "Pošiljanje ...",
"Email sent" : "Elektronska pošta je poslana",
"Warning" : "Opozorilo",
"Failed loading photo: {error}" : "Nalaganje slike je spodletelo: {error}",
"You do not have permissions to see this contact" : "Ni ustreznih dovoljenj za ogled tega stika",
"Contact not found" : "Stika ni mogoče najti",

View File

@ -74,8 +74,45 @@
"Close" : "Zapri",
"Contact" : "Stik",
"Error, missing parameters: " : "Napaka! Mankajkajo parametri:",
"Shared" : "V souporabi",
"Error" : "Napaka",
"Error while sharing" : "Napaka med souporabo",
"Error while unsharing" : "Napaka med odstranjevanjem souporabe",
"Error while changing permissions" : "Napaka med spreminjanjem dovoljenj",
"Shared with you and the group {group} by {owner}" : "V souporabi z vami in skupino {group}. Lastnik je {owner}.",
"Shared with you by {owner}" : "V souporabi z vami. Lastnik je {owner}.",
"Share" : "Souporaba",
"Share link" : "Povezava za souporabo",
"The public link will expire no later than {days} days after it is created" : "Javna povezava bo potekla {days} dni po ustvarjanju.",
"Link" : "Povezava",
"Password protect" : "Zaščiti z geslom",
"Password" : "Geslo",
"Choose a password for the public link" : "Izberite geslo za javno povezavo",
"Allow editing" : "Dovoli urejanje",
"Email link to person" : "Posreduj povezavo po elektronski pošti",
"Send" : "Pošlji",
"Set expiration date" : "Nastavi datum preteka",
"Expiration" : "Datum preteka",
"Expiration date" : "Datum preteka",
"Adding user..." : "Dodajanje uporabnika ...",
"group" : "skupina",
"remote" : "oddaljeno",
"Resharing is not allowed" : "Nadaljnja souporaba ni dovoljena",
"Shared in {item} with {user}" : "V souporabi v {item} z uporabnikom {user}",
"Unshare" : "Prekini souporabo",
"notify by email" : "obvesti po elektronski pošti",
"can share" : "lahko omogoči souporabo",
"can edit" : "lahko ureja",
"access control" : "nadzor dostopa",
"create" : "ustvari",
"change" : "sprememba",
"delete" : "izbriši",
"Password protected" : "Zaščiteno z geslom",
"Error unsetting expiration date" : "Napaka brisanja datuma preteka",
"Error setting expiration date" : "Napaka nastavljanja datuma preteka",
"Sending ..." : "Pošiljanje ...",
"Email sent" : "Elektronska pošta je poslana",
"Warning" : "Opozorilo",
"Failed loading photo: {error}" : "Nalaganje slike je spodletelo: {error}",
"You do not have permissions to see this contact" : "Ni ustreznih dovoljenj za ogled tega stika",
"Contact not found" : "Stika ni mogoče najti",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Затвори",
"Contact" : "Контакт",
"Error, missing parameters: " : "Грешка. Недостају параметри:",
"Shared" : "Дељено",
"Error" : "Грешка",
"Error while sharing" : "Грешка при дељењу",
"Error while unsharing" : "Грешка при укидању дељења",
"Error while changing permissions" : "Грешка при измени дозвола",
"Shared with you and the group {group} by {owner}" : "{owner} дели са вама и са групом {group}.",
"Shared with you by {owner}" : "{owner} дели са вама",
"Share with users or groups …" : "Дели са корисницима или групама...",
"Share with users, groups or remote users …" : "Дели са корисницима, групама или удаљеним корисницима...",
"Share" : "Дели",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделите са људима у другим облацима користећи синтаксу корисничкоиме@сервер.com/owncloud",
"Share link" : "Веза дељења",
"The public link will expire no later than {days} days after it is created" : "Јавна веза ће престати да важи {days} дана након стварања",
"Link" : "Веза",
"Password protect" : "Заштићено лозинком",
"Password" : "Лозинка",
"Choose a password for the public link" : "Одредите лозинку за јавну везу",
"Allow editing" : "Дозволи уређивање",
"Email link to person" : "Пошаљи е-поштом",
"Send" : "Пошаљи",
"Set expiration date" : "Постави датум истека",
"Expiration" : "Истиче",
"Expiration date" : "Датум истека",
"An error occured. Please try again" : "Дошло је до грешке. Покушајте поново",
"Adding user..." : "Додајем корисника...",
"group" : "група",
"remote" : "удаљени",
"Resharing is not allowed" : "Поновно дељење није дозвољено",
"Shared in {item} with {user}" : "Подељено унутар {item} са корисником {user}",
"Unshare" : "Не дели",
"notify by email" : "обавести е-поштом",
"can share" : "може да дели",
"can edit" : "може да мења",
"access control" : "права приступа",
"create" : "направи",
"change" : "измени",
"delete" : "обриши",
"Password protected" : "Заштићено лозинком",
"Error unsetting expiration date" : "Грешка при поништавању датума истека",
"Error setting expiration date" : "Грешка при постављању датума истека",
"Sending ..." : "Шаљем...",
"Email sent" : "Порука је послата",
"Warning" : "Упозорење",
"Failed loading photo: {error}" : "Неуспешно учитавање слике: {error}",
"You do not have permissions to see this contact" : "Немате дозволе да видите овај контакт.",
"Contact not found" : "Контакт није нађен",

View File

@ -75,8 +75,49 @@
"Close" : "Затвори",
"Contact" : "Контакт",
"Error, missing parameters: " : "Грешка. Недостају параметри:",
"Shared" : "Дељено",
"Error" : "Грешка",
"Error while sharing" : "Грешка при дељењу",
"Error while unsharing" : "Грешка при укидању дељења",
"Error while changing permissions" : "Грешка при измени дозвола",
"Shared with you and the group {group} by {owner}" : "{owner} дели са вама и са групом {group}.",
"Shared with you by {owner}" : "{owner} дели са вама",
"Share with users or groups …" : "Дели са корисницима или групама...",
"Share with users, groups or remote users …" : "Дели са корисницима, групама или удаљеним корисницима...",
"Share" : "Дели",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделите са људима у другим облацима користећи синтаксу корисничкоиме@сервер.com/owncloud",
"Share link" : "Веза дељења",
"The public link will expire no later than {days} days after it is created" : "Јавна веза ће престати да важи {days} дана након стварања",
"Link" : "Веза",
"Password protect" : "Заштићено лозинком",
"Password" : "Лозинка",
"Choose a password for the public link" : "Одредите лозинку за јавну везу",
"Allow editing" : "Дозволи уређивање",
"Email link to person" : "Пошаљи е-поштом",
"Send" : "Пошаљи",
"Set expiration date" : "Постави датум истека",
"Expiration" : "Истиче",
"Expiration date" : "Датум истека",
"An error occured. Please try again" : "Дошло је до грешке. Покушајте поново",
"Adding user..." : "Додајем корисника...",
"group" : "група",
"remote" : "удаљени",
"Resharing is not allowed" : "Поновно дељење није дозвољено",
"Shared in {item} with {user}" : "Подељено унутар {item} са корисником {user}",
"Unshare" : "Не дели",
"notify by email" : "обавести е-поштом",
"can share" : "може да дели",
"can edit" : "може да мења",
"access control" : "права приступа",
"create" : "направи",
"change" : "измени",
"delete" : "обриши",
"Password protected" : "Заштићено лозинком",
"Error unsetting expiration date" : "Грешка при поништавању датума истека",
"Error setting expiration date" : "Грешка при постављању датума истека",
"Sending ..." : "Шаљем...",
"Email sent" : "Порука је послата",
"Warning" : "Упозорење",
"Failed loading photo: {error}" : "Неуспешно учитавање слике: {error}",
"You do not have permissions to see this contact" : "Немате дозволе да видите овај контакт.",
"Contact not found" : "Контакт није нађен",

View File

@ -75,8 +75,45 @@ OC.L10N.register(
"Close" : "Stäng",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Fel, parametrar saknas:",
"Shared" : "Delad",
"Error" : "Fel",
"Error while sharing" : "Fel vid delning",
"Error while unsharing" : "Fel när delning skulle avslutas",
"Error while changing permissions" : "Fel vid ändring av rättigheter",
"Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}",
"Shared with you by {owner}" : "Delad med dig av {owner}",
"Share" : "Dela",
"Share link" : "Dela länk",
"The public link will expire no later than {days} days after it is created" : "Den publika länken kommer sluta gälla inte senare än {days} dagar efter att den skapades",
"Link" : "Länk",
"Password protect" : "Lösenordsskydda",
"Password" : "Lösenord",
"Choose a password for the public link" : "Välj ett lösenord för den publika länken",
"Allow editing" : "Tillåt redigering",
"Email link to person" : "E-posta länk till person",
"Send" : "Skicka",
"Set expiration date" : "Sätt utgångsdatum",
"Expiration" : "Upphör",
"Expiration date" : "Utgångsdatum",
"Adding user..." : "Lägger till användare...",
"group" : "Grupp",
"remote" : "fjärr",
"Resharing is not allowed" : "Dela vidare är inte tillåtet",
"Shared in {item} with {user}" : "Delad i {item} med {user}",
"Unshare" : "Sluta dela",
"notify by email" : "informera via e-post",
"can share" : "får dela",
"can edit" : "kan redigera",
"access control" : "åtkomstkontroll",
"create" : "skapa",
"change" : "ändra",
"delete" : "radera",
"Password protected" : "Lösenordsskyddad",
"Error unsetting expiration date" : "Fel vid borttagning av utgångsdatum",
"Error setting expiration date" : "Fel vid sättning av utgångsdatum",
"Sending ..." : "Skickar ...",
"Email sent" : "E-post skickat",
"Warning" : "Varning",
"Failed loading photo: {error}" : "Kan inte ladda foton:{error}",
"You do not have permissions to see this contact" : "Du saknar behörighet att se denna kontakt",
"Contact not found" : "Kontakten kunde inte hittas",

View File

@ -73,8 +73,45 @@
"Close" : "Stäng",
"Contact" : "Kontakt",
"Error, missing parameters: " : "Fel, parametrar saknas:",
"Shared" : "Delad",
"Error" : "Fel",
"Error while sharing" : "Fel vid delning",
"Error while unsharing" : "Fel när delning skulle avslutas",
"Error while changing permissions" : "Fel vid ändring av rättigheter",
"Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}",
"Shared with you by {owner}" : "Delad med dig av {owner}",
"Share" : "Dela",
"Share link" : "Dela länk",
"The public link will expire no later than {days} days after it is created" : "Den publika länken kommer sluta gälla inte senare än {days} dagar efter att den skapades",
"Link" : "Länk",
"Password protect" : "Lösenordsskydda",
"Password" : "Lösenord",
"Choose a password for the public link" : "Välj ett lösenord för den publika länken",
"Allow editing" : "Tillåt redigering",
"Email link to person" : "E-posta länk till person",
"Send" : "Skicka",
"Set expiration date" : "Sätt utgångsdatum",
"Expiration" : "Upphör",
"Expiration date" : "Utgångsdatum",
"Adding user..." : "Lägger till användare...",
"group" : "Grupp",
"remote" : "fjärr",
"Resharing is not allowed" : "Dela vidare är inte tillåtet",
"Shared in {item} with {user}" : "Delad i {item} med {user}",
"Unshare" : "Sluta dela",
"notify by email" : "informera via e-post",
"can share" : "får dela",
"can edit" : "kan redigera",
"access control" : "åtkomstkontroll",
"create" : "skapa",
"change" : "ändra",
"delete" : "radera",
"Password protected" : "Lösenordsskyddad",
"Error unsetting expiration date" : "Fel vid borttagning av utgångsdatum",
"Error setting expiration date" : "Fel vid sättning av utgångsdatum",
"Sending ..." : "Skickar ...",
"Email sent" : "E-post skickat",
"Warning" : "Varning",
"Failed loading photo: {error}" : "Kan inte ladda foton:{error}",
"You do not have permissions to see this contact" : "Du saknar behörighet att se denna kontakt",
"Contact not found" : "Kontakten kunde inte hittas",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "ปิด",
"Contact" : "ผู้ติดต่อ",
"Error, missing parameters: " : "เกิดข้อผิดพลาดพารามิเตอร์หายไป:",
"Shared" : "แชร์แล้ว",
"Error" : "ข้อผิดพลาด",
"Error while sharing" : "เกิดข้อผิดพลาดขณะกำลังแชร์ข้อมูล",
"Error while unsharing" : "เกิดข้อผิดพลาดขณะกำลังยกเลิกการแชร์ข้อมูล",
"Error while changing permissions" : "เกิดข้อผิดพลาดขณะกำลังเปลี่ยนสิทธิ์การเข้าใช้งาน",
"Shared with you and the group {group} by {owner}" : "ได้แชร์ให้กับคุณ และกลุ่ม {group} โดย {owner}",
"Shared with you by {owner}" : "ถูกแชร์ให้กับคุณโดย {owner}",
"Share with users or groups …" : "แชร์กับผู้ใช้หรือกลุ่ม ...",
"Share with users, groups or remote users …" : "แชร์กับผู้ใช้กลุ่มหรือผู้ใช้ระยะไกล ...",
"Share" : "แชร์",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "แชร์กับคนใน ownClouds อื่นๆ ที่ใช้ไวยากรณ์ username@example.com/owncloud ",
"Share link" : "แชร์ลิงค์",
"The public link will expire no later than {days} days after it is created" : "ลิงค์สาธารณะจะหมดอายุภายใน {days} วัน หลังจากที่มันถูกสร้างขึ้น",
"Link" : "ลิงค์",
"Password protect" : "รหัสผ่านป้องกัน",
"Password" : "รหัสผ่าน",
"Choose a password for the public link" : "เลือกรหัสผ่านสำหรับลิงค์สาธารณะ",
"Allow editing" : "อนุญาตให้แก้ไข",
"Email link to person" : "ส่งลิงก์ให้ทางอีเมล",
"Send" : "ส่ง",
"Set expiration date" : "กำหนดวันที่หมดอายุ",
"Expiration" : "การหมดอายุ",
"Expiration date" : "วันที่หมดอายุ",
"An error occured. Please try again" : "เกิดข้อผิดพลาด กรุณาลองอีกครั้ง",
"Adding user..." : "กำลังเพิ่มผู้ใช้ ...",
"group" : "กลุ่มผู้ใช้งาน",
"remote" : "ระยะไกล",
"Resharing is not allowed" : "ไม่อนุญาตให้แชร์ข้อมูลที่ซ้ำกัน",
"Shared in {item} with {user}" : "ได้แชร์ {item} ให้กับ {user}",
"Unshare" : "ยกเลิกการแชร์",
"notify by email" : "แจ้งเตือนทางอีเมล",
"can share" : "สามารถแชร์ได้",
"can edit" : "สามารถแก้ไข",
"access control" : "ควบคุมการเข้าถึง",
"create" : "สร้าง",
"change" : "เปลี่ยนแปลง",
"delete" : "ลบ",
"Password protected" : "ใส่รหัสผ่านไว้",
"Error unsetting expiration date" : "เกิดข้อผิดพลาดขณะยกเลิกการตั้งค่าวันที่หมดอายุ",
"Error setting expiration date" : "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ",
"Sending ..." : "กำลังส่ง...",
"Email sent" : "ส่งอีเมลแล้ว",
"Warning" : "คำเตือน",
"Failed loading photo: {error}" : "โหลดรูปภาพล้มเหลว: {error}",
"You do not have permissions to see this contact" : "คุณไม่มีสิทธิ์ที่จะดูผู้ติดต่อนี้",
"Contact not found" : "ไม่พบผู้ติดต่อ",

View File

@ -75,8 +75,49 @@
"Close" : "ปิด",
"Contact" : "ผู้ติดต่อ",
"Error, missing parameters: " : "เกิดข้อผิดพลาดพารามิเตอร์หายไป:",
"Shared" : "แชร์แล้ว",
"Error" : "ข้อผิดพลาด",
"Error while sharing" : "เกิดข้อผิดพลาดขณะกำลังแชร์ข้อมูล",
"Error while unsharing" : "เกิดข้อผิดพลาดขณะกำลังยกเลิกการแชร์ข้อมูล",
"Error while changing permissions" : "เกิดข้อผิดพลาดขณะกำลังเปลี่ยนสิทธิ์การเข้าใช้งาน",
"Shared with you and the group {group} by {owner}" : "ได้แชร์ให้กับคุณ และกลุ่ม {group} โดย {owner}",
"Shared with you by {owner}" : "ถูกแชร์ให้กับคุณโดย {owner}",
"Share with users or groups …" : "แชร์กับผู้ใช้หรือกลุ่ม ...",
"Share with users, groups or remote users …" : "แชร์กับผู้ใช้กลุ่มหรือผู้ใช้ระยะไกล ...",
"Share" : "แชร์",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "แชร์กับคนใน ownClouds อื่นๆ ที่ใช้ไวยากรณ์ username@example.com/owncloud ",
"Share link" : "แชร์ลิงค์",
"The public link will expire no later than {days} days after it is created" : "ลิงค์สาธารณะจะหมดอายุภายใน {days} วัน หลังจากที่มันถูกสร้างขึ้น",
"Link" : "ลิงค์",
"Password protect" : "รหัสผ่านป้องกัน",
"Password" : "รหัสผ่าน",
"Choose a password for the public link" : "เลือกรหัสผ่านสำหรับลิงค์สาธารณะ",
"Allow editing" : "อนุญาตให้แก้ไข",
"Email link to person" : "ส่งลิงก์ให้ทางอีเมล",
"Send" : "ส่ง",
"Set expiration date" : "กำหนดวันที่หมดอายุ",
"Expiration" : "การหมดอายุ",
"Expiration date" : "วันที่หมดอายุ",
"An error occured. Please try again" : "เกิดข้อผิดพลาด กรุณาลองอีกครั้ง",
"Adding user..." : "กำลังเพิ่มผู้ใช้ ...",
"group" : "กลุ่มผู้ใช้งาน",
"remote" : "ระยะไกล",
"Resharing is not allowed" : "ไม่อนุญาตให้แชร์ข้อมูลที่ซ้ำกัน",
"Shared in {item} with {user}" : "ได้แชร์ {item} ให้กับ {user}",
"Unshare" : "ยกเลิกการแชร์",
"notify by email" : "แจ้งเตือนทางอีเมล",
"can share" : "สามารถแชร์ได้",
"can edit" : "สามารถแก้ไข",
"access control" : "ควบคุมการเข้าถึง",
"create" : "สร้าง",
"change" : "เปลี่ยนแปลง",
"delete" : "ลบ",
"Password protected" : "ใส่รหัสผ่านไว้",
"Error unsetting expiration date" : "เกิดข้อผิดพลาดขณะยกเลิกการตั้งค่าวันที่หมดอายุ",
"Error setting expiration date" : "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ",
"Sending ..." : "กำลังส่ง...",
"Email sent" : "ส่งอีเมลแล้ว",
"Warning" : "คำเตือน",
"Failed loading photo: {error}" : "โหลดรูปภาพล้มเหลว: {error}",
"You do not have permissions to see this contact" : "คุณไม่มีสิทธิ์ที่จะดูผู้ติดต่อนี้",
"Contact not found" : "ไม่พบผู้ติดต่อ",

View File

@ -77,8 +77,49 @@ OC.L10N.register(
"Close" : "Kapat",
"Contact" : "Kişi",
"Error, missing parameters: " : "Hata, eksik parametreler:",
"Shared" : "Paylaşılan",
"Error" : "Hata",
"Error while sharing" : "Paylaşım sırasında hata",
"Error while unsharing" : "Paylaşım iptal edilirken hata",
"Error while changing permissions" : "İzinleri değiştirirken hata",
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaştırılmış",
"Shared with you by {owner}" : "{owner} tarafından sizinle paylaşıldı",
"Share with users or groups …" : "Kullanıcı ve gruplarla paylaş...",
"Share with users, groups or remote users …" : "Kullanıcılar, gruplar veya uzak kullanıcılarla paylaş ...",
"Share" : "Paylaş",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "kullanıcı@example.com/owncloud şeklinde diğer ownCloud kullanan diğer kullanıcılarla paylaş",
"Share link" : "Paylaşma bağlantısı",
"The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek",
"Link" : "Bağlantı",
"Password protect" : "Parola koruması",
"Password" : "Parola",
"Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
"Allow editing" : "Düzenlemeye izin ver",
"Email link to person" : "Bağlantıyı e-posta ile gönder",
"Send" : "Gönder",
"Set expiration date" : "Son kullanma tarihini ayarla",
"Expiration" : "Bitiş",
"Expiration date" : "Son kullanım tarihi",
"An error occured. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin",
"Adding user..." : "Kullanıcı ekleniyor...",
"group" : "grup",
"remote" : "uzak",
"Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor",
"Shared in {item} with {user}" : "{item} içinde {user} ile paylaşılanlar",
"Unshare" : "Paylaşmayı Kaldır",
"notify by email" : "e-posta ile bildir",
"can share" : "paylaşabilir",
"can edit" : "düzenleyebilir",
"access control" : "erişim kontrolü",
"create" : "oluştur",
"change" : "değiştir",
"delete" : "sil",
"Password protected" : "Parola korumalı",
"Error unsetting expiration date" : "Son kullanma tarihi kaldırma hatası",
"Error setting expiration date" : "Son kullanma tarihi ayarlama hatası",
"Sending ..." : "Gönderiliyor...",
"Email sent" : "E-posta gönderildi",
"Warning" : "Uyarı",
"Failed loading photo: {error}" : "Fotoğrafı yükleme başarısız: {error}",
"You do not have permissions to see this contact" : "Bu kişiyi görme izniniz yok",
"Contact not found" : "Kişi bulunamadı",

View File

@ -75,8 +75,49 @@
"Close" : "Kapat",
"Contact" : "Kişi",
"Error, missing parameters: " : "Hata, eksik parametreler:",
"Shared" : "Paylaşılan",
"Error" : "Hata",
"Error while sharing" : "Paylaşım sırasında hata",
"Error while unsharing" : "Paylaşım iptal edilirken hata",
"Error while changing permissions" : "İzinleri değiştirirken hata",
"Shared with you and the group {group} by {owner}" : "{owner} tarafından sizinle ve {group} ile paylaştırılmış",
"Shared with you by {owner}" : "{owner} tarafından sizinle paylaşıldı",
"Share with users or groups …" : "Kullanıcı ve gruplarla paylaş...",
"Share with users, groups or remote users …" : "Kullanıcılar, gruplar veya uzak kullanıcılarla paylaş ...",
"Share" : "Paylaş",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "kullanıcı@example.com/owncloud şeklinde diğer ownCloud kullanan diğer kullanıcılarla paylaş",
"Share link" : "Paylaşma bağlantısı",
"The public link will expire no later than {days} days after it is created" : "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek",
"Link" : "Bağlantı",
"Password protect" : "Parola koruması",
"Password" : "Parola",
"Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
"Allow editing" : "Düzenlemeye izin ver",
"Email link to person" : "Bağlantıyı e-posta ile gönder",
"Send" : "Gönder",
"Set expiration date" : "Son kullanma tarihini ayarla",
"Expiration" : "Bitiş",
"Expiration date" : "Son kullanım tarihi",
"An error occured. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin",
"Adding user..." : "Kullanıcı ekleniyor...",
"group" : "grup",
"remote" : "uzak",
"Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor",
"Shared in {item} with {user}" : "{item} içinde {user} ile paylaşılanlar",
"Unshare" : "Paylaşmayı Kaldır",
"notify by email" : "e-posta ile bildir",
"can share" : "paylaşabilir",
"can edit" : "düzenleyebilir",
"access control" : "erişim kontrolü",
"create" : "oluştur",
"change" : "değiştir",
"delete" : "sil",
"Password protected" : "Parola korumalı",
"Error unsetting expiration date" : "Son kullanma tarihi kaldırma hatası",
"Error setting expiration date" : "Son kullanma tarihi ayarlama hatası",
"Sending ..." : "Gönderiliyor...",
"Email sent" : "E-posta gönderildi",
"Warning" : "Uyarı",
"Failed loading photo: {error}" : "Fotoğrafı yükleme başarısız: {error}",
"You do not have permissions to see this contact" : "Bu kişiyi görme izniniz yok",
"Contact not found" : "Kişi bulunamadı",

View File

@ -75,8 +75,49 @@ OC.L10N.register(
"Close" : "Закрити",
"Contact" : "Контакт",
"Error, missing parameters: " : "Помилка, відсутні параметри:",
"Shared" : "Опубліковано",
"Error" : "Помилка",
"Error while sharing" : "Помилка під час публікації",
"Error while unsharing" : "Помилка під час відміни публікації",
"Error while changing permissions" : "Помилка при зміні повноважень",
"Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
"Shared with you by {owner}" : "{owner} опублікував для Вас",
"Share with users or groups …" : "Поширити серед користувачів або груп ...",
"Share with users, groups or remote users …" : "Поширити серед локальних чи віддалених користувачів або груп ...",
"Share" : "Поділитися",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud",
"Share link" : "Поділитись посиланням",
"The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення",
"Link" : "Посилання",
"Password protect" : "Захистити паролем",
"Password" : "Пароль",
"Choose a password for the public link" : "Вкажіть пароль для публічного посилання",
"Allow editing" : "Дозволити редагування",
"Email link to person" : "Надіслати посилання електронною поштою",
"Send" : "Надіслати",
"Set expiration date" : "Встановити термін дії",
"Expiration" : "Закінчення",
"Expiration date" : "Термін дії",
"An error occured. Please try again" : "Виникла помилка. Будь ласка, спробуйте ще раз",
"Adding user..." : "Додавання користувача...",
"group" : "група",
"remote" : "Віддалений",
"Resharing is not allowed" : "Пере-публікація не дозволяється",
"Shared in {item} with {user}" : "Опубліковано {item} для {user}",
"Unshare" : "Закрити спільний доступ",
"notify by email" : "повідомити по Email",
"can share" : "може ділитися з іншими",
"can edit" : "може редагувати",
"access control" : "контроль доступу",
"create" : "створити",
"change" : "змінити",
"delete" : "видалити",
"Password protected" : "Захищено паролем",
"Error unsetting expiration date" : "Помилка при відміні терміну дії",
"Error setting expiration date" : "Помилка при встановленні терміну дії",
"Sending ..." : "Надсилання...",
"Email sent" : "Лист надіслано",
"Warning" : "Попередження",
"Failed loading photo: {error}" : "Не вдалося завантажити фото: {error}",
"You do not have permissions to see this contact" : "Вам бракує прав для того, щоб побачити цей контакт",
"Contact not found" : "Контакт не знайдено",

View File

@ -73,8 +73,49 @@
"Close" : "Закрити",
"Contact" : "Контакт",
"Error, missing parameters: " : "Помилка, відсутні параметри:",
"Shared" : "Опубліковано",
"Error" : "Помилка",
"Error while sharing" : "Помилка під час публікації",
"Error while unsharing" : "Помилка під час відміни публікації",
"Error while changing permissions" : "Помилка при зміні повноважень",
"Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
"Shared with you by {owner}" : "{owner} опублікував для Вас",
"Share with users or groups …" : "Поширити серед користувачів або груп ...",
"Share with users, groups or remote users …" : "Поширити серед локальних чи віддалених користувачів або груп ...",
"Share" : "Поділитися",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud",
"Share link" : "Поділитись посиланням",
"The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення",
"Link" : "Посилання",
"Password protect" : "Захистити паролем",
"Password" : "Пароль",
"Choose a password for the public link" : "Вкажіть пароль для публічного посилання",
"Allow editing" : "Дозволити редагування",
"Email link to person" : "Надіслати посилання електронною поштою",
"Send" : "Надіслати",
"Set expiration date" : "Встановити термін дії",
"Expiration" : "Закінчення",
"Expiration date" : "Термін дії",
"An error occured. Please try again" : "Виникла помилка. Будь ласка, спробуйте ще раз",
"Adding user..." : "Додавання користувача...",
"group" : "група",
"remote" : "Віддалений",
"Resharing is not allowed" : "Пере-публікація не дозволяється",
"Shared in {item} with {user}" : "Опубліковано {item} для {user}",
"Unshare" : "Закрити спільний доступ",
"notify by email" : "повідомити по Email",
"can share" : "може ділитися з іншими",
"can edit" : "може редагувати",
"access control" : "контроль доступу",
"create" : "створити",
"change" : "змінити",
"delete" : "видалити",
"Password protected" : "Захищено паролем",
"Error unsetting expiration date" : "Помилка при відміні терміну дії",
"Error setting expiration date" : "Помилка при встановленні терміну дії",
"Sending ..." : "Надсилання...",
"Email sent" : "Лист надіслано",
"Warning" : "Попередження",
"Failed loading photo: {error}" : "Не вдалося завантажити фото: {error}",
"You do not have permissions to see this contact" : "Вам бракує прав для того, щоб побачити цей контакт",
"Contact not found" : "Контакт не знайдено",

View File

@ -75,8 +75,49 @@ OC.L10N.register(
"Close" : "关闭",
"Contact" : "联系人",
"Error, missing parameters: " : "错误,缺失的参数:",
"Shared" : "已共享",
"Error" : "错误",
"Error while sharing" : "共享时出错",
"Error while unsharing" : "取消共享时出错",
"Error while changing permissions" : "修改权限时出错",
"Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 组",
"Shared with you by {owner}" : "{owner} 与您共享",
"Share with users or groups …" : "分享给其他用户或组 ...",
"Share with users, groups or remote users …" : "分享给其他用户、组或远程用户 ...",
"Share" : "共享",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "使用语法 username@example.com/owncloud 分享给其他 ownCloud 上的用户",
"Share link" : "分享链接",
"The public link will expire no later than {days} days after it is created" : "这个共享链接将在创建后 {days} 天失效",
"Link" : "链接",
"Password protect" : "密码保护",
"Password" : "密码",
"Choose a password for the public link" : "为共享链接设置密码",
"Allow editing" : "允许编辑",
"Email link to person" : "发送链接到个人",
"Send" : "发送",
"Set expiration date" : "设置过期日期",
"Expiration" : "过期",
"Expiration date" : "过期日期",
"An error occured. Please try again" : "发生了一个错误请重新尝试",
"Adding user..." : "添加用户中...",
"group" : "群组",
"remote" : "远程",
"Resharing is not allowed" : "不允许二次共享",
"Shared in {item} with {user}" : "在 {item} 与 {user} 共享。",
"Unshare" : "取消共享",
"notify by email" : "以邮件通知",
"can share" : "可共享",
"can edit" : "可编辑",
"access control" : "访问控制",
"create" : "创建",
"change" : "更改",
"delete" : "删除",
"Password protected" : "密码已受保护",
"Error unsetting expiration date" : "取消设置过期日期时出错",
"Error setting expiration date" : "设置过期日期时出错",
"Sending ..." : "正在发送...",
"Email sent" : "邮件已发送",
"Warning" : "警告",
"Failed loading photo: {error}" : "加载照片失败:{error}",
"You do not have permissions to see this contact" : "你没有权限查看此联系人",
"Contact not found" : "联系人未找到",

View File

@ -73,8 +73,49 @@
"Close" : "关闭",
"Contact" : "联系人",
"Error, missing parameters: " : "错误,缺失的参数:",
"Shared" : "已共享",
"Error" : "错误",
"Error while sharing" : "共享时出错",
"Error while unsharing" : "取消共享时出错",
"Error while changing permissions" : "修改权限时出错",
"Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 组",
"Shared with you by {owner}" : "{owner} 与您共享",
"Share with users or groups …" : "分享给其他用户或组 ...",
"Share with users, groups or remote users …" : "分享给其他用户、组或远程用户 ...",
"Share" : "共享",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "使用语法 username@example.com/owncloud 分享给其他 ownCloud 上的用户",
"Share link" : "分享链接",
"The public link will expire no later than {days} days after it is created" : "这个共享链接将在创建后 {days} 天失效",
"Link" : "链接",
"Password protect" : "密码保护",
"Password" : "密码",
"Choose a password for the public link" : "为共享链接设置密码",
"Allow editing" : "允许编辑",
"Email link to person" : "发送链接到个人",
"Send" : "发送",
"Set expiration date" : "设置过期日期",
"Expiration" : "过期",
"Expiration date" : "过期日期",
"An error occured. Please try again" : "发生了一个错误请重新尝试",
"Adding user..." : "添加用户中...",
"group" : "群组",
"remote" : "远程",
"Resharing is not allowed" : "不允许二次共享",
"Shared in {item} with {user}" : "在 {item} 与 {user} 共享。",
"Unshare" : "取消共享",
"notify by email" : "以邮件通知",
"can share" : "可共享",
"can edit" : "可编辑",
"access control" : "访问控制",
"create" : "创建",
"change" : "更改",
"delete" : "删除",
"Password protected" : "密码已受保护",
"Error unsetting expiration date" : "取消设置过期日期时出错",
"Error setting expiration date" : "设置过期日期时出错",
"Sending ..." : "正在发送...",
"Email sent" : "邮件已发送",
"Warning" : "警告",
"Failed loading photo: {error}" : "加载照片失败:{error}",
"You do not have permissions to see this contact" : "你没有权限查看此联系人",
"Contact not found" : "联系人未找到",

View File

@ -74,8 +74,44 @@ OC.L10N.register(
"Close" : " 關閉",
"Contact" : "通訊錄",
"Error, missing parameters: " : "錯誤,遺失參數:",
"Shared" : "已分享",
"Error" : "錯誤",
"Error while sharing" : "分享時發生錯誤",
"Error while unsharing" : "取消分享時發生錯誤",
"Error while changing permissions" : "修改權限時發生錯誤",
"Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}",
"Shared with you by {owner}" : "{owner} 已經和您分享",
"Share" : "分享",
"Share link" : "分享連結",
"The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效",
"Password protect" : "密碼保護",
"Password" : "密碼",
"Choose a password for the public link" : "為公開連結選一個密碼",
"Email link to person" : "將連結 email 給別人",
"Send" : "寄出",
"Set expiration date" : "指定到期日",
"Expiration" : "過期",
"Expiration date" : "到期日",
"An error occured. Please try again" : "發生錯誤,請重試",
"Adding user..." : "新增使用者……",
"group" : "群組",
"remote" : "遠端",
"Resharing is not allowed" : "不允許重新分享",
"Shared in {item} with {user}" : "已和 {user} 分享 {item}",
"Unshare" : "取消分享",
"notify by email" : "以 email 通知",
"can share" : "可分享",
"can edit" : "可編輯",
"access control" : "存取控制",
"create" : "建立",
"change" : "更動",
"delete" : "刪除",
"Password protected" : "受密碼保護",
"Error unsetting expiration date" : "取消到期日設定失敗",
"Error setting expiration date" : "設定到期日發生錯誤",
"Sending ..." : "正在傳送…",
"Email sent" : "Email 已寄出",
"Warning" : "警告",
"Failed loading photo: {error}" : "圖片載入失敗: {error}",
"You do not have permissions to see this contact" : "您沒有權限檢視這個聯絡人",
"Contact not found" : "找不到聯絡人",

View File

@ -72,8 +72,44 @@
"Close" : " 關閉",
"Contact" : "通訊錄",
"Error, missing parameters: " : "錯誤,遺失參數:",
"Shared" : "已分享",
"Error" : "錯誤",
"Error while sharing" : "分享時發生錯誤",
"Error while unsharing" : "取消分享時發生錯誤",
"Error while changing permissions" : "修改權限時發生錯誤",
"Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}",
"Shared with you by {owner}" : "{owner} 已經和您分享",
"Share" : "分享",
"Share link" : "分享連結",
"The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效",
"Password protect" : "密碼保護",
"Password" : "密碼",
"Choose a password for the public link" : "為公開連結選一個密碼",
"Email link to person" : "將連結 email 給別人",
"Send" : "寄出",
"Set expiration date" : "指定到期日",
"Expiration" : "過期",
"Expiration date" : "到期日",
"An error occured. Please try again" : "發生錯誤,請重試",
"Adding user..." : "新增使用者……",
"group" : "群組",
"remote" : "遠端",
"Resharing is not allowed" : "不允許重新分享",
"Shared in {item} with {user}" : "已和 {user} 分享 {item}",
"Unshare" : "取消分享",
"notify by email" : "以 email 通知",
"can share" : "可分享",
"can edit" : "可編輯",
"access control" : "存取控制",
"create" : "建立",
"change" : "更動",
"delete" : "刪除",
"Password protected" : "受密碼保護",
"Error unsetting expiration date" : "取消到期日設定失敗",
"Error setting expiration date" : "設定到期日發生錯誤",
"Sending ..." : "正在傳送…",
"Email sent" : "Email 已寄出",
"Warning" : "警告",
"Failed loading photo: {error}" : "圖片載入失敗: {error}",
"You do not have permissions to see this contact" : "您沒有權限檢視這個聯絡人",
"Contact not found" : "找不到聯絡人",