mirror of https://github.com/sualko/cloud_bbb
Compare commits
23 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
f9456b2830 | |
|
|
a458d11928 | |
|
|
577d5c55da | |
|
|
bfd85d7a53 | |
|
|
c0e85b3cab | |
|
|
4641a7f921 | |
|
|
981bdb3390 | |
|
|
6bc62b6c39 | |
|
|
6ab59538c2 | |
|
|
da93fbfe8a | |
|
|
c9ee4e86e5 | |
|
|
01d840236d | |
|
|
1421f23f6d | |
|
|
fa835156cc | |
|
|
a662f77065 | |
|
|
e4d48bd672 | |
|
|
cea63a474a | |
|
|
98950a2ae2 | |
|
|
eb86442773 | |
|
|
25d31cbbc8 | |
|
|
611fd39194 | |
|
|
92b6671354 | |
|
|
4fcd1126a2 |
|
|
@ -12,6 +12,7 @@ OC.L10N.register(
|
||||||
"Server error" : "Bedienerfout",
|
"Server error" : "Bedienerfout",
|
||||||
"Name" : "Naam",
|
"Name" : "Naam",
|
||||||
"Edit" : "Wysig",
|
"Edit" : "Wysig",
|
||||||
|
"Welcome" : "Welkom",
|
||||||
"Create" : "Skep",
|
"Create" : "Skep",
|
||||||
"Delete" : "Skrap",
|
"Delete" : "Skrap",
|
||||||
"Error" : "Fout",
|
"Error" : "Fout",
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
"Server error" : "Bedienerfout",
|
"Server error" : "Bedienerfout",
|
||||||
"Name" : "Naam",
|
"Name" : "Naam",
|
||||||
"Edit" : "Wysig",
|
"Edit" : "Wysig",
|
||||||
|
"Welcome" : "Welkom",
|
||||||
"Create" : "Skep",
|
"Create" : "Skep",
|
||||||
"Delete" : "Skrap",
|
"Delete" : "Skrap",
|
||||||
"Error" : "Fout",
|
"Error" : "Fout",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "أهلاً %s",
|
"Hello %s" : "أهلاً %s",
|
||||||
"Name, group …" : "الاسم، المجموعة، ...",
|
"Name, group …" : "الاسم، المجموعة، ...",
|
||||||
"Group" : "المجموعة",
|
"Group" : "المجموعة",
|
||||||
|
"Searching" : "بحث",
|
||||||
"No matches" : "لا يوجد تطابق",
|
"No matches" : "لا يوجد تطابق",
|
||||||
"admin" : "مدير",
|
"admin" : "مدير",
|
||||||
"moderator" : "مشرف",
|
"moderator" : "مشرف",
|
||||||
|
|
@ -88,6 +89,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "إذا تمّ التمكين، لا يحتاج المستخدم لاختبار الصوت echo call أو الكاميرا webcam preview عند أول دخول (مُتاحٌ بداية من الإصدار BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "إذا تمّ التمكين، لا يحتاج المستخدم لاختبار الصوت echo call أو الكاميرا webcam preview عند أول دخول (مُتاحٌ بداية من الإصدار BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "إذا تمّ التمكين، قائمة المستخدمين و مساحة الدردشة و العرض تكون مخفية تلقائيّاً.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "إذا تمّ التمكين، قائمة المستخدمين و مساحة الدردشة و العرض تكون مخفية تلقائيّاً.",
|
||||||
"If enabled, all users will join the meeting muted." : "إذا تمّ التمكين، سيدخل كل المستخدمين إلى الاجتماع بدون تفعيل الصوت muted.",
|
"If enabled, all users will join the meeting muted." : "إذا تمّ التمكين، سيدخل كل المستخدمين إلى الاجتماع بدون تفعيل الصوت muted.",
|
||||||
|
"Edit \"{room}\"" : "عدّل \"{room}\"",
|
||||||
|
"Room URL" : "عنوان URL الغرفة",
|
||||||
|
"Welcome" : "مرحباً",
|
||||||
|
"Participant limit" : "الحد الأقصى للمشاركين",
|
||||||
|
"Sharing" : "المشاركة",
|
||||||
"Every participant is moderator" : "كل مشارك هو مشرف",
|
"Every participant is moderator" : "كل مشارك هو مشرف",
|
||||||
"Moderator access via URL" : "وصول المشرف عن طريق العنوان URL",
|
"Moderator access via URL" : "وصول المشرف عن طريق العنوان URL",
|
||||||
"Miscellaneous" : "متنوع",
|
"Miscellaneous" : "متنوع",
|
||||||
|
|
@ -121,10 +127,12 @@ OC.L10N.register(
|
||||||
"Open room" : "فتح غرفة",
|
"Open room" : "فتح غرفة",
|
||||||
"Start" : "ابدأ",
|
"Start" : "ابدأ",
|
||||||
"Clone room" : "استنساخ غرفة",
|
"Clone room" : "استنساخ غرفة",
|
||||||
|
"Loading" : "التحميل جارٍ...",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "لا يمكنك تعديل هذا الخيار؛ بسبب أن الغرفة مشاركة معك.",
|
"You are not allowed to change this option, because this room is shared with you." : "لا يمكنك تعديل هذا الخيار؛ بسبب أن الغرفة مشاركة معك.",
|
||||||
"Group name" : "اسم الفريق",
|
"Group name" : "اسم الفريق",
|
||||||
"Max. rooms" : "أقصى عدد من الغرف",
|
"Max. rooms" : "أقصى عدد من الغرف",
|
||||||
"Max. participants" : "أقصى عدد من المشاركين",
|
"Max. participants" : "أقصى عدد من المشاركين",
|
||||||
|
"Group …" : "المجموعات ...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "لا تؤثر القيود على الغرف الموجودة. ناقص واحد يعني أن القيمة غير محدودة. يتم اختيار الخيار الأقل تقييدًا لكل مستخدم إذا ما تمّ تطبيق قيود متعددة.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "لا تؤثر القيود على الغرف الموجودة. ناقص واحد يعني أن القيمة غير محدودة. يتم اختيار الخيار الأقل تقييدًا لكل مستخدم إذا ما تمّ تطبيق قيود متعددة.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "هل أنت متأكد أنك تريد حذف القيود عن المجموعة \"{name}\"؟ هذه العملية لا يمكن التراجع عنها.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "هل أنت متأكد أنك تريد حذف القيود عن المجموعة \"{name}\"؟ هذه العملية لا يمكن التراجع عنها.",
|
||||||
"Delete restrictions for \"{name}\"?" : "حذف القيود عن \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "حذف القيود عن \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@
|
||||||
"Hello %s" : "أهلاً %s",
|
"Hello %s" : "أهلاً %s",
|
||||||
"Name, group …" : "الاسم، المجموعة، ...",
|
"Name, group …" : "الاسم، المجموعة، ...",
|
||||||
"Group" : "المجموعة",
|
"Group" : "المجموعة",
|
||||||
|
"Searching" : "بحث",
|
||||||
"No matches" : "لا يوجد تطابق",
|
"No matches" : "لا يوجد تطابق",
|
||||||
"admin" : "مدير",
|
"admin" : "مدير",
|
||||||
"moderator" : "مشرف",
|
"moderator" : "مشرف",
|
||||||
|
|
@ -86,6 +87,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "إذا تمّ التمكين، لا يحتاج المستخدم لاختبار الصوت echo call أو الكاميرا webcam preview عند أول دخول (مُتاحٌ بداية من الإصدار BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "إذا تمّ التمكين، لا يحتاج المستخدم لاختبار الصوت echo call أو الكاميرا webcam preview عند أول دخول (مُتاحٌ بداية من الإصدار BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "إذا تمّ التمكين، قائمة المستخدمين و مساحة الدردشة و العرض تكون مخفية تلقائيّاً.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "إذا تمّ التمكين، قائمة المستخدمين و مساحة الدردشة و العرض تكون مخفية تلقائيّاً.",
|
||||||
"If enabled, all users will join the meeting muted." : "إذا تمّ التمكين، سيدخل كل المستخدمين إلى الاجتماع بدون تفعيل الصوت muted.",
|
"If enabled, all users will join the meeting muted." : "إذا تمّ التمكين، سيدخل كل المستخدمين إلى الاجتماع بدون تفعيل الصوت muted.",
|
||||||
|
"Edit \"{room}\"" : "عدّل \"{room}\"",
|
||||||
|
"Room URL" : "عنوان URL الغرفة",
|
||||||
|
"Welcome" : "مرحباً",
|
||||||
|
"Participant limit" : "الحد الأقصى للمشاركين",
|
||||||
|
"Sharing" : "المشاركة",
|
||||||
"Every participant is moderator" : "كل مشارك هو مشرف",
|
"Every participant is moderator" : "كل مشارك هو مشرف",
|
||||||
"Moderator access via URL" : "وصول المشرف عن طريق العنوان URL",
|
"Moderator access via URL" : "وصول المشرف عن طريق العنوان URL",
|
||||||
"Miscellaneous" : "متنوع",
|
"Miscellaneous" : "متنوع",
|
||||||
|
|
@ -119,10 +125,12 @@
|
||||||
"Open room" : "فتح غرفة",
|
"Open room" : "فتح غرفة",
|
||||||
"Start" : "ابدأ",
|
"Start" : "ابدأ",
|
||||||
"Clone room" : "استنساخ غرفة",
|
"Clone room" : "استنساخ غرفة",
|
||||||
|
"Loading" : "التحميل جارٍ...",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "لا يمكنك تعديل هذا الخيار؛ بسبب أن الغرفة مشاركة معك.",
|
"You are not allowed to change this option, because this room is shared with you." : "لا يمكنك تعديل هذا الخيار؛ بسبب أن الغرفة مشاركة معك.",
|
||||||
"Group name" : "اسم الفريق",
|
"Group name" : "اسم الفريق",
|
||||||
"Max. rooms" : "أقصى عدد من الغرف",
|
"Max. rooms" : "أقصى عدد من الغرف",
|
||||||
"Max. participants" : "أقصى عدد من المشاركين",
|
"Max. participants" : "أقصى عدد من المشاركين",
|
||||||
|
"Group …" : "المجموعات ...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "لا تؤثر القيود على الغرف الموجودة. ناقص واحد يعني أن القيمة غير محدودة. يتم اختيار الخيار الأقل تقييدًا لكل مستخدم إذا ما تمّ تطبيق قيود متعددة.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "لا تؤثر القيود على الغرف الموجودة. ناقص واحد يعني أن القيمة غير محدودة. يتم اختيار الخيار الأقل تقييدًا لكل مستخدم إذا ما تمّ تطبيق قيود متعددة.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "هل أنت متأكد أنك تريد حذف القيود عن المجموعة \"{name}\"؟ هذه العملية لا يمكن التراجع عنها.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "هل أنت متأكد أنك تريد حذف القيود عن المجموعة \"{name}\"؟ هذه العملية لا يمكن التراجع عنها.",
|
||||||
"Delete restrictions for \"{name}\"?" : "حذف القيود عن \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "حذف القيود عن \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Hola, %s",
|
"Hello %s" : "Hola, %s",
|
||||||
"Name, group …" : "Nome, grupu…",
|
"Name, group …" : "Nome, grupu…",
|
||||||
"Group" : "Grupu",
|
"Group" : "Grupu",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Nun hai nenguna coincidencia",
|
"No matches" : "Nun hai nenguna coincidencia",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
"Server error" : "Error del sirividor",
|
"Server error" : "Error del sirividor",
|
||||||
|
|
@ -45,6 +46,11 @@ OC.L10N.register(
|
||||||
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Descriptive name of this room." : "Un nome descriptivu d'esta sala.",
|
"Descriptive name of this room." : "Un nome descriptivu d'esta sala.",
|
||||||
|
"Edit \"{room}\"" : "Editar «{room}»",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Afáyate",
|
||||||
|
"Participant limit" : "Llende de participantes",
|
||||||
|
"Sharing" : "Compartición",
|
||||||
"Every participant is moderator" : "Tolos participantes son llendadores",
|
"Every participant is moderator" : "Tolos participantes son llendadores",
|
||||||
"Miscellaneous" : "Miscelanea",
|
"Miscellaneous" : "Miscelanea",
|
||||||
"Clean layout" : "Distribución llimpia",
|
"Clean layout" : "Distribución llimpia",
|
||||||
|
|
@ -61,8 +67,10 @@ OC.L10N.register(
|
||||||
"URL to room could not be stored." : "Nun se pudo atroxar la URL de la sala.",
|
"URL to room could not be stored." : "Nun se pudo atroxar la URL de la sala.",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Could not delete record" : "Nun se pudo desaniciar la grabación",
|
"Could not delete record" : "Nun se pudo desaniciar la grabación",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nun tienes permisu pa camudar esta opción porque la sala ta compartida contigo.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nun tienes permisu pa camudar esta opción porque la sala ta compartida contigo.",
|
||||||
"Group name" : "Nome del grupu",
|
"Group name" : "Nome del grupu",
|
||||||
|
"Group …" : "Grupu…",
|
||||||
"All users" : "Tolos usuarios",
|
"All users" : "Tolos usuarios",
|
||||||
"All" : "Too",
|
"All" : "Too",
|
||||||
"Settings saved" : "Guardóse la configuración",
|
"Settings saved" : "Guardóse la configuración",
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
"Hello %s" : "Hola, %s",
|
"Hello %s" : "Hola, %s",
|
||||||
"Name, group …" : "Nome, grupu…",
|
"Name, group …" : "Nome, grupu…",
|
||||||
"Group" : "Grupu",
|
"Group" : "Grupu",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Nun hai nenguna coincidencia",
|
"No matches" : "Nun hai nenguna coincidencia",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
"Server error" : "Error del sirividor",
|
"Server error" : "Error del sirividor",
|
||||||
|
|
@ -43,6 +44,11 @@
|
||||||
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
"You exceeded the maximum number of rooms." : "Superesti'l númberu máximu de sales.",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Descriptive name of this room." : "Un nome descriptivu d'esta sala.",
|
"Descriptive name of this room." : "Un nome descriptivu d'esta sala.",
|
||||||
|
"Edit \"{room}\"" : "Editar «{room}»",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Afáyate",
|
||||||
|
"Participant limit" : "Llende de participantes",
|
||||||
|
"Sharing" : "Compartición",
|
||||||
"Every participant is moderator" : "Tolos participantes son llendadores",
|
"Every participant is moderator" : "Tolos participantes son llendadores",
|
||||||
"Miscellaneous" : "Miscelanea",
|
"Miscellaneous" : "Miscelanea",
|
||||||
"Clean layout" : "Distribución llimpia",
|
"Clean layout" : "Distribución llimpia",
|
||||||
|
|
@ -59,8 +65,10 @@
|
||||||
"URL to room could not be stored." : "Nun se pudo atroxar la URL de la sala.",
|
"URL to room could not be stored." : "Nun se pudo atroxar la URL de la sala.",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Could not delete record" : "Nun se pudo desaniciar la grabación",
|
"Could not delete record" : "Nun se pudo desaniciar la grabación",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nun tienes permisu pa camudar esta opción porque la sala ta compartida contigo.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nun tienes permisu pa camudar esta opción porque la sala ta compartida contigo.",
|
||||||
"Group name" : "Nome del grupu",
|
"Group name" : "Nome del grupu",
|
||||||
|
"Group …" : "Grupu…",
|
||||||
"All users" : "Tolos usuarios",
|
"All users" : "Tolos usuarios",
|
||||||
"All" : "Too",
|
"All" : "Too",
|
||||||
"Settings saved" : "Guardóse la configuración",
|
"Settings saved" : "Guardóse la configuración",
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
||||||
"Group" : "Qrup",
|
"Group" : "Qrup",
|
||||||
"Name" : "Ad",
|
"Name" : "Ad",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
|
"Sharing" : "Paylaşılır",
|
||||||
"Create" : "Yarat",
|
"Create" : "Yarat",
|
||||||
"Published" : "Nəşr edilmiş",
|
"Published" : "Nəşr edilmiş",
|
||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
"Group" : "Qrup",
|
"Group" : "Qrup",
|
||||||
"Name" : "Ad",
|
"Name" : "Ad",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
|
"Sharing" : "Paylaşılır",
|
||||||
"Create" : "Yarat",
|
"Create" : "Yarat",
|
||||||
"Published" : "Nəşr edilmiş",
|
"Published" : "Nəşr edilmiş",
|
||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,9 @@ OC.L10N.register(
|
||||||
"You unshared the room %s with {shareWith}." : "Вы скасавалі абагульванне пакоя %s з {shareWith}.",
|
"You unshared the room %s with {shareWith}." : "Вы скасавалі абагульванне пакоя %s з {shareWith}.",
|
||||||
"{user} unshared the room %s with you." : "{user} скасаваў(-ла) абагульванне пакоя %s з вамі.",
|
"{user} unshared the room %s with you." : "{user} скасаваў(-ла) абагульванне пакоя %s з вамі.",
|
||||||
"Internal" : "Унутраны",
|
"Internal" : "Унутраны",
|
||||||
|
"Loading…" : "Загрузка…",
|
||||||
"Send to" : "Адправіць",
|
"Send to" : "Адправіць",
|
||||||
|
"Close" : "Закрыць",
|
||||||
"Back to %s" : "Назад да %s",
|
"Back to %s" : "Назад да %s",
|
||||||
"API URL" : "URL-адрас API",
|
"API URL" : "URL-адрас API",
|
||||||
"Save" : "Захаваць",
|
"Save" : "Захаваць",
|
||||||
|
|
@ -19,6 +21,7 @@ OC.L10N.register(
|
||||||
"Name" : "Назва",
|
"Name" : "Назва",
|
||||||
"Access" : "Доступ",
|
"Access" : "Доступ",
|
||||||
"Edit" : "Рэдагаваць",
|
"Edit" : "Рэдагаваць",
|
||||||
|
"Sharing" : "Абагульванне",
|
||||||
"Recording" : "Запіс",
|
"Recording" : "Запіс",
|
||||||
"Create" : "Стварыць",
|
"Create" : "Стварыць",
|
||||||
"Published" : "Апублікавана",
|
"Published" : "Апублікавана",
|
||||||
|
|
@ -27,6 +30,7 @@ OC.L10N.register(
|
||||||
"Delete \"{name}\"?" : "Выдаліць \"{name}\"?",
|
"Delete \"{name}\"?" : "Выдаліць \"{name}\"?",
|
||||||
"Error" : "Памылка",
|
"Error" : "Памылка",
|
||||||
"Start" : "Запусціць",
|
"Start" : "Запусціць",
|
||||||
|
"Loading" : "Загрузка",
|
||||||
"Group name" : "Назва групы",
|
"Group name" : "Назва групы",
|
||||||
"All" : "Усе",
|
"All" : "Усе",
|
||||||
"Settings saved" : "Налады захаваны",
|
"Settings saved" : "Налады захаваны",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
"You unshared the room %s with {shareWith}." : "Вы скасавалі абагульванне пакоя %s з {shareWith}.",
|
"You unshared the room %s with {shareWith}." : "Вы скасавалі абагульванне пакоя %s з {shareWith}.",
|
||||||
"{user} unshared the room %s with you." : "{user} скасаваў(-ла) абагульванне пакоя %s з вамі.",
|
"{user} unshared the room %s with you." : "{user} скасаваў(-ла) абагульванне пакоя %s з вамі.",
|
||||||
"Internal" : "Унутраны",
|
"Internal" : "Унутраны",
|
||||||
|
"Loading…" : "Загрузка…",
|
||||||
"Send to" : "Адправіць",
|
"Send to" : "Адправіць",
|
||||||
|
"Close" : "Закрыць",
|
||||||
"Back to %s" : "Назад да %s",
|
"Back to %s" : "Назад да %s",
|
||||||
"API URL" : "URL-адрас API",
|
"API URL" : "URL-адрас API",
|
||||||
"Save" : "Захаваць",
|
"Save" : "Захаваць",
|
||||||
|
|
@ -17,6 +19,7 @@
|
||||||
"Name" : "Назва",
|
"Name" : "Назва",
|
||||||
"Access" : "Доступ",
|
"Access" : "Доступ",
|
||||||
"Edit" : "Рэдагаваць",
|
"Edit" : "Рэдагаваць",
|
||||||
|
"Sharing" : "Абагульванне",
|
||||||
"Recording" : "Запіс",
|
"Recording" : "Запіс",
|
||||||
"Create" : "Стварыць",
|
"Create" : "Стварыць",
|
||||||
"Published" : "Апублікавана",
|
"Published" : "Апублікавана",
|
||||||
|
|
@ -25,6 +28,7 @@
|
||||||
"Delete \"{name}\"?" : "Выдаліць \"{name}\"?",
|
"Delete \"{name}\"?" : "Выдаліць \"{name}\"?",
|
||||||
"Error" : "Памылка",
|
"Error" : "Памылка",
|
||||||
"Start" : "Запусціць",
|
"Start" : "Запусціць",
|
||||||
|
"Loading" : "Загрузка",
|
||||||
"Group name" : "Назва групы",
|
"Group name" : "Назва групы",
|
||||||
"All" : "Усе",
|
"All" : "Усе",
|
||||||
"Settings saved" : "Налады захаваны",
|
"Settings saved" : "Налады захаваны",
|
||||||
|
|
|
||||||
10
l10n/bg.js
10
l10n/bg.js
|
|
@ -24,10 +24,12 @@ OC.L10N.register(
|
||||||
"BigBlueButton integration for Nextcloud" : "Интеграция с BigBlueButton за Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Интеграция с BigBlueButton за Nextcloud",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Това приложение позволява създаването на срещи с външна инсталация на [BigBlueButton](https://bigbluebutton.org). \n\n* **Настройка на стаята** Създайте множество конфигурации на стаи с име, приветствено съобщение…\n* **Споделяне на връзка за гости** Споделяне на връзката към стаята с всички Ваши гости\n* **Споделяне на връзка към модератор** Поканете модераторите в стаята\n* **Споделяне на стаи** Споделяне на стаи с членове, групи или кръгове\n* **Персонализирана презентация** Започнете стая с избрана презентация от Вашия файлов браузър\n* **Управление на записи** Преглеждайте, споделяйте и изтривайте записи за Вашите стаи\n* **Ограничения** Ограничаване на създаването на стаи до определени групи\n* **Дейности** Получете общ преглед на дейностите в стаята си\n\nКратко ръководство за стартиране и допълнителна информация в нашия [readme](https://github.com/littleredbutton/cloud_bbb).\nХаресва ли ви това приложение? Дайте нещо обратно на общността с отворен код и разгледайте нашите\n[начини за принос](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nДобре дошли, сътрудници! Ако имате време, би било чудесно, ако можете да помогнете за подобряването на това приложение.\n\n*Това приложение интегрира BigBlueButton и не е одобрено или сертифицирано от BigBlueButton Inc. BigBlueButton и логото на BigBlueButton са търговски марки на BigBlueButton Inc.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Това приложение позволява създаването на срещи с външна инсталация на [BigBlueButton](https://bigbluebutton.org). \n\n* **Настройка на стаята** Създайте множество конфигурации на стаи с име, приветствено съобщение…\n* **Споделяне на връзка за гости** Споделяне на връзката към стаята с всички Ваши гости\n* **Споделяне на връзка към модератор** Поканете модераторите в стаята\n* **Споделяне на стаи** Споделяне на стаи с членове, групи или кръгове\n* **Персонализирана презентация** Започнете стая с избрана презентация от Вашия файлов браузър\n* **Управление на записи** Преглеждайте, споделяйте и изтривайте записи за Вашите стаи\n* **Ограничения** Ограничаване на създаването на стаи до определени групи\n* **Дейности** Получете общ преглед на дейностите в стаята си\n\nКратко ръководство за стартиране и допълнителна информация в нашия [readme](https://github.com/littleredbutton/cloud_bbb).\nХаресва ли ви това приложение? Дайте нещо обратно на общността с отворен код и разгледайте нашите\n[начини за принос](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nДобре дошли, сътрудници! Ако имате време, би било чудесно, ако можете да помогнете за подобряването на това приложение.\n\n*Това приложение интегрира BigBlueButton и не е одобрено или сертифицирано от BigBlueButton Inc. BigBlueButton и логото на BigBlueButton са търговски марки на BigBlueButton Inc.*",
|
||||||
"Send to BBB" : "Изпращане до BBB",
|
"Send to BBB" : "Изпращане до BBB",
|
||||||
|
"Loading…" : "Зареждане…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Моля, изберете стаята, в която искате да използвате файла \"{filename}\".",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Моля, изберете стаята, в която искате да използвате файла \"{filename}\".",
|
||||||
"Send to" : "Изпращане до",
|
"Send to" : "Изпращане до",
|
||||||
"Start with" : "Започване с",
|
"Start with" : "Започване с",
|
||||||
"No rooms available!" : "Няма налични стаи!",
|
"No rooms available!" : "Няма налични стаи!",
|
||||||
|
"Close" : "Затваряне",
|
||||||
"Room not found" : "Стаята не е намерена ",
|
"Room not found" : "Стаята не е намерена ",
|
||||||
"The room could not be found. Maybe it was deleted?" : "Стаята не можа да бъде намерена. Може би е изтрита?",
|
"The room could not be found. Maybe it was deleted?" : "Стаята не можа да бъде намерена. Може би е изтрита?",
|
||||||
"Back to %s" : "Обратно към %s",
|
"Back to %s" : "Обратно към %s",
|
||||||
|
|
@ -59,6 +61,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Здравейте %s",
|
"Hello %s" : "Здравейте %s",
|
||||||
"Name, group …" : "Име, група…",
|
"Name, group …" : "Име, група…",
|
||||||
"Group" : "Група",
|
"Group" : "Група",
|
||||||
|
"Searching" : "Търсене",
|
||||||
"No matches" : "Няма съвпадения.",
|
"No matches" : "Няма съвпадения.",
|
||||||
"admin" : "администратор",
|
"admin" : "администратор",
|
||||||
"moderator" : "модератор",
|
"moderator" : "модератор",
|
||||||
|
|
@ -87,6 +90,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ако е активирано, потребителят не трябва да извършва ехо повикване и визуализация на уеб камера при първото присъединяване (достъпно от BBB сървър 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ако е активирано, потребителят не трябва да извършва ехо повикване и визуализация на уеб камера при първото присъединяване (достъпно от BBB сървър 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Ако е активирано, списъкът с потребители, зоната за чат и презентация са скрити по подразбиране.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Ако е активирано, списъкът с потребители, зоната за чат и презентация са скрити по подразбиране.",
|
||||||
"If enabled, all users will join the meeting muted." : "Ако е активирано, всички потребители ще се присъединят към срещата със заглушен звук.",
|
"If enabled, all users will join the meeting muted." : "Ако е активирано, всички потребители ще се присъединят към срещата със заглушен звук.",
|
||||||
|
"Edit \"{room}\"" : "Редактиране на „{room}“ ",
|
||||||
|
"Room URL" : "URL адрес на стая",
|
||||||
|
"Welcome" : "Добре дошли",
|
||||||
|
"Participant limit" : "Лимит на участниците",
|
||||||
|
"Sharing" : "Споделяне",
|
||||||
"Every participant is moderator" : "Всеки участник е модератор",
|
"Every participant is moderator" : "Всеки участник е модератор",
|
||||||
"Moderator access via URL" : "Достъп на модератор чрез URL",
|
"Moderator access via URL" : "Достъп на модератор чрез URL",
|
||||||
"Miscellaneous" : "Разни",
|
"Miscellaneous" : "Разни",
|
||||||
|
|
@ -120,11 +128,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Отваряне на стая",
|
"Open room" : "Отваряне на стая",
|
||||||
"Start" : "Начало",
|
"Start" : "Начало",
|
||||||
"Clone room" : "Клониране на стая",
|
"Clone room" : "Клониране на стая",
|
||||||
|
"Loading" : "Зареждане",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
||||||
"Group name" : "Име на групата",
|
"Group name" : "Име на групата",
|
||||||
"Max. rooms" : "Макс. стаи",
|
"Max. rooms" : "Макс. стаи",
|
||||||
"Access options" : "Опции за достъп",
|
"Access options" : "Опции за достъп",
|
||||||
"Max. participants" : "Макс. участници ",
|
"Max. participants" : "Макс. участници ",
|
||||||
|
"Group …" : "Група ...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограниченията не засягат съществуващите стаи. Минус едно означава, че стойността е неограничена. За всеки потребителсе избира най-малко ограничителната опция, ако се прилагат множество ограничения.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограниченията не засягат съществуващите стаи. Минус едно означава, че стойността е неограничена. За всеки потребителсе избира най-малко ограничителната опция, ако се прилагат множество ограничения.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Сигурни ли сте, че искате да изтриете ограниченията за групата „{name}“? Тази операция не може да бъде отменена.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Сигурни ли сте, че искате да изтриете ограниченията за групата „{name}“? Тази операция не може да бъде отменена.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Да се изтрият ли ограниченията за „{name}“?",
|
"Delete restrictions for \"{name}\"?" : "Да се изтрият ли ограниченията за „{name}“?",
|
||||||
|
|
|
||||||
10
l10n/bg.json
10
l10n/bg.json
|
|
@ -22,10 +22,12 @@
|
||||||
"BigBlueButton integration for Nextcloud" : "Интеграция с BigBlueButton за Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Интеграция с BigBlueButton за Nextcloud",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Това приложение позволява създаването на срещи с външна инсталация на [BigBlueButton](https://bigbluebutton.org). \n\n* **Настройка на стаята** Създайте множество конфигурации на стаи с име, приветствено съобщение…\n* **Споделяне на връзка за гости** Споделяне на връзката към стаята с всички Ваши гости\n* **Споделяне на връзка към модератор** Поканете модераторите в стаята\n* **Споделяне на стаи** Споделяне на стаи с членове, групи или кръгове\n* **Персонализирана презентация** Започнете стая с избрана презентация от Вашия файлов браузър\n* **Управление на записи** Преглеждайте, споделяйте и изтривайте записи за Вашите стаи\n* **Ограничения** Ограничаване на създаването на стаи до определени групи\n* **Дейности** Получете общ преглед на дейностите в стаята си\n\nКратко ръководство за стартиране и допълнителна информация в нашия [readme](https://github.com/littleredbutton/cloud_bbb).\nХаресва ли ви това приложение? Дайте нещо обратно на общността с отворен код и разгледайте нашите\n[начини за принос](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nДобре дошли, сътрудници! Ако имате време, би било чудесно, ако можете да помогнете за подобряването на това приложение.\n\n*Това приложение интегрира BigBlueButton и не е одобрено или сертифицирано от BigBlueButton Inc. BigBlueButton и логото на BigBlueButton са търговски марки на BigBlueButton Inc.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Това приложение позволява създаването на срещи с външна инсталация на [BigBlueButton](https://bigbluebutton.org). \n\n* **Настройка на стаята** Създайте множество конфигурации на стаи с име, приветствено съобщение…\n* **Споделяне на връзка за гости** Споделяне на връзката към стаята с всички Ваши гости\n* **Споделяне на връзка към модератор** Поканете модераторите в стаята\n* **Споделяне на стаи** Споделяне на стаи с членове, групи или кръгове\n* **Персонализирана презентация** Започнете стая с избрана презентация от Вашия файлов браузър\n* **Управление на записи** Преглеждайте, споделяйте и изтривайте записи за Вашите стаи\n* **Ограничения** Ограничаване на създаването на стаи до определени групи\n* **Дейности** Получете общ преглед на дейностите в стаята си\n\nКратко ръководство за стартиране и допълнителна информация в нашия [readme](https://github.com/littleredbutton/cloud_bbb).\nХаресва ли ви това приложение? Дайте нещо обратно на общността с отворен код и разгледайте нашите\n[начини за принос](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nДобре дошли, сътрудници! Ако имате време, би било чудесно, ако можете да помогнете за подобряването на това приложение.\n\n*Това приложение интегрира BigBlueButton и не е одобрено или сертифицирано от BigBlueButton Inc. BigBlueButton и логото на BigBlueButton са търговски марки на BigBlueButton Inc.*",
|
||||||
"Send to BBB" : "Изпращане до BBB",
|
"Send to BBB" : "Изпращане до BBB",
|
||||||
|
"Loading…" : "Зареждане…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Моля, изберете стаята, в която искате да използвате файла \"{filename}\".",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Моля, изберете стаята, в която искате да използвате файла \"{filename}\".",
|
||||||
"Send to" : "Изпращане до",
|
"Send to" : "Изпращане до",
|
||||||
"Start with" : "Започване с",
|
"Start with" : "Започване с",
|
||||||
"No rooms available!" : "Няма налични стаи!",
|
"No rooms available!" : "Няма налични стаи!",
|
||||||
|
"Close" : "Затваряне",
|
||||||
"Room not found" : "Стаята не е намерена ",
|
"Room not found" : "Стаята не е намерена ",
|
||||||
"The room could not be found. Maybe it was deleted?" : "Стаята не можа да бъде намерена. Може би е изтрита?",
|
"The room could not be found. Maybe it was deleted?" : "Стаята не можа да бъде намерена. Може би е изтрита?",
|
||||||
"Back to %s" : "Обратно към %s",
|
"Back to %s" : "Обратно към %s",
|
||||||
|
|
@ -57,6 +59,7 @@
|
||||||
"Hello %s" : "Здравейте %s",
|
"Hello %s" : "Здравейте %s",
|
||||||
"Name, group …" : "Име, група…",
|
"Name, group …" : "Име, група…",
|
||||||
"Group" : "Група",
|
"Group" : "Група",
|
||||||
|
"Searching" : "Търсене",
|
||||||
"No matches" : "Няма съвпадения.",
|
"No matches" : "Няма съвпадения.",
|
||||||
"admin" : "администратор",
|
"admin" : "администратор",
|
||||||
"moderator" : "модератор",
|
"moderator" : "модератор",
|
||||||
|
|
@ -85,6 +88,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ако е активирано, потребителят не трябва да извършва ехо повикване и визуализация на уеб камера при първото присъединяване (достъпно от BBB сървър 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ако е активирано, потребителят не трябва да извършва ехо повикване и визуализация на уеб камера при първото присъединяване (достъпно от BBB сървър 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Ако е активирано, списъкът с потребители, зоната за чат и презентация са скрити по подразбиране.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Ако е активирано, списъкът с потребители, зоната за чат и презентация са скрити по подразбиране.",
|
||||||
"If enabled, all users will join the meeting muted." : "Ако е активирано, всички потребители ще се присъединят към срещата със заглушен звук.",
|
"If enabled, all users will join the meeting muted." : "Ако е активирано, всички потребители ще се присъединят към срещата със заглушен звук.",
|
||||||
|
"Edit \"{room}\"" : "Редактиране на „{room}“ ",
|
||||||
|
"Room URL" : "URL адрес на стая",
|
||||||
|
"Welcome" : "Добре дошли",
|
||||||
|
"Participant limit" : "Лимит на участниците",
|
||||||
|
"Sharing" : "Споделяне",
|
||||||
"Every participant is moderator" : "Всеки участник е модератор",
|
"Every participant is moderator" : "Всеки участник е модератор",
|
||||||
"Moderator access via URL" : "Достъп на модератор чрез URL",
|
"Moderator access via URL" : "Достъп на модератор чрез URL",
|
||||||
"Miscellaneous" : "Разни",
|
"Miscellaneous" : "Разни",
|
||||||
|
|
@ -118,11 +126,13 @@
|
||||||
"Open room" : "Отваряне на стая",
|
"Open room" : "Отваряне на стая",
|
||||||
"Start" : "Начало",
|
"Start" : "Начало",
|
||||||
"Clone room" : "Клониране на стая",
|
"Clone room" : "Клониране на стая",
|
||||||
|
"Loading" : "Зареждане",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
"You are not allowed to change this option, because this room is shared with you." : "Нямате право да променяте тази опция, защото тази стая е споделена с вас.",
|
||||||
"Group name" : "Име на групата",
|
"Group name" : "Име на групата",
|
||||||
"Max. rooms" : "Макс. стаи",
|
"Max. rooms" : "Макс. стаи",
|
||||||
"Access options" : "Опции за достъп",
|
"Access options" : "Опции за достъп",
|
||||||
"Max. participants" : "Макс. участници ",
|
"Max. participants" : "Макс. участници ",
|
||||||
|
"Group …" : "Група ...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограниченията не засягат съществуващите стаи. Минус едно означава, че стойността е неограничена. За всеки потребителсе избира най-малко ограничителната опция, ако се прилагат множество ограничения.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограниченията не засягат съществуващите стаи. Минус едно означава, че стойността е неограничена. За всеки потребителсе избира най-малко ограничителната опция, ако се прилагат множество ограничения.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Сигурни ли сте, че искате да изтриете ограниченията за групата „{name}“? Тази операция не може да бъде отменена.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Сигурни ли сте, че искате да изтриете ограниченията за групата „{name}“? Тази операция не може да бъде отменена.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Да се изтрият ли ограниченията за „{name}“?",
|
"Delete restrictions for \"{name}\"?" : "Да се изтрият ли ограниченията за „{name}“?",
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
|
"Close" : "বন্ধ",
|
||||||
"Save" : "সংরক্ষণ",
|
"Save" : "সংরক্ষণ",
|
||||||
"Password" : "কূটশব্দ",
|
"Password" : "কূটশব্দ",
|
||||||
"Hello %s" : "হ্যালো %s",
|
"Hello %s" : "হ্যালো %s",
|
||||||
"Group" : "গোষ্ঠীসমূহ",
|
"Group" : "গোষ্ঠীসমূহ",
|
||||||
"Name" : "নাম",
|
"Name" : "নাম",
|
||||||
"Edit" : "সম্পাদনা",
|
"Edit" : "সম্পাদনা",
|
||||||
|
"Sharing" : "ভাগাভাগিরত",
|
||||||
"Create" : "তৈরী কর",
|
"Create" : "তৈরী কর",
|
||||||
"Delete" : "মুছে",
|
"Delete" : "মুছে",
|
||||||
"Error" : "সমস্যা",
|
"Error" : "সমস্যা",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,12 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Close" : "বন্ধ",
|
||||||
"Save" : "সংরক্ষণ",
|
"Save" : "সংরক্ষণ",
|
||||||
"Password" : "কূটশব্দ",
|
"Password" : "কূটশব্দ",
|
||||||
"Hello %s" : "হ্যালো %s",
|
"Hello %s" : "হ্যালো %s",
|
||||||
"Group" : "গোষ্ঠীসমূহ",
|
"Group" : "গোষ্ঠীসমূহ",
|
||||||
"Name" : "নাম",
|
"Name" : "নাম",
|
||||||
"Edit" : "সম্পাদনা",
|
"Edit" : "সম্পাদনা",
|
||||||
|
"Sharing" : "ভাগাভাগিরত",
|
||||||
"Create" : "তৈরী কর",
|
"Create" : "তৈরী কর",
|
||||||
"Delete" : "মুছে",
|
"Delete" : "মুছে",
|
||||||
"Error" : "সমস্যা",
|
"Error" : "সমস্যা",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
"Public" : "Publik",
|
"Public" : "Publik",
|
||||||
|
"Loading…" : "O kargañ...",
|
||||||
|
"Close" : "Serriñ",
|
||||||
"Back to %s" : "Distro da %s",
|
"Back to %s" : "Distro da %s",
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Community" : "Kumuniezh",
|
"Community" : "Kumuniezh",
|
||||||
|
|
@ -15,10 +17,12 @@ OC.L10N.register(
|
||||||
"moderator" : "habaskaer",
|
"moderator" : "habaskaer",
|
||||||
"Name" : "Anv",
|
"Name" : "Anv",
|
||||||
"Edit" : "Cheñch",
|
"Edit" : "Cheñch",
|
||||||
|
"Sharing" : "Rannan",
|
||||||
"Create" : "Krouiñ",
|
"Create" : "Krouiñ",
|
||||||
"Delete" : "Dilemel",
|
"Delete" : "Dilemel",
|
||||||
"Error" : "Fazi",
|
"Error" : "Fazi",
|
||||||
"Delete?" : "Dilemel?",
|
"Delete?" : "Dilemel?",
|
||||||
|
"Loading" : "Kargañ",
|
||||||
"All" : "Pep tra",
|
"All" : "Pep tra",
|
||||||
"Settings saved" : "Stummoù enrollet"
|
"Settings saved" : "Stummoù enrollet"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Public" : "Publik",
|
"Public" : "Publik",
|
||||||
|
"Loading…" : "O kargañ...",
|
||||||
|
"Close" : "Serriñ",
|
||||||
"Back to %s" : "Distro da %s",
|
"Back to %s" : "Distro da %s",
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Community" : "Kumuniezh",
|
"Community" : "Kumuniezh",
|
||||||
|
|
@ -13,10 +15,12 @@
|
||||||
"moderator" : "habaskaer",
|
"moderator" : "habaskaer",
|
||||||
"Name" : "Anv",
|
"Name" : "Anv",
|
||||||
"Edit" : "Cheñch",
|
"Edit" : "Cheñch",
|
||||||
|
"Sharing" : "Rannan",
|
||||||
"Create" : "Krouiñ",
|
"Create" : "Krouiñ",
|
||||||
"Delete" : "Dilemel",
|
"Delete" : "Dilemel",
|
||||||
"Error" : "Fazi",
|
"Error" : "Fazi",
|
||||||
"Delete?" : "Dilemel?",
|
"Delete?" : "Dilemel?",
|
||||||
|
"Loading" : "Kargañ",
|
||||||
"All" : "Pep tra",
|
"All" : "Pep tra",
|
||||||
"Settings saved" : "Stummoù enrollet"
|
"Settings saved" : "Stummoù enrollet"
|
||||||
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
|
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,13 @@ OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
"Public" : "Javno",
|
"Public" : "Javno",
|
||||||
|
"Close" : "Zatvori",
|
||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"Password" : "Lozinka",
|
"Password" : "Lozinka",
|
||||||
"Group" : "Grupa",
|
"Group" : "Grupa",
|
||||||
"Name" : "Ime",
|
"Name" : "Ime",
|
||||||
"Edit" : "Izmjeni",
|
"Edit" : "Izmjeni",
|
||||||
|
"Sharing" : "Dijeljenje",
|
||||||
"Create" : "Ustvari",
|
"Create" : "Ustvari",
|
||||||
"Delete" : "Obriši",
|
"Delete" : "Obriši",
|
||||||
"Error" : "Greška",
|
"Error" : "Greška",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,12 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Public" : "Javno",
|
"Public" : "Javno",
|
||||||
|
"Close" : "Zatvori",
|
||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"Password" : "Lozinka",
|
"Password" : "Lozinka",
|
||||||
"Group" : "Grupa",
|
"Group" : "Grupa",
|
||||||
"Name" : "Ime",
|
"Name" : "Ime",
|
||||||
"Edit" : "Izmjeni",
|
"Edit" : "Izmjeni",
|
||||||
|
"Sharing" : "Dijeljenje",
|
||||||
"Create" : "Ustvari",
|
"Create" : "Ustvari",
|
||||||
"Delete" : "Obriši",
|
"Delete" : "Obriši",
|
||||||
"Error" : "Greška",
|
"Error" : "Greška",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Hola, %s",
|
"Hello %s" : "Hola, %s",
|
||||||
"Name, group …" : "Nom, grup …",
|
"Name, group …" : "Nom, grup …",
|
||||||
"Group" : "Grup",
|
"Group" : "Grup",
|
||||||
|
"Searching" : "Cerca",
|
||||||
"No matches" : "Cap coincidència",
|
"No matches" : "Cap coincidència",
|
||||||
"admin" : "administrador",
|
"admin" : "administrador",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -89,6 +90,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si està habilitat, l'usuari no ha de realitzar una trucada d'eco ni una vista prèvia de la càmera web a la primera participació (disponible des del servidor BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si està habilitat, l'usuari no ha de realitzar una trucada d'eco ni una vista prèvia de la càmera web a la primera participació (disponible des del servidor BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si està activat, la llista d'usuaris, l'àrea de xat i la presentació s'amaguen per defecte.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si està activat, la llista d'usuaris, l'àrea de xat i la presentació s'amaguen per defecte.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si està activat, tots els usuaris s'uniran a la reunió silenciats.",
|
"If enabled, all users will join the meeting muted." : "Si està activat, tots els usuaris s'uniran a la reunió silenciats.",
|
||||||
|
"Edit \"{room}\"" : "Edició \"{room}\"",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Benvingut",
|
||||||
|
"Participant limit" : "Límit de participants",
|
||||||
|
"Sharing" : "Ús compartit",
|
||||||
"Every participant is moderator" : "Cada participant és moderador",
|
"Every participant is moderator" : "Cada participant és moderador",
|
||||||
"Moderator access via URL" : "Accés moderador mitjançant URL",
|
"Moderator access via URL" : "Accés moderador mitjançant URL",
|
||||||
"Miscellaneous" : "Miscel·lània",
|
"Miscellaneous" : "Miscel·lània",
|
||||||
|
|
@ -122,11 +128,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Obrir sala",
|
"Open room" : "Obrir sala",
|
||||||
"Start" : "Inici",
|
"Start" : "Inici",
|
||||||
"Clone room" : "Clonar sala",
|
"Clone room" : "Clonar sala",
|
||||||
|
"Loading" : "S'està carregant",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "No podeu canviar aquesta opció perquè aquesta sala es comparteix amb vostè.",
|
"You are not allowed to change this option, because this room is shared with you." : "No podeu canviar aquesta opció perquè aquesta sala es comparteix amb vostè.",
|
||||||
"Group name" : "Nom del grup",
|
"Group name" : "Nom del grup",
|
||||||
"Max. rooms" : "Màx. sales",
|
"Max. rooms" : "Màx. sales",
|
||||||
"Access options" : "Opcions d'accés",
|
"Access options" : "Opcions d'accés",
|
||||||
"Max. participants" : "Màx. participants",
|
"Max. participants" : "Màx. participants",
|
||||||
|
"Group …" : "Grup …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restriccions no afecten les sales existents. Menys un significa que el valor és il·limitat. L'opció menys restrictiva es tria per a cada usuari si apliquen diverses restriccions.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restriccions no afecten les sales existents. Menys un significa que el valor és il·limitat. L'opció menys restrictiva es tria per a cada usuari si apliquen diverses restriccions.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Esteu segur que voleu suprimir les restriccions del grup \"{name}\"? Aquesta operació no es pot desfer.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Esteu segur que voleu suprimir les restriccions del grup \"{name}\"? Aquesta operació no es pot desfer.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Voleu suprimir restriccions per a \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Voleu suprimir restriccions per a \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@
|
||||||
"Hello %s" : "Hola, %s",
|
"Hello %s" : "Hola, %s",
|
||||||
"Name, group …" : "Nom, grup …",
|
"Name, group …" : "Nom, grup …",
|
||||||
"Group" : "Grup",
|
"Group" : "Grup",
|
||||||
|
"Searching" : "Cerca",
|
||||||
"No matches" : "Cap coincidència",
|
"No matches" : "Cap coincidència",
|
||||||
"admin" : "administrador",
|
"admin" : "administrador",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -87,6 +88,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si està habilitat, l'usuari no ha de realitzar una trucada d'eco ni una vista prèvia de la càmera web a la primera participació (disponible des del servidor BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si està habilitat, l'usuari no ha de realitzar una trucada d'eco ni una vista prèvia de la càmera web a la primera participació (disponible des del servidor BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si està activat, la llista d'usuaris, l'àrea de xat i la presentació s'amaguen per defecte.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si està activat, la llista d'usuaris, l'àrea de xat i la presentació s'amaguen per defecte.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si està activat, tots els usuaris s'uniran a la reunió silenciats.",
|
"If enabled, all users will join the meeting muted." : "Si està activat, tots els usuaris s'uniran a la reunió silenciats.",
|
||||||
|
"Edit \"{room}\"" : "Edició \"{room}\"",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Benvingut",
|
||||||
|
"Participant limit" : "Límit de participants",
|
||||||
|
"Sharing" : "Ús compartit",
|
||||||
"Every participant is moderator" : "Cada participant és moderador",
|
"Every participant is moderator" : "Cada participant és moderador",
|
||||||
"Moderator access via URL" : "Accés moderador mitjançant URL",
|
"Moderator access via URL" : "Accés moderador mitjançant URL",
|
||||||
"Miscellaneous" : "Miscel·lània",
|
"Miscellaneous" : "Miscel·lània",
|
||||||
|
|
@ -120,11 +126,13 @@
|
||||||
"Open room" : "Obrir sala",
|
"Open room" : "Obrir sala",
|
||||||
"Start" : "Inici",
|
"Start" : "Inici",
|
||||||
"Clone room" : "Clonar sala",
|
"Clone room" : "Clonar sala",
|
||||||
|
"Loading" : "S'està carregant",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "No podeu canviar aquesta opció perquè aquesta sala es comparteix amb vostè.",
|
"You are not allowed to change this option, because this room is shared with you." : "No podeu canviar aquesta opció perquè aquesta sala es comparteix amb vostè.",
|
||||||
"Group name" : "Nom del grup",
|
"Group name" : "Nom del grup",
|
||||||
"Max. rooms" : "Màx. sales",
|
"Max. rooms" : "Màx. sales",
|
||||||
"Access options" : "Opcions d'accés",
|
"Access options" : "Opcions d'accés",
|
||||||
"Max. participants" : "Màx. participants",
|
"Max. participants" : "Màx. participants",
|
||||||
|
"Group …" : "Grup …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restriccions no afecten les sales existents. Menys un significa que el valor és il·limitat. L'opció menys restrictiva es tria per a cada usuari si apliquen diverses restriccions.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restriccions no afecten les sales existents. Menys un significa que el valor és il·limitat. L'opció menys restrictiva es tria per a cada usuari si apliquen diverses restriccions.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Esteu segur que voleu suprimir les restriccions del grup \"{name}\"? Aquesta operació no es pot desfer.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Esteu segur que voleu suprimir les restriccions del grup \"{name}\"? Aquesta operació no es pot desfer.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Voleu suprimir restriccions per a \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Voleu suprimir restriccions per a \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Dobrý den, %s",
|
"Hello %s" : "Dobrý den, %s",
|
||||||
"Name, group …" : "Jméno, skupina …",
|
"Name, group …" : "Jméno, skupina …",
|
||||||
"Group" : "Skupina",
|
"Group" : "Skupina",
|
||||||
|
"Searching" : "Hledá se",
|
||||||
"No matches" : "Žádné shody",
|
"No matches" : "Žádné shody",
|
||||||
"admin" : "správce",
|
"admin" : "správce",
|
||||||
"moderator" : "moderátor",
|
"moderator" : "moderátor",
|
||||||
|
|
@ -90,6 +91,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Pokud je zapnuto, uživatel nemusí před prvním připojením absolvovat hovor pro zkoušku spojení a náhled obrazovky (k dispozici počínaje verzí BBB serveru 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Pokud je zapnuto, uživatel nemusí před prvním připojením absolvovat hovor pro zkoušku spojení a náhled obrazovky (k dispozici počínaje verzí BBB serveru 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Pokud je zapnut, seznam uživatelů, oblast s chatem a prezentací jsou výchozím stavu skryté.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Pokud je zapnut, seznam uživatelů, oblast s chatem a prezentací jsou výchozím stavu skryté.",
|
||||||
"If enabled, all users will join the meeting muted." : "Pokud je zapnuto, všichni uživatelé se připojí ke schůzce ztlumení.",
|
"If enabled, all users will join the meeting muted." : "Pokud je zapnuto, všichni uživatelé se připojí ke schůzce ztlumení.",
|
||||||
|
"Edit \"{room}\"" : "Upravit „{room}“",
|
||||||
|
"Room URL" : "URL místnosti",
|
||||||
|
"Welcome" : "Vítejte",
|
||||||
|
"Participant limit" : "Limit počtu účastníků",
|
||||||
|
"Sharing" : "Sdílení",
|
||||||
"Every participant is moderator" : "Každý z účastníků má práva moderátora",
|
"Every participant is moderator" : "Každý z účastníků má práva moderátora",
|
||||||
"Moderator access via URL" : "Moderátorský přístup přez URL",
|
"Moderator access via URL" : "Moderátorský přístup přez URL",
|
||||||
"Miscellaneous" : "Různé",
|
"Miscellaneous" : "Různé",
|
||||||
|
|
@ -123,11 +129,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Otevřít místnost",
|
"Open room" : "Otevřít místnost",
|
||||||
"Start" : "Spustit",
|
"Start" : "Spustit",
|
||||||
"Clone room" : "Klonovat místnost",
|
"Clone room" : "Klonovat místnost",
|
||||||
|
"Loading" : "Načítání",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
||||||
"Group name" : "Název skupiny",
|
"Group name" : "Název skupiny",
|
||||||
"Max. rooms" : "Nejvýše místností",
|
"Max. rooms" : "Nejvýše místností",
|
||||||
"Access options" : "Předvolby přístupu",
|
"Access options" : "Předvolby přístupu",
|
||||||
"Max. participants" : "Nejvýše účastníků",
|
"Max. participants" : "Nejvýše účastníků",
|
||||||
|
"Group …" : "Skupina…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Omezení neovlivní existující místnosti. Mínus 1 (-1) znamená, že hodnota je neomezená. Pokud je uplatněno vícero omezení, je pro každého uživatele zvoleno ta nejméně omezující volba.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Omezení neovlivní existující místnosti. Mínus 1 (-1) znamená, že hodnota je neomezená. Pokud je uplatněno vícero omezení, je pro každého uživatele zvoleno ta nejméně omezující volba.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Opravdu chcete mazat omezení pro skupinu „{name}“? Tuto operaci nelze vzít zpět.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Opravdu chcete mazat omezení pro skupinu „{name}“? Tuto operaci nelze vzít zpět.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Smazat omezení pro „{name}“?",
|
"Delete restrictions for \"{name}\"?" : "Smazat omezení pro „{name}“?",
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@
|
||||||
"Hello %s" : "Dobrý den, %s",
|
"Hello %s" : "Dobrý den, %s",
|
||||||
"Name, group …" : "Jméno, skupina …",
|
"Name, group …" : "Jméno, skupina …",
|
||||||
"Group" : "Skupina",
|
"Group" : "Skupina",
|
||||||
|
"Searching" : "Hledá se",
|
||||||
"No matches" : "Žádné shody",
|
"No matches" : "Žádné shody",
|
||||||
"admin" : "správce",
|
"admin" : "správce",
|
||||||
"moderator" : "moderátor",
|
"moderator" : "moderátor",
|
||||||
|
|
@ -88,6 +89,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Pokud je zapnuto, uživatel nemusí před prvním připojením absolvovat hovor pro zkoušku spojení a náhled obrazovky (k dispozici počínaje verzí BBB serveru 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Pokud je zapnuto, uživatel nemusí před prvním připojením absolvovat hovor pro zkoušku spojení a náhled obrazovky (k dispozici počínaje verzí BBB serveru 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Pokud je zapnut, seznam uživatelů, oblast s chatem a prezentací jsou výchozím stavu skryté.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Pokud je zapnut, seznam uživatelů, oblast s chatem a prezentací jsou výchozím stavu skryté.",
|
||||||
"If enabled, all users will join the meeting muted." : "Pokud je zapnuto, všichni uživatelé se připojí ke schůzce ztlumení.",
|
"If enabled, all users will join the meeting muted." : "Pokud je zapnuto, všichni uživatelé se připojí ke schůzce ztlumení.",
|
||||||
|
"Edit \"{room}\"" : "Upravit „{room}“",
|
||||||
|
"Room URL" : "URL místnosti",
|
||||||
|
"Welcome" : "Vítejte",
|
||||||
|
"Participant limit" : "Limit počtu účastníků",
|
||||||
|
"Sharing" : "Sdílení",
|
||||||
"Every participant is moderator" : "Každý z účastníků má práva moderátora",
|
"Every participant is moderator" : "Každý z účastníků má práva moderátora",
|
||||||
"Moderator access via URL" : "Moderátorský přístup přez URL",
|
"Moderator access via URL" : "Moderátorský přístup přez URL",
|
||||||
"Miscellaneous" : "Různé",
|
"Miscellaneous" : "Různé",
|
||||||
|
|
@ -121,11 +127,13 @@
|
||||||
"Open room" : "Otevřít místnost",
|
"Open room" : "Otevřít místnost",
|
||||||
"Start" : "Spustit",
|
"Start" : "Spustit",
|
||||||
"Clone room" : "Klonovat místnost",
|
"Clone room" : "Klonovat místnost",
|
||||||
|
"Loading" : "Načítání",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nemáte oprávnění měnit tuto volbu, protože tato místnost je vám jen nasdílena.",
|
||||||
"Group name" : "Název skupiny",
|
"Group name" : "Název skupiny",
|
||||||
"Max. rooms" : "Nejvýše místností",
|
"Max. rooms" : "Nejvýše místností",
|
||||||
"Access options" : "Předvolby přístupu",
|
"Access options" : "Předvolby přístupu",
|
||||||
"Max. participants" : "Nejvýše účastníků",
|
"Max. participants" : "Nejvýše účastníků",
|
||||||
|
"Group …" : "Skupina…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Omezení neovlivní existující místnosti. Mínus 1 (-1) znamená, že hodnota je neomezená. Pokud je uplatněno vícero omezení, je pro každého uživatele zvoleno ta nejméně omezující volba.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Omezení neovlivní existující místnosti. Mínus 1 (-1) znamená, že hodnota je neomezená. Pokud je uplatněno vícero omezení, je pro každého uživatele zvoleno ta nejméně omezující volba.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Opravdu chcete mazat omezení pro skupinu „{name}“? Tuto operaci nelze vzít zpět.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Opravdu chcete mazat omezení pro skupinu „{name}“? Tuto operaci nelze vzít zpět.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Smazat omezení pro „{name}“?",
|
"Delete restrictions for \"{name}\"?" : "Smazat omezení pro „{name}“?",
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,8 @@ OC.L10N.register(
|
||||||
"Access" : "Adgang",
|
"Access" : "Adgang",
|
||||||
"Max" : "Maks",
|
"Max" : "Maks",
|
||||||
"Edit" : "Redigér",
|
"Edit" : "Redigér",
|
||||||
|
"Welcome" : "Velkommen",
|
||||||
|
"Sharing" : "Deling",
|
||||||
"Miscellaneous" : "Diverse",
|
"Miscellaneous" : "Diverse",
|
||||||
"Recording" : "Optagelse",
|
"Recording" : "Optagelse",
|
||||||
"Room name" : "Rumnavn",
|
"Room name" : "Rumnavn",
|
||||||
|
|
@ -60,6 +62,7 @@ OC.L10N.register(
|
||||||
"Delete" : "Slet",
|
"Delete" : "Slet",
|
||||||
"Error" : "Fejl",
|
"Error" : "Fejl",
|
||||||
"Delete?" : "Slet?",
|
"Delete?" : "Slet?",
|
||||||
|
"Loading" : "Indlæser",
|
||||||
"Group name" : "Gruppenavn",
|
"Group name" : "Gruppenavn",
|
||||||
"All users" : "Alle brugere",
|
"All users" : "Alle brugere",
|
||||||
"All" : "Alle",
|
"All" : "Alle",
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,8 @@
|
||||||
"Access" : "Adgang",
|
"Access" : "Adgang",
|
||||||
"Max" : "Maks",
|
"Max" : "Maks",
|
||||||
"Edit" : "Redigér",
|
"Edit" : "Redigér",
|
||||||
|
"Welcome" : "Velkommen",
|
||||||
|
"Sharing" : "Deling",
|
||||||
"Miscellaneous" : "Diverse",
|
"Miscellaneous" : "Diverse",
|
||||||
"Recording" : "Optagelse",
|
"Recording" : "Optagelse",
|
||||||
"Room name" : "Rumnavn",
|
"Room name" : "Rumnavn",
|
||||||
|
|
@ -58,6 +60,7 @@
|
||||||
"Delete" : "Slet",
|
"Delete" : "Slet",
|
||||||
"Error" : "Fejl",
|
"Error" : "Fejl",
|
||||||
"Delete?" : "Slet?",
|
"Delete?" : "Slet?",
|
||||||
|
"Loading" : "Indlæser",
|
||||||
"Group name" : "Gruppenavn",
|
"Group name" : "Gruppenavn",
|
||||||
"All users" : "Alle brugere",
|
"All users" : "Alle brugere",
|
||||||
"All" : "Alle",
|
"All" : "Alle",
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Hallo %s",
|
"Hello %s" : "Hallo %s",
|
||||||
"Name, group …" : "Name, Gruppe …",
|
"Name, group …" : "Name, Gruppe …",
|
||||||
"Group" : "Gruppe",
|
"Group" : "Gruppe",
|
||||||
|
"Searching" : "Suche",
|
||||||
"No matches" : "Keine Übereinstimmungen",
|
"No matches" : "Keine Übereinstimmungen",
|
||||||
"admin" : "Administration",
|
"admin" : "Administration",
|
||||||
"moderator" : "Moderator",
|
"moderator" : "Moderator",
|
||||||
|
|
@ -91,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
||||||
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
||||||
|
"Edit \"{room}\"" : "\"{room}\" bearbeiten",
|
||||||
|
"Room URL" : "Raum-URL",
|
||||||
|
"Welcome" : "Willkommen",
|
||||||
|
"Participant limit" : "Teilnehmerbegrenzung",
|
||||||
|
"Sharing" : "Teilen",
|
||||||
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
||||||
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
||||||
"Miscellaneous" : "Verschiedenes",
|
"Miscellaneous" : "Verschiedenes",
|
||||||
|
|
@ -124,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Raum öffnen",
|
"Open room" : "Raum öffnen",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Clone room" : "Raum duplizieren",
|
"Clone room" : "Raum duplizieren",
|
||||||
|
"Loading" : "Lade",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
||||||
"Group name" : "Gruppenname",
|
"Group name" : "Gruppenname",
|
||||||
"Max. rooms" : "Max. Räume",
|
"Max. rooms" : "Max. Räume",
|
||||||
"Access options" : "Zugriffsoptionen",
|
"Access options" : "Zugriffsoptionen",
|
||||||
"Max. participants" : "Max. Teilnehmer",
|
"Max. participants" : "Max. Teilnehmer",
|
||||||
|
"Group …" : "Gruppe …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Bist du sicher, dass du die Beschränkungen für die Gruppe \"{name}\" entfernen möchtest? Dieser Vorgang kann nicht rückgängig gemacht werden.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Bist du sicher, dass du die Beschränkungen für die Gruppe \"{name}\" entfernen möchtest? Dieser Vorgang kann nicht rückgängig gemacht werden.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
"Hello %s" : "Hallo %s",
|
"Hello %s" : "Hallo %s",
|
||||||
"Name, group …" : "Name, Gruppe …",
|
"Name, group …" : "Name, Gruppe …",
|
||||||
"Group" : "Gruppe",
|
"Group" : "Gruppe",
|
||||||
|
"Searching" : "Suche",
|
||||||
"No matches" : "Keine Übereinstimmungen",
|
"No matches" : "Keine Übereinstimmungen",
|
||||||
"admin" : "Administration",
|
"admin" : "Administration",
|
||||||
"moderator" : "Moderator",
|
"moderator" : "Moderator",
|
||||||
|
|
@ -89,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
||||||
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
||||||
|
"Edit \"{room}\"" : "\"{room}\" bearbeiten",
|
||||||
|
"Room URL" : "Raum-URL",
|
||||||
|
"Welcome" : "Willkommen",
|
||||||
|
"Participant limit" : "Teilnehmerbegrenzung",
|
||||||
|
"Sharing" : "Teilen",
|
||||||
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
||||||
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
||||||
"Miscellaneous" : "Verschiedenes",
|
"Miscellaneous" : "Verschiedenes",
|
||||||
|
|
@ -122,11 +128,13 @@
|
||||||
"Open room" : "Raum öffnen",
|
"Open room" : "Raum öffnen",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Clone room" : "Raum duplizieren",
|
"Clone room" : "Raum duplizieren",
|
||||||
|
"Loading" : "Lade",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Du bist nicht berechtigt, diese Einstellung zu ändern, da dieser Raum mit dir geteilt wurde.",
|
||||||
"Group name" : "Gruppenname",
|
"Group name" : "Gruppenname",
|
||||||
"Max. rooms" : "Max. Räume",
|
"Max. rooms" : "Max. Räume",
|
||||||
"Access options" : "Zugriffsoptionen",
|
"Access options" : "Zugriffsoptionen",
|
||||||
"Max. participants" : "Max. Teilnehmer",
|
"Max. participants" : "Max. Teilnehmer",
|
||||||
|
"Group …" : "Gruppe …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Bist du sicher, dass du die Beschränkungen für die Gruppe \"{name}\" entfernen möchtest? Dieser Vorgang kann nicht rückgängig gemacht werden.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Bist du sicher, dass du die Beschränkungen für die Gruppe \"{name}\" entfernen möchtest? Dieser Vorgang kann nicht rückgängig gemacht werden.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Hallo %s",
|
"Hello %s" : "Hallo %s",
|
||||||
"Name, group …" : "Name, Gruppe …",
|
"Name, group …" : "Name, Gruppe …",
|
||||||
"Group" : "Gruppe",
|
"Group" : "Gruppe",
|
||||||
|
"Searching" : "Suche",
|
||||||
"No matches" : "Keine Übereinstimmungen",
|
"No matches" : "Keine Übereinstimmungen",
|
||||||
"admin" : "Administration",
|
"admin" : "Administration",
|
||||||
"moderator" : "Moderator",
|
"moderator" : "Moderator",
|
||||||
|
|
@ -91,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
||||||
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
||||||
|
"Edit \"{room}\"" : "\"{room}\" bearbeiten",
|
||||||
|
"Room URL" : "Raum-URL",
|
||||||
|
"Welcome" : "Willkommen",
|
||||||
|
"Participant limit" : "Teilnehmerbegrenzung",
|
||||||
|
"Sharing" : "Teilen",
|
||||||
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
||||||
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
||||||
"Miscellaneous" : "Verschiedenes",
|
"Miscellaneous" : "Verschiedenes",
|
||||||
|
|
@ -124,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Raum öffnen",
|
"Open room" : "Raum öffnen",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Clone room" : "Raum duplizieren",
|
"Clone room" : "Raum duplizieren",
|
||||||
|
"Loading" : "Lade",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Sie können diese Einstellung nicht ändern, da dieser Raum mit Ihnen geteilt wurde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Sie können diese Einstellung nicht ändern, da dieser Raum mit Ihnen geteilt wurde.",
|
||||||
"Group name" : "Gruppenname",
|
"Group name" : "Gruppenname",
|
||||||
"Max. rooms" : "Max. Räume",
|
"Max. rooms" : "Max. Räume",
|
||||||
"Access options" : "Zugriffsoptionen",
|
"Access options" : "Zugriffsoptionen",
|
||||||
"Max. participants" : "Max. Teilnehmer",
|
"Max. participants" : "Max. Teilnehmer",
|
||||||
|
"Group …" : "Gruppe …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{name}\" wirklich löschen? Diese Operation kann nicht rückgängig gemacht werden.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{name}\" wirklich löschen? Diese Operation kann nicht rückgängig gemacht werden.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
"Hello %s" : "Hallo %s",
|
"Hello %s" : "Hallo %s",
|
||||||
"Name, group …" : "Name, Gruppe …",
|
"Name, group …" : "Name, Gruppe …",
|
||||||
"Group" : "Gruppe",
|
"Group" : "Gruppe",
|
||||||
|
"Searching" : "Suche",
|
||||||
"No matches" : "Keine Übereinstimmungen",
|
"No matches" : "Keine Übereinstimmungen",
|
||||||
"admin" : "Administration",
|
"admin" : "Administration",
|
||||||
"moderator" : "Moderator",
|
"moderator" : "Moderator",
|
||||||
|
|
@ -89,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Wenn aktiviert, muss der Benutzer beim ersten Beitritt keinen Echoanruf und keine Webcam-Vorschau durchführen (verfügbar seit BBB-Server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Wenn aktiviert, werden die Benutzerliste, der Chatbereich und die Präsentation standardmäßig ausgeblendet.",
|
||||||
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
"If enabled, all users will join the meeting muted." : "Wenn diese Option aktiviert ist, nehmen alle Benutzer stumm an der Besprechung teil.",
|
||||||
|
"Edit \"{room}\"" : "\"{room}\" bearbeiten",
|
||||||
|
"Room URL" : "Raum-URL",
|
||||||
|
"Welcome" : "Willkommen",
|
||||||
|
"Participant limit" : "Teilnehmerbegrenzung",
|
||||||
|
"Sharing" : "Teilen",
|
||||||
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
"Every participant is moderator" : "Alle Teilnehmer haben Moderatorenrechte",
|
||||||
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
"Moderator access via URL" : "Moderatorenzugriff über URL",
|
||||||
"Miscellaneous" : "Verschiedenes",
|
"Miscellaneous" : "Verschiedenes",
|
||||||
|
|
@ -122,11 +128,13 @@
|
||||||
"Open room" : "Raum öffnen",
|
"Open room" : "Raum öffnen",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Clone room" : "Raum duplizieren",
|
"Clone room" : "Raum duplizieren",
|
||||||
|
"Loading" : "Lade",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Sie können diese Einstellung nicht ändern, da dieser Raum mit Ihnen geteilt wurde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Sie können diese Einstellung nicht ändern, da dieser Raum mit Ihnen geteilt wurde.",
|
||||||
"Group name" : "Gruppenname",
|
"Group name" : "Gruppenname",
|
||||||
"Max. rooms" : "Max. Räume",
|
"Max. rooms" : "Max. Räume",
|
||||||
"Access options" : "Zugriffsoptionen",
|
"Access options" : "Zugriffsoptionen",
|
||||||
"Max. participants" : "Max. Teilnehmer",
|
"Max. participants" : "Max. Teilnehmer",
|
||||||
|
"Group …" : "Gruppe …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Beschränkungen haben keine Auswirkungen auf bestehende Räume. Minus eins bedeutet, dass der Wert unbegrenzt ist. Bei mehreren Beschränkungen wird für jeden Benutzer die am wenigsten beschränkende Option gewählt.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{name}\" wirklich löschen? Diese Operation kann nicht rückgängig gemacht werden.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Möchten Sie die Beschränkungen für die Gruppe \"{name}\" wirklich löschen? Diese Operation kann nicht rückgängig gemacht werden.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
"Delete restrictions for \"{name}\"?" : "Beschränkungen für \"{Name}\" löschen?",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Γεια σας %s",
|
"Hello %s" : "Γεια σας %s",
|
||||||
"Name, group …" : "Όνομα, ομάδα...",
|
"Name, group …" : "Όνομα, ομάδα...",
|
||||||
"Group" : "Ομάδα",
|
"Group" : "Ομάδα",
|
||||||
|
"Searching" : "Αναζήτηση",
|
||||||
"No matches" : "Καμία αντιστοιχία",
|
"No matches" : "Καμία αντιστοιχία",
|
||||||
"admin" : "διαχειριστής",
|
"admin" : "διαχειριστής",
|
||||||
"moderator" : "συντονιστής",
|
"moderator" : "συντονιστής",
|
||||||
|
|
@ -89,6 +90,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Εάν ενεργοποιηθεί, ο χρήστης δεν χρειάζεται να εκτελέσει δοκιμή ηχού και προεπισκόπηση κάμερας στην πρώτη συμμετοχή (διαθέσιμο από τον διακομιστή BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Εάν ενεργοποιηθεί, ο χρήστης δεν χρειάζεται να εκτελέσει δοκιμή ηχού και προεπισκόπηση κάμερας στην πρώτη συμμετοχή (διαθέσιμο από τον διακομιστή BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Εάν ενεργοποιηθεί, η λίστα χρηστών, η περιοχή συνομιλίας και η παρουσίαση είναι κρυμμένες από προεπιλογή.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Εάν ενεργοποιηθεί, η λίστα χρηστών, η περιοχή συνομιλίας και η παρουσίαση είναι κρυμμένες από προεπιλογή.",
|
||||||
"If enabled, all users will join the meeting muted." : "Εάν ενεργοποιηθεί, όλοι οι χρήστες θα συμμετέχουν στη σύσκεψη σε σίγαση.",
|
"If enabled, all users will join the meeting muted." : "Εάν ενεργοποιηθεί, όλοι οι χρήστες θα συμμετέχουν στη σύσκεψη σε σίγαση.",
|
||||||
|
"Edit \"{room}\"" : "Επεξεργασία «{room}»",
|
||||||
|
"Room URL" : "URL αίθουσας",
|
||||||
|
"Welcome" : "Καλώς ήλθατε",
|
||||||
|
"Participant limit" : "Όριο συμμετεχόντων",
|
||||||
|
"Sharing" : "Διαμοιρασμός",
|
||||||
"Every participant is moderator" : "Όλοι οι συμμετέχοντες είναι συντονιστές",
|
"Every participant is moderator" : "Όλοι οι συμμετέχοντες είναι συντονιστές",
|
||||||
"Moderator access via URL" : "Πρόσβαση συντονιστή μέσω συνδέσμου",
|
"Moderator access via URL" : "Πρόσβαση συντονιστή μέσω συνδέσμου",
|
||||||
"Miscellaneous" : "Διάφορα",
|
"Miscellaneous" : "Διάφορα",
|
||||||
|
|
@ -122,11 +128,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Άνοιγμα δωματίου",
|
"Open room" : "Άνοιγμα δωματίου",
|
||||||
"Start" : "Έναρξη",
|
"Start" : "Έναρξη",
|
||||||
"Clone room" : "Κλωνοποίηση δωματίου",
|
"Clone room" : "Κλωνοποίηση δωματίου",
|
||||||
|
"Loading" : "Γίνεται φόρτωση",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Δεν επιτρέπεται να αλλάξετε αυτήν την επιλογή, επειδή αυτό το δωμάτιο είναι κοινόχρηστο μαζί σας.",
|
"You are not allowed to change this option, because this room is shared with you." : "Δεν επιτρέπεται να αλλάξετε αυτήν την επιλογή, επειδή αυτό το δωμάτιο είναι κοινόχρηστο μαζί σας.",
|
||||||
"Group name" : "Όνομα ομάδας",
|
"Group name" : "Όνομα ομάδας",
|
||||||
"Max. rooms" : "Μέγιστα δωμάτια",
|
"Max. rooms" : "Μέγιστα δωμάτια",
|
||||||
"Access options" : "Επιλογές πρόσβασης",
|
"Access options" : "Επιλογές πρόσβασης",
|
||||||
"Max. participants" : "Μέγιστος αριθμός συμμετεχόντων",
|
"Max. participants" : "Μέγιστος αριθμός συμμετεχόντων",
|
||||||
|
"Group …" : "Ομάδα...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Οι περιορισμοί δεν επηρεάζουν τα υπάρχοντα δωμάτια. Μείον ένα σημαίνει ότι η τιμή είναι απεριόριστη. Η λιγότερο περιοριστική ρύθμιση επιλέγεται για κάθε χρήστη εάν ισχύουν πολλοί περιορισμοί.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Οι περιορισμοί δεν επηρεάζουν τα υπάρχοντα δωμάτια. Μείον ένα σημαίνει ότι η τιμή είναι απεριόριστη. Η λιγότερο περιοριστική ρύθμιση επιλέγεται για κάθε χρήστη εάν ισχύουν πολλοί περιορισμοί.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Είστε σίγουρος/η ότι θέλετε να διαγράψετε τους περιορισμούς για την ομάδα \"{name}\"; Αυτή η λειτουργία δεν μπορεί να αναιρεθεί.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Είστε σίγουρος/η ότι θέλετε να διαγράψετε τους περιορισμούς για την ομάδα \"{name}\"; Αυτή η λειτουργία δεν μπορεί να αναιρεθεί.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Διαγραφή περιορισμών για τον «{name}»;",
|
"Delete restrictions for \"{name}\"?" : "Διαγραφή περιορισμών για τον «{name}»;",
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@
|
||||||
"Hello %s" : "Γεια σας %s",
|
"Hello %s" : "Γεια σας %s",
|
||||||
"Name, group …" : "Όνομα, ομάδα...",
|
"Name, group …" : "Όνομα, ομάδα...",
|
||||||
"Group" : "Ομάδα",
|
"Group" : "Ομάδα",
|
||||||
|
"Searching" : "Αναζήτηση",
|
||||||
"No matches" : "Καμία αντιστοιχία",
|
"No matches" : "Καμία αντιστοιχία",
|
||||||
"admin" : "διαχειριστής",
|
"admin" : "διαχειριστής",
|
||||||
"moderator" : "συντονιστής",
|
"moderator" : "συντονιστής",
|
||||||
|
|
@ -87,6 +88,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Εάν ενεργοποιηθεί, ο χρήστης δεν χρειάζεται να εκτελέσει δοκιμή ηχού και προεπισκόπηση κάμερας στην πρώτη συμμετοχή (διαθέσιμο από τον διακομιστή BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Εάν ενεργοποιηθεί, ο χρήστης δεν χρειάζεται να εκτελέσει δοκιμή ηχού και προεπισκόπηση κάμερας στην πρώτη συμμετοχή (διαθέσιμο από τον διακομιστή BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Εάν ενεργοποιηθεί, η λίστα χρηστών, η περιοχή συνομιλίας και η παρουσίαση είναι κρυμμένες από προεπιλογή.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Εάν ενεργοποιηθεί, η λίστα χρηστών, η περιοχή συνομιλίας και η παρουσίαση είναι κρυμμένες από προεπιλογή.",
|
||||||
"If enabled, all users will join the meeting muted." : "Εάν ενεργοποιηθεί, όλοι οι χρήστες θα συμμετέχουν στη σύσκεψη σε σίγαση.",
|
"If enabled, all users will join the meeting muted." : "Εάν ενεργοποιηθεί, όλοι οι χρήστες θα συμμετέχουν στη σύσκεψη σε σίγαση.",
|
||||||
|
"Edit \"{room}\"" : "Επεξεργασία «{room}»",
|
||||||
|
"Room URL" : "URL αίθουσας",
|
||||||
|
"Welcome" : "Καλώς ήλθατε",
|
||||||
|
"Participant limit" : "Όριο συμμετεχόντων",
|
||||||
|
"Sharing" : "Διαμοιρασμός",
|
||||||
"Every participant is moderator" : "Όλοι οι συμμετέχοντες είναι συντονιστές",
|
"Every participant is moderator" : "Όλοι οι συμμετέχοντες είναι συντονιστές",
|
||||||
"Moderator access via URL" : "Πρόσβαση συντονιστή μέσω συνδέσμου",
|
"Moderator access via URL" : "Πρόσβαση συντονιστή μέσω συνδέσμου",
|
||||||
"Miscellaneous" : "Διάφορα",
|
"Miscellaneous" : "Διάφορα",
|
||||||
|
|
@ -120,11 +126,13 @@
|
||||||
"Open room" : "Άνοιγμα δωματίου",
|
"Open room" : "Άνοιγμα δωματίου",
|
||||||
"Start" : "Έναρξη",
|
"Start" : "Έναρξη",
|
||||||
"Clone room" : "Κλωνοποίηση δωματίου",
|
"Clone room" : "Κλωνοποίηση δωματίου",
|
||||||
|
"Loading" : "Γίνεται φόρτωση",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Δεν επιτρέπεται να αλλάξετε αυτήν την επιλογή, επειδή αυτό το δωμάτιο είναι κοινόχρηστο μαζί σας.",
|
"You are not allowed to change this option, because this room is shared with you." : "Δεν επιτρέπεται να αλλάξετε αυτήν την επιλογή, επειδή αυτό το δωμάτιο είναι κοινόχρηστο μαζί σας.",
|
||||||
"Group name" : "Όνομα ομάδας",
|
"Group name" : "Όνομα ομάδας",
|
||||||
"Max. rooms" : "Μέγιστα δωμάτια",
|
"Max. rooms" : "Μέγιστα δωμάτια",
|
||||||
"Access options" : "Επιλογές πρόσβασης",
|
"Access options" : "Επιλογές πρόσβασης",
|
||||||
"Max. participants" : "Μέγιστος αριθμός συμμετεχόντων",
|
"Max. participants" : "Μέγιστος αριθμός συμμετεχόντων",
|
||||||
|
"Group …" : "Ομάδα...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Οι περιορισμοί δεν επηρεάζουν τα υπάρχοντα δωμάτια. Μείον ένα σημαίνει ότι η τιμή είναι απεριόριστη. Η λιγότερο περιοριστική ρύθμιση επιλέγεται για κάθε χρήστη εάν ισχύουν πολλοί περιορισμοί.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Οι περιορισμοί δεν επηρεάζουν τα υπάρχοντα δωμάτια. Μείον ένα σημαίνει ότι η τιμή είναι απεριόριστη. Η λιγότερο περιοριστική ρύθμιση επιλέγεται για κάθε χρήστη εάν ισχύουν πολλοί περιορισμοί.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Είστε σίγουρος/η ότι θέλετε να διαγράψετε τους περιορισμούς για την ομάδα \"{name}\"; Αυτή η λειτουργία δεν μπορεί να αναιρεθεί.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Είστε σίγουρος/η ότι θέλετε να διαγράψετε τους περιορισμούς για την ομάδα \"{name}\"; Αυτή η λειτουργία δεν μπορεί να αναιρεθεί.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Διαγραφή περιορισμών για τον «{name}»;",
|
"Delete restrictions for \"{name}\"?" : "Διαγραφή περιορισμών για τον «{name}»;",
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Hello %s",
|
"Hello %s" : "Hello %s",
|
||||||
"Name, group …" : "Name, group …",
|
"Name, group …" : "Name, group …",
|
||||||
"Group" : "Group",
|
"Group" : "Group",
|
||||||
|
"Searching" : "Searching",
|
||||||
"No matches" : "No matches",
|
"No matches" : "No matches",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderator",
|
"moderator" : "moderator",
|
||||||
|
|
@ -91,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
||||||
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
||||||
|
"Edit \"{room}\"" : "Edit \"{room}\"",
|
||||||
|
"Room URL" : "Room URL",
|
||||||
|
"Welcome" : "Welcome",
|
||||||
|
"Participant limit" : "Participant limit",
|
||||||
|
"Sharing" : "Sharing",
|
||||||
"Every participant is moderator" : "Every participant is moderator",
|
"Every participant is moderator" : "Every participant is moderator",
|
||||||
"Moderator access via URL" : "Moderator access via URL",
|
"Moderator access via URL" : "Moderator access via URL",
|
||||||
"Miscellaneous" : "Miscellaneous",
|
"Miscellaneous" : "Miscellaneous",
|
||||||
|
|
@ -124,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Open room",
|
"Open room" : "Open room",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Clone room" : "Clone room",
|
"Clone room" : "Clone room",
|
||||||
|
"Loading" : "Loading",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
||||||
"Group name" : "Group name",
|
"Group name" : "Group name",
|
||||||
"Max. rooms" : "Max. rooms",
|
"Max. rooms" : "Max. rooms",
|
||||||
"Access options" : "Access options",
|
"Access options" : "Access options",
|
||||||
"Max. participants" : "Max. participants",
|
"Max. participants" : "Max. participants",
|
||||||
|
"Group …" : "Group …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Delete restrictions for \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Delete restrictions for \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
"Hello %s" : "Hello %s",
|
"Hello %s" : "Hello %s",
|
||||||
"Name, group …" : "Name, group …",
|
"Name, group …" : "Name, group …",
|
||||||
"Group" : "Group",
|
"Group" : "Group",
|
||||||
|
"Searching" : "Searching",
|
||||||
"No matches" : "No matches",
|
"No matches" : "No matches",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderator",
|
"moderator" : "moderator",
|
||||||
|
|
@ -89,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
||||||
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
||||||
|
"Edit \"{room}\"" : "Edit \"{room}\"",
|
||||||
|
"Room URL" : "Room URL",
|
||||||
|
"Welcome" : "Welcome",
|
||||||
|
"Participant limit" : "Participant limit",
|
||||||
|
"Sharing" : "Sharing",
|
||||||
"Every participant is moderator" : "Every participant is moderator",
|
"Every participant is moderator" : "Every participant is moderator",
|
||||||
"Moderator access via URL" : "Moderator access via URL",
|
"Moderator access via URL" : "Moderator access via URL",
|
||||||
"Miscellaneous" : "Miscellaneous",
|
"Miscellaneous" : "Miscellaneous",
|
||||||
|
|
@ -122,11 +128,13 @@
|
||||||
"Open room" : "Open room",
|
"Open room" : "Open room",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Clone room" : "Clone room",
|
"Clone room" : "Clone room",
|
||||||
|
"Loading" : "Loading",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
||||||
"Group name" : "Group name",
|
"Group name" : "Group name",
|
||||||
"Max. rooms" : "Max. rooms",
|
"Max. rooms" : "Max. rooms",
|
||||||
"Access options" : "Access options",
|
"Access options" : "Access options",
|
||||||
"Max. participants" : "Max. participants",
|
"Max. participants" : "Max. participants",
|
||||||
|
"Group …" : "Group …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Delete restrictions for \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Delete restrictions for \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -15,11 +15,13 @@ OC.L10N.register(
|
||||||
"Name" : "Nomo",
|
"Name" : "Nomo",
|
||||||
"Access" : "Aliro",
|
"Access" : "Aliro",
|
||||||
"Edit" : "Modifi",
|
"Edit" : "Modifi",
|
||||||
|
"Sharing" : "Kunhavigo",
|
||||||
"Create" : "Krei",
|
"Create" : "Krei",
|
||||||
"Copy to clipboard" : "Kopii tondejen",
|
"Copy to clipboard" : "Kopii tondejen",
|
||||||
"Delete" : "Forigi",
|
"Delete" : "Forigi",
|
||||||
"Error" : "Eraro",
|
"Error" : "Eraro",
|
||||||
"Start" : "Komenco",
|
"Start" : "Komenco",
|
||||||
|
"Loading" : "Ŝargado",
|
||||||
"Group name" : "Gruponomo",
|
"Group name" : "Gruponomo",
|
||||||
"All" : "Ĉiuj",
|
"All" : "Ĉiuj",
|
||||||
"Settings saved" : "Agordoj konservitaj"
|
"Settings saved" : "Agordoj konservitaj"
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,13 @@
|
||||||
"Name" : "Nomo",
|
"Name" : "Nomo",
|
||||||
"Access" : "Aliro",
|
"Access" : "Aliro",
|
||||||
"Edit" : "Modifi",
|
"Edit" : "Modifi",
|
||||||
|
"Sharing" : "Kunhavigo",
|
||||||
"Create" : "Krei",
|
"Create" : "Krei",
|
||||||
"Copy to clipboard" : "Kopii tondejen",
|
"Copy to clipboard" : "Kopii tondejen",
|
||||||
"Delete" : "Forigi",
|
"Delete" : "Forigi",
|
||||||
"Error" : "Eraro",
|
"Error" : "Eraro",
|
||||||
"Start" : "Komenco",
|
"Start" : "Komenco",
|
||||||
|
"Loading" : "Ŝargado",
|
||||||
"Group name" : "Gruponomo",
|
"Group name" : "Gruponomo",
|
||||||
"All" : "Ĉiuj",
|
"All" : "Ĉiuj",
|
||||||
"Settings saved" : "Agordoj konservitaj"
|
"Settings saved" : "Agordoj konservitaj"
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Hola %s",
|
"Hello %s" : "Hola %s",
|
||||||
"Name, group …" : "Nombre, grupo…",
|
"Name, group …" : "Nombre, grupo…",
|
||||||
"Group" : "Grupo",
|
"Group" : "Grupo",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Sin coincidencias",
|
"No matches" : "Sin coincidencias",
|
||||||
"admin" : "administrador",
|
"admin" : "administrador",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -89,6 +90,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tendrá que realizar un test de eco en llamada y de previsualización de la cámara en el primera unión (disponible desde versión 2.3 del servidor BBB)",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tendrá que realizar un test de eco en llamada y de previsualización de la cámara en el primera unión (disponible desde versión 2.3 del servidor BBB)",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área del chat y la presentación estarán ocultas por defecto.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área del chat y la presentación estarán ocultas por defecto.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión en silencio.",
|
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión en silencio.",
|
||||||
|
"Edit \"{room}\"" : "Editar \"{sala}\"",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Bienvenido/a",
|
||||||
|
"Participant limit" : "Límite de participantes",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Every participant is moderator" : "Cada participante es un moderador",
|
"Every participant is moderator" : "Cada participante es un moderador",
|
||||||
"Moderator access via URL" : "Acceso como moderador vía URL",
|
"Moderator access via URL" : "Acceso como moderador vía URL",
|
||||||
"Miscellaneous" : "Varios",
|
"Miscellaneous" : "Varios",
|
||||||
|
|
@ -122,11 +128,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Abrir la sala",
|
"Open room" : "Abrir la sala",
|
||||||
"Start" : "Iniciar",
|
"Start" : "Iniciar",
|
||||||
"Clone room" : "Clonar la sala",
|
"Clone room" : "Clonar la sala",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "No puedes cambiar esta opción ya que esta sala está compartida contigo.",
|
"You are not allowed to change this option, because this room is shared with you." : "No puedes cambiar esta opción ya que esta sala está compartida contigo.",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"Max. rooms" : "Máximo de salas",
|
"Max. rooms" : "Máximo de salas",
|
||||||
"Access options" : "Opciones de acceso",
|
"Access options" : "Opciones de acceso",
|
||||||
"Max. participants" : "Máximo de participantes",
|
"Max. participants" : "Máximo de participantes",
|
||||||
|
"Group …" : "Grupo …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se escoge la opción menos restrictiva para cada usuario si se aplican varias restricciones.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se escoge la opción menos restrictiva para cada usuario si se aplican varias restricciones.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que quieres eliminar las restricciones para el grupo «{name}»? Esta operación no se puede deshacer.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que quieres eliminar las restricciones para el grupo «{name}»? Esta operación no se puede deshacer.",
|
||||||
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para «{name}»?",
|
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para «{name}»?",
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@
|
||||||
"Hello %s" : "Hola %s",
|
"Hello %s" : "Hola %s",
|
||||||
"Name, group …" : "Nombre, grupo…",
|
"Name, group …" : "Nombre, grupo…",
|
||||||
"Group" : "Grupo",
|
"Group" : "Grupo",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Sin coincidencias",
|
"No matches" : "Sin coincidencias",
|
||||||
"admin" : "administrador",
|
"admin" : "administrador",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -87,6 +88,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tendrá que realizar un test de eco en llamada y de previsualización de la cámara en el primera unión (disponible desde versión 2.3 del servidor BBB)",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tendrá que realizar un test de eco en llamada y de previsualización de la cámara en el primera unión (disponible desde versión 2.3 del servidor BBB)",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área del chat y la presentación estarán ocultas por defecto.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área del chat y la presentación estarán ocultas por defecto.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión en silencio.",
|
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión en silencio.",
|
||||||
|
"Edit \"{room}\"" : "Editar \"{sala}\"",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Bienvenido/a",
|
||||||
|
"Participant limit" : "Límite de participantes",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Every participant is moderator" : "Cada participante es un moderador",
|
"Every participant is moderator" : "Cada participante es un moderador",
|
||||||
"Moderator access via URL" : "Acceso como moderador vía URL",
|
"Moderator access via URL" : "Acceso como moderador vía URL",
|
||||||
"Miscellaneous" : "Varios",
|
"Miscellaneous" : "Varios",
|
||||||
|
|
@ -120,11 +126,13 @@
|
||||||
"Open room" : "Abrir la sala",
|
"Open room" : "Abrir la sala",
|
||||||
"Start" : "Iniciar",
|
"Start" : "Iniciar",
|
||||||
"Clone room" : "Clonar la sala",
|
"Clone room" : "Clonar la sala",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "No puedes cambiar esta opción ya que esta sala está compartida contigo.",
|
"You are not allowed to change this option, because this room is shared with you." : "No puedes cambiar esta opción ya que esta sala está compartida contigo.",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"Max. rooms" : "Máximo de salas",
|
"Max. rooms" : "Máximo de salas",
|
||||||
"Access options" : "Opciones de acceso",
|
"Access options" : "Opciones de acceso",
|
||||||
"Max. participants" : "Máximo de participantes",
|
"Max. participants" : "Máximo de participantes",
|
||||||
|
"Group …" : "Grupo …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se escoge la opción menos restrictiva para cada usuario si se aplican varias restricciones.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se escoge la opción menos restrictiva para cada usuario si se aplican varias restricciones.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que quieres eliminar las restricciones para el grupo «{name}»? Esta operación no se puede deshacer.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que quieres eliminar las restricciones para el grupo «{name}»? Esta operación no se puede deshacer.",
|
||||||
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para «{name}»?",
|
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para «{name}»?",
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,14 @@ OC.L10N.register(
|
||||||
"Server error" : "Se presentó un error en el servidor",
|
"Server error" : "Se presentó un error en el servidor",
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartir",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Published" : "Publicado",
|
"Published" : "Publicado",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Eliminar",
|
"Delete" : "Eliminar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Configuraciones guardadas"
|
"Settings saved" : "Configuraciones guardadas"
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,14 @@
|
||||||
"Server error" : "Se presentó un error en el servidor",
|
"Server error" : "Se presentó un error en el servidor",
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartir",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Published" : "Publicado",
|
"Published" : "Publicado",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Eliminar",
|
"Delete" : "Eliminar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Configuraciones guardadas"
|
"Settings saved" : "Configuraciones guardadas"
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,13 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,13 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,13 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,13 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Hola %s",
|
"Hello %s" : "Hola %s",
|
||||||
"Name, group …" : "Nombre, grupo...",
|
"Name, group …" : "Nombre, grupo...",
|
||||||
"Group" : "Grupo",
|
"Group" : "Grupo",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Sin coincidencias",
|
"No matches" : "Sin coincidencias",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -86,6 +87,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tiene que realizar una llamada de eco y una vista previa de la cámara web al unirse por primera vez (disponible desde el servidor BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tiene que realizar una llamada de eco y una vista previa de la cámara web al unirse por primera vez (disponible desde el servidor BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área de chat y la presentación estarán ocultos de forma predeterminada.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área de chat y la presentación estarán ocultos de forma predeterminada.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión con el sonido desactivado.",
|
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión con el sonido desactivado.",
|
||||||
|
"Edit \"{room}\"" : "Editar \"{room}\"",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Participant limit" : "Límite de participantes",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Every participant is moderator" : "Cada participante es moderador",
|
"Every participant is moderator" : "Cada participante es moderador",
|
||||||
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
||||||
"Miscellaneous" : "Varios",
|
"Miscellaneous" : "Varios",
|
||||||
|
|
@ -115,10 +121,12 @@ OC.L10N.register(
|
||||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar la grabación de \"{startDate}\"? Esta operación no se puede deshacer.",
|
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar la grabación de \"{startDate}\"? Esta operación no se puede deshacer.",
|
||||||
"Delete?" : "¿Eliminar?",
|
"Delete?" : "¿Eliminar?",
|
||||||
"Could not delete record" : "No se pudo eliminar el registro",
|
"Could not delete record" : "No se pudo eliminar el registro",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "No tienes permitido cambiar esta opción porque esta sala se comparte contigo.",
|
"You are not allowed to change this option, because this room is shared with you." : "No tienes permitido cambiar esta opción porque esta sala se comparte contigo.",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"Max. rooms" : "Máx. salas",
|
"Max. rooms" : "Máx. salas",
|
||||||
"Max. participants" : "Máx. participantes",
|
"Max. participants" : "Máx. participantes",
|
||||||
|
"Group …" : "Grupo...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se elige la opción menos restrictiva para cada usuario si se aplican múltiples restricciones.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se elige la opción menos restrictiva para cada usuario si se aplican múltiples restricciones.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar las restricciones para el grupo \"{name}\"? Esta operación no se puede deshacer.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar las restricciones para el grupo \"{name}\"? Esta operación no se puede deshacer.",
|
||||||
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@
|
||||||
"Hello %s" : "Hola %s",
|
"Hello %s" : "Hola %s",
|
||||||
"Name, group …" : "Nombre, grupo...",
|
"Name, group …" : "Nombre, grupo...",
|
||||||
"Group" : "Grupo",
|
"Group" : "Grupo",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Sin coincidencias",
|
"No matches" : "Sin coincidencias",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -84,6 +85,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tiene que realizar una llamada de eco y una vista previa de la cámara web al unirse por primera vez (disponible desde el servidor BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si está habilitado, el usuario no tiene que realizar una llamada de eco y una vista previa de la cámara web al unirse por primera vez (disponible desde el servidor BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área de chat y la presentación estarán ocultos de forma predeterminada.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si está habilitado, la lista de usuarios, el área de chat y la presentación estarán ocultos de forma predeterminada.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión con el sonido desactivado.",
|
"If enabled, all users will join the meeting muted." : "Si está habilitado, todos los usuarios se unirán a la reunión con el sonido desactivado.",
|
||||||
|
"Edit \"{room}\"" : "Editar \"{room}\"",
|
||||||
|
"Room URL" : "URL de la sala",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Participant limit" : "Límite de participantes",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Every participant is moderator" : "Cada participante es moderador",
|
"Every participant is moderator" : "Cada participante es moderador",
|
||||||
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
||||||
"Miscellaneous" : "Varios",
|
"Miscellaneous" : "Varios",
|
||||||
|
|
@ -113,10 +119,12 @@
|
||||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar la grabación de \"{startDate}\"? Esta operación no se puede deshacer.",
|
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar la grabación de \"{startDate}\"? Esta operación no se puede deshacer.",
|
||||||
"Delete?" : "¿Eliminar?",
|
"Delete?" : "¿Eliminar?",
|
||||||
"Could not delete record" : "No se pudo eliminar el registro",
|
"Could not delete record" : "No se pudo eliminar el registro",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "No tienes permitido cambiar esta opción porque esta sala se comparte contigo.",
|
"You are not allowed to change this option, because this room is shared with you." : "No tienes permitido cambiar esta opción porque esta sala se comparte contigo.",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"Max. rooms" : "Máx. salas",
|
"Max. rooms" : "Máx. salas",
|
||||||
"Max. participants" : "Máx. participantes",
|
"Max. participants" : "Máx. participantes",
|
||||||
|
"Group …" : "Grupo...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se elige la opción menos restrictiva para cada usuario si se aplican múltiples restricciones.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Las restricciones no afectan a las salas existentes. Menos uno significa que el valor es ilimitado. Se elige la opción menos restrictiva para cada usuario si se aplican múltiples restricciones.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar las restricciones para el grupo \"{name}\"? Esta operación no se puede deshacer.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "¿Estás seguro de que deseas eliminar las restricciones para el grupo \"{name}\"? Esta operación no se puede deshacer.",
|
||||||
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "¿Eliminar restricciones para \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,14 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,14 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,13 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,13 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Miscellaneous" : "Misceláneo",
|
"Miscellaneous" : "Misceláneo",
|
||||||
"Room name" : "Nombre del cuarto",
|
"Room name" : "Nombre del cuarto",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
|
|
@ -24,6 +26,7 @@ OC.L10N.register(
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All users" : "Todos los usuarios",
|
"All users" : "Todos los usuarios",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Miscellaneous" : "Misceláneo",
|
"Miscellaneous" : "Misceláneo",
|
||||||
"Room name" : "Nombre del cuarto",
|
"Room name" : "Nombre del cuarto",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
|
|
@ -22,6 +24,7 @@
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All users" : "Todos los usuarios",
|
"All users" : "Todos los usuarios",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,13 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,13 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,14 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,14 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ OC.L10N.register(
|
||||||
"Public" : "Público",
|
"Public" : "Público",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
|
"Community" : "Comunidad",
|
||||||
"Display name" : "Nombre a desplegar",
|
"Display name" : "Nombre a desplegar",
|
||||||
"Password" : "Contraseña",
|
"Password" : "Contraseña",
|
||||||
"Hello %s" : "Hola %s",
|
"Hello %s" : "Hola %s",
|
||||||
|
|
@ -13,6 +14,8 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"Public" : "Público",
|
"Public" : "Público",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
|
"Community" : "Comunidad",
|
||||||
"Display name" : "Nombre a desplegar",
|
"Display name" : "Nombre a desplegar",
|
||||||
"Password" : "Contraseña",
|
"Password" : "Contraseña",
|
||||||
"Hello %s" : "Hola %s",
|
"Hello %s" : "Hola %s",
|
||||||
|
|
@ -11,6 +12,8 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,14 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,14 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,13 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,13 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,14 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,14 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
"Start" : "Inicio",
|
"Start" : "Inicio",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"Group name" : "Nombre del grupo",
|
"Group name" : "Nombre del grupo",
|
||||||
"All" : "Todos",
|
"All" : "Todos",
|
||||||
"Settings saved" : "Se han guardado las configuraciones "
|
"Settings saved" : "Se han guardado las configuraciones "
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ OC.L10N.register(
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@
|
||||||
"Name" : "Nombre",
|
"Name" : "Nombre",
|
||||||
"Access" : "Acceso",
|
"Access" : "Acceso",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
|
"Welcome" : "Bienvenido",
|
||||||
|
"Sharing" : "Compartiendo",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Copy to clipboard" : "Copiar al portapapeles",
|
"Copy to clipboard" : "Copiar al portapapeles",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Tere %s",
|
"Hello %s" : "Tere %s",
|
||||||
"Name, group …" : "Nimi, grupp…",
|
"Name, group …" : "Nimi, grupp…",
|
||||||
"Group" : "Grupp",
|
"Group" : "Grupp",
|
||||||
|
"Searching" : "Otsin",
|
||||||
"No matches" : "Vasteid pole",
|
"No matches" : "Vasteid pole",
|
||||||
"admin" : "peakasutaja",
|
"admin" : "peakasutaja",
|
||||||
"moderator" : "moderaator",
|
"moderator" : "moderaator",
|
||||||
|
|
@ -75,6 +76,11 @@ OC.L10N.register(
|
||||||
"If disabled, a microphone is needed to join the conference." : "Kui see eelistus pole kasutusel, siis kohtumisega liitumisel on vajalik mikrofoni olemasolu.",
|
"If disabled, a microphone is needed to join the conference." : "Kui see eelistus pole kasutusel, siis kohtumisega liitumisel on vajalik mikrofoni olemasolu.",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Kui see eelistus on kasutusel, siis vestlusala ja esitlus on vaikimisi peidetud olekus.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Kui see eelistus on kasutusel, siis vestlusala ja esitlus on vaikimisi peidetud olekus.",
|
||||||
"If enabled, all users will join the meeting muted." : "Kui see eelistus on kasutusel, siis kõik kasutajad liituvad kohtumiseks summutatuna.",
|
"If enabled, all users will join the meeting muted." : "Kui see eelistus on kasutusel, siis kõik kasutajad liituvad kohtumiseks summutatuna.",
|
||||||
|
"Edit \"{room}\"" : "Muuda „{room}“ jututuba",
|
||||||
|
"Room URL" : "Jututoa võrguaadress",
|
||||||
|
"Welcome" : "Tere tulemast",
|
||||||
|
"Participant limit" : "Osalejate arvu ülemiir",
|
||||||
|
"Sharing" : "Jagamine",
|
||||||
"Every participant is moderator" : "Iga osaleja on moderaator",
|
"Every participant is moderator" : "Iga osaleja on moderaator",
|
||||||
"Moderator access via URL" : "Moderaatori ligipääs võrguaadressi alusel",
|
"Moderator access via URL" : "Moderaatori ligipääs võrguaadressi alusel",
|
||||||
"Miscellaneous" : "Varia",
|
"Miscellaneous" : "Varia",
|
||||||
|
|
@ -107,11 +113,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Ava jututuba",
|
"Open room" : "Ava jututuba",
|
||||||
"Start" : "Algus",
|
"Start" : "Algus",
|
||||||
"Clone room" : "Tee jututoast koopia",
|
"Clone room" : "Tee jututoast koopia",
|
||||||
|
"Loading" : "Laadin",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Kuna see jututuba on sinuga jagatud, siis sul pole õigust selle eelistuse muutmiseks.",
|
"You are not allowed to change this option, because this room is shared with you." : "Kuna see jututuba on sinuga jagatud, siis sul pole õigust selle eelistuse muutmiseks.",
|
||||||
"Group name" : "Grupi nimi",
|
"Group name" : "Grupi nimi",
|
||||||
"Max. rooms" : "Maksimaalselt jututube",
|
"Max. rooms" : "Maksimaalselt jututube",
|
||||||
"Access options" : "Ligipääsuõigused",
|
"Access options" : "Ligipääsuõigused",
|
||||||
"Max. participants" : "Maksimaalselt osalejaid",
|
"Max. participants" : "Maksimaalselt osalejaid",
|
||||||
|
"Group …" : "Grupp…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Piirangud ei kehti olemasolevatele jututubadele. Miinus üks tähendab piirangu tepuudumist. Kui peaks rakenduma korraga mitu piirangut, siis kehtib neist kõige vähem piiravam.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Piirangud ei kehti olemasolevatele jututubadele. Miinus üks tähendab piirangu tepuudumist. Kui peaks rakenduma korraga mitu piirangut, siis kehtib neist kõige vähem piiravam.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Kas kustutame „{name}“ piirangud?",
|
"Delete restrictions for \"{name}\"?" : "Kas kustutame „{name}“ piirangud?",
|
||||||
"All users" : "Kõik kasutajad",
|
"All users" : "Kõik kasutajad",
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@
|
||||||
"Hello %s" : "Tere %s",
|
"Hello %s" : "Tere %s",
|
||||||
"Name, group …" : "Nimi, grupp…",
|
"Name, group …" : "Nimi, grupp…",
|
||||||
"Group" : "Grupp",
|
"Group" : "Grupp",
|
||||||
|
"Searching" : "Otsin",
|
||||||
"No matches" : "Vasteid pole",
|
"No matches" : "Vasteid pole",
|
||||||
"admin" : "peakasutaja",
|
"admin" : "peakasutaja",
|
||||||
"moderator" : "moderaator",
|
"moderator" : "moderaator",
|
||||||
|
|
@ -73,6 +74,11 @@
|
||||||
"If disabled, a microphone is needed to join the conference." : "Kui see eelistus pole kasutusel, siis kohtumisega liitumisel on vajalik mikrofoni olemasolu.",
|
"If disabled, a microphone is needed to join the conference." : "Kui see eelistus pole kasutusel, siis kohtumisega liitumisel on vajalik mikrofoni olemasolu.",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Kui see eelistus on kasutusel, siis vestlusala ja esitlus on vaikimisi peidetud olekus.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Kui see eelistus on kasutusel, siis vestlusala ja esitlus on vaikimisi peidetud olekus.",
|
||||||
"If enabled, all users will join the meeting muted." : "Kui see eelistus on kasutusel, siis kõik kasutajad liituvad kohtumiseks summutatuna.",
|
"If enabled, all users will join the meeting muted." : "Kui see eelistus on kasutusel, siis kõik kasutajad liituvad kohtumiseks summutatuna.",
|
||||||
|
"Edit \"{room}\"" : "Muuda „{room}“ jututuba",
|
||||||
|
"Room URL" : "Jututoa võrguaadress",
|
||||||
|
"Welcome" : "Tere tulemast",
|
||||||
|
"Participant limit" : "Osalejate arvu ülemiir",
|
||||||
|
"Sharing" : "Jagamine",
|
||||||
"Every participant is moderator" : "Iga osaleja on moderaator",
|
"Every participant is moderator" : "Iga osaleja on moderaator",
|
||||||
"Moderator access via URL" : "Moderaatori ligipääs võrguaadressi alusel",
|
"Moderator access via URL" : "Moderaatori ligipääs võrguaadressi alusel",
|
||||||
"Miscellaneous" : "Varia",
|
"Miscellaneous" : "Varia",
|
||||||
|
|
@ -105,11 +111,13 @@
|
||||||
"Open room" : "Ava jututuba",
|
"Open room" : "Ava jututuba",
|
||||||
"Start" : "Algus",
|
"Start" : "Algus",
|
||||||
"Clone room" : "Tee jututoast koopia",
|
"Clone room" : "Tee jututoast koopia",
|
||||||
|
"Loading" : "Laadin",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Kuna see jututuba on sinuga jagatud, siis sul pole õigust selle eelistuse muutmiseks.",
|
"You are not allowed to change this option, because this room is shared with you." : "Kuna see jututuba on sinuga jagatud, siis sul pole õigust selle eelistuse muutmiseks.",
|
||||||
"Group name" : "Grupi nimi",
|
"Group name" : "Grupi nimi",
|
||||||
"Max. rooms" : "Maksimaalselt jututube",
|
"Max. rooms" : "Maksimaalselt jututube",
|
||||||
"Access options" : "Ligipääsuõigused",
|
"Access options" : "Ligipääsuõigused",
|
||||||
"Max. participants" : "Maksimaalselt osalejaid",
|
"Max. participants" : "Maksimaalselt osalejaid",
|
||||||
|
"Group …" : "Grupp…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Piirangud ei kehti olemasolevatele jututubadele. Miinus üks tähendab piirangu tepuudumist. Kui peaks rakenduma korraga mitu piirangut, siis kehtib neist kõige vähem piiravam.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Piirangud ei kehti olemasolevatele jututubadele. Miinus üks tähendab piirangu tepuudumist. Kui peaks rakenduma korraga mitu piirangut, siis kehtib neist kõige vähem piiravam.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Kas kustutame „{name}“ piirangud?",
|
"Delete restrictions for \"{name}\"?" : "Kas kustutame „{name}“ piirangud?",
|
||||||
"All users" : "Kõik kasutajad",
|
"All users" : "Kõik kasutajad",
|
||||||
|
|
|
||||||
19
l10n/eu.js
19
l10n/eu.js
|
|
@ -22,9 +22,12 @@ OC.L10N.register(
|
||||||
"API URL or secret not configured. Please contact your administrator." : "API URLa edo URL sekretua konfiguratu gabe. Jarri harremanetan zure administratzailearekin.",
|
"API URL or secret not configured. Please contact your administrator." : "API URLa edo URL sekretua konfiguratu gabe. Jarri harremanetan zure administratzailearekin.",
|
||||||
"BigBlueButton Integration" : "BigBlueButton integrazioa",
|
"BigBlueButton Integration" : "BigBlueButton integrazioa",
|
||||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako",
|
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako",
|
||||||
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aplikazio honek bilerak sortzeko aukera ematen du [BigBlueButton] (https://bigbluebutton.org) kanpoko instalazio batez.\n\n* **Gelaren konfigurazioa** Sortu hainbat gela konfigurazio izena, ongietorri mezuarekin...\n* **Partekatu gonbidatzeko esteka** Partekatu gelako esteka gonbidatu guztiekin\n* **Partekatu moderatzailearen esteka** Gonbidatu moderatzaileak gelara\n* **Partekatu gelak** Partekatu gelak kideekin, taldeekin edo zirkuluekin\n* **Aurkezpen pertsonalizatua** Hasi gela bat zure fitxategi-arakatzailetik hautatutako aurkezpen batekin\n* **Kudeatu grabaketak** Ikusi, partekatu eta ezabatu zure geletako grabazioak\n* **Murrizketak** Gelak sortzea talde jakin batzuetara mugatu\n* **Jarduerak** Lortu gelako jardueren ikuspegi orokorra\n\nHasteko gida azkarra eta informazio gehiago [hemen](https://github.com/littleredbutton/cloud_bbb).\nGustatzen al zaizu aplikazio hau? Eman zerbait kode irekiko komunitateari eta begiratu gure\n[sustatzeko moduak](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLaguntzaileak ongi etorriak dira! Denbora baduzu, zoragarria izango litzateke aplikazio hau hobetzen laguntzea.\n\n*Aplikazio honek BigBlueButton integratzen du eta ez du BigBlueButton Inc.-ek bermatzen edo ziurtatzen. BigBlueButton eta BigBlueButton logotipoa BigBlueButton Inc-en marka erregistratuak dira.*",
|
||||||
"Send to BBB" : "Bidali BBB-ra",
|
"Send to BBB" : "Bidali BBB-ra",
|
||||||
|
"An error occurred while sending the file to the room." : "Errore bat gertatu da fitxategia gelara bidaltzean.",
|
||||||
"Loading…" : "Kargatzen…",
|
"Loading…" : "Kargatzen…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Mesedez, hautatu gela non \"{filename}\" fitxategia erabili nahi duzun.",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Mesedez, hautatu gela non \"{filename}\" fitxategia erabili nahi duzun.",
|
||||||
|
"Only rooms for which you are one of the administrators will be displayed." : "Administratzaileetako bat zaren gelak bakarrik bistaratuko dira.",
|
||||||
"Send to" : "Bidali honi:",
|
"Send to" : "Bidali honi:",
|
||||||
"Start with" : "Hasi honekin",
|
"Start with" : "Hasi honekin",
|
||||||
"No rooms available!" : "Ez dago gelarik eskuragarri!",
|
"No rooms available!" : "Ez dago gelarik eskuragarri!",
|
||||||
|
|
@ -60,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Kaixo %s",
|
"Hello %s" : "Kaixo %s",
|
||||||
"Name, group …" : "Izena, taldea ...",
|
"Name, group …" : "Izena, taldea ...",
|
||||||
"Group" : "Taldea",
|
"Group" : "Taldea",
|
||||||
|
"Searching" : "BIlatzen",
|
||||||
"No matches" : "Ez dago bat datorrenik",
|
"No matches" : "Ez dago bat datorrenik",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderatzailea",
|
"moderator" : "moderatzailea",
|
||||||
|
|
@ -79,6 +83,7 @@ OC.L10N.register(
|
||||||
"This message is shown to all users in the chat area after they joined." : "Mezu hau erabiltzaile guztiek ikusten dute txatean sartu ostean.",
|
"This message is shown to all users in the chat area after they joined." : "Mezu hau erabiltzaile guztiek ikusten dute txatean sartu ostean.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Gela honetako partaide kopuruari muga jartzea. Zero jartzeak mugarik ez dagoela esan nahi du.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Gela honetako partaide kopuruari muga jartzea. Zero jartzeak mugarik ez dagoela esan nahi du.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Gaituz gero, moderatzaileak grabatzeko aukera du.",
|
"If enabled, the moderator is able to start the recording." : "Gaituz gero, moderatzaileak grabatzeko aukera du.",
|
||||||
|
"Explanation of the different concepts that constitute access options :<br> - Public: Anyone who has the link can join.<br> - Internal: Only Nextcloud users can join.<br> - Password: Only guests who have the password can join.<br> - Waiting room: A moderator must accept each guest before they can join.<br> - Restricted : Only selected users and groups can access this room." : "Sarbide-aukerak osatzen dituzten kontzeptu ezberdinen azalpena :<br> - Publikoa: esteka duen edonor sar daiteke.<br> - Barnekoa: Nextcloud-eko erabiltzaileak bakarrik sartu daitezke.<br> - Pasahitza: pasahitza duten gonbidatuak bakarrik sartu daitezke.<br> - Gelaren zain: Moderatzaile batek gonbidatu bakoitza onartu behar du sartu aurretik.<br> - Mugatuta: hautatutako erabiltzaileak eta taldeak bakarrik sar daitezke gela honetara..",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderatzaileak baimena dauka gainerako partaideak kudeatzeko, kanporatzeko, mututzeko edo aurkezle bat hautatzeko. Moderatzaile rola duten erabiltzaileak gai dira bilera itxi edo ezarpen lehenetsiak aldatzeko ere.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderatzaileak baimena dauka gainerako partaideak kudeatzeko, kanporatzeko, mututzeko edo aurkezle bat hautatzeko. Moderatzaile rola duten erabiltzaileak gai dira bilera itxi edo ezarpen lehenetsiak aldatzeko ere.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Gaituz gero, erabiltzaile arruntek itxaron egin behar dute moderatzaile bat gelara iritsi arte.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Gaituz gero, erabiltzaile arruntek itxaron egin behar dute moderatzaile bat gelara iritsi arte.",
|
||||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Gaituta badago, moderatzaile baimenarekin sartzeko aukera ematen duen moderatzaile URL bat sortzen da.",
|
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Gaituta badago, moderatzaile baimenarekin sartzeko aukera ematen duen moderatzaile URL bat sortzen da.",
|
||||||
|
|
@ -87,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Gaituta badago, erabiltzaileak ez ditu oihartzun deia eta webcam aurreikuspena egin beharrik lehen aldian (BBB 2.3 zerbitzaritik aurrera erabilgarri).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Gaituta badago, erabiltzaileak ez ditu oihartzun deia eta webcam aurreikuspena egin beharrik lehen aldian (BBB 2.3 zerbitzaritik aurrera erabilgarri).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Gaituta badago, erabiltzaile zerrenda, txat eremua eta aurkezpena ezkutatuta daude modu lehenetsian.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Gaituta badago, erabiltzaile zerrenda, txat eremua eta aurkezpena ezkutatuta daude modu lehenetsian.",
|
||||||
"If enabled, all users will join the meeting muted." : "Aktibatuta badago, erabiltzaile guztiak sartuko dira bileran mutu.",
|
"If enabled, all users will join the meeting muted." : "Aktibatuta badago, erabiltzaile guztiak sartuko dira bileran mutu.",
|
||||||
|
"Edit \"{room}\"" : "Editatu \"{room}\"",
|
||||||
|
"Room URL" : "Gelaren URLa",
|
||||||
|
"Welcome" : "Ongi etorri",
|
||||||
|
"Participant limit" : "Partaideen muga",
|
||||||
|
"Sharing" : "Partekatzea",
|
||||||
"Every participant is moderator" : "Partaide guztiak dira moderatzaile",
|
"Every participant is moderator" : "Partaide guztiak dira moderatzaile",
|
||||||
"Moderator access via URL" : "Moderatzailearen sarbidea URL bidez",
|
"Moderator access via URL" : "Moderatzailearen sarbidea URL bidez",
|
||||||
"Miscellaneous" : "Askotarikoa",
|
"Miscellaneous" : "Askotarikoa",
|
||||||
|
|
@ -116,11 +126,17 @@ OC.L10N.register(
|
||||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Ziur zaude \"{startDate}\"-(e)ko grabazioa ezabatu nahi duzula? Eragiketa hau ezin da desegin.",
|
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Ziur zaude \"{startDate}\"-(e)ko grabazioa ezabatu nahi duzula? Eragiketa hau ezin da desegin.",
|
||||||
"Delete?" : "Ezabatu?",
|
"Delete?" : "Ezabatu?",
|
||||||
"Could not delete record" : "Ezin izan da grabazioa ezabatu",
|
"Could not delete record" : "Ezin izan da grabazioa ezabatu",
|
||||||
"Start" : "Hasiera",
|
"Could not modify publishing state" : "Ezin izan da argitalpen-egoera aldatu",
|
||||||
|
"Open room" : "Ireki gela",
|
||||||
|
"Start" : "Hasi",
|
||||||
|
"Clone room" : "Klonatu gela",
|
||||||
|
"Loading" : "Kargatzen",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Ez duzu baimenik aukera hau aldatzeko, gela hau zurekin partekatua delako.",
|
"You are not allowed to change this option, because this room is shared with you." : "Ez duzu baimenik aukera hau aldatzeko, gela hau zurekin partekatua delako.",
|
||||||
"Group name" : "Taldearen izena",
|
"Group name" : "Taldearen izena",
|
||||||
"Max. rooms" : "Gela max.",
|
"Max. rooms" : "Gela max.",
|
||||||
|
"Access options" : "Sartzeko aukerak",
|
||||||
"Max. participants" : "Parte-hartzaile max.",
|
"Max. participants" : "Parte-hartzaile max.",
|
||||||
|
"Group …" : "Taldea ...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Murrizketek ez diete eragiten dagoeneko badauden gelei. -1 jartzeak mugarik gabe esan nahi du. Murrizketa ugari egitean, murrizketa arinena erabiltzaile guztientzat hautatzen da.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Murrizketek ez diete eragiten dagoeneko badauden gelei. -1 jartzeak mugarik gabe esan nahi du. Murrizketa ugari egitean, murrizketa arinena erabiltzaile guztientzat hautatzen da.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Ziur zaude \"{name}\" taldearentzako murrizketak ezabatu nahi dituzula? Eragiketa hau ezin da desegin.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Ziur zaude \"{name}\" taldearentzako murrizketak ezabatu nahi dituzula? Eragiketa hau ezin da desegin.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Ezabatu murrizketak \"{name}\"-entzat?",
|
"Delete restrictions for \"{name}\"?" : "Ezabatu murrizketak \"{name}\"-entzat?",
|
||||||
|
|
@ -133,6 +149,7 @@ OC.L10N.register(
|
||||||
"URL has to start with HTTPS" : "URLak HTTPSrekin hasi behar du",
|
"URL has to start with HTTPS" : "URLak HTTPSrekin hasi behar du",
|
||||||
"URL has to contain the {token} placeholder" : "URLak {token}-aren leku-marka barnean behar du",
|
"URL has to contain the {token} placeholder" : "URLak {token}-aren leku-marka barnean behar du",
|
||||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URLak https:// eduki behar du hasieran eta {token}-a barnean behar du. {user} erabiltzailearen leku-marka ere izan dezake.",
|
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URLak https:// eduki behar du hasieran eta {token}-a barnean behar du. {user} erabiltzailearen leku-marka ere izan dezake.",
|
||||||
|
"Example configuration for Apache and Nginx" : "Apache eta Nginx-en konfigurazio adibidea",
|
||||||
"The file \"{filename}\" was uploaded to your room." : "\"{filename}\" fitxategia zure gelara igo da.",
|
"The file \"{filename}\" was uploaded to your room." : "\"{filename}\" fitxategia zure gelara igo da.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room." : "Ezin da \"{filename}\" fitxategia zure gelara igo.",
|
"The file \"{filename}\" could not be uploaded to your room." : "Ezin da \"{filename}\" fitxategia zure gelara igo.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "\"{filename}\" fitxategia ezin da zure gelara igo. Baliteke BigBlueButton zerbitzariak ez onartzea ekintza hori.",
|
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "\"{filename}\" fitxategia ezin da zure gelara igo. Baliteke BigBlueButton zerbitzariak ez onartzea ekintza hori.",
|
||||||
|
|
|
||||||
19
l10n/eu.json
19
l10n/eu.json
|
|
@ -20,9 +20,12 @@
|
||||||
"API URL or secret not configured. Please contact your administrator." : "API URLa edo URL sekretua konfiguratu gabe. Jarri harremanetan zure administratzailearekin.",
|
"API URL or secret not configured. Please contact your administrator." : "API URLa edo URL sekretua konfiguratu gabe. Jarri harremanetan zure administratzailearekin.",
|
||||||
"BigBlueButton Integration" : "BigBlueButton integrazioa",
|
"BigBlueButton Integration" : "BigBlueButton integrazioa",
|
||||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako",
|
"BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako",
|
||||||
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Aplikazio honek bilerak sortzeko aukera ematen du [BigBlueButton] (https://bigbluebutton.org) kanpoko instalazio batez.\n\n* **Gelaren konfigurazioa** Sortu hainbat gela konfigurazio izena, ongietorri mezuarekin...\n* **Partekatu gonbidatzeko esteka** Partekatu gelako esteka gonbidatu guztiekin\n* **Partekatu moderatzailearen esteka** Gonbidatu moderatzaileak gelara\n* **Partekatu gelak** Partekatu gelak kideekin, taldeekin edo zirkuluekin\n* **Aurkezpen pertsonalizatua** Hasi gela bat zure fitxategi-arakatzailetik hautatutako aurkezpen batekin\n* **Kudeatu grabaketak** Ikusi, partekatu eta ezabatu zure geletako grabazioak\n* **Murrizketak** Gelak sortzea talde jakin batzuetara mugatu\n* **Jarduerak** Lortu gelako jardueren ikuspegi orokorra\n\nHasteko gida azkarra eta informazio gehiago [hemen](https://github.com/littleredbutton/cloud_bbb).\nGustatzen al zaizu aplikazio hau? Eman zerbait kode irekiko komunitateari eta begiratu gure\n[sustatzeko moduak](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLaguntzaileak ongi etorriak dira! Denbora baduzu, zoragarria izango litzateke aplikazio hau hobetzen laguntzea.\n\n*Aplikazio honek BigBlueButton integratzen du eta ez du BigBlueButton Inc.-ek bermatzen edo ziurtatzen. BigBlueButton eta BigBlueButton logotipoa BigBlueButton Inc-en marka erregistratuak dira.*",
|
||||||
"Send to BBB" : "Bidali BBB-ra",
|
"Send to BBB" : "Bidali BBB-ra",
|
||||||
|
"An error occurred while sending the file to the room." : "Errore bat gertatu da fitxategia gelara bidaltzean.",
|
||||||
"Loading…" : "Kargatzen…",
|
"Loading…" : "Kargatzen…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Mesedez, hautatu gela non \"{filename}\" fitxategia erabili nahi duzun.",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Mesedez, hautatu gela non \"{filename}\" fitxategia erabili nahi duzun.",
|
||||||
|
"Only rooms for which you are one of the administrators will be displayed." : "Administratzaileetako bat zaren gelak bakarrik bistaratuko dira.",
|
||||||
"Send to" : "Bidali honi:",
|
"Send to" : "Bidali honi:",
|
||||||
"Start with" : "Hasi honekin",
|
"Start with" : "Hasi honekin",
|
||||||
"No rooms available!" : "Ez dago gelarik eskuragarri!",
|
"No rooms available!" : "Ez dago gelarik eskuragarri!",
|
||||||
|
|
@ -58,6 +61,7 @@
|
||||||
"Hello %s" : "Kaixo %s",
|
"Hello %s" : "Kaixo %s",
|
||||||
"Name, group …" : "Izena, taldea ...",
|
"Name, group …" : "Izena, taldea ...",
|
||||||
"Group" : "Taldea",
|
"Group" : "Taldea",
|
||||||
|
"Searching" : "BIlatzen",
|
||||||
"No matches" : "Ez dago bat datorrenik",
|
"No matches" : "Ez dago bat datorrenik",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderatzailea",
|
"moderator" : "moderatzailea",
|
||||||
|
|
@ -77,6 +81,7 @@
|
||||||
"This message is shown to all users in the chat area after they joined." : "Mezu hau erabiltzaile guztiek ikusten dute txatean sartu ostean.",
|
"This message is shown to all users in the chat area after they joined." : "Mezu hau erabiltzaile guztiek ikusten dute txatean sartu ostean.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Gela honetako partaide kopuruari muga jartzea. Zero jartzeak mugarik ez dagoela esan nahi du.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Gela honetako partaide kopuruari muga jartzea. Zero jartzeak mugarik ez dagoela esan nahi du.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Gaituz gero, moderatzaileak grabatzeko aukera du.",
|
"If enabled, the moderator is able to start the recording." : "Gaituz gero, moderatzaileak grabatzeko aukera du.",
|
||||||
|
"Explanation of the different concepts that constitute access options :<br> - Public: Anyone who has the link can join.<br> - Internal: Only Nextcloud users can join.<br> - Password: Only guests who have the password can join.<br> - Waiting room: A moderator must accept each guest before they can join.<br> - Restricted : Only selected users and groups can access this room." : "Sarbide-aukerak osatzen dituzten kontzeptu ezberdinen azalpena :<br> - Publikoa: esteka duen edonor sar daiteke.<br> - Barnekoa: Nextcloud-eko erabiltzaileak bakarrik sartu daitezke.<br> - Pasahitza: pasahitza duten gonbidatuak bakarrik sartu daitezke.<br> - Gelaren zain: Moderatzaile batek gonbidatu bakoitza onartu behar du sartu aurretik.<br> - Mugatuta: hautatutako erabiltzaileak eta taldeak bakarrik sar daitezke gela honetara..",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderatzaileak baimena dauka gainerako partaideak kudeatzeko, kanporatzeko, mututzeko edo aurkezle bat hautatzeko. Moderatzaile rola duten erabiltzaileak gai dira bilera itxi edo ezarpen lehenetsiak aldatzeko ere.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderatzaileak baimena dauka gainerako partaideak kudeatzeko, kanporatzeko, mututzeko edo aurkezle bat hautatzeko. Moderatzaile rola duten erabiltzaileak gai dira bilera itxi edo ezarpen lehenetsiak aldatzeko ere.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Gaituz gero, erabiltzaile arruntek itxaron egin behar dute moderatzaile bat gelara iritsi arte.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Gaituz gero, erabiltzaile arruntek itxaron egin behar dute moderatzaile bat gelara iritsi arte.",
|
||||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Gaituta badago, moderatzaile baimenarekin sartzeko aukera ematen duen moderatzaile URL bat sortzen da.",
|
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Gaituta badago, moderatzaile baimenarekin sartzeko aukera ematen duen moderatzaile URL bat sortzen da.",
|
||||||
|
|
@ -85,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Gaituta badago, erabiltzaileak ez ditu oihartzun deia eta webcam aurreikuspena egin beharrik lehen aldian (BBB 2.3 zerbitzaritik aurrera erabilgarri).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Gaituta badago, erabiltzaileak ez ditu oihartzun deia eta webcam aurreikuspena egin beharrik lehen aldian (BBB 2.3 zerbitzaritik aurrera erabilgarri).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Gaituta badago, erabiltzaile zerrenda, txat eremua eta aurkezpena ezkutatuta daude modu lehenetsian.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Gaituta badago, erabiltzaile zerrenda, txat eremua eta aurkezpena ezkutatuta daude modu lehenetsian.",
|
||||||
"If enabled, all users will join the meeting muted." : "Aktibatuta badago, erabiltzaile guztiak sartuko dira bileran mutu.",
|
"If enabled, all users will join the meeting muted." : "Aktibatuta badago, erabiltzaile guztiak sartuko dira bileran mutu.",
|
||||||
|
"Edit \"{room}\"" : "Editatu \"{room}\"",
|
||||||
|
"Room URL" : "Gelaren URLa",
|
||||||
|
"Welcome" : "Ongi etorri",
|
||||||
|
"Participant limit" : "Partaideen muga",
|
||||||
|
"Sharing" : "Partekatzea",
|
||||||
"Every participant is moderator" : "Partaide guztiak dira moderatzaile",
|
"Every participant is moderator" : "Partaide guztiak dira moderatzaile",
|
||||||
"Moderator access via URL" : "Moderatzailearen sarbidea URL bidez",
|
"Moderator access via URL" : "Moderatzailearen sarbidea URL bidez",
|
||||||
"Miscellaneous" : "Askotarikoa",
|
"Miscellaneous" : "Askotarikoa",
|
||||||
|
|
@ -114,11 +124,17 @@
|
||||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Ziur zaude \"{startDate}\"-(e)ko grabazioa ezabatu nahi duzula? Eragiketa hau ezin da desegin.",
|
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Ziur zaude \"{startDate}\"-(e)ko grabazioa ezabatu nahi duzula? Eragiketa hau ezin da desegin.",
|
||||||
"Delete?" : "Ezabatu?",
|
"Delete?" : "Ezabatu?",
|
||||||
"Could not delete record" : "Ezin izan da grabazioa ezabatu",
|
"Could not delete record" : "Ezin izan da grabazioa ezabatu",
|
||||||
"Start" : "Hasiera",
|
"Could not modify publishing state" : "Ezin izan da argitalpen-egoera aldatu",
|
||||||
|
"Open room" : "Ireki gela",
|
||||||
|
"Start" : "Hasi",
|
||||||
|
"Clone room" : "Klonatu gela",
|
||||||
|
"Loading" : "Kargatzen",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Ez duzu baimenik aukera hau aldatzeko, gela hau zurekin partekatua delako.",
|
"You are not allowed to change this option, because this room is shared with you." : "Ez duzu baimenik aukera hau aldatzeko, gela hau zurekin partekatua delako.",
|
||||||
"Group name" : "Taldearen izena",
|
"Group name" : "Taldearen izena",
|
||||||
"Max. rooms" : "Gela max.",
|
"Max. rooms" : "Gela max.",
|
||||||
|
"Access options" : "Sartzeko aukerak",
|
||||||
"Max. participants" : "Parte-hartzaile max.",
|
"Max. participants" : "Parte-hartzaile max.",
|
||||||
|
"Group …" : "Taldea ...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Murrizketek ez diete eragiten dagoeneko badauden gelei. -1 jartzeak mugarik gabe esan nahi du. Murrizketa ugari egitean, murrizketa arinena erabiltzaile guztientzat hautatzen da.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Murrizketek ez diete eragiten dagoeneko badauden gelei. -1 jartzeak mugarik gabe esan nahi du. Murrizketa ugari egitean, murrizketa arinena erabiltzaile guztientzat hautatzen da.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Ziur zaude \"{name}\" taldearentzako murrizketak ezabatu nahi dituzula? Eragiketa hau ezin da desegin.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Ziur zaude \"{name}\" taldearentzako murrizketak ezabatu nahi dituzula? Eragiketa hau ezin da desegin.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Ezabatu murrizketak \"{name}\"-entzat?",
|
"Delete restrictions for \"{name}\"?" : "Ezabatu murrizketak \"{name}\"-entzat?",
|
||||||
|
|
@ -131,6 +147,7 @@
|
||||||
"URL has to start with HTTPS" : "URLak HTTPSrekin hasi behar du",
|
"URL has to start with HTTPS" : "URLak HTTPSrekin hasi behar du",
|
||||||
"URL has to contain the {token} placeholder" : "URLak {token}-aren leku-marka barnean behar du",
|
"URL has to contain the {token} placeholder" : "URLak {token}-aren leku-marka barnean behar du",
|
||||||
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URLak https:// eduki behar du hasieran eta {token}-a barnean behar du. {user} erabiltzailearen leku-marka ere izan dezake.",
|
"URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URLak https:// eduki behar du hasieran eta {token}-a barnean behar du. {user} erabiltzailearen leku-marka ere izan dezake.",
|
||||||
|
"Example configuration for Apache and Nginx" : "Apache eta Nginx-en konfigurazio adibidea",
|
||||||
"The file \"{filename}\" was uploaded to your room." : "\"{filename}\" fitxategia zure gelara igo da.",
|
"The file \"{filename}\" was uploaded to your room." : "\"{filename}\" fitxategia zure gelara igo da.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room." : "Ezin da \"{filename}\" fitxategia zure gelara igo.",
|
"The file \"{filename}\" could not be uploaded to your room." : "Ezin da \"{filename}\" fitxategia zure gelara igo.",
|
||||||
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "\"{filename}\" fitxategia ezin da zure gelara igo. Baliteke BigBlueButton zerbitzariak ez onartzea ekintza hori.",
|
"The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "\"{filename}\" fitxategia ezin da zure gelara igo. Baliteke BigBlueButton zerbitzariak ez onartzea ekintza hori.",
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "سلام %s",
|
"Hello %s" : "سلام %s",
|
||||||
"Name, group …" : "Name, group …",
|
"Name, group …" : "Name, group …",
|
||||||
"Group" : "گروه",
|
"Group" : "گروه",
|
||||||
|
"Searching" : "Searching",
|
||||||
"No matches" : "No matches",
|
"No matches" : "No matches",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderator",
|
"moderator" : "moderator",
|
||||||
|
|
@ -86,6 +87,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
||||||
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
||||||
|
"Edit \"{room}\"" : "Edit \"{room}\"",
|
||||||
|
"Room URL" : "Room URL",
|
||||||
|
"Welcome" : "خوش آمدی",
|
||||||
|
"Participant limit" : "Participant limit",
|
||||||
|
"Sharing" : "همرسانی",
|
||||||
"Every participant is moderator" : "Every participant is moderator",
|
"Every participant is moderator" : "Every participant is moderator",
|
||||||
"Moderator access via URL" : "Moderator access via URL",
|
"Moderator access via URL" : "Moderator access via URL",
|
||||||
"Miscellaneous" : "متفرقه",
|
"Miscellaneous" : "متفرقه",
|
||||||
|
|
@ -116,10 +122,12 @@ OC.L10N.register(
|
||||||
"Delete?" : "Delete?",
|
"Delete?" : "Delete?",
|
||||||
"Could not delete record" : "Could not delete record",
|
"Could not delete record" : "Could not delete record",
|
||||||
"Start" : "شروع",
|
"Start" : "شروع",
|
||||||
|
"Loading" : "Loading",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
||||||
"Group name" : "نام گروه",
|
"Group name" : "نام گروه",
|
||||||
"Max. rooms" : "Max. rooms",
|
"Max. rooms" : "Max. rooms",
|
||||||
"Max. participants" : "Max. participants",
|
"Max. participants" : "Max. participants",
|
||||||
|
"Group …" : "Group …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
||||||
"Delete restrictions for \"{name}\"?" : "محدودیتهای \"{name}\" حذف شود؟",
|
"Delete restrictions for \"{name}\"?" : "محدودیتهای \"{name}\" حذف شود؟",
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@
|
||||||
"Hello %s" : "سلام %s",
|
"Hello %s" : "سلام %s",
|
||||||
"Name, group …" : "Name, group …",
|
"Name, group …" : "Name, group …",
|
||||||
"Group" : "گروه",
|
"Group" : "گروه",
|
||||||
|
"Searching" : "Searching",
|
||||||
"No matches" : "No matches",
|
"No matches" : "No matches",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderator",
|
"moderator" : "moderator",
|
||||||
|
|
@ -84,6 +85,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "If enabled, the user list, chat area and presentation are hidden by default.",
|
||||||
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
"If enabled, all users will join the meeting muted." : "If enabled, all users will join the meeting muted.",
|
||||||
|
"Edit \"{room}\"" : "Edit \"{room}\"",
|
||||||
|
"Room URL" : "Room URL",
|
||||||
|
"Welcome" : "خوش آمدی",
|
||||||
|
"Participant limit" : "Participant limit",
|
||||||
|
"Sharing" : "همرسانی",
|
||||||
"Every participant is moderator" : "Every participant is moderator",
|
"Every participant is moderator" : "Every participant is moderator",
|
||||||
"Moderator access via URL" : "Moderator access via URL",
|
"Moderator access via URL" : "Moderator access via URL",
|
||||||
"Miscellaneous" : "متفرقه",
|
"Miscellaneous" : "متفرقه",
|
||||||
|
|
@ -114,10 +120,12 @@
|
||||||
"Delete?" : "Delete?",
|
"Delete?" : "Delete?",
|
||||||
"Could not delete record" : "Could not delete record",
|
"Could not delete record" : "Could not delete record",
|
||||||
"Start" : "شروع",
|
"Start" : "شروع",
|
||||||
|
"Loading" : "Loading",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
"You are not allowed to change this option, because this room is shared with you." : "You are not allowed to change this option, because this room is shared with you.",
|
||||||
"Group name" : "نام گروه",
|
"Group name" : "نام گروه",
|
||||||
"Max. rooms" : "Max. rooms",
|
"Max. rooms" : "Max. rooms",
|
||||||
"Max. participants" : "Max. participants",
|
"Max. participants" : "Max. participants",
|
||||||
|
"Group …" : "Group …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone.",
|
||||||
"Delete restrictions for \"{name}\"?" : "محدودیتهای \"{name}\" حذف شود؟",
|
"Delete restrictions for \"{name}\"?" : "محدودیتهای \"{name}\" حذف شود؟",
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,11 @@ OC.L10N.register(
|
||||||
"Edit" : "Muokkaa",
|
"Edit" : "Muokkaa",
|
||||||
"Descriptive name of this room." : "Kuvaava nimi tälle huoneelle.",
|
"Descriptive name of this room." : "Kuvaava nimi tälle huoneelle.",
|
||||||
"If enabled, all users will join the meeting muted." : "Jos käytössä, kaikki käyttäjä osallistuvat kokoukseen mykistettyinä.",
|
"If enabled, all users will join the meeting muted." : "Jos käytössä, kaikki käyttäjä osallistuvat kokoukseen mykistettyinä.",
|
||||||
|
"Edit \"{room}\"" : "Muokkaa \"{room}\"",
|
||||||
|
"Room URL" : "Huoneen URL-osoite",
|
||||||
|
"Welcome" : "Tervetuloa",
|
||||||
|
"Participant limit" : "Osallistujaraja",
|
||||||
|
"Sharing" : "Jakaminen",
|
||||||
"Miscellaneous" : "Sekalaiset",
|
"Miscellaneous" : "Sekalaiset",
|
||||||
"Join meeting muted" : "Liity kokoukseen mykistettynä",
|
"Join meeting muted" : "Liity kokoukseen mykistettynä",
|
||||||
"Room name" : "Huoneen nimi",
|
"Room name" : "Huoneen nimi",
|
||||||
|
|
@ -75,9 +80,11 @@ OC.L10N.register(
|
||||||
"Delete?" : "Poistetaanko?",
|
"Delete?" : "Poistetaanko?",
|
||||||
"Could not delete record" : "Tallennetta ei voitu poistaa",
|
"Could not delete record" : "Tallennetta ei voitu poistaa",
|
||||||
"Start" : "Alku",
|
"Start" : "Alku",
|
||||||
|
"Loading" : "Ladataan",
|
||||||
"Group name" : "Ryhmän nimi",
|
"Group name" : "Ryhmän nimi",
|
||||||
"Max. rooms" : "Huoneita enintään",
|
"Max. rooms" : "Huoneita enintään",
|
||||||
"Max. participants" : "Osallistujia enintään",
|
"Max. participants" : "Osallistujia enintään",
|
||||||
|
"Group …" : "Ryhmä…",
|
||||||
"All users" : "Kaikki käyttäjät",
|
"All users" : "Kaikki käyttäjät",
|
||||||
"All" : "Kaikki",
|
"All" : "Kaikki",
|
||||||
"Settings saved" : "Asetukset tallennettu",
|
"Settings saved" : "Asetukset tallennettu",
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,11 @@
|
||||||
"Edit" : "Muokkaa",
|
"Edit" : "Muokkaa",
|
||||||
"Descriptive name of this room." : "Kuvaava nimi tälle huoneelle.",
|
"Descriptive name of this room." : "Kuvaava nimi tälle huoneelle.",
|
||||||
"If enabled, all users will join the meeting muted." : "Jos käytössä, kaikki käyttäjä osallistuvat kokoukseen mykistettyinä.",
|
"If enabled, all users will join the meeting muted." : "Jos käytössä, kaikki käyttäjä osallistuvat kokoukseen mykistettyinä.",
|
||||||
|
"Edit \"{room}\"" : "Muokkaa \"{room}\"",
|
||||||
|
"Room URL" : "Huoneen URL-osoite",
|
||||||
|
"Welcome" : "Tervetuloa",
|
||||||
|
"Participant limit" : "Osallistujaraja",
|
||||||
|
"Sharing" : "Jakaminen",
|
||||||
"Miscellaneous" : "Sekalaiset",
|
"Miscellaneous" : "Sekalaiset",
|
||||||
"Join meeting muted" : "Liity kokoukseen mykistettynä",
|
"Join meeting muted" : "Liity kokoukseen mykistettynä",
|
||||||
"Room name" : "Huoneen nimi",
|
"Room name" : "Huoneen nimi",
|
||||||
|
|
@ -73,9 +78,11 @@
|
||||||
"Delete?" : "Poistetaanko?",
|
"Delete?" : "Poistetaanko?",
|
||||||
"Could not delete record" : "Tallennetta ei voitu poistaa",
|
"Could not delete record" : "Tallennetta ei voitu poistaa",
|
||||||
"Start" : "Alku",
|
"Start" : "Alku",
|
||||||
|
"Loading" : "Ladataan",
|
||||||
"Group name" : "Ryhmän nimi",
|
"Group name" : "Ryhmän nimi",
|
||||||
"Max. rooms" : "Huoneita enintään",
|
"Max. rooms" : "Huoneita enintään",
|
||||||
"Max. participants" : "Osallistujia enintään",
|
"Max. participants" : "Osallistujia enintään",
|
||||||
|
"Group …" : "Ryhmä…",
|
||||||
"All users" : "Kaikki käyttäjät",
|
"All users" : "Kaikki käyttäjät",
|
||||||
"All" : "Kaikki",
|
"All" : "Kaikki",
|
||||||
"Settings saved" : "Asetukset tallennettu",
|
"Settings saved" : "Asetukset tallennettu",
|
||||||
|
|
|
||||||
10
l10n/fr.js
10
l10n/fr.js
|
|
@ -24,8 +24,10 @@ OC.L10N.register(
|
||||||
"BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuration de la salle** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* **Partager un lien invité** Partagez un lien de la salle avec tous vos invités\n* **Partager le lien du modérateur** Inviter des modérateurs dans la salle\n* **Partager des salles** Partagez des salles avec des membres, des groupes ou des cercles\n* **Présentation personnalisée** Démarrez une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* **Gérer les enregistrements** Affichez, partagez et supprimez les enregistrements de vos salles\n* **Restrictions** Restreindre la création de salles à certains groupes\n* **Activités** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et informations complémentaires dans notre [lisser moi](https://github.com/littleredbutton/cloud_bbb).\nAimez-vous cette application? Redonnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLes contributeurs sont les bienvenus! Si vous avez le temps, ce serait génial si vous pouviez contribuer à améliorer cette application.\n\n*Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuration de la salle** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* **Partager un lien invité** Partagez un lien de la salle avec tous vos invités\n* **Partager le lien du modérateur** Inviter des modérateurs dans la salle\n* **Partager des salles** Partagez des salles avec des membres, des groupes ou des cercles\n* **Présentation personnalisée** Démarrez une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* **Gérer les enregistrements** Affichez, partagez et supprimez les enregistrements de vos salles\n* **Restrictions** Restreindre la création de salles à certains groupes\n* **Activités** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et informations complémentaires dans notre [lisser moi](https://github.com/littleredbutton/cloud_bbb).\nAimez-vous cette application? Redonnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLes contributeurs sont les bienvenus! Si vous avez le temps, ce serait génial si vous pouviez contribuer à améliorer cette application.\n\n*Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc.*",
|
||||||
"Send to BBB" : "Envoyer vers BBB",
|
"Send to BBB" : "Envoyer vers BBB",
|
||||||
|
"An error occurred while sending the file to the room." : "Une erreur s'est produite lors de l'envoi du fichier à la salle.",
|
||||||
"Loading…" : "Chargement…",
|
"Loading…" : "Chargement…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Veuillez sélectionner la salle dans laquelle vous voulez utiliser le fichier \"{filename}\".",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Veuillez sélectionner la salle dans laquelle vous voulez utiliser le fichier \"{filename}\".",
|
||||||
|
"Only rooms for which you are one of the administrators will be displayed." : "Seules les salles dont vous êtes l'un des administrateurs seront affichées.",
|
||||||
"Send to" : "Envoyer à",
|
"Send to" : "Envoyer à",
|
||||||
"Start with" : "Démarrer avec",
|
"Start with" : "Démarrer avec",
|
||||||
"No rooms available!" : "Pas de salle disponible !",
|
"No rooms available!" : "Pas de salle disponible !",
|
||||||
|
|
@ -61,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Bonjour %s",
|
"Hello %s" : "Bonjour %s",
|
||||||
"Name, group …" : "Nom, groupe, ...",
|
"Name, group …" : "Nom, groupe, ...",
|
||||||
"Group" : "Groupe",
|
"Group" : "Groupe",
|
||||||
|
"Searching" : "Recherche en cours",
|
||||||
"No matches" : "Pas de résultats",
|
"No matches" : "Pas de résultats",
|
||||||
"admin" : "administrateur",
|
"admin" : "administrateur",
|
||||||
"moderator" : "modérateur",
|
"moderator" : "modérateur",
|
||||||
|
|
@ -89,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si activé, l'utilisateur n'a pas besoin de faire un test d'appel et une prévisualisation de la webcam à la première connexion (disponible depuis BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si activé, l'utilisateur n'a pas besoin de faire un test d'appel et une prévisualisation de la webcam à la première connexion (disponible depuis BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si activé, la liste des utilisateurs, l'espace de discussion et la présentation sont cachés par défaut.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si activé, la liste des utilisateurs, l'espace de discussion et la présentation sont cachés par défaut.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si activé, tous les utilisateurs rejoindront la réunion en sourdine.",
|
"If enabled, all users will join the meeting muted." : "Si activé, tous les utilisateurs rejoindront la réunion en sourdine.",
|
||||||
|
"Edit \"{room}\"" : "Modifier « {room} »",
|
||||||
|
"Room URL" : "URL de la salle",
|
||||||
|
"Welcome" : "Bienvenue",
|
||||||
|
"Participant limit" : "Limite de participants",
|
||||||
|
"Sharing" : "Partage",
|
||||||
"Every participant is moderator" : "Tous les participants sont des modérateurs",
|
"Every participant is moderator" : "Tous les participants sont des modérateurs",
|
||||||
"Moderator access via URL" : "Accès modérateur via URL",
|
"Moderator access via URL" : "Accès modérateur via URL",
|
||||||
"Miscellaneous" : "Divers",
|
"Miscellaneous" : "Divers",
|
||||||
|
|
@ -122,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Ouvrir la salle",
|
"Open room" : "Ouvrir la salle",
|
||||||
"Start" : "Démarrer",
|
"Start" : "Démarrer",
|
||||||
"Clone room" : "Cloner la salle",
|
"Clone room" : "Cloner la salle",
|
||||||
|
"Loading" : "Chargement",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Vous n'êtes pas autorisé à changer cette option car cette salle est partagée avec vous.",
|
"You are not allowed to change this option, because this room is shared with you." : "Vous n'êtes pas autorisé à changer cette option car cette salle est partagée avec vous.",
|
||||||
"Group name" : "Nom du groupe",
|
"Group name" : "Nom du groupe",
|
||||||
"Max. rooms" : "Nombre max. de salles",
|
"Max. rooms" : "Nombre max. de salles",
|
||||||
"Access options" : "Options d'accès",
|
"Access options" : "Options d'accès",
|
||||||
"Max. participants" : "Nombre maximum de participants",
|
"Max. participants" : "Nombre maximum de participants",
|
||||||
|
"Group …" : "Groupe …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restrictions n'affectent pas les salles existantes. \"-1\" signifie que la valeur est illimitée. L'option la moins restrictive est choisie pour chaque utilisateur si plusieurs restrictions s'appliquent.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restrictions n'affectent pas les salles existantes. \"-1\" signifie que la valeur est illimitée. L'option la moins restrictive est choisie pour chaque utilisateur si plusieurs restrictions s'appliquent.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Êtes-vous sûr de vouloir supprimer les restrictions pour le groupe \"{name}\" ? Cette opération ne peut pas être annulée.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Êtes-vous sûr de vouloir supprimer les restrictions pour le groupe \"{name}\" ? Cette opération ne peut pas être annulée.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Supprimer les restrictions pour \"{name}\" ?",
|
"Delete restrictions for \"{name}\"?" : "Supprimer les restrictions pour \"{name}\" ?",
|
||||||
|
|
|
||||||
10
l10n/fr.json
10
l10n/fr.json
|
|
@ -22,8 +22,10 @@
|
||||||
"BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuration de la salle** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* **Partager un lien invité** Partagez un lien de la salle avec tous vos invités\n* **Partager le lien du modérateur** Inviter des modérateurs dans la salle\n* **Partager des salles** Partagez des salles avec des membres, des groupes ou des cercles\n* **Présentation personnalisée** Démarrez une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* **Gérer les enregistrements** Affichez, partagez et supprimez les enregistrements de vos salles\n* **Restrictions** Restreindre la création de salles à certains groupes\n* **Activités** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et informations complémentaires dans notre [lisser moi](https://github.com/littleredbutton/cloud_bbb).\nAimez-vous cette application? Redonnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLes contributeurs sont les bienvenus! Si vous avez le temps, ce serait génial si vous pouviez contribuer à améliorer cette application.\n\n*Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuration de la salle** Créez plusieurs configurations de salle avec nom, message de bienvenue…\n* **Partager un lien invité** Partagez un lien de la salle avec tous vos invités\n* **Partager le lien du modérateur** Inviter des modérateurs dans la salle\n* **Partager des salles** Partagez des salles avec des membres, des groupes ou des cercles\n* **Présentation personnalisée** Démarrez une salle avec une présentation sélectionnée à partir de votre navigateur de fichiers\n* **Gérer les enregistrements** Affichez, partagez et supprimez les enregistrements de vos salles\n* **Restrictions** Restreindre la création de salles à certains groupes\n* **Activités** Obtenez un aperçu des activités de votre salle\n\nGuide de démarrage rapide et informations complémentaires dans notre [lisser moi](https://github.com/littleredbutton/cloud_bbb).\nAimez-vous cette application? Redonnez quelque chose à la communauté open source et consultez notre\n[façons de contribuer](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nLes contributeurs sont les bienvenus! Si vous avez le temps, ce serait génial si vous pouviez contribuer à améliorer cette application.\n\n*Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques commerciales de BigBlueButton Inc.*",
|
||||||
"Send to BBB" : "Envoyer vers BBB",
|
"Send to BBB" : "Envoyer vers BBB",
|
||||||
|
"An error occurred while sending the file to the room." : "Une erreur s'est produite lors de l'envoi du fichier à la salle.",
|
||||||
"Loading…" : "Chargement…",
|
"Loading…" : "Chargement…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Veuillez sélectionner la salle dans laquelle vous voulez utiliser le fichier \"{filename}\".",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Veuillez sélectionner la salle dans laquelle vous voulez utiliser le fichier \"{filename}\".",
|
||||||
|
"Only rooms for which you are one of the administrators will be displayed." : "Seules les salles dont vous êtes l'un des administrateurs seront affichées.",
|
||||||
"Send to" : "Envoyer à",
|
"Send to" : "Envoyer à",
|
||||||
"Start with" : "Démarrer avec",
|
"Start with" : "Démarrer avec",
|
||||||
"No rooms available!" : "Pas de salle disponible !",
|
"No rooms available!" : "Pas de salle disponible !",
|
||||||
|
|
@ -59,6 +61,7 @@
|
||||||
"Hello %s" : "Bonjour %s",
|
"Hello %s" : "Bonjour %s",
|
||||||
"Name, group …" : "Nom, groupe, ...",
|
"Name, group …" : "Nom, groupe, ...",
|
||||||
"Group" : "Groupe",
|
"Group" : "Groupe",
|
||||||
|
"Searching" : "Recherche en cours",
|
||||||
"No matches" : "Pas de résultats",
|
"No matches" : "Pas de résultats",
|
||||||
"admin" : "administrateur",
|
"admin" : "administrateur",
|
||||||
"moderator" : "modérateur",
|
"moderator" : "modérateur",
|
||||||
|
|
@ -87,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si activé, l'utilisateur n'a pas besoin de faire un test d'appel et une prévisualisation de la webcam à la première connexion (disponible depuis BBB server 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Si activé, l'utilisateur n'a pas besoin de faire un test d'appel et une prévisualisation de la webcam à la première connexion (disponible depuis BBB server 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Si activé, la liste des utilisateurs, l'espace de discussion et la présentation sont cachés par défaut.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Si activé, la liste des utilisateurs, l'espace de discussion et la présentation sont cachés par défaut.",
|
||||||
"If enabled, all users will join the meeting muted." : "Si activé, tous les utilisateurs rejoindront la réunion en sourdine.",
|
"If enabled, all users will join the meeting muted." : "Si activé, tous les utilisateurs rejoindront la réunion en sourdine.",
|
||||||
|
"Edit \"{room}\"" : "Modifier « {room} »",
|
||||||
|
"Room URL" : "URL de la salle",
|
||||||
|
"Welcome" : "Bienvenue",
|
||||||
|
"Participant limit" : "Limite de participants",
|
||||||
|
"Sharing" : "Partage",
|
||||||
"Every participant is moderator" : "Tous les participants sont des modérateurs",
|
"Every participant is moderator" : "Tous les participants sont des modérateurs",
|
||||||
"Moderator access via URL" : "Accès modérateur via URL",
|
"Moderator access via URL" : "Accès modérateur via URL",
|
||||||
"Miscellaneous" : "Divers",
|
"Miscellaneous" : "Divers",
|
||||||
|
|
@ -120,11 +128,13 @@
|
||||||
"Open room" : "Ouvrir la salle",
|
"Open room" : "Ouvrir la salle",
|
||||||
"Start" : "Démarrer",
|
"Start" : "Démarrer",
|
||||||
"Clone room" : "Cloner la salle",
|
"Clone room" : "Cloner la salle",
|
||||||
|
"Loading" : "Chargement",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Vous n'êtes pas autorisé à changer cette option car cette salle est partagée avec vous.",
|
"You are not allowed to change this option, because this room is shared with you." : "Vous n'êtes pas autorisé à changer cette option car cette salle est partagée avec vous.",
|
||||||
"Group name" : "Nom du groupe",
|
"Group name" : "Nom du groupe",
|
||||||
"Max. rooms" : "Nombre max. de salles",
|
"Max. rooms" : "Nombre max. de salles",
|
||||||
"Access options" : "Options d'accès",
|
"Access options" : "Options d'accès",
|
||||||
"Max. participants" : "Nombre maximum de participants",
|
"Max. participants" : "Nombre maximum de participants",
|
||||||
|
"Group …" : "Groupe …",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restrictions n'affectent pas les salles existantes. \"-1\" signifie que la valeur est illimitée. L'option la moins restrictive est choisie pour chaque utilisateur si plusieurs restrictions s'appliquent.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Les restrictions n'affectent pas les salles existantes. \"-1\" signifie que la valeur est illimitée. L'option la moins restrictive est choisie pour chaque utilisateur si plusieurs restrictions s'appliquent.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Êtes-vous sûr de vouloir supprimer les restrictions pour le groupe \"{name}\" ? Cette opération ne peut pas être annulée.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Êtes-vous sûr de vouloir supprimer les restrictions pour le groupe \"{name}\" ? Cette opération ne peut pas être annulée.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Supprimer les restrictions pour \"{name}\" ?",
|
"Delete restrictions for \"{name}\"?" : "Supprimer les restrictions pour \"{name}\" ?",
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Dia duit %s",
|
"Hello %s" : "Dia duit %s",
|
||||||
"Name, group …" : "Ainm, grúpa…",
|
"Name, group …" : "Ainm, grúpa…",
|
||||||
"Group" : "Grúpa",
|
"Group" : "Grúpa",
|
||||||
|
"Searching" : "Cuardach",
|
||||||
"No matches" : "Gan aon chluichí",
|
"No matches" : "Gan aon chluichí",
|
||||||
"admin" : "riar",
|
"admin" : "riar",
|
||||||
"moderator" : "modhnóir",
|
"moderator" : "modhnóir",
|
||||||
|
|
@ -91,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Má tá sé cumasaithe, níl cead ag an úsáideoir réamhghlao macalla agus ceamara gréasáin a dhéanamh ar an gcéad dul isteach (ar fáil ó fhreastalaí BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Má tá sé cumasaithe, níl cead ag an úsáideoir réamhghlao macalla agus ceamara gréasáin a dhéanamh ar an gcéad dul isteach (ar fáil ó fhreastalaí BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Má tá sé cumasaithe, tá an liosta úsáideoirí, an limistéar comhrá agus an cur i láthair i bhfolach de réir réamhshocraithe.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Má tá sé cumasaithe, tá an liosta úsáideoirí, an limistéar comhrá agus an cur i láthair i bhfolach de réir réamhshocraithe.",
|
||||||
"If enabled, all users will join the meeting muted." : "Má tá sé cumasaithe, glacfaidh gach úsáideoir páirt sa chruinniú balbhaithe.",
|
"If enabled, all users will join the meeting muted." : "Má tá sé cumasaithe, glacfaidh gach úsáideoir páirt sa chruinniú balbhaithe.",
|
||||||
|
"Edit \"{room}\"" : "Cuir \"{room}\" in eagar",
|
||||||
|
"Room URL" : "URL an tseomra",
|
||||||
|
"Welcome" : "Fáilte",
|
||||||
|
"Participant limit" : "Teorainn rannpháirtí",
|
||||||
|
"Sharing" : "Roinnt",
|
||||||
"Every participant is moderator" : "Is modhnóir é gach rannpháirtí",
|
"Every participant is moderator" : "Is modhnóir é gach rannpháirtí",
|
||||||
"Moderator access via URL" : "Rochtain mhodhnóra trí URL",
|
"Moderator access via URL" : "Rochtain mhodhnóra trí URL",
|
||||||
"Miscellaneous" : "Ilghnéitheach",
|
"Miscellaneous" : "Ilghnéitheach",
|
||||||
|
|
@ -124,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Seomra oscailte",
|
"Open room" : "Seomra oscailte",
|
||||||
"Start" : "Tosaigh",
|
"Start" : "Tosaigh",
|
||||||
"Clone room" : "Seomra clón",
|
"Clone room" : "Seomra clón",
|
||||||
|
"Loading" : "Ag lódáil",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Níl cead agat an rogha seo a athrú, toisc go bhfuil an seomra seo roinnte leat.",
|
"You are not allowed to change this option, because this room is shared with you." : "Níl cead agat an rogha seo a athrú, toisc go bhfuil an seomra seo roinnte leat.",
|
||||||
"Group name" : "Ainm an ghrúpa",
|
"Group name" : "Ainm an ghrúpa",
|
||||||
"Max. rooms" : "uas. seomraí",
|
"Max. rooms" : "uas. seomraí",
|
||||||
"Access options" : "Roghanna rochtana",
|
"Access options" : "Roghanna rochtana",
|
||||||
"Max. participants" : "Uas. rannpháirtithe",
|
"Max. participants" : "Uas. rannpháirtithe",
|
||||||
|
"Group …" : "Grúpa…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ní chuireann srianta isteach ar sheomraí atá ann cheana féin. Ciallaíonn lúide a haon go bhfuil an luach gan teorainn. Roghnaítear an rogha is lú srianta do gach úsáideoir má bhíonn srianta iolracha i bhfeidhm.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ní chuireann srianta isteach ar sheomraí atá ann cheana féin. Ciallaíonn lúide a haon go bhfuil an luach gan teorainn. Roghnaítear an rogha is lú srianta do gach úsáideoir má bhíonn srianta iolracha i bhfeidhm.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "An bhfuil tú cinnte gur mhaith leat na srianta don ghrúpa \"{name}\" a scriosadh? Ní féidir an oibríocht seo a chealú.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "An bhfuil tú cinnte gur mhaith leat na srianta don ghrúpa \"{name}\" a scriosadh? Ní féidir an oibríocht seo a chealú.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Scrios srianta do \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Scrios srianta do \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
"Hello %s" : "Dia duit %s",
|
"Hello %s" : "Dia duit %s",
|
||||||
"Name, group …" : "Ainm, grúpa…",
|
"Name, group …" : "Ainm, grúpa…",
|
||||||
"Group" : "Grúpa",
|
"Group" : "Grúpa",
|
||||||
|
"Searching" : "Cuardach",
|
||||||
"No matches" : "Gan aon chluichí",
|
"No matches" : "Gan aon chluichí",
|
||||||
"admin" : "riar",
|
"admin" : "riar",
|
||||||
"moderator" : "modhnóir",
|
"moderator" : "modhnóir",
|
||||||
|
|
@ -89,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Má tá sé cumasaithe, níl cead ag an úsáideoir réamhghlao macalla agus ceamara gréasáin a dhéanamh ar an gcéad dul isteach (ar fáil ó fhreastalaí BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Má tá sé cumasaithe, níl cead ag an úsáideoir réamhghlao macalla agus ceamara gréasáin a dhéanamh ar an gcéad dul isteach (ar fáil ó fhreastalaí BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Má tá sé cumasaithe, tá an liosta úsáideoirí, an limistéar comhrá agus an cur i láthair i bhfolach de réir réamhshocraithe.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Má tá sé cumasaithe, tá an liosta úsáideoirí, an limistéar comhrá agus an cur i láthair i bhfolach de réir réamhshocraithe.",
|
||||||
"If enabled, all users will join the meeting muted." : "Má tá sé cumasaithe, glacfaidh gach úsáideoir páirt sa chruinniú balbhaithe.",
|
"If enabled, all users will join the meeting muted." : "Má tá sé cumasaithe, glacfaidh gach úsáideoir páirt sa chruinniú balbhaithe.",
|
||||||
|
"Edit \"{room}\"" : "Cuir \"{room}\" in eagar",
|
||||||
|
"Room URL" : "URL an tseomra",
|
||||||
|
"Welcome" : "Fáilte",
|
||||||
|
"Participant limit" : "Teorainn rannpháirtí",
|
||||||
|
"Sharing" : "Roinnt",
|
||||||
"Every participant is moderator" : "Is modhnóir é gach rannpháirtí",
|
"Every participant is moderator" : "Is modhnóir é gach rannpháirtí",
|
||||||
"Moderator access via URL" : "Rochtain mhodhnóra trí URL",
|
"Moderator access via URL" : "Rochtain mhodhnóra trí URL",
|
||||||
"Miscellaneous" : "Ilghnéitheach",
|
"Miscellaneous" : "Ilghnéitheach",
|
||||||
|
|
@ -122,11 +128,13 @@
|
||||||
"Open room" : "Seomra oscailte",
|
"Open room" : "Seomra oscailte",
|
||||||
"Start" : "Tosaigh",
|
"Start" : "Tosaigh",
|
||||||
"Clone room" : "Seomra clón",
|
"Clone room" : "Seomra clón",
|
||||||
|
"Loading" : "Ag lódáil",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Níl cead agat an rogha seo a athrú, toisc go bhfuil an seomra seo roinnte leat.",
|
"You are not allowed to change this option, because this room is shared with you." : "Níl cead agat an rogha seo a athrú, toisc go bhfuil an seomra seo roinnte leat.",
|
||||||
"Group name" : "Ainm an ghrúpa",
|
"Group name" : "Ainm an ghrúpa",
|
||||||
"Max. rooms" : "uas. seomraí",
|
"Max. rooms" : "uas. seomraí",
|
||||||
"Access options" : "Roghanna rochtana",
|
"Access options" : "Roghanna rochtana",
|
||||||
"Max. participants" : "Uas. rannpháirtithe",
|
"Max. participants" : "Uas. rannpháirtithe",
|
||||||
|
"Group …" : "Grúpa…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ní chuireann srianta isteach ar sheomraí atá ann cheana féin. Ciallaíonn lúide a haon go bhfuil an luach gan teorainn. Roghnaítear an rogha is lú srianta do gach úsáideoir má bhíonn srianta iolracha i bhfeidhm.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ní chuireann srianta isteach ar sheomraí atá ann cheana féin. Ciallaíonn lúide a haon go bhfuil an luach gan teorainn. Roghnaítear an rogha is lú srianta do gach úsáideoir má bhíonn srianta iolracha i bhfeidhm.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "An bhfuil tú cinnte gur mhaith leat na srianta don ghrúpa \"{name}\" a scriosadh? Ní féidir an oibríocht seo a chealú.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "An bhfuil tú cinnte gur mhaith leat na srianta don ghrúpa \"{name}\" a scriosadh? Ní féidir an oibríocht seo a chealú.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Scrios srianta do \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Scrios srianta do \"{name}\"?",
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ OC.L10N.register(
|
||||||
"Password" : "Facal-faire",
|
"Password" : "Facal-faire",
|
||||||
"Name" : "Ainm",
|
"Name" : "Ainm",
|
||||||
"Edit" : "Deasaich",
|
"Edit" : "Deasaich",
|
||||||
|
"Sharing" : "Co-roinneadh",
|
||||||
"Create" : "Cruthaich",
|
"Create" : "Cruthaich",
|
||||||
"Delete" : "Sguab às",
|
"Delete" : "Sguab às",
|
||||||
"Error" : "Mearachd"
|
"Error" : "Mearachd"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
"Password" : "Facal-faire",
|
"Password" : "Facal-faire",
|
||||||
"Name" : "Ainm",
|
"Name" : "Ainm",
|
||||||
"Edit" : "Deasaich",
|
"Edit" : "Deasaich",
|
||||||
|
"Sharing" : "Co-roinneadh",
|
||||||
"Create" : "Cruthaich",
|
"Create" : "Cruthaich",
|
||||||
"Delete" : "Sguab às",
|
"Delete" : "Sguab às",
|
||||||
"Error" : "Mearachd"
|
"Error" : "Mearachd"
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Ola %s",
|
"Hello %s" : "Ola %s",
|
||||||
"Name, group …" : "Nome, grupo…",
|
"Name, group …" : "Nome, grupo…",
|
||||||
"Group" : "Grupo",
|
"Group" : "Grupo",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Non hai coincidencias",
|
"No matches" : "Non hai coincidencias",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -91,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel desde o BBB servidor 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel desde o BBB servidor 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Se está activado, a lista de usuarios, a área de parolas e a presentación están agochadas de xeito predeterminado.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Se está activado, a lista de usuarios, a área de parolas e a presentación están agochadas de xeito predeterminado.",
|
||||||
"If enabled, all users will join the meeting muted." : "Se está activado, todos os usuarios uniranse á xuntanza enmudecidos.",
|
"If enabled, all users will join the meeting muted." : "Se está activado, todos os usuarios uniranse á xuntanza enmudecidos.",
|
||||||
|
"Edit \"{room}\"" : "Editar «{room}»",
|
||||||
|
"Room URL" : "URL da sala",
|
||||||
|
"Welcome" : "Benvido",
|
||||||
|
"Participant limit" : "Límite de participantes",
|
||||||
|
"Sharing" : "Compartindo",
|
||||||
"Every participant is moderator" : "Todos os participantes son moderadores",
|
"Every participant is moderator" : "Todos os participantes son moderadores",
|
||||||
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
||||||
"Miscellaneous" : "Miscelánea",
|
"Miscellaneous" : "Miscelánea",
|
||||||
|
|
@ -124,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Sala aberta",
|
"Open room" : "Sala aberta",
|
||||||
"Start" : "Iniciar",
|
"Start" : "Iniciar",
|
||||||
"Clone room" : "Clonar a sala",
|
"Clone room" : "Clonar a sala",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Vde. non ten permiso para cambiar esta opción, porque esta é unha sala compartida con Vde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Vde. non ten permiso para cambiar esta opción, porque esta é unha sala compartida con Vde.",
|
||||||
"Group name" : "Nome do grupo",
|
"Group name" : "Nome do grupo",
|
||||||
"Max. rooms" : "Máx. de salas",
|
"Max. rooms" : "Máx. de salas",
|
||||||
"Access options" : "Opcións de acceso",
|
"Access options" : "Opcións de acceso",
|
||||||
"Max. participants" : "Máx. de participantes",
|
"Max. participants" : "Máx. de participantes",
|
||||||
|
"Group …" : "Grupo…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "As restricións non afectan ás salas existentes. Menos un significa que o valor é ilimitado. De aplicarse varias restricións, escollese a opción menos restritiva para cada usuario.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "As restricións non afectan ás salas existentes. Menos un significa que o valor é ilimitado. De aplicarse varias restricións, escollese a opción menos restritiva para cada usuario.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Confirma que quere eliminar as restricións do grupo «{name}»? Non é posíbel desfacer esta operación.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Confirma que quere eliminar as restricións do grupo «{name}»? Non é posíbel desfacer esta operación.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Quere eliminar as restricións de «{name}»?",
|
"Delete restrictions for \"{name}\"?" : "Quere eliminar as restricións de «{name}»?",
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
"Hello %s" : "Ola %s",
|
"Hello %s" : "Ola %s",
|
||||||
"Name, group …" : "Nome, grupo…",
|
"Name, group …" : "Nome, grupo…",
|
||||||
"Group" : "Grupo",
|
"Group" : "Grupo",
|
||||||
|
"Searching" : "Buscando",
|
||||||
"No matches" : "Non hai coincidencias",
|
"No matches" : "Non hai coincidencias",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderador",
|
"moderator" : "moderador",
|
||||||
|
|
@ -89,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel desde o BBB servidor 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se está activado, o usuario non ten que realizar unha proba de eco nin unha vista previa da cámara web na primeira unión (dispoñíbel desde o BBB servidor 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Se está activado, a lista de usuarios, a área de parolas e a presentación están agochadas de xeito predeterminado.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Se está activado, a lista de usuarios, a área de parolas e a presentación están agochadas de xeito predeterminado.",
|
||||||
"If enabled, all users will join the meeting muted." : "Se está activado, todos os usuarios uniranse á xuntanza enmudecidos.",
|
"If enabled, all users will join the meeting muted." : "Se está activado, todos os usuarios uniranse á xuntanza enmudecidos.",
|
||||||
|
"Edit \"{room}\"" : "Editar «{room}»",
|
||||||
|
"Room URL" : "URL da sala",
|
||||||
|
"Welcome" : "Benvido",
|
||||||
|
"Participant limit" : "Límite de participantes",
|
||||||
|
"Sharing" : "Compartindo",
|
||||||
"Every participant is moderator" : "Todos os participantes son moderadores",
|
"Every participant is moderator" : "Todos os participantes son moderadores",
|
||||||
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
"Moderator access via URL" : "Acceso de moderador a través de URL",
|
||||||
"Miscellaneous" : "Miscelánea",
|
"Miscellaneous" : "Miscelánea",
|
||||||
|
|
@ -122,11 +128,13 @@
|
||||||
"Open room" : "Sala aberta",
|
"Open room" : "Sala aberta",
|
||||||
"Start" : "Iniciar",
|
"Start" : "Iniciar",
|
||||||
"Clone room" : "Clonar a sala",
|
"Clone room" : "Clonar a sala",
|
||||||
|
"Loading" : "Cargando",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Vde. non ten permiso para cambiar esta opción, porque esta é unha sala compartida con Vde.",
|
"You are not allowed to change this option, because this room is shared with you." : "Vde. non ten permiso para cambiar esta opción, porque esta é unha sala compartida con Vde.",
|
||||||
"Group name" : "Nome do grupo",
|
"Group name" : "Nome do grupo",
|
||||||
"Max. rooms" : "Máx. de salas",
|
"Max. rooms" : "Máx. de salas",
|
||||||
"Access options" : "Opcións de acceso",
|
"Access options" : "Opcións de acceso",
|
||||||
"Max. participants" : "Máx. de participantes",
|
"Max. participants" : "Máx. de participantes",
|
||||||
|
"Group …" : "Grupo…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "As restricións non afectan ás salas existentes. Menos un significa que o valor é ilimitado. De aplicarse varias restricións, escollese a opción menos restritiva para cada usuario.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "As restricións non afectan ás salas existentes. Menos un significa que o valor é ilimitado. De aplicarse varias restricións, escollese a opción menos restritiva para cada usuario.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Confirma que quere eliminar as restricións do grupo «{name}»? Non é posíbel desfacer esta operación.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Confirma que quere eliminar as restricións do grupo «{name}»? Non é posíbel desfacer esta operación.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Quere eliminar as restricións de «{name}»?",
|
"Delete restrictions for \"{name}\"?" : "Quere eliminar as restricións de «{name}»?",
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,8 @@ OC.L10N.register(
|
||||||
"Record" : "הקלטה",
|
"Record" : "הקלטה",
|
||||||
"Recordings" : "הקלטה",
|
"Recordings" : "הקלטה",
|
||||||
"Edit" : "עריכה",
|
"Edit" : "עריכה",
|
||||||
|
"Welcome" : "ברוך בואך",
|
||||||
|
"Sharing" : "שיתוף",
|
||||||
"Miscellaneous" : "שונות",
|
"Miscellaneous" : "שונות",
|
||||||
"Room name" : "שם החדר",
|
"Room name" : "שם החדר",
|
||||||
"Create" : "יצירה",
|
"Create" : "יצירה",
|
||||||
|
|
@ -44,6 +46,7 @@ OC.L10N.register(
|
||||||
"Delete?" : "למחוק?",
|
"Delete?" : "למחוק?",
|
||||||
"Could not delete record" : "לא ניתן למחוק רשומה",
|
"Could not delete record" : "לא ניתן למחוק רשומה",
|
||||||
"Start" : "התחלה",
|
"Start" : "התחלה",
|
||||||
|
"Loading" : "בטעינה",
|
||||||
"Group name" : "שם קבוצה",
|
"Group name" : "שם קבוצה",
|
||||||
"All" : "הכול",
|
"All" : "הכול",
|
||||||
"Settings saved" : "הגדרות נשמרו",
|
"Settings saved" : "הגדרות נשמרו",
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,8 @@
|
||||||
"Record" : "הקלטה",
|
"Record" : "הקלטה",
|
||||||
"Recordings" : "הקלטה",
|
"Recordings" : "הקלטה",
|
||||||
"Edit" : "עריכה",
|
"Edit" : "עריכה",
|
||||||
|
"Welcome" : "ברוך בואך",
|
||||||
|
"Sharing" : "שיתוף",
|
||||||
"Miscellaneous" : "שונות",
|
"Miscellaneous" : "שונות",
|
||||||
"Room name" : "שם החדר",
|
"Room name" : "שם החדר",
|
||||||
"Create" : "יצירה",
|
"Create" : "יצירה",
|
||||||
|
|
@ -42,6 +44,7 @@
|
||||||
"Delete?" : "למחוק?",
|
"Delete?" : "למחוק?",
|
||||||
"Could not delete record" : "לא ניתן למחוק רשומה",
|
"Could not delete record" : "לא ניתן למחוק רשומה",
|
||||||
"Start" : "התחלה",
|
"Start" : "התחלה",
|
||||||
|
"Loading" : "בטעינה",
|
||||||
"Group name" : "שם קבוצה",
|
"Group name" : "שם קבוצה",
|
||||||
"All" : "הכול",
|
"All" : "הכול",
|
||||||
"Settings saved" : "הגדרות נשמרו",
|
"Settings saved" : "הגדרות נשמרו",
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Pozdrav %s",
|
"Hello %s" : "Pozdrav %s",
|
||||||
"Name, group …" : "Ime, grupa...",
|
"Name, group …" : "Ime, grupa...",
|
||||||
"Group" : "Grupa",
|
"Group" : "Grupa",
|
||||||
|
"Searching" : "Traženje",
|
||||||
"No matches" : "Nema podudaranja",
|
"No matches" : "Nema podudaranja",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderator",
|
"moderator" : "moderator",
|
||||||
|
|
@ -77,6 +78,11 @@ OC.L10N.register(
|
||||||
"If disabled, a microphone is needed to join the conference." : "Ako je onemogućeno, za pridruživanje konferenciji potreban je mikrofon.",
|
"If disabled, a microphone is needed to join the conference." : "Ako je onemogućeno, za pridruživanje konferenciji potreban je mikrofon.",
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ako je omogućeno, korisnik ne mora izvršiti echo poziv i pretpregled web-kamere pri prvom pridruživanju (dostupno od inačice 2.3 poslužitelja BBB).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ako je omogućeno, korisnik ne mora izvršiti echo poziv i pretpregled web-kamere pri prvom pridruživanju (dostupno od inačice 2.3 poslužitelja BBB).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Ako je omogućeno, popis korisnika, područje za razmjenu poruka i prezentacija su skriveni prema zadanim postavkama.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Ako je omogućeno, popis korisnika, područje za razmjenu poruka i prezentacija su skriveni prema zadanim postavkama.",
|
||||||
|
"Edit \"{room}\"" : "Uredi „{room}”",
|
||||||
|
"Room URL" : "URL sobe",
|
||||||
|
"Welcome" : "Dobrodošli",
|
||||||
|
"Participant limit" : "Ograničenje broja sudionika",
|
||||||
|
"Sharing" : "Dijeljenje",
|
||||||
"Every participant is moderator" : "Svaki sudionik je moderator",
|
"Every participant is moderator" : "Svaki sudionik je moderator",
|
||||||
"Moderator access via URL" : "Pristup moderatora putem URL-a",
|
"Moderator access via URL" : "Pristup moderatora putem URL-a",
|
||||||
"Miscellaneous" : "Razno",
|
"Miscellaneous" : "Razno",
|
||||||
|
|
@ -104,10 +110,13 @@ OC.L10N.register(
|
||||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati zapis iz „{startDate}”? Ova se radnja ne može poništiti.",
|
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati zapis iz „{startDate}”? Ova se radnja ne može poništiti.",
|
||||||
"Delete?" : "Izbrisati?",
|
"Delete?" : "Izbrisati?",
|
||||||
"Could not delete record" : "Zapis nije moguće izbrisati",
|
"Could not delete record" : "Zapis nije moguće izbrisati",
|
||||||
|
"Start" : "Pokreni",
|
||||||
|
"Loading" : "Učitavanje",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Ne možete mijenjati ovu mogućnost jer soba nije dijeljena s vama.",
|
"You are not allowed to change this option, because this room is shared with you." : "Ne možete mijenjati ovu mogućnost jer soba nije dijeljena s vama.",
|
||||||
"Group name" : "Naziv grupe",
|
"Group name" : "Naziv grupe",
|
||||||
"Max. rooms" : "Maks. soba",
|
"Max. rooms" : "Maks. soba",
|
||||||
"Max. participants" : "Maks. sudionika",
|
"Max. participants" : "Maks. sudionika",
|
||||||
|
"Group …" : "Grupa...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ograničenja ne utječu na postojeće sobe. Minus jedan znači da je vrijednost neograničena. Za svakog korisnika odabire se najmanje ograničavajuća mogućnost ako se primjenjuju višestruka ograničenja.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ograničenja ne utječu na postojeće sobe. Minus jedan znači da je vrijednost neograničena. Za svakog korisnika odabire se najmanje ograničavajuća mogućnost ako se primjenjuju višestruka ograničenja.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati ograničenja za grupu „{name}“? Ova se radnja ne može poništiti.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati ograničenja za grupu „{name}“? Ova se radnja ne može poništiti.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Izbrisati ograničenja za „{name}“?",
|
"Delete restrictions for \"{name}\"?" : "Izbrisati ograničenja za „{name}“?",
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@
|
||||||
"Hello %s" : "Pozdrav %s",
|
"Hello %s" : "Pozdrav %s",
|
||||||
"Name, group …" : "Ime, grupa...",
|
"Name, group …" : "Ime, grupa...",
|
||||||
"Group" : "Grupa",
|
"Group" : "Grupa",
|
||||||
|
"Searching" : "Traženje",
|
||||||
"No matches" : "Nema podudaranja",
|
"No matches" : "Nema podudaranja",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderator",
|
"moderator" : "moderator",
|
||||||
|
|
@ -75,6 +76,11 @@
|
||||||
"If disabled, a microphone is needed to join the conference." : "Ako je onemogućeno, za pridruživanje konferenciji potreban je mikrofon.",
|
"If disabled, a microphone is needed to join the conference." : "Ako je onemogućeno, za pridruživanje konferenciji potreban je mikrofon.",
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ako je omogućeno, korisnik ne mora izvršiti echo poziv i pretpregled web-kamere pri prvom pridruživanju (dostupno od inačice 2.3 poslužitelja BBB).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ako je omogućeno, korisnik ne mora izvršiti echo poziv i pretpregled web-kamere pri prvom pridruživanju (dostupno od inačice 2.3 poslužitelja BBB).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Ako je omogućeno, popis korisnika, područje za razmjenu poruka i prezentacija su skriveni prema zadanim postavkama.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Ako je omogućeno, popis korisnika, područje za razmjenu poruka i prezentacija su skriveni prema zadanim postavkama.",
|
||||||
|
"Edit \"{room}\"" : "Uredi „{room}”",
|
||||||
|
"Room URL" : "URL sobe",
|
||||||
|
"Welcome" : "Dobrodošli",
|
||||||
|
"Participant limit" : "Ograničenje broja sudionika",
|
||||||
|
"Sharing" : "Dijeljenje",
|
||||||
"Every participant is moderator" : "Svaki sudionik je moderator",
|
"Every participant is moderator" : "Svaki sudionik je moderator",
|
||||||
"Moderator access via URL" : "Pristup moderatora putem URL-a",
|
"Moderator access via URL" : "Pristup moderatora putem URL-a",
|
||||||
"Miscellaneous" : "Razno",
|
"Miscellaneous" : "Razno",
|
||||||
|
|
@ -102,10 +108,13 @@
|
||||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati zapis iz „{startDate}”? Ova se radnja ne može poništiti.",
|
"Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati zapis iz „{startDate}”? Ova se radnja ne može poništiti.",
|
||||||
"Delete?" : "Izbrisati?",
|
"Delete?" : "Izbrisati?",
|
||||||
"Could not delete record" : "Zapis nije moguće izbrisati",
|
"Could not delete record" : "Zapis nije moguće izbrisati",
|
||||||
|
"Start" : "Pokreni",
|
||||||
|
"Loading" : "Učitavanje",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Ne možete mijenjati ovu mogućnost jer soba nije dijeljena s vama.",
|
"You are not allowed to change this option, because this room is shared with you." : "Ne možete mijenjati ovu mogućnost jer soba nije dijeljena s vama.",
|
||||||
"Group name" : "Naziv grupe",
|
"Group name" : "Naziv grupe",
|
||||||
"Max. rooms" : "Maks. soba",
|
"Max. rooms" : "Maks. soba",
|
||||||
"Max. participants" : "Maks. sudionika",
|
"Max. participants" : "Maks. sudionika",
|
||||||
|
"Group …" : "Grupa...",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ograničenja ne utječu na postojeće sobe. Minus jedan znači da je vrijednost neograničena. Za svakog korisnika odabire se najmanje ograničavajuća mogućnost ako se primjenjuju višestruka ograničenja.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ograničenja ne utječu na postojeće sobe. Minus jedan znači da je vrijednost neograničena. Za svakog korisnika odabire se najmanje ograničavajuća mogućnost ako se primjenjuju višestruka ograničenja.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati ograničenja za grupu „{name}“? Ova se radnja ne može poništiti.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Jeste li sigurni da želite izbrisati ograničenja za grupu „{name}“? Ova se radnja ne može poništiti.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Izbrisati ograničenja za „{name}“?",
|
"Delete restrictions for \"{name}\"?" : "Izbrisati ograničenja za „{name}“?",
|
||||||
|
|
|
||||||
10
l10n/hu.js
10
l10n/hu.js
|
|
@ -24,8 +24,10 @@ OC.L10N.register(
|
||||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integráció a Nextcloudhoz",
|
"BigBlueButton integration for Nextcloud" : "BigBlueButton integráció a Nextcloudhoz",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ez az alkalmazás lehetővé teszi találkozók létrehozását a [BigBlueButton(https://bigbluebutton.org)] külső telepítésével .\n\n* **Szoba beállítása** Több szobakonfiguráció létrehozása névvel, üdvözlő üzenettel…\n* **Vendéghivatkozás megosztása** A szoba hivatkozásának megosztása az összes vendéggel.\n* **Moderátori hivatkozás megosztása** Moderátorok meghívása a szobába.\n* **Szobák megosztása** Szobák megosztása tagokkal, csoportokkal vagy körökkel.\n* **Egyéni prezentáció** Szoba elindítása a fájlböngészőből a kiválasztott prezentációval.\n* **Felvételek kezelése** Szobák felvételeinek megtekintése, megosztása és törlése.\n* **Korlátozások** Szoba létrehozásának bizonyos csoportokra korlátozása.\n* **Tevékenységek** Áttekintés a szoba tevékenységeiről.\n\nGyors útmutató és további információk itt: [readme](https://github.com/littleredbutton/cloud_bbb).\nTetszik ez az alkalmazás? Adjon valamit vissza a nyílt forráskódú közösségnek, és nézze meg [a hozzájárulás módjait](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nSzívesen várjuk a fejlesztőket! Ha van ideje, nagyszerű lenne, ha tudna segíteni az alkalmazás fejlesztésében.\n\n*Ez az alkalmazás integrálja a BigBlueButton alkalmazást, de a BigBlueButton Inc. nem támogatta vagy hagyta jóvá. A BigBlueButton és a BigBlueButton logó a BigBlueButton Inc. védjegyei.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ez az alkalmazás lehetővé teszi találkozók létrehozását a [BigBlueButton(https://bigbluebutton.org)] külső telepítésével .\n\n* **Szoba beállítása** Több szobakonfiguráció létrehozása névvel, üdvözlő üzenettel…\n* **Vendéghivatkozás megosztása** A szoba hivatkozásának megosztása az összes vendéggel.\n* **Moderátori hivatkozás megosztása** Moderátorok meghívása a szobába.\n* **Szobák megosztása** Szobák megosztása tagokkal, csoportokkal vagy körökkel.\n* **Egyéni prezentáció** Szoba elindítása a fájlböngészőből a kiválasztott prezentációval.\n* **Felvételek kezelése** Szobák felvételeinek megtekintése, megosztása és törlése.\n* **Korlátozások** Szoba létrehozásának bizonyos csoportokra korlátozása.\n* **Tevékenységek** Áttekintés a szoba tevékenységeiről.\n\nGyors útmutató és további információk itt: [readme](https://github.com/littleredbutton/cloud_bbb).\nTetszik ez az alkalmazás? Adjon valamit vissza a nyílt forráskódú közösségnek, és nézze meg [a hozzájárulás módjait](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nSzívesen várjuk a fejlesztőket! Ha van ideje, nagyszerű lenne, ha tudna segíteni az alkalmazás fejlesztésében.\n\n*Ez az alkalmazás integrálja a BigBlueButton alkalmazást, de a BigBlueButton Inc. nem támogatta vagy hagyta jóvá. A BigBlueButton és a BigBlueButton logó a BigBlueButton Inc. védjegyei.*",
|
||||||
"Send to BBB" : "Küldés a BBB-re",
|
"Send to BBB" : "Küldés a BBB-re",
|
||||||
|
"An error occurred while sending the file to the room." : "Hiba történt a fájl szobába küldése során.",
|
||||||
"Loading…" : "Betöltés…",
|
"Loading…" : "Betöltés…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Válassza ki azt a szobát, amelyben a(z) „[filename}” fájlt használná.",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Válassza ki azt a szobát, amelyben a(z) „[filename}” fájlt használná.",
|
||||||
|
"Only rooms for which you are one of the administrators will be displayed." : "Csak azok a szobák jelennek meg, amelyben Ön a rendszergazdák egyike.",
|
||||||
"Send to" : "Küldés",
|
"Send to" : "Küldés",
|
||||||
"Start with" : "Kezdés ezzel",
|
"Start with" : "Kezdés ezzel",
|
||||||
"No rooms available!" : "Nincs elérhető szoba!",
|
"No rooms available!" : "Nincs elérhető szoba!",
|
||||||
|
|
@ -61,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Kedves %s",
|
"Hello %s" : "Kedves %s",
|
||||||
"Name, group …" : "Név, csoport…",
|
"Name, group …" : "Név, csoport…",
|
||||||
"Group" : "Csoport",
|
"Group" : "Csoport",
|
||||||
|
"Searching" : "Keresés",
|
||||||
"No matches" : "Nincs egyezés",
|
"No matches" : "Nincs egyezés",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderátor",
|
"moderator" : "moderátor",
|
||||||
|
|
@ -89,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ha engedélyezve van, akkor a felhasználónak nem kell visszhanghívást és webkamera előnézetet végeznie az első csatlakozásakor (a BBB kiszolgáló 2.3-as verziója óta érhető el).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ha engedélyezve van, akkor a felhasználónak nem kell visszhanghívást és webkamera előnézetet végeznie az első csatlakozásakor (a BBB kiszolgáló 2.3-as verziója óta érhető el).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Ha engedélyezve van, akkor a felhasználólista, a csevegőterület és a prezentáció alapértelmezés szerint rejtett.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Ha engedélyezve van, akkor a felhasználólista, a csevegőterület és a prezentáció alapértelmezés szerint rejtett.",
|
||||||
"If enabled, all users will join the meeting muted." : "Ha engedélyezve van, akkor az összes felhasználó némítva csatlakozik az értekezlethez.",
|
"If enabled, all users will join the meeting muted." : "Ha engedélyezve van, akkor az összes felhasználó némítva csatlakozik az értekezlethez.",
|
||||||
|
"Edit \"{room}\"" : "„{room}” szerkesztése",
|
||||||
|
"Room URL" : "Szoba webcíme",
|
||||||
|
"Welcome" : "Üdvözöljük",
|
||||||
|
"Participant limit" : "Résztvevők korlátja",
|
||||||
|
"Sharing" : "Megosztás",
|
||||||
"Every participant is moderator" : "Minden résztvevő moderátor",
|
"Every participant is moderator" : "Minden résztvevő moderátor",
|
||||||
"Moderator access via URL" : "Moderátori elérés webcímen keresztül",
|
"Moderator access via URL" : "Moderátori elérés webcímen keresztül",
|
||||||
"Miscellaneous" : "Vegyes",
|
"Miscellaneous" : "Vegyes",
|
||||||
|
|
@ -122,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Szoba megnyitása",
|
"Open room" : "Szoba megnyitása",
|
||||||
"Start" : "Kezdés",
|
"Start" : "Kezdés",
|
||||||
"Clone room" : "Szoba klónozása",
|
"Clone room" : "Szoba klónozása",
|
||||||
|
"Loading" : "Betöltés",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nem módosíthatja ezt a beállítást, mert a szobát megosztják Önnel.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nem módosíthatja ezt a beállítást, mert a szobát megosztják Önnel.",
|
||||||
"Group name" : "Csoport neve",
|
"Group name" : "Csoport neve",
|
||||||
"Max. rooms" : "Szobák legnagyobb száma",
|
"Max. rooms" : "Szobák legnagyobb száma",
|
||||||
"Access options" : "Hozzáférési beállítások",
|
"Access options" : "Hozzáférési beállítások",
|
||||||
"Max. participants" : "Részvevők legnagyobb száma",
|
"Max. participants" : "Részvevők legnagyobb száma",
|
||||||
|
"Group …" : "Csoport…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "A korlátozások nem érintik a már meglévő szobákat. A mínusz egy jelentése: korlátlan. Ha több korlátozás is érvényes, akkor a legkevésbé szigorú lehetőség lép érvénybe minden felhasználónál.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "A korlátozások nem érintik a már meglévő szobákat. A mínusz egy jelentése: korlátlan. Ha több korlátozás is érvényes, akkor a legkevésbé szigorú lehetőség lép érvénybe minden felhasználónál.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Biztos, hogy törli a(z) „{name}” csoport korlátozásait? Ez a művelet nem vonható vissza.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Biztos, hogy törli a(z) „{name}” csoport korlátozásait? Ez a művelet nem vonható vissza.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Törli „{name}” korlátozásait?",
|
"Delete restrictions for \"{name}\"?" : "Törli „{name}” korlátozásait?",
|
||||||
|
|
|
||||||
10
l10n/hu.json
10
l10n/hu.json
|
|
@ -22,8 +22,10 @@
|
||||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton integráció a Nextcloudhoz",
|
"BigBlueButton integration for Nextcloud" : "BigBlueButton integráció a Nextcloudhoz",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ez az alkalmazás lehetővé teszi találkozók létrehozását a [BigBlueButton(https://bigbluebutton.org)] külső telepítésével .\n\n* **Szoba beállítása** Több szobakonfiguráció létrehozása névvel, üdvözlő üzenettel…\n* **Vendéghivatkozás megosztása** A szoba hivatkozásának megosztása az összes vendéggel.\n* **Moderátori hivatkozás megosztása** Moderátorok meghívása a szobába.\n* **Szobák megosztása** Szobák megosztása tagokkal, csoportokkal vagy körökkel.\n* **Egyéni prezentáció** Szoba elindítása a fájlböngészőből a kiválasztott prezentációval.\n* **Felvételek kezelése** Szobák felvételeinek megtekintése, megosztása és törlése.\n* **Korlátozások** Szoba létrehozásának bizonyos csoportokra korlátozása.\n* **Tevékenységek** Áttekintés a szoba tevékenységeiről.\n\nGyors útmutató és további információk itt: [readme](https://github.com/littleredbutton/cloud_bbb).\nTetszik ez az alkalmazás? Adjon valamit vissza a nyílt forráskódú közösségnek, és nézze meg [a hozzájárulás módjait](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nSzívesen várjuk a fejlesztőket! Ha van ideje, nagyszerű lenne, ha tudna segíteni az alkalmazás fejlesztésében.\n\n*Ez az alkalmazás integrálja a BigBlueButton alkalmazást, de a BigBlueButton Inc. nem támogatta vagy hagyta jóvá. A BigBlueButton és a BigBlueButton logó a BigBlueButton Inc. védjegyei.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ez az alkalmazás lehetővé teszi találkozók létrehozását a [BigBlueButton(https://bigbluebutton.org)] külső telepítésével .\n\n* **Szoba beállítása** Több szobakonfiguráció létrehozása névvel, üdvözlő üzenettel…\n* **Vendéghivatkozás megosztása** A szoba hivatkozásának megosztása az összes vendéggel.\n* **Moderátori hivatkozás megosztása** Moderátorok meghívása a szobába.\n* **Szobák megosztása** Szobák megosztása tagokkal, csoportokkal vagy körökkel.\n* **Egyéni prezentáció** Szoba elindítása a fájlböngészőből a kiválasztott prezentációval.\n* **Felvételek kezelése** Szobák felvételeinek megtekintése, megosztása és törlése.\n* **Korlátozások** Szoba létrehozásának bizonyos csoportokra korlátozása.\n* **Tevékenységek** Áttekintés a szoba tevékenységeiről.\n\nGyors útmutató és további információk itt: [readme](https://github.com/littleredbutton/cloud_bbb).\nTetszik ez az alkalmazás? Adjon valamit vissza a nyílt forráskódú közösségnek, és nézze meg [a hozzájárulás módjait](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nSzívesen várjuk a fejlesztőket! Ha van ideje, nagyszerű lenne, ha tudna segíteni az alkalmazás fejlesztésében.\n\n*Ez az alkalmazás integrálja a BigBlueButton alkalmazást, de a BigBlueButton Inc. nem támogatta vagy hagyta jóvá. A BigBlueButton és a BigBlueButton logó a BigBlueButton Inc. védjegyei.*",
|
||||||
"Send to BBB" : "Küldés a BBB-re",
|
"Send to BBB" : "Küldés a BBB-re",
|
||||||
|
"An error occurred while sending the file to the room." : "Hiba történt a fájl szobába küldése során.",
|
||||||
"Loading…" : "Betöltés…",
|
"Loading…" : "Betöltés…",
|
||||||
"Please select the room in which you like to use the file \"{filename}\"." : "Válassza ki azt a szobát, amelyben a(z) „[filename}” fájlt használná.",
|
"Please select the room in which you like to use the file \"{filename}\"." : "Válassza ki azt a szobát, amelyben a(z) „[filename}” fájlt használná.",
|
||||||
|
"Only rooms for which you are one of the administrators will be displayed." : "Csak azok a szobák jelennek meg, amelyben Ön a rendszergazdák egyike.",
|
||||||
"Send to" : "Küldés",
|
"Send to" : "Küldés",
|
||||||
"Start with" : "Kezdés ezzel",
|
"Start with" : "Kezdés ezzel",
|
||||||
"No rooms available!" : "Nincs elérhető szoba!",
|
"No rooms available!" : "Nincs elérhető szoba!",
|
||||||
|
|
@ -59,6 +61,7 @@
|
||||||
"Hello %s" : "Kedves %s",
|
"Hello %s" : "Kedves %s",
|
||||||
"Name, group …" : "Név, csoport…",
|
"Name, group …" : "Név, csoport…",
|
||||||
"Group" : "Csoport",
|
"Group" : "Csoport",
|
||||||
|
"Searching" : "Keresés",
|
||||||
"No matches" : "Nincs egyezés",
|
"No matches" : "Nincs egyezés",
|
||||||
"admin" : "admin",
|
"admin" : "admin",
|
||||||
"moderator" : "moderátor",
|
"moderator" : "moderátor",
|
||||||
|
|
@ -87,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ha engedélyezve van, akkor a felhasználónak nem kell visszhanghívást és webkamera előnézetet végeznie az első csatlakozásakor (a BBB kiszolgáló 2.3-as verziója óta érhető el).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Ha engedélyezve van, akkor a felhasználónak nem kell visszhanghívást és webkamera előnézetet végeznie az első csatlakozásakor (a BBB kiszolgáló 2.3-as verziója óta érhető el).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Ha engedélyezve van, akkor a felhasználólista, a csevegőterület és a prezentáció alapértelmezés szerint rejtett.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Ha engedélyezve van, akkor a felhasználólista, a csevegőterület és a prezentáció alapértelmezés szerint rejtett.",
|
||||||
"If enabled, all users will join the meeting muted." : "Ha engedélyezve van, akkor az összes felhasználó némítva csatlakozik az értekezlethez.",
|
"If enabled, all users will join the meeting muted." : "Ha engedélyezve van, akkor az összes felhasználó némítva csatlakozik az értekezlethez.",
|
||||||
|
"Edit \"{room}\"" : "„{room}” szerkesztése",
|
||||||
|
"Room URL" : "Szoba webcíme",
|
||||||
|
"Welcome" : "Üdvözöljük",
|
||||||
|
"Participant limit" : "Résztvevők korlátja",
|
||||||
|
"Sharing" : "Megosztás",
|
||||||
"Every participant is moderator" : "Minden résztvevő moderátor",
|
"Every participant is moderator" : "Minden résztvevő moderátor",
|
||||||
"Moderator access via URL" : "Moderátori elérés webcímen keresztül",
|
"Moderator access via URL" : "Moderátori elérés webcímen keresztül",
|
||||||
"Miscellaneous" : "Vegyes",
|
"Miscellaneous" : "Vegyes",
|
||||||
|
|
@ -120,11 +128,13 @@
|
||||||
"Open room" : "Szoba megnyitása",
|
"Open room" : "Szoba megnyitása",
|
||||||
"Start" : "Kezdés",
|
"Start" : "Kezdés",
|
||||||
"Clone room" : "Szoba klónozása",
|
"Clone room" : "Szoba klónozása",
|
||||||
|
"Loading" : "Betöltés",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Nem módosíthatja ezt a beállítást, mert a szobát megosztják Önnel.",
|
"You are not allowed to change this option, because this room is shared with you." : "Nem módosíthatja ezt a beállítást, mert a szobát megosztják Önnel.",
|
||||||
"Group name" : "Csoport neve",
|
"Group name" : "Csoport neve",
|
||||||
"Max. rooms" : "Szobák legnagyobb száma",
|
"Max. rooms" : "Szobák legnagyobb száma",
|
||||||
"Access options" : "Hozzáférési beállítások",
|
"Access options" : "Hozzáférési beállítások",
|
||||||
"Max. participants" : "Részvevők legnagyobb száma",
|
"Max. participants" : "Részvevők legnagyobb száma",
|
||||||
|
"Group …" : "Csoport…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "A korlátozások nem érintik a már meglévő szobákat. A mínusz egy jelentése: korlátlan. Ha több korlátozás is érvényes, akkor a legkevésbé szigorú lehetőség lép érvénybe minden felhasználónál.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "A korlátozások nem érintik a már meglévő szobákat. A mínusz egy jelentése: korlátlan. Ha több korlátozás is érvényes, akkor a legkevésbé szigorú lehetőség lép érvénybe minden felhasználónál.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Biztos, hogy törli a(z) „{name}” csoport korlátozásait? Ez a művelet nem vonható vissza.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Biztos, hogy törli a(z) „{name}” csoport korlátozásait? Ez a művelet nem vonható vissza.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Törli „{name}” korlátozásait?",
|
"Delete restrictions for \"{name}\"?" : "Törli „{name}” korlátozásait?",
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ OC.L10N.register(
|
||||||
"Group" : "Gruppo",
|
"Group" : "Gruppo",
|
||||||
"Name" : "Nomine",
|
"Name" : "Nomine",
|
||||||
"Edit" : "Modificar",
|
"Edit" : "Modificar",
|
||||||
|
"Sharing" : "Compartente",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Delete" : "Deler",
|
"Delete" : "Deler",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
"Group" : "Gruppo",
|
"Group" : "Gruppo",
|
||||||
"Name" : "Nomine",
|
"Name" : "Nomine",
|
||||||
"Edit" : "Modificar",
|
"Edit" : "Modificar",
|
||||||
|
"Sharing" : "Compartente",
|
||||||
"Create" : "Crear",
|
"Create" : "Crear",
|
||||||
"Delete" : "Deler",
|
"Delete" : "Deler",
|
||||||
"Error" : "Error",
|
"Error" : "Error",
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,17 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Halo %s",
|
"Hello %s" : "Halo %s",
|
||||||
"Group" : "Grup",
|
"Group" : "Grup",
|
||||||
"Server error" : "Galat peladen",
|
"Server error" : "Galat peladen",
|
||||||
|
"unlimited" : "tak terbatas",
|
||||||
"Name" : "Nama",
|
"Name" : "Nama",
|
||||||
|
"Access" : "Akses",
|
||||||
"Max" : "Maksimum",
|
"Max" : "Maksimum",
|
||||||
"Record" : "Rekam",
|
"Record" : "Rekam",
|
||||||
"Recordings" : "Rekaman",
|
"Recordings" : "Rekaman",
|
||||||
"Edit" : "Sunting",
|
"Edit" : "Sunting",
|
||||||
|
"Welcome" : "Selamat datang",
|
||||||
|
"Sharing" : "Berbagi",
|
||||||
"Miscellaneous" : "Lain-lain",
|
"Miscellaneous" : "Lain-lain",
|
||||||
|
"Recording" : "Perekaman",
|
||||||
"Room name" : "Nama ruang",
|
"Room name" : "Nama ruang",
|
||||||
"Create" : "Buat",
|
"Create" : "Buat",
|
||||||
"Published" : "Diterbitkan",
|
"Published" : "Diterbitkan",
|
||||||
|
|
@ -46,6 +51,7 @@ OC.L10N.register(
|
||||||
"Delete?" : "Hapus?",
|
"Delete?" : "Hapus?",
|
||||||
"Could not delete record" : "Tidak dapat menghapus rekaman",
|
"Could not delete record" : "Tidak dapat menghapus rekaman",
|
||||||
"Start" : "Mulai",
|
"Start" : "Mulai",
|
||||||
|
"Loading" : "Memuat",
|
||||||
"Group name" : "Nama grup",
|
"Group name" : "Nama grup",
|
||||||
"All" : "Semua",
|
"All" : "Semua",
|
||||||
"Settings saved" : "Setelan tersimpan",
|
"Settings saved" : "Setelan tersimpan",
|
||||||
|
|
|
||||||
|
|
@ -21,12 +21,17 @@
|
||||||
"Hello %s" : "Halo %s",
|
"Hello %s" : "Halo %s",
|
||||||
"Group" : "Grup",
|
"Group" : "Grup",
|
||||||
"Server error" : "Galat peladen",
|
"Server error" : "Galat peladen",
|
||||||
|
"unlimited" : "tak terbatas",
|
||||||
"Name" : "Nama",
|
"Name" : "Nama",
|
||||||
|
"Access" : "Akses",
|
||||||
"Max" : "Maksimum",
|
"Max" : "Maksimum",
|
||||||
"Record" : "Rekam",
|
"Record" : "Rekam",
|
||||||
"Recordings" : "Rekaman",
|
"Recordings" : "Rekaman",
|
||||||
"Edit" : "Sunting",
|
"Edit" : "Sunting",
|
||||||
|
"Welcome" : "Selamat datang",
|
||||||
|
"Sharing" : "Berbagi",
|
||||||
"Miscellaneous" : "Lain-lain",
|
"Miscellaneous" : "Lain-lain",
|
||||||
|
"Recording" : "Perekaman",
|
||||||
"Room name" : "Nama ruang",
|
"Room name" : "Nama ruang",
|
||||||
"Create" : "Buat",
|
"Create" : "Buat",
|
||||||
"Published" : "Diterbitkan",
|
"Published" : "Diterbitkan",
|
||||||
|
|
@ -44,6 +49,7 @@
|
||||||
"Delete?" : "Hapus?",
|
"Delete?" : "Hapus?",
|
||||||
"Could not delete record" : "Tidak dapat menghapus rekaman",
|
"Could not delete record" : "Tidak dapat menghapus rekaman",
|
||||||
"Start" : "Mulai",
|
"Start" : "Mulai",
|
||||||
|
"Loading" : "Memuat",
|
||||||
"Group name" : "Nama grup",
|
"Group name" : "Nama grup",
|
||||||
"All" : "Semua",
|
"All" : "Semua",
|
||||||
"Settings saved" : "Setelan tersimpan",
|
"Settings saved" : "Setelan tersimpan",
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@ OC.L10N.register(
|
||||||
"Name" : "Nafn",
|
"Name" : "Nafn",
|
||||||
"Access" : "Aðgangur",
|
"Access" : "Aðgangur",
|
||||||
"Edit" : "Breyta",
|
"Edit" : "Breyta",
|
||||||
|
"Welcome" : "Velkomin",
|
||||||
|
"Sharing" : "Deiling",
|
||||||
"Miscellaneous" : "Ýmislegt",
|
"Miscellaneous" : "Ýmislegt",
|
||||||
"Room name" : "Heiti fundarsalar",
|
"Room name" : "Heiti fundarsalar",
|
||||||
"Create" : "Búa til",
|
"Create" : "Búa til",
|
||||||
|
|
@ -26,6 +28,7 @@ OC.L10N.register(
|
||||||
"Delete" : "Eyða",
|
"Delete" : "Eyða",
|
||||||
"Error" : "Villa",
|
"Error" : "Villa",
|
||||||
"Start" : "Byrjun",
|
"Start" : "Byrjun",
|
||||||
|
"Loading" : "Hleð inn",
|
||||||
"Group name" : "Heiti hóps",
|
"Group name" : "Heiti hóps",
|
||||||
"All users" : "Allir notendur",
|
"All users" : "Allir notendur",
|
||||||
"All" : "Allt",
|
"All" : "Allt",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
"Name" : "Nafn",
|
"Name" : "Nafn",
|
||||||
"Access" : "Aðgangur",
|
"Access" : "Aðgangur",
|
||||||
"Edit" : "Breyta",
|
"Edit" : "Breyta",
|
||||||
|
"Welcome" : "Velkomin",
|
||||||
|
"Sharing" : "Deiling",
|
||||||
"Miscellaneous" : "Ýmislegt",
|
"Miscellaneous" : "Ýmislegt",
|
||||||
"Room name" : "Heiti fundarsalar",
|
"Room name" : "Heiti fundarsalar",
|
||||||
"Create" : "Búa til",
|
"Create" : "Búa til",
|
||||||
|
|
@ -24,6 +26,7 @@
|
||||||
"Delete" : "Eyða",
|
"Delete" : "Eyða",
|
||||||
"Error" : "Villa",
|
"Error" : "Villa",
|
||||||
"Start" : "Byrjun",
|
"Start" : "Byrjun",
|
||||||
|
"Loading" : "Hleð inn",
|
||||||
"Group name" : "Heiti hóps",
|
"Group name" : "Heiti hóps",
|
||||||
"All users" : "Allir notendur",
|
"All users" : "Allir notendur",
|
||||||
"All" : "Allt",
|
"All" : "Allt",
|
||||||
|
|
|
||||||
12
l10n/it.js
12
l10n/it.js
|
|
@ -22,7 +22,7 @@ OC.L10N.register(
|
||||||
"API URL or secret not configured. Please contact your administrator." : "URL API o segreto non configurato. Contatta il tuo amministratore.",
|
"API URL or secret not configured. Please contact your administrator." : "URL API o segreto non configurato. Contatta il tuo amministratore.",
|
||||||
"BigBlueButton Integration" : "Integrazione BigBlueButton",
|
"BigBlueButton Integration" : "Integrazione BigBlueButton",
|
||||||
"BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "TQuesta app consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione della stanza** Crea più configurazioni di stanza con nome, messaggio di benvenuto...\n* **Condividi link ospite** Condividi il link della stanza con tutti i tuoi ospiti\n* **Condividi link moderatore** Invita moderatori nella stanza\n* **Condividi stanze** Condividi stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avvia una stanza con una presentazione selezionata dal tuo file browser\n* **Gestisci registrazioni** Visualizza, condividi ed elimina registrazioni per le tue stanze\n* **Restrizioni** Limita la creazione di stanze a determinati gruppi\n* **Attività** Ottieni una panoramica delle attività della tua stanza\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/littleredbutton/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata ai nostri\n[modi per contribuire](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nI collaboratori sono benvenuti! Se hai tempo, sarebbe fantastico se potessi aiutare a migliorare questa applicazione.\n\n*Questa app integra BigBlueButton e non è approvata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi di BigBlueButton Inc.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "TQuesta applicazione consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione della stanza** Crea più configurazioni di stanza con nome, messaggio di benvenuto...\n* **Condividi collegamento ospite** Condividi il collegamento della stanza con tutti i tuoi ospiti\n* **Condividi collegamento moderatore** Invita moderatori nella stanza\n* **Condividi stanze** Condividi stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avvia una stanza con una presentazione selezionata dal tuo file browser\n* **Gestisci registrazioni** Visualizza, condividi ed elimina registrazioni per le tue stanze\n* **Restrizioni** Limita la creazione di stanze a determinati gruppi\n* **Attività** Ottieni una panoramica delle attività della tua stanza\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/littleredbutton/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata ai nostri\n[modi per contribuire](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nI collaboratori sono benvenuti! Se hai tempo, sarebbe fantastico se potessi aiutare a migliorare questa applicazione.\n\n*Questa applicazione integra BigBlueButton e non è approvata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi di BigBlueButton Inc.*",
|
||||||
"Send to BBB" : "Invia a BBB",
|
"Send to BBB" : "Invia a BBB",
|
||||||
"An error occurred while sending the file to the room." : "Si è verificato un errore durante l'invio del file alla stanza.",
|
"An error occurred while sending the file to the room." : "Si è verificato un errore durante l'invio del file alla stanza.",
|
||||||
"Loading…" : "Caricamento…",
|
"Loading…" : "Caricamento…",
|
||||||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
||||||
"Hello %s" : "Ciao %s",
|
"Hello %s" : "Ciao %s",
|
||||||
"Name, group …" : "Nome, gruppo…",
|
"Name, group …" : "Nome, gruppo…",
|
||||||
"Group" : "Gruppo",
|
"Group" : "Gruppo",
|
||||||
|
"Searching" : "Ricerca in corso",
|
||||||
"No matches" : "Nessuna corrispondenza",
|
"No matches" : "Nessuna corrispondenza",
|
||||||
"admin" : "amministratore",
|
"admin" : "amministratore",
|
||||||
"moderator" : "moderatore",
|
"moderator" : "moderatore",
|
||||||
|
|
@ -82,7 +83,7 @@ OC.L10N.register(
|
||||||
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
||||||
"Explanation of the different concepts that constitute access options :<br> - Public: Anyone who has the link can join.<br> - Internal: Only Nextcloud users can join.<br> - Password: Only guests who have the password can join.<br> - Waiting room: A moderator must accept each guest before they can join.<br> - Restricted : Only selected users and groups can access this room." : "Spiegazione dei diversi concetti che costituiscono le opzioni di accesso :<br> - Pubblico: chiunque abbia il link può partecipare.<br> - Interno: solo gli utenti Nextcloud possono partecipare.<br> - Password: solo gli ospiti che hanno la password possono partecipare.<br> - Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa unirsi.<br> -Limitato: solo gli utenti e i gruppi selezionati possono accedere a questa stanza.",
|
"Explanation of the different concepts that constitute access options :<br> - Public: Anyone who has the link can join.<br> - Internal: Only Nextcloud users can join.<br> - Password: Only guests who have the password can join.<br> - Waiting room: A moderator must accept each guest before they can join.<br> - Restricted : Only selected users and groups can access this room." : "Spiegazione dei diversi concetti che costituiscono le opzioni di accesso :<br> - Pubblico: chiunque abbia il collegamento può partecipare.<br> - Interno: solo gli utenti Nextcloud possono partecipare.<br> - Password: solo gli ospiti che hanno la password possono partecipare.<br> - Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa unirsi.<br> -Limitato: solo gli utenti e i gruppi selezionati possono accedere a questa stanza.",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un moderatore è in grado di gestire tutti i partecipanti a una riunione, inclusa l'espulsione, il silenziamento o la selezione di un relatore. Gli utenti con il ruolo di moderatore possono anche chiudere una riunione o modificare le impostazioni predefinite.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un moderatore è in grado di gestire tutti i partecipanti a una riunione, inclusa l'espulsione, il silenziamento o la selezione di un relatore. Gli utenti con il ruolo di moderatore possono anche chiudere una riunione o modificare le impostazioni predefinite.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Se abilitata, gli utenti normali devono attendere fino a quando un moderatore è nella stanza.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Se abilitata, gli utenti normali devono attendere fino a quando un moderatore è nella stanza.",
|
||||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se abilitata, viene generato un URL moderatore che consente l'accesso con l'autorizzazione del moderatore.",
|
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se abilitata, viene generato un URL moderatore che consente l'accesso con l'autorizzazione del moderatore.",
|
||||||
|
|
@ -91,6 +92,11 @@ OC.L10N.register(
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se attivato, l'utente non deve fare una chiamata echo e un'anteprima della telecamera al primo ingresso (disponibile dal server BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se attivato, l'utente non deve fare una chiamata echo e un'anteprima della telecamera al primo ingresso (disponibile dal server BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Se attivato, la lista di utenti, l'area di chat e la presentazione sono nascoste in modo predefinito.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Se attivato, la lista di utenti, l'area di chat e la presentazione sono nascoste in modo predefinito.",
|
||||||
"If enabled, all users will join the meeting muted." : "Se attivo, tutti gli utenti entreranno nella riunione silenziati.",
|
"If enabled, all users will join the meeting muted." : "Se attivo, tutti gli utenti entreranno nella riunione silenziati.",
|
||||||
|
"Edit \"{room}\"" : "Modifica \"{room}\"",
|
||||||
|
"Room URL" : "URL della stanza",
|
||||||
|
"Welcome" : "Benvenuto",
|
||||||
|
"Participant limit" : "Limite di partecipanti",
|
||||||
|
"Sharing" : "Condivisione",
|
||||||
"Every participant is moderator" : "Ogni partecipante è moderatore",
|
"Every participant is moderator" : "Ogni partecipante è moderatore",
|
||||||
"Moderator access via URL" : "Accesso moderatore tramite URL",
|
"Moderator access via URL" : "Accesso moderatore tramite URL",
|
||||||
"Miscellaneous" : "Varie",
|
"Miscellaneous" : "Varie",
|
||||||
|
|
@ -124,11 +130,13 @@ OC.L10N.register(
|
||||||
"Open room" : "Stanza aperta",
|
"Open room" : "Stanza aperta",
|
||||||
"Start" : "Avvia",
|
"Start" : "Avvia",
|
||||||
"Clone room" : "Clona stanza",
|
"Clone room" : "Clona stanza",
|
||||||
|
"Loading" : "Caricamento",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Non ti è consentito modificare questa opzione, poiché questa stanza è condivisa con te.",
|
"You are not allowed to change this option, because this room is shared with you." : "Non ti è consentito modificare questa opzione, poiché questa stanza è condivisa con te.",
|
||||||
"Group name" : "Nome del gruppo",
|
"Group name" : "Nome del gruppo",
|
||||||
"Max. rooms" : "Num. massimo stanze",
|
"Max. rooms" : "Num. massimo stanze",
|
||||||
"Access options" : "Opzioni di accesso",
|
"Access options" : "Opzioni di accesso",
|
||||||
"Max. participants" : "Num. massimo partecipanti",
|
"Max. participants" : "Num. massimo partecipanti",
|
||||||
|
"Group …" : "Gruppo…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Le restrizioni non influiscono sulle stanze esistenti. Meno uno significa che il valore è illimitato. L'opzione meno restrittiva viene scelta per ogni utente se si applicano più restrizioni.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Le restrizioni non influiscono sulle stanze esistenti. Meno uno significa che il valore è illimitato. L'opzione meno restrittiva viene scelta per ogni utente se si applicano più restrizioni.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Vuoi veramente eliminare le restrizioni per il gruppo \"{name}\"? Questa operazione non può essere annullata.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Vuoi veramente eliminare le restrizioni per il gruppo \"{name}\"? Questa operazione non può essere annullata.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Eliminare le restrizioni per \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Eliminare le restrizioni per \"{name}\"?",
|
||||||
|
|
|
||||||
12
l10n/it.json
12
l10n/it.json
|
|
@ -20,7 +20,7 @@
|
||||||
"API URL or secret not configured. Please contact your administrator." : "URL API o segreto non configurato. Contatta il tuo amministratore.",
|
"API URL or secret not configured. Please contact your administrator." : "URL API o segreto non configurato. Contatta il tuo amministratore.",
|
||||||
"BigBlueButton Integration" : "Integrazione BigBlueButton",
|
"BigBlueButton Integration" : "Integrazione BigBlueButton",
|
||||||
"BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud",
|
"BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud",
|
||||||
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "TQuesta app consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione della stanza** Crea più configurazioni di stanza con nome, messaggio di benvenuto...\n* **Condividi link ospite** Condividi il link della stanza con tutti i tuoi ospiti\n* **Condividi link moderatore** Invita moderatori nella stanza\n* **Condividi stanze** Condividi stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avvia una stanza con una presentazione selezionata dal tuo file browser\n* **Gestisci registrazioni** Visualizza, condividi ed elimina registrazioni per le tue stanze\n* **Restrizioni** Limita la creazione di stanze a determinati gruppi\n* **Attività** Ottieni una panoramica delle attività della tua stanza\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/littleredbutton/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata ai nostri\n[modi per contribuire](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nI collaboratori sono benvenuti! Se hai tempo, sarebbe fantastico se potessi aiutare a migliorare questa applicazione.\n\n*Questa app integra BigBlueButton e non è approvata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi di BigBlueButton Inc.*",
|
"This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "TQuesta applicazione consente di creare riunioni con un'installazione esterna di [BigBlueButton](https://bigbluebutton.org).\n\n* **Configurazione della stanza** Crea più configurazioni di stanza con nome, messaggio di benvenuto...\n* **Condividi collegamento ospite** Condividi il collegamento della stanza con tutti i tuoi ospiti\n* **Condividi collegamento moderatore** Invita moderatori nella stanza\n* **Condividi stanze** Condividi stanze con membri, gruppi o cerchie\n* **Presentazione personalizzata** Avvia una stanza con una presentazione selezionata dal tuo file browser\n* **Gestisci registrazioni** Visualizza, condividi ed elimina registrazioni per le tue stanze\n* **Restrizioni** Limita la creazione di stanze a determinati gruppi\n* **Attività** Ottieni una panoramica delle attività della tua stanza\n\nGuida rapida e ulteriori informazioni nel nostro [readme](https://github.com/littleredbutton/cloud_bbb).\nTi piace questa applicazione? Restituisci qualcosa alla comunità open source e dai un'occhiata ai nostri\n[modi per contribuire](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nI collaboratori sono benvenuti! Se hai tempo, sarebbe fantastico se potessi aiutare a migliorare questa applicazione.\n\n*Questa applicazione integra BigBlueButton e non è approvata o certificata da BigBlueButton Inc. BigBlueButton e il logo BigBlueButton sono marchi di BigBlueButton Inc.*",
|
||||||
"Send to BBB" : "Invia a BBB",
|
"Send to BBB" : "Invia a BBB",
|
||||||
"An error occurred while sending the file to the room." : "Si è verificato un errore durante l'invio del file alla stanza.",
|
"An error occurred while sending the file to the room." : "Si è verificato un errore durante l'invio del file alla stanza.",
|
||||||
"Loading…" : "Caricamento…",
|
"Loading…" : "Caricamento…",
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
"Hello %s" : "Ciao %s",
|
"Hello %s" : "Ciao %s",
|
||||||
"Name, group …" : "Nome, gruppo…",
|
"Name, group …" : "Nome, gruppo…",
|
||||||
"Group" : "Gruppo",
|
"Group" : "Gruppo",
|
||||||
|
"Searching" : "Ricerca in corso",
|
||||||
"No matches" : "Nessuna corrispondenza",
|
"No matches" : "Nessuna corrispondenza",
|
||||||
"admin" : "amministratore",
|
"admin" : "amministratore",
|
||||||
"moderator" : "moderatore",
|
"moderator" : "moderatore",
|
||||||
|
|
@ -80,7 +81,7 @@
|
||||||
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
||||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
||||||
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
||||||
"Explanation of the different concepts that constitute access options :<br> - Public: Anyone who has the link can join.<br> - Internal: Only Nextcloud users can join.<br> - Password: Only guests who have the password can join.<br> - Waiting room: A moderator must accept each guest before they can join.<br> - Restricted : Only selected users and groups can access this room." : "Spiegazione dei diversi concetti che costituiscono le opzioni di accesso :<br> - Pubblico: chiunque abbia il link può partecipare.<br> - Interno: solo gli utenti Nextcloud possono partecipare.<br> - Password: solo gli ospiti che hanno la password possono partecipare.<br> - Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa unirsi.<br> -Limitato: solo gli utenti e i gruppi selezionati possono accedere a questa stanza.",
|
"Explanation of the different concepts that constitute access options :<br> - Public: Anyone who has the link can join.<br> - Internal: Only Nextcloud users can join.<br> - Password: Only guests who have the password can join.<br> - Waiting room: A moderator must accept each guest before they can join.<br> - Restricted : Only selected users and groups can access this room." : "Spiegazione dei diversi concetti che costituiscono le opzioni di accesso :<br> - Pubblico: chiunque abbia il collegamento può partecipare.<br> - Interno: solo gli utenti Nextcloud possono partecipare.<br> - Password: solo gli ospiti che hanno la password possono partecipare.<br> - Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa unirsi.<br> -Limitato: solo gli utenti e i gruppi selezionati possono accedere a questa stanza.",
|
||||||
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un moderatore è in grado di gestire tutti i partecipanti a una riunione, inclusa l'espulsione, il silenziamento o la selezione di un relatore. Gli utenti con il ruolo di moderatore possono anche chiudere una riunione o modificare le impostazioni predefinite.",
|
"A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Un moderatore è in grado di gestire tutti i partecipanti a una riunione, inclusa l'espulsione, il silenziamento o la selezione di un relatore. Gli utenti con il ruolo di moderatore possono anche chiudere una riunione o modificare le impostazioni predefinite.",
|
||||||
"If enabled, normal users have to wait until a moderator is in the room." : "Se abilitata, gli utenti normali devono attendere fino a quando un moderatore è nella stanza.",
|
"If enabled, normal users have to wait until a moderator is in the room." : "Se abilitata, gli utenti normali devono attendere fino a quando un moderatore è nella stanza.",
|
||||||
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se abilitata, viene generato un URL moderatore che consente l'accesso con l'autorizzazione del moderatore.",
|
"If enabled, a moderator URL is generated which allows access with moderator permission." : "Se abilitata, viene generato un URL moderatore che consente l'accesso con l'autorizzazione del moderatore.",
|
||||||
|
|
@ -89,6 +90,11 @@
|
||||||
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se attivato, l'utente non deve fare una chiamata echo e un'anteprima della telecamera al primo ingresso (disponibile dal server BBB 2.3).",
|
"If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "Se attivato, l'utente non deve fare una chiamata echo e un'anteprima della telecamera al primo ingresso (disponibile dal server BBB 2.3).",
|
||||||
"If enabled, the user list, chat area and presentation are hidden by default." : "Se attivato, la lista di utenti, l'area di chat e la presentazione sono nascoste in modo predefinito.",
|
"If enabled, the user list, chat area and presentation are hidden by default." : "Se attivato, la lista di utenti, l'area di chat e la presentazione sono nascoste in modo predefinito.",
|
||||||
"If enabled, all users will join the meeting muted." : "Se attivo, tutti gli utenti entreranno nella riunione silenziati.",
|
"If enabled, all users will join the meeting muted." : "Se attivo, tutti gli utenti entreranno nella riunione silenziati.",
|
||||||
|
"Edit \"{room}\"" : "Modifica \"{room}\"",
|
||||||
|
"Room URL" : "URL della stanza",
|
||||||
|
"Welcome" : "Benvenuto",
|
||||||
|
"Participant limit" : "Limite di partecipanti",
|
||||||
|
"Sharing" : "Condivisione",
|
||||||
"Every participant is moderator" : "Ogni partecipante è moderatore",
|
"Every participant is moderator" : "Ogni partecipante è moderatore",
|
||||||
"Moderator access via URL" : "Accesso moderatore tramite URL",
|
"Moderator access via URL" : "Accesso moderatore tramite URL",
|
||||||
"Miscellaneous" : "Varie",
|
"Miscellaneous" : "Varie",
|
||||||
|
|
@ -122,11 +128,13 @@
|
||||||
"Open room" : "Stanza aperta",
|
"Open room" : "Stanza aperta",
|
||||||
"Start" : "Avvia",
|
"Start" : "Avvia",
|
||||||
"Clone room" : "Clona stanza",
|
"Clone room" : "Clona stanza",
|
||||||
|
"Loading" : "Caricamento",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Non ti è consentito modificare questa opzione, poiché questa stanza è condivisa con te.",
|
"You are not allowed to change this option, because this room is shared with you." : "Non ti è consentito modificare questa opzione, poiché questa stanza è condivisa con te.",
|
||||||
"Group name" : "Nome del gruppo",
|
"Group name" : "Nome del gruppo",
|
||||||
"Max. rooms" : "Num. massimo stanze",
|
"Max. rooms" : "Num. massimo stanze",
|
||||||
"Access options" : "Opzioni di accesso",
|
"Access options" : "Opzioni di accesso",
|
||||||
"Max. participants" : "Num. massimo partecipanti",
|
"Max. participants" : "Num. massimo partecipanti",
|
||||||
|
"Group …" : "Gruppo…",
|
||||||
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Le restrizioni non influiscono sulle stanze esistenti. Meno uno significa che il valore è illimitato. L'opzione meno restrittiva viene scelta per ogni utente se si applicano più restrizioni.",
|
"Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Le restrizioni non influiscono sulle stanze esistenti. Meno uno significa che il valore è illimitato. L'opzione meno restrittiva viene scelta per ogni utente se si applicano più restrizioni.",
|
||||||
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Vuoi veramente eliminare le restrizioni per il gruppo \"{name}\"? Questa operazione non può essere annullata.",
|
"Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Vuoi veramente eliminare le restrizioni per il gruppo \"{name}\"? Questa operazione non può essere annullata.",
|
||||||
"Delete restrictions for \"{name}\"?" : "Eliminare le restrizioni per \"{name}\"?",
|
"Delete restrictions for \"{name}\"?" : "Eliminare le restrizioni per \"{name}\"?",
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue