Compare commits

...

13 Commits

Author SHA1 Message Date
github-actions[bot]
ac324ee187 chore(master): release 0.32.0 2026-03-25 17:05:49 +02:00
6174bed49a feat(admin): split role permissions for each section 2026-03-25 17:02:40 +02:00
b139c4988c fix(admin): role permission checkbox style 2026-03-25 15:54:37 +02:00
github-actions[bot]
b32b8bc6d3 chore(master): release 0.31.0 2026-03-25 15:22:15 +02:00
28a0cd8153 fix(admin): separate forum admin and server admin endpoints 2026-03-25 15:17:51 +02:00
7fc7778f45 fix(admin): correctly handle nav sections access 2026-03-25 15:13:01 +02:00
e26a07a883 fix(l10n): update admin/management terminology 2026-03-25 15:08:21 +02:00
7350a1502e fix(l10n): update admin ui texts 2026-03-25 14:36:08 +02:00
6e84cb2ceb feat: nc admin page rebuild task 2026-03-25 11:37:24 +02:00
026dd21d85 fix(ui): spacing between sections in admin settings 2026-03-25 11:19:06 +02:00
Nextcloud bot
4b68b88e79 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-25 02:10:24 +00:00
github-actions[bot]
5d13e0da75 chore(master): release 0.30.0 2026-03-25 00:10:48 +02:00
a93f1fee1e feat: edit history visibility settings 2026-03-24 23:33:14 +02:00
165 changed files with 3455 additions and 1166 deletions

View File

@@ -13,5 +13,5 @@ module.exports = {
}
return commands
},
'*Controller.php': [() => 'make openapi', () => 'git add openapi.json'],
'*Controller.php': [() => 'make openapi', () => 'git add openapi.json openapi-*.json'],
}

View File

@@ -1 +1 @@
{".":"0.29.3"}
{".":"0.32.0"}

View File

@@ -1,5 +1,41 @@
# Changelog
## [0.32.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.31.0...v0.32.0) (2026-03-25)
### Features
* **admin:** split role permissions for each section ([6174bed](https://github.com/chenasraf/nextcloud-forum/commit/6174bed49a77dda683d8fb1ac076bedc2293e15e))
### Bug Fixes
* **admin:** role permission checkbox style ([b139c49](https://github.com/chenasraf/nextcloud-forum/commit/b139c4988c3b8bbba4d5068b36caa593420f8172))
## [0.31.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.30.0...v0.31.0) (2026-03-25)
### Features
* nc admin page rebuild task ([6e84cb2](https://github.com/chenasraf/nextcloud-forum/commit/6e84cb2ceb881f4621d0ab93330c2de8f0512a70))
### Bug Fixes
* **admin:** correctly handle nav sections access ([7fc7778](https://github.com/chenasraf/nextcloud-forum/commit/7fc7778f4524a464a1c60280485c374c9a58ade6))
* **admin:** separate forum admin and server admin endpoints ([28a0cd8](https://github.com/chenasraf/nextcloud-forum/commit/28a0cd8153eb54e98593dab910a47da880f0c176))
* **l10n:** update admin ui texts ([7350a15](https://github.com/chenasraf/nextcloud-forum/commit/7350a1502ecddc487a6efabe7600bc84432fe195))
* **l10n:** update admin/management terminology ([e26a07a](https://github.com/chenasraf/nextcloud-forum/commit/e26a07a8830e77eb53d72e2299e6be653184515f))
* **l10n:** Update translations from Transifex ([4b68b88](https://github.com/chenasraf/nextcloud-forum/commit/4b68b88e79f13d7097d39aabcc8d517f4a337d89))
* **ui:** spacing between sections in admin settings ([026dd21](https://github.com/chenasraf/nextcloud-forum/commit/026dd21d8502940d44df439c2df0ad112b69c7da))
## [0.30.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.3...v0.30.0) (2026-03-24)
### Features
* edit history visibility settings ([a93f1fe](https://github.com/chenasraf/nextcloud-forum/commit/a93f1fee1e3a9201d7a7bbcd691297fbc02a0cef))
## [0.29.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.2...v0.29.3) (2026-03-24)

View File

@@ -34,7 +34,7 @@ Create discussions, share ideas and collaborate with your community directly in
The forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.
]]></description>
<version>0.29.3</version>
<version>0.32.0</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
<namespace>Forum</namespace>

View File

@@ -43,6 +43,7 @@ OC.L10N.register(
"Edit" : "Промяна",
"Delete" : "Изтриване",
"Unread" : "Непрочетено",
"Direct link" : "Директен линк",
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
"Save" : "Запиши",
"Current version" : "Текуща версия",
@@ -74,6 +75,7 @@ OC.L10N.register(
"Notifications" : "Известия",
"Files" : "Файлове",
"Signature" : "Подпис",
"Privacy" : "Поверителност",
"Enable" : "Включена",
"Disable" : "Изключване",
"Tag" : "Етикет",

View File

@@ -41,6 +41,7 @@
"Edit" : "Промяна",
"Delete" : "Изтриване",
"Unread" : "Непрочетено",
"Direct link" : "Директен линк",
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
"Save" : "Запиши",
"Current version" : "Текуща версия",
@@ -72,6 +73,7 @@
"Notifications" : "Известия",
"Files" : "Файлове",
"Signature" : "Подпис",
"Privacy" : "Поверителност",
"Enable" : "Включена",
"Disable" : "Изключване",
"Tag" : "Етикет",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Move" : "Move",
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
"Direct link" : "সরাসরি লিঙ্ক",
"Save" : "সংরক্ষণ",
"Name" : "নাম",
"Refresh" : "নবোদ্যম",

View File

@@ -14,6 +14,7 @@
"Move" : "Move",
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
"Direct link" : "সরাসরি লিঙ্ক",
"Save" : "সংরক্ষণ",
"Name" : "নাম",
"Refresh" : "নবোদ্যম",

View File

@@ -45,6 +45,7 @@ OC.L10N.register(
"Edit" : "Edició",
"Delete" : "Suprimir",
"Unread" : "Per llegir",
"Direct link" : "Enllaç directe",
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
"Save" : "Desar",
"Current version" : "Versió actual",

View File

@@ -43,6 +43,7 @@
"Edit" : "Edició",
"Delete" : "Suprimir",
"Unread" : "Per llegir",
"Direct link" : "Enllaç directe",
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
"Save" : "Desar",
"Current version" : "Versió actual",

View File

@@ -188,6 +188,7 @@ OC.L10N.register(
"View edit history" : "Zobrazit historii úprav",
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
"Unread" : "Nastavit jako nepřečtené",
"Direct link" : "Přímý odkaz",
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
"Edit your reply …" : "Upravit vaši odpověď …",
"Save" : "Uložit",

View File

@@ -186,6 +186,7 @@
"View edit history" : "Zobrazit historii úprav",
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
"Unread" : "Nastavit jako nepřečtené",
"Direct link" : "Přímý odkaz",
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
"Edit your reply …" : "Upravit vaši odpověď …",
"Save" : "Uložit",

View File

@@ -77,6 +77,7 @@ OC.L10N.register(
"Notifications" : "Påmindelser",
"Files" : "Filer",
"Signature" : "Underskrift",
"Privacy" : "Privatliv",
"Enable" : "Aktiver",
"Disable" : "Deaktiver",
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",

View File

@@ -75,6 +75,7 @@
"Notifications" : "Påmindelser",
"Files" : "Filer",
"Signature" : "Underskrift",
"Privacy" : "Privatliv",
"Enable" : "Aktiver",
"Disable" : "Deaktiver",
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",

View File

@@ -367,6 +367,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Deine Signatur erscheint am Ende deiner Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Du kannst die BBCode-Formatierung in deiner Signatur verwenden",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Privacy" : "Datenschutz",
"Failed to save preferences" : "Einstellungen konnten nicht gespeichert werden",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",

View File

@@ -365,6 +365,7 @@
"Your signature appears at the bottom of your threads or replies" : "Deine Signatur erscheint am Ende deiner Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Du kannst die BBCode-Formatierung in deiner Signatur verwenden",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Privacy" : "Datenschutz",
"Failed to save preferences" : "Einstellungen konnten nicht gespeichert werden",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",

View File

@@ -367,6 +367,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
"Privacy" : "Datenschutz",
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",

View File

@@ -365,6 +365,7 @@
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
"Privacy" : "Datenschutz",
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",

View File

@@ -332,6 +332,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Η υπογραφή σας εμφανίζεται στο κάτω μέρος των θεμάτων ή των απαντήσεών σας",
"You can use BBCode formatting in your signature" : "Μπορείτε να χρησιμοποιήσετε μορφοποίηση BBCode στην υπογραφή σας",
"Enter your signature …" : "Εισαγάγετε την υπογραφή σας …",
"Privacy" : "Ιδιωτικότητα",
"Failed to save preferences" : "Αποτυχία αποθήκευσης προτιμήσεων",
"Select upload directory" : "Επιλέξτε κατάλογο μεταφόρτωσης",
"BBCode management" : "Διαχείριση BBCode",

View File

@@ -330,6 +330,7 @@
"Your signature appears at the bottom of your threads or replies" : "Η υπογραφή σας εμφανίζεται στο κάτω μέρος των θεμάτων ή των απαντήσεών σας",
"You can use BBCode formatting in your signature" : "Μπορείτε να χρησιμοποιήσετε μορφοποίηση BBCode στην υπογραφή σας",
"Enter your signature …" : "Εισαγάγετε την υπογραφή σας …",
"Privacy" : "Ιδιωτικότητα",
"Failed to save preferences" : "Αποτυχία αποθήκευσης προτιμήσεων",
"Select upload directory" : "Επιλέξτε κατάλογο μεταφόρτωσης",
"BBCode management" : "Διαχείριση BBCode",

View File

@@ -367,6 +367,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Privacy",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",

View File

@@ -365,6 +365,7 @@
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Privacy",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",

View File

@@ -166,6 +166,7 @@ OC.L10N.register(
"Files" : "Archivos",
"Browse" : "Explorar",
"Signature" : "Firma",
"Privacy" : "Privacidad",
"Enable" : "Activar",
"Disable" : "Deshabilitar",
"This action cannot be undone." : "Esta acción no se puede deshacer.",

View File

@@ -164,6 +164,7 @@
"Files" : "Archivos",
"Browse" : "Explorar",
"Signature" : "Firma",
"Privacy" : "Privacidad",
"Enable" : "Activar",
"Disable" : "Deshabilitar",
"This action cannot be undone." : "Esta acción no se puede deshacer.",

View File

@@ -64,6 +64,7 @@ OC.L10N.register(
"Preferences" : "Preferencias",
"Files" : "Archivo",
"Signature" : "Firma",
"Privacy" : "Privacidad",
"Enable" : "Activar",
"Disable" : "Deshabilitar",
"Description" : "Descripción",

View File

@@ -62,6 +62,7 @@
"Preferences" : "Preferencias",
"Files" : "Archivo",
"Signature" : "Firma",
"Privacy" : "Privacidad",
"Enable" : "Activar",
"Disable" : "Deshabilitar",
"Description" : "Descripción",

View File

@@ -342,6 +342,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Sinu allkiri on nähtav sinu jutulõngade või vastuste lõpus",
"You can use BBCode formatting in your signature" : "Oma allkirja koostamisel võid vormindamisel kasutada BBCode'i",
"Enter your signature …" : "Sisesta oma allkiri…",
"Privacy" : "Privaatsus",
"Failed to save preferences" : "Eelistuste salvestamine ei õnnestunud",
"Select upload directory" : "Vali kaust, kust tahad üles laadida",
"BBCode management" : "BBCode'i haldus",

View File

@@ -340,6 +340,7 @@
"Your signature appears at the bottom of your threads or replies" : "Sinu allkiri on nähtav sinu jutulõngade või vastuste lõpus",
"You can use BBCode formatting in your signature" : "Oma allkirja koostamisel võid vormindamisel kasutada BBCode'i",
"Enter your signature …" : "Sisesta oma allkiri…",
"Privacy" : "Privaatsus",
"Failed to save preferences" : "Eelistuste salvestamine ei õnnestunud",
"Select upload directory" : "Vali kaust, kust tahad üles laadida",
"BBCode management" : "BBCode'i haldus",

View File

@@ -81,6 +81,7 @@ OC.L10N.register(
"Files" : "Fitxategiak",
"Browse" : "Arakatu",
"Signature" : "Sinadura",
"Privacy" : "Pribatutasuna",
"Enable" : "Aktibatu",
"Disable" : "Desaktibatu",
"Tag" : "Etiketa",

View File

@@ -79,6 +79,7 @@
"Files" : "Fitxategiak",
"Browse" : "Arakatu",
"Signature" : "Sinadura",
"Privacy" : "Pribatutasuna",
"Enable" : "Aktibatu",
"Disable" : "Desaktibatu",
"Tag" : "Etiketa",

View File

@@ -73,6 +73,7 @@ OC.L10N.register(
"Notifications" : "هشدارها",
"Files" : "پرونده‌ها",
"Signature" : "امضا",
"Privacy" : "محرمانگی",
"Enable" : "فعالسازی",
"Disable" : "غیرفعال کردن",
"Description" : "شرح",

View File

@@ -71,6 +71,7 @@
"Notifications" : "هشدارها",
"Files" : "پرونده‌ها",
"Signature" : "امضا",
"Privacy" : "محرمانگی",
"Enable" : "فعالسازی",
"Disable" : "غیرفعال کردن",
"Description" : "شرح",

View File

@@ -83,6 +83,7 @@ OC.L10N.register(
"Notifications" : "Ilmoitukset",
"Files" : "Tiedostot",
"Signature" : "Allekirjoitus",
"Privacy" : "Yksityisyys",
"Enable" : "Käytä",
"Disable" : "Poista käytöstä",
"This action cannot be undone." : "Tätä toimintoa ei voi perua.",

View File

@@ -81,6 +81,7 @@
"Notifications" : "Ilmoitukset",
"Files" : "Tiedostot",
"Signature" : "Allekirjoitus",
"Privacy" : "Yksityisyys",
"Enable" : "Käytä",
"Disable" : "Poista käytöstä",
"This action cannot be undone." : "Tätä toimintoa ei voi perua.",

View File

@@ -92,6 +92,7 @@ OC.L10N.register(
"Files" : "Fichiers",
"Browse" : "Parcourir",
"Signature" : "Signature",
"Privacy" : "Confidentialité",
"Enable" : "Activer",
"Disable" : "Désactiver",
"This action cannot be undone." : "Cette action ne peut pas être annulée",

View File

@@ -90,6 +90,7 @@
"Files" : "Fichiers",
"Browse" : "Parcourir",
"Signature" : "Signature",
"Privacy" : "Confidentialité",
"Enable" : "Activer",
"Disable" : "Désactiver",
"This action cannot be undone." : "Cette action ne peut pas être annulée",

View File

@@ -366,6 +366,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Feictear do shíniú ag bun do shnáitheanna nó do fhreagraí",
"You can use BBCode formatting in your signature" : "Is féidir leat formáidiú BBCode a úsáid i do shíniú",
"Enter your signature …" : "Cuir isteach do shíniú …",
"Privacy" : "Príobháideacht",
"Failed to save preferences" : "Theip ar na roghanna a shábháil",
"Select upload directory" : "Roghnaigh eolaire uaslódála",
"BBCode management" : "Bainistíocht BBCode",

View File

@@ -364,6 +364,7 @@
"Your signature appears at the bottom of your threads or replies" : "Feictear do shíniú ag bun do shnáitheanna nó do fhreagraí",
"You can use BBCode formatting in your signature" : "Is féidir leat formáidiú BBCode a úsáid i do shíniú",
"Enter your signature …" : "Cuir isteach do shíniú …",
"Privacy" : "Príobháideacht",
"Failed to save preferences" : "Theip ar na roghanna a shábháil",
"Select upload directory" : "Roghnaigh eolaire uaslódála",
"BBCode management" : "Bainistíocht BBCode",

View File

@@ -332,6 +332,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "A súa sinatura aparece ao final dos seus fíos ou respostas",
"You can use BBCode formatting in your signature" : "Pode empregar o formato BBCode na súa sinatura",
"Enter your signature …" : "Introduza a súa sinatura…",
"Privacy" : "Privacidade",
"Failed to save preferences" : "Produciuse un fallo ao gardar as preferencias",
"Select upload directory" : "Seleccionar o directorio ao que enviar",
"BBCode management" : "Xestión de BBCode",

View File

@@ -330,6 +330,7 @@
"Your signature appears at the bottom of your threads or replies" : "A súa sinatura aparece ao final dos seus fíos ou respostas",
"You can use BBCode formatting in your signature" : "Pode empregar o formato BBCode na súa sinatura",
"Enter your signature …" : "Introduza a súa sinatura…",
"Privacy" : "Privacidade",
"Failed to save preferences" : "Produciuse un fallo ao gardar as preferencias",
"Select upload directory" : "Seleccionar o directorio ao que enviar",
"BBCode management" : "Xestión de BBCode",

View File

@@ -325,6 +325,7 @@ OC.L10N.register(
"Notifications" : "התראות",
"Files" : "קבצים",
"Signature" : "חתימה",
"Privacy" : "פרטיות",
"Disable" : "השבתה",
"Tag" : "תגית",
"Description" : "תיאור",

View File

@@ -323,6 +323,7 @@
"Notifications" : "התראות",
"Files" : "קבצים",
"Signature" : "חתימה",
"Privacy" : "פרטיות",
"Disable" : "השבתה",
"Tag" : "תגית",
"Description" : "תיאור",

View File

@@ -82,6 +82,7 @@ OC.L10N.register(
"Files" : "Datoteke",
"Browse" : "Pregledaj",
"Signature" : "Potpis",
"Privacy" : "Privatnost",
"Enable" : "Omogućite",
"Disable" : "Onemogući",
"Tag" : "Oznaka",

View File

@@ -80,6 +80,7 @@
"Files" : "Datoteke",
"Browse" : "Pregledaj",
"Signature" : "Potpis",
"Privacy" : "Privatnost",
"Enable" : "Omogućite",
"Disable" : "Onemogući",
"Tag" : "Oznaka",

View File

@@ -86,6 +86,7 @@ OC.L10N.register(
"Files" : "Fájlok",
"Browse" : "Tallózás",
"Signature" : "Aláírás",
"Privacy" : "Adatvédelem",
"Enable" : "Engedélyezés",
"Disable" : "Letiltás",
"Tag" : "Címke",

View File

@@ -84,6 +84,7 @@
"Files" : "Fájlok",
"Browse" : "Tallózás",
"Signature" : "Aláírás",
"Privacy" : "Adatvédelem",
"Enable" : "Engedélyezés",
"Disable" : "Letiltás",
"Tag" : "Címke",

View File

@@ -314,6 +314,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Tanda tangan Anda muncul di bagian bawah utas atau balasan Anda",
"You can use BBCode formatting in your signature" : "Anda dapat menggunakan pemformatan BBCode di tanda tangan Anda",
"Enter your signature …" : "Masukkan tanda tangan Anda …",
"Privacy" : "Privasi",
"Failed to save preferences" : "Gagal menyimpan preferensi",
"Select upload directory" : "Pilih direktori unggah",
"BBCode management" : "Pengelolaan BBCode",

View File

@@ -312,6 +312,7 @@
"Your signature appears at the bottom of your threads or replies" : "Tanda tangan Anda muncul di bagian bawah utas atau balasan Anda",
"You can use BBCode formatting in your signature" : "Anda dapat menggunakan pemformatan BBCode di tanda tangan Anda",
"Enter your signature …" : "Masukkan tanda tangan Anda …",
"Privacy" : "Privasi",
"Failed to save preferences" : "Gagal menyimpan preferensi",
"Select upload directory" : "Pilih direktori unggah",
"BBCode management" : "Pengelolaan BBCode",

View File

@@ -68,6 +68,7 @@ OC.L10N.register(
"Preferences" : "Kjörstillingar",
"Files" : "Skráaforrit",
"Signature" : "Undirskrift",
"Privacy" : "Meðferð persónuupplýsinga",
"Disable" : "Gera óvirkt",
"Tag" : "Merki",
"Description" : "Lýsing",

View File

@@ -66,6 +66,7 @@
"Preferences" : "Kjörstillingar",
"Files" : "Skráaforrit",
"Signature" : "Undirskrift",
"Privacy" : "Meðferð persónuupplýsinga",
"Disable" : "Gera óvirkt",
"Tag" : "Merki",
"Description" : "Lýsing",

View File

@@ -88,6 +88,7 @@ OC.L10N.register(
"Files" : "File",
"Browse" : "Sfoglia",
"Signature" : "Firma",
"Privacy" : "Riservatezza",
"Enable" : "Abilita",
"Disable" : "Disabilita",
"Tag" : "Etichetta",

View File

@@ -86,6 +86,7 @@
"Files" : "File",
"Browse" : "Sfoglia",
"Signature" : "Firma",
"Privacy" : "Riservatezza",
"Enable" : "Abilita",
"Disable" : "Disabilita",
"Tag" : "Etichetta",

View File

@@ -78,6 +78,7 @@ OC.L10N.register(
"Notifications" : "通知",
"Files" : "ファイル",
"Signature" : "署名",
"Privacy" : "プライバシー",
"Enable" : "有効にする",
"Disable" : "無効",
"This action cannot be undone." : "これは取り消すことができません",

View File

@@ -76,6 +76,7 @@
"Notifications" : "通知",
"Files" : "ファイル",
"Signature" : "署名",
"Privacy" : "プライバシー",
"Enable" : "有効にする",
"Disable" : "無効",
"This action cannot be undone." : "これは取り消すことができません",

View File

@@ -61,6 +61,7 @@ OC.L10N.register(
"Preferences" : "Preferences",
"Notifications" : "შეტყობინებები",
"Signature" : "Signature",
"Privacy" : "Privacy",
"Enable" : "Enable",
"Disable" : "Disable",
"Description" : "Description",

View File

@@ -59,6 +59,7 @@
"Preferences" : "Preferences",
"Notifications" : "შეტყობინებები",
"Signature" : "Signature",
"Privacy" : "Privacy",
"Enable" : "Enable",
"Disable" : "Disable",
"Description" : "Description",

View File

@@ -39,6 +39,7 @@ OC.L10N.register(
"Reply" : "Err",
"Preferences" : "Tiwelhiwin",
"Notifications" : "Ilɣa",
"Privacy" : "Vie privée",
"Disable" : "Sens",
"Description" : "Aglam",
"Enabled" : "Yermed",

View File

@@ -37,6 +37,7 @@
"Reply" : "Err",
"Preferences" : "Tiwelhiwin",
"Notifications" : "Ilɣa",
"Privacy" : "Vie privée",
"Disable" : "Sens",
"Description" : "Aglam",
"Enabled" : "Yermed",

View File

@@ -70,6 +70,7 @@ OC.L10N.register(
"Preferences" : "환경 설정",
"Files" : "파일",
"Signature" : "서명",
"Privacy" : "프라이버시",
"Enable" : "활성화",
"Disable" : "사용 안함",
"Description" : "설명",

View File

@@ -68,6 +68,7 @@
"Preferences" : "환경 설정",
"Files" : "파일",
"Signature" : "서명",
"Privacy" : "프라이버시",
"Enable" : "활성화",
"Disable" : "사용 안함",
"Description" : "설명",

View File

@@ -83,6 +83,7 @@ OC.L10N.register(
"Files" : "ໄຟລ໌ຕ່າງໆ",
"Browse" : "Browse",
"Signature" : "ລາຍເຊັນ",
"Privacy" : "ຄວາມເປັນສ່ວນຕົວ",
"Enable" : "ເປີດໃຊ້ງານ",
"Disable" : "ປິດໃຊ້ງານ",
"Tag" : "Tag",

View File

@@ -81,6 +81,7 @@
"Files" : "ໄຟລ໌ຕ່າງໆ",
"Browse" : "Browse",
"Signature" : "ລາຍເຊັນ",
"Privacy" : "ຄວາມເປັນສ່ວນຕົວ",
"Enable" : "ເປີດໃຊ້ງານ",
"Disable" : "ປິດໃຊ້ງານ",
"Tag" : "Tag",

View File

@@ -71,6 +71,7 @@ OC.L10N.register(
"Files" : "Failai",
"Browse" : "Naršyti",
"Signature" : "Parašas",
"Privacy" : "Privatumas",
"Enable" : "Įjungti",
"Disable" : "Išjungti",
"Tag" : "Žymė",

View File

@@ -69,6 +69,7 @@
"Files" : "Failai",
"Browse" : "Naršyti",
"Signature" : "Parašas",
"Privacy" : "Privatumas",
"Enable" : "Įjungti",
"Disable" : "Išjungti",
"Tag" : "Žymė",

View File

@@ -59,6 +59,7 @@ OC.L10N.register(
"Bookmark" : "Grāmatzīme",
"Files" : "Datnes",
"Signature" : "Paraksts",
"Privacy" : "Privātums",
"Enable" : "Iespējot",
"Disable" : "Deaktivēt",
"Tag" : "Birkas",

View File

@@ -57,6 +57,7 @@
"Bookmark" : "Grāmatzīme",
"Files" : "Datnes",
"Signature" : "Paraksts",
"Privacy" : "Privātums",
"Enable" : "Iespējot",
"Disable" : "Deaktivēt",
"Tag" : "Birkas",

View File

@@ -58,6 +58,7 @@ OC.L10N.register(
"Preferences" : "Перформанси",
"Files" : "Датотеки",
"Signature" : "Потпис",
"Privacy" : "Приватност",
"Enable" : "Овозможи",
"Disable" : "Оневозможи",
"Description" : "Опис",

View File

@@ -56,6 +56,7 @@
"Preferences" : "Перформанси",
"Files" : "Датотеки",
"Signature" : "Потпис",
"Privacy" : "Приватност",
"Enable" : "Овозможи",
"Disable" : "Оневозможи",
"Description" : "Опис",

View File

@@ -75,6 +75,7 @@ OC.L10N.register(
"Files" : "Файлууд",
"Browse" : "Хайх",
"Signature" : "Гарын үсэг",
"Privacy" : "–•—É–≤–∏–π–Ω –Ω—É—É—Ü",
"Enable" : "Идэвхжүүлэх",
"Disable" : "Идэвхгүй болгох",
"Tag" : "Таг",

View File

@@ -73,6 +73,7 @@
"Files" : "Файлууд",
"Browse" : "Хайх",
"Signature" : "Гарын үсэг",
"Privacy" : "–•—É–≤–∏–π–Ω –Ω—É—É—Ü",
"Enable" : "Идэвхжүүлэх",
"Disable" : "Идэвхгүй болгох",
"Tag" : "Таг",

View File

@@ -79,6 +79,7 @@ OC.L10N.register(
"Notifications" : "Varsel",
"Files" : "Filer",
"Signature" : "Signatur",
"Privacy" : "Personvern",
"Enable" : "Aktiver",
"Disable" : "Deaktiver",
"Description" : "Beskrivelse",

View File

@@ -77,6 +77,7 @@
"Notifications" : "Varsel",
"Files" : "Filer",
"Signature" : "Signatur",
"Privacy" : "Personvern",
"Enable" : "Aktiver",
"Disable" : "Deaktiver",
"Description" : "Beskrivelse",

View File

@@ -85,6 +85,7 @@ OC.L10N.register(
"Notifications" : "Meldingen",
"Files" : "Bestanden",
"Signature" : "Handtekening",
"Privacy" : "Privacy",
"Enable" : "Inschakelen",
"Disable" : "Uitschakelen",
"Tag" : "Label",

View File

@@ -83,6 +83,7 @@
"Notifications" : "Meldingen",
"Files" : "Bestanden",
"Signature" : "Handtekening",
"Privacy" : "Privacy",
"Enable" : "Inschakelen",
"Disable" : "Uitschakelen",
"Tag" : "Label",

View File

@@ -31,6 +31,7 @@ OC.L10N.register(
"by" : "av",
"Notifications" : "Varsel",
"Signature" : "Signatur",
"Privacy" : "Personvern",
"Enable" : "SLå på",
"Disable" : "Slå av",
"Description" : "Skildring",

View File

@@ -29,6 +29,7 @@
"by" : "av",
"Notifications" : "Varsel",
"Signature" : "Signatur",
"Privacy" : "Personvern",
"Enable" : "SLå på",
"Disable" : "Slå av",
"Description" : "Skildring",

View File

@@ -51,6 +51,7 @@ OC.L10N.register(
"Edit title" : "Modificar lo títol",
"Notifications" : "Notificacions",
"Signature" : "Signatura",
"Privacy" : "Confidencialitat",
"Enable" : "Activar",
"Disable" : "Desactivar",
"Description" : "Descripcion",

View File

@@ -49,6 +49,7 @@
"Edit title" : "Modificar lo títol",
"Notifications" : "Notificacions",
"Signature" : "Signatura",
"Privacy" : "Confidencialitat",
"Enable" : "Activar",
"Disable" : "Desactivar",
"Description" : "Descripcion",

View File

@@ -86,6 +86,7 @@ OC.L10N.register(
"Files" : "Pliki",
"Browse" : "Przeglądaj",
"Signature" : "Podpis",
"Privacy" : "Prywatność",
"Enable" : "Włącz",
"Disable" : "Wyłącz",
"Tag" : "Etykieta",

View File

@@ -84,6 +84,7 @@
"Files" : "Pliki",
"Browse" : "Przeglądaj",
"Signature" : "Podpis",
"Privacy" : "Prywatność",
"Enable" : "Włącz",
"Disable" : "Wyłącz",
"Tag" : "Etykieta",

View File

@@ -366,6 +366,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Sua assinatura aparece na parte inferior de seus fios ou respostas",
"You can use BBCode formatting in your signature" : "Você pode usar a formatação BBCode em sua assinatura",
"Enter your signature …" : "Insira sua assinatura …",
"Privacy" : "Privacidade",
"Failed to save preferences" : "Falha ao salvar preferências",
"Select upload directory" : "Selecionar o diretório de upload",
"BBCode management" : "Gerenciamento do BBCode",

View File

@@ -364,6 +364,7 @@
"Your signature appears at the bottom of your threads or replies" : "Sua assinatura aparece na parte inferior de seus fios ou respostas",
"You can use BBCode formatting in your signature" : "Você pode usar a formatação BBCode em sua assinatura",
"Enter your signature …" : "Insira sua assinatura …",
"Privacy" : "Privacidade",
"Failed to save preferences" : "Falha ao salvar preferências",
"Select upload directory" : "Selecionar o diretório de upload",
"BBCode management" : "Gerenciamento do BBCode",

View File

@@ -75,6 +75,7 @@ OC.L10N.register(
"Preferences" : "Preferências",
"Files" : "Ficheiros",
"Signature" : "Assinatura",
"Privacy" : "Privacidade",
"Enable" : "Ativar",
"Disable" : "Desativar",
"These BBCode tags are currently active" : "Estas etiquetas BBCode estão atualmente ativas.",

View File

@@ -73,6 +73,7 @@
"Preferences" : "Preferências",
"Files" : "Ficheiros",
"Signature" : "Assinatura",
"Privacy" : "Privacidade",
"Enable" : "Ativar",
"Disable" : "Desativar",
"These BBCode tags are currently active" : "Estas etiquetas BBCode estão atualmente ativas.",

View File

@@ -56,6 +56,7 @@ OC.L10N.register(
"Preferences" : "Preferințe",
"Notifications" : "Notificări",
"Signature" : "Semnătură",
"Privacy" : "Confidențialitate",
"Enable" : "Activare",
"Disable" : "Dezactivează",
"Description" : "Descriere",

View File

@@ -54,6 +54,7 @@
"Preferences" : "Preferințe",
"Notifications" : "Notificări",
"Signature" : "Semnătură",
"Privacy" : "Confidențialitate",
"Enable" : "Activare",
"Disable" : "Dezactivează",
"Description" : "Descriere",

View File

@@ -264,6 +264,7 @@ OC.L10N.register(
"Browse" : "Выбрать",
"Preferences saved" : "Настройки сохранены",
"Signature" : "Подпись",
"Privacy" : "Конфиденциальность",
"Enable" : "Включить",
"Disable" : "Отключить",
"Tag" : "Метка",

View File

@@ -262,6 +262,7 @@
"Browse" : "Выбрать",
"Preferences saved" : "Настройки сохранены",
"Signature" : "Подпись",
"Privacy" : "Конфиденциальность",
"Enable" : "Включить",
"Disable" : "Отключить",
"Tag" : "Метка",

View File

@@ -84,6 +84,7 @@ OC.L10N.register(
"Files" : "Súbory",
"Browse" : "Prechádzať",
"Signature" : "Podpis",
"Privacy" : "Súkromie",
"Enable" : "Povoliť",
"Disable" : "Zakázať",
"Tag" : "Štítok",

View File

@@ -82,6 +82,7 @@
"Files" : "Súbory",
"Browse" : "Prechádzať",
"Signature" : "Podpis",
"Privacy" : "Súkromie",
"Enable" : "Povoliť",
"Disable" : "Zakázať",
"Tag" : "Štítok",

View File

@@ -76,6 +76,7 @@ OC.L10N.register(
"Files" : "Datoteke",
"Browse" : "Prebrskaj",
"Signature" : "Podpis",
"Privacy" : "Zasebnost",
"Enable" : "Omogoči",
"Disable" : "Onemogoči",
"Tag" : "Oznaka",

View File

@@ -74,6 +74,7 @@
"Files" : "Datoteke",
"Browse" : "Prebrskaj",
"Signature" : "Podpis",
"Privacy" : "Zasebnost",
"Enable" : "Omogoči",
"Disable" : "Onemogoči",
"Tag" : "Oznaka",

View File

@@ -44,6 +44,7 @@ OC.L10N.register(
"Notifications" : "Njoftime",
"Files" : "Skedarë",
"Signature" : "Nënshkrimi",
"Privacy" : "Privatësi",
"Enable" : "Aktivizoje",
"Disable" : "Çaktivizoje",
"Description" : "Përshkrim",

View File

@@ -42,6 +42,7 @@
"Notifications" : "Njoftime",
"Files" : "Skedarë",
"Signature" : "Nënshkrimi",
"Privacy" : "Privatësi",
"Enable" : "Aktivizoje",
"Disable" : "Çaktivizoje",
"Description" : "Përshkrim",

View File

@@ -83,6 +83,7 @@ OC.L10N.register(
"Files" : "Фајлови",
"Browse" : "Прегледај",
"Signature" : "Потпис",
"Privacy" : "Приватност",
"Enable" : "Укључи",
"Disable" : "Искључи",
"This action cannot be undone." : "Ова радња не може да се поништи.",

View File

@@ -81,6 +81,7 @@
"Files" : "Фајлови",
"Browse" : "Прегледај",
"Signature" : "Потпис",
"Privacy" : "Приватност",
"Enable" : "Укључи",
"Disable" : "Искључи",
"This action cannot be undone." : "Ова радња не може да се поништи.",

View File

@@ -86,6 +86,7 @@ OC.L10N.register(
"Files" : "Filer",
"Browse" : "Bläddra",
"Signature" : "Signatur",
"Privacy" : "Integritet",
"Enable" : "Aktivera",
"Disable" : "Inaktivera",
"Tag" : "Tagg",

View File

@@ -84,6 +84,7 @@
"Files" : "Filer",
"Browse" : "Bläddra",
"Signature" : "Signatur",
"Privacy" : "Integritet",
"Enable" : "Aktivera",
"Disable" : "Inaktivera",
"Tag" : "Tagg",

View File

@@ -305,6 +305,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Faragha",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",

View File

@@ -303,6 +303,7 @@
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Faragha",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",

Some files were not shown because too many files have changed in this diff Show More