mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac324ee187 | ||
| 6174bed49a | |||
| b139c4988c | |||
|
|
b32b8bc6d3 | ||
| 28a0cd8153 | |||
| 7fc7778f45 | |||
| e26a07a883 | |||
| 7350a1502e | |||
| 6e84cb2ceb | |||
| 026dd21d85 | |||
|
|
4b68b88e79 | ||
|
|
5d13e0da75 | ||
| a93f1fee1e | |||
| b8a5ae5e04 |
@@ -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'],
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{".":"0.29.3"}
|
||||
{".":"0.32.0"}
|
||||
|
||||
36
CHANGELOG.md
36
CHANGELOG.md
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" : "Етикет",
|
||||
|
||||
@@ -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" : "Етикет",
|
||||
|
||||
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Direct link" : "সরাসরি লিঙ্ক",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Direct link" : "সরাসরি লিঙ্ক",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -64,6 +64,7 @@ OC.L10N.register(
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -81,6 +81,7 @@ OC.L10N.register(
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
"Signature" : "Sinadura",
|
||||
"Privacy" : "Pribatutasuna",
|
||||
"Enable" : "Aktibatu",
|
||||
"Disable" : "Desaktibatu",
|
||||
"Tag" : "Etiketa",
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
"Signature" : "Sinadura",
|
||||
"Privacy" : "Pribatutasuna",
|
||||
"Enable" : "Aktibatu",
|
||||
"Disable" : "Desaktibatu",
|
||||
"Tag" : "Etiketa",
|
||||
|
||||
@@ -73,6 +73,7 @@ OC.L10N.register(
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
"Privacy" : "محرمانگی",
|
||||
"Enable" : "فعالسازی",
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
"Privacy" : "محرمانگی",
|
||||
"Enable" : "فعالسازی",
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -325,6 +325,7 @@ OC.L10N.register(
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
"Privacy" : "פרטיות",
|
||||
"Disable" : "השבתה",
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
|
||||
@@ -323,6 +323,7 @@
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
"Privacy" : "פרטיות",
|
||||
"Disable" : "השבתה",
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
|
||||
@@ -82,6 +82,7 @@ OC.L10N.register(
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
"Signature" : "Potpis",
|
||||
"Privacy" : "Privatnost",
|
||||
"Enable" : "Omogućite",
|
||||
"Disable" : "Onemogući",
|
||||
"Tag" : "Oznaka",
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
"Signature" : "Potpis",
|
||||
"Privacy" : "Privatnost",
|
||||
"Enable" : "Omogućite",
|
||||
"Disable" : "Onemogući",
|
||||
"Tag" : "Oznaka",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -88,6 +88,7 @@ OC.L10N.register(
|
||||
"Files" : "File",
|
||||
"Browse" : "Sfoglia",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Riservatezza",
|
||||
"Enable" : "Abilita",
|
||||
"Disable" : "Disabilita",
|
||||
"Tag" : "Etichetta",
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
"Files" : "File",
|
||||
"Browse" : "Sfoglia",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Riservatezza",
|
||||
"Enable" : "Abilita",
|
||||
"Disable" : "Disabilita",
|
||||
"Tag" : "Etichetta",
|
||||
|
||||
@@ -78,6 +78,7 @@ OC.L10N.register(
|
||||
"Notifications" : "通知",
|
||||
"Files" : "ファイル",
|
||||
"Signature" : "署名",
|
||||
"Privacy" : "プライバシー",
|
||||
"Enable" : "有効にする",
|
||||
"Disable" : "無効",
|
||||
"This action cannot be undone." : "これは取り消すことができません",
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
"Notifications" : "通知",
|
||||
"Files" : "ファイル",
|
||||
"Signature" : "署名",
|
||||
"Privacy" : "プライバシー",
|
||||
"Enable" : "有効にする",
|
||||
"Disable" : "無効",
|
||||
"This action cannot be undone." : "これは取り消すことができません",
|
||||
|
||||
@@ -61,6 +61,7 @@ OC.L10N.register(
|
||||
"Preferences" : "Preferences",
|
||||
"Notifications" : "შეტყობინებები",
|
||||
"Signature" : "Signature",
|
||||
"Privacy" : "Privacy",
|
||||
"Enable" : "Enable",
|
||||
"Disable" : "Disable",
|
||||
"Description" : "Description",
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
"Preferences" : "Preferences",
|
||||
"Notifications" : "შეტყობინებები",
|
||||
"Signature" : "Signature",
|
||||
"Privacy" : "Privacy",
|
||||
"Enable" : "Enable",
|
||||
"Disable" : "Disable",
|
||||
"Description" : "Description",
|
||||
|
||||
@@ -39,6 +39,7 @@ OC.L10N.register(
|
||||
"Reply" : "Err",
|
||||
"Preferences" : "Tiwelhiwin",
|
||||
"Notifications" : "Ilɣa",
|
||||
"Privacy" : "Vie privée",
|
||||
"Disable" : "Sens",
|
||||
"Description" : "Aglam",
|
||||
"Enabled" : "Yermed",
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"Reply" : "Err",
|
||||
"Preferences" : "Tiwelhiwin",
|
||||
"Notifications" : "Ilɣa",
|
||||
"Privacy" : "Vie privée",
|
||||
"Disable" : "Sens",
|
||||
"Description" : "Aglam",
|
||||
"Enabled" : "Yermed",
|
||||
|
||||
@@ -70,6 +70,7 @@ OC.L10N.register(
|
||||
"Preferences" : "환경 설정",
|
||||
"Files" : "파일",
|
||||
"Signature" : "서명",
|
||||
"Privacy" : "프라이버시",
|
||||
"Enable" : "활성화",
|
||||
"Disable" : "사용 안함",
|
||||
"Description" : "설명",
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
"Preferences" : "환경 설정",
|
||||
"Files" : "파일",
|
||||
"Signature" : "서명",
|
||||
"Privacy" : "프라이버시",
|
||||
"Enable" : "활성화",
|
||||
"Disable" : "사용 안함",
|
||||
"Description" : "설명",
|
||||
|
||||
@@ -83,6 +83,7 @@ OC.L10N.register(
|
||||
"Files" : "ໄຟລ໌ຕ່າງໆ",
|
||||
"Browse" : "Browse",
|
||||
"Signature" : "ລາຍເຊັນ",
|
||||
"Privacy" : "ຄວາມເປັນສ່ວນຕົວ",
|
||||
"Enable" : "ເປີດໃຊ້ງານ",
|
||||
"Disable" : "ປິດໃຊ້ງານ",
|
||||
"Tag" : "Tag",
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
"Files" : "ໄຟລ໌ຕ່າງໆ",
|
||||
"Browse" : "Browse",
|
||||
"Signature" : "ລາຍເຊັນ",
|
||||
"Privacy" : "ຄວາມເປັນສ່ວນຕົວ",
|
||||
"Enable" : "ເປີດໃຊ້ງານ",
|
||||
"Disable" : "ປິດໃຊ້ງານ",
|
||||
"Tag" : "Tag",
|
||||
|
||||
@@ -71,6 +71,7 @@ OC.L10N.register(
|
||||
"Files" : "Failai",
|
||||
"Browse" : "Naršyti",
|
||||
"Signature" : "Parašas",
|
||||
"Privacy" : "Privatumas",
|
||||
"Enable" : "Įjungti",
|
||||
"Disable" : "Išjungti",
|
||||
"Tag" : "Žymė",
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
"Files" : "Failai",
|
||||
"Browse" : "Naršyti",
|
||||
"Signature" : "Parašas",
|
||||
"Privacy" : "Privatumas",
|
||||
"Enable" : "Įjungti",
|
||||
"Disable" : "Išjungti",
|
||||
"Tag" : "Žymė",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
"Bookmark" : "Grāmatzīme",
|
||||
"Files" : "Datnes",
|
||||
"Signature" : "Paraksts",
|
||||
"Privacy" : "Privātums",
|
||||
"Enable" : "Iespējot",
|
||||
"Disable" : "Deaktivēt",
|
||||
"Tag" : "Birkas",
|
||||
|
||||
@@ -58,6 +58,7 @@ OC.L10N.register(
|
||||
"Preferences" : "Перформанси",
|
||||
"Files" : "Датотеки",
|
||||
"Signature" : "Потпис",
|
||||
"Privacy" : "Приватност",
|
||||
"Enable" : "Овозможи",
|
||||
"Disable" : "Оневозможи",
|
||||
"Description" : "Опис",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"Preferences" : "Перформанси",
|
||||
"Files" : "Датотеки",
|
||||
"Signature" : "Потпис",
|
||||
"Privacy" : "Приватност",
|
||||
"Enable" : "Овозможи",
|
||||
"Disable" : "Оневозможи",
|
||||
"Description" : "Опис",
|
||||
|
||||
@@ -75,6 +75,7 @@ OC.L10N.register(
|
||||
"Files" : "Файлууд",
|
||||
"Browse" : "Хайх",
|
||||
"Signature" : "Гарын үсэг",
|
||||
"Privacy" : "–•—É–≤–∏–π–Ω –Ω—É—É—Ü",
|
||||
"Enable" : "Идэвхжүүлэх",
|
||||
"Disable" : "Идэвхгүй болгох",
|
||||
"Tag" : "Таг",
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
"Files" : "Файлууд",
|
||||
"Browse" : "Хайх",
|
||||
"Signature" : "Гарын үсэг",
|
||||
"Privacy" : "–•—É–≤–∏–π–Ω –Ω—É—É—Ü",
|
||||
"Enable" : "Идэвхжүүлэх",
|
||||
"Disable" : "Идэвхгүй болгох",
|
||||
"Tag" : "Таг",
|
||||
|
||||
@@ -79,6 +79,7 @@ OC.L10N.register(
|
||||
"Notifications" : "Varsel",
|
||||
"Files" : "Filer",
|
||||
"Signature" : "Signatur",
|
||||
"Privacy" : "Personvern",
|
||||
"Enable" : "Aktiver",
|
||||
"Disable" : "Deaktiver",
|
||||
"Description" : "Beskrivelse",
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
"Notifications" : "Varsel",
|
||||
"Files" : "Filer",
|
||||
"Signature" : "Signatur",
|
||||
"Privacy" : "Personvern",
|
||||
"Enable" : "Aktiver",
|
||||
"Disable" : "Deaktiver",
|
||||
"Description" : "Beskrivelse",
|
||||
|
||||
@@ -85,6 +85,7 @@ OC.L10N.register(
|
||||
"Notifications" : "Meldingen",
|
||||
"Files" : "Bestanden",
|
||||
"Signature" : "Handtekening",
|
||||
"Privacy" : "Privacy",
|
||||
"Enable" : "Inschakelen",
|
||||
"Disable" : "Uitschakelen",
|
||||
"Tag" : "Label",
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
"Notifications" : "Meldingen",
|
||||
"Files" : "Bestanden",
|
||||
"Signature" : "Handtekening",
|
||||
"Privacy" : "Privacy",
|
||||
"Enable" : "Inschakelen",
|
||||
"Disable" : "Uitschakelen",
|
||||
"Tag" : "Label",
|
||||
|
||||
@@ -31,6 +31,7 @@ OC.L10N.register(
|
||||
"by" : "av",
|
||||
"Notifications" : "Varsel",
|
||||
"Signature" : "Signatur",
|
||||
"Privacy" : "Personvern",
|
||||
"Enable" : "SLå på",
|
||||
"Disable" : "Slå av",
|
||||
"Description" : "Skildring",
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
"by" : "av",
|
||||
"Notifications" : "Varsel",
|
||||
"Signature" : "Signatur",
|
||||
"Privacy" : "Personvern",
|
||||
"Enable" : "SLå på",
|
||||
"Disable" : "Slå av",
|
||||
"Description" : "Skildring",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
"Edit title" : "Modificar lo títol",
|
||||
"Notifications" : "Notificacions",
|
||||
"Signature" : "Signatura",
|
||||
"Privacy" : "Confidencialitat",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripcion",
|
||||
|
||||
@@ -86,6 +86,7 @@ OC.L10N.register(
|
||||
"Files" : "Pliki",
|
||||
"Browse" : "Przeglądaj",
|
||||
"Signature" : "Podpis",
|
||||
"Privacy" : "Prywatność",
|
||||
"Enable" : "Włącz",
|
||||
"Disable" : "Wyłącz",
|
||||
"Tag" : "Etykieta",
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
"Files" : "Pliki",
|
||||
"Browse" : "Przeglądaj",
|
||||
"Signature" : "Podpis",
|
||||
"Privacy" : "Prywatność",
|
||||
"Enable" : "Włącz",
|
||||
"Disable" : "Wyłącz",
|
||||
"Tag" : "Etykieta",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"Preferences" : "Preferințe",
|
||||
"Notifications" : "Notificări",
|
||||
"Signature" : "Semnătură",
|
||||
"Privacy" : "Confidențialitate",
|
||||
"Enable" : "Activare",
|
||||
"Disable" : "Dezactivează",
|
||||
"Description" : "Descriere",
|
||||
|
||||
@@ -264,6 +264,7 @@ OC.L10N.register(
|
||||
"Browse" : "Выбрать",
|
||||
"Preferences saved" : "Настройки сохранены",
|
||||
"Signature" : "Подпись",
|
||||
"Privacy" : "Конфиденциальность",
|
||||
"Enable" : "Включить",
|
||||
"Disable" : "Отключить",
|
||||
"Tag" : "Метка",
|
||||
|
||||
@@ -262,6 +262,7 @@
|
||||
"Browse" : "Выбрать",
|
||||
"Preferences saved" : "Настройки сохранены",
|
||||
"Signature" : "Подпись",
|
||||
"Privacy" : "Конфиденциальность",
|
||||
"Enable" : "Включить",
|
||||
"Disable" : "Отключить",
|
||||
"Tag" : "Метка",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
"Files" : "Súbory",
|
||||
"Browse" : "Prechádzať",
|
||||
"Signature" : "Podpis",
|
||||
"Privacy" : "Súkromie",
|
||||
"Enable" : "Povoliť",
|
||||
"Disable" : "Zakázať",
|
||||
"Tag" : "Štítok",
|
||||
|
||||
@@ -76,6 +76,7 @@ OC.L10N.register(
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Prebrskaj",
|
||||
"Signature" : "Podpis",
|
||||
"Privacy" : "Zasebnost",
|
||||
"Enable" : "Omogoči",
|
||||
"Disable" : "Onemogoči",
|
||||
"Tag" : "Oznaka",
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Prebrskaj",
|
||||
"Signature" : "Podpis",
|
||||
"Privacy" : "Zasebnost",
|
||||
"Enable" : "Omogoči",
|
||||
"Disable" : "Onemogoči",
|
||||
"Tag" : "Oznaka",
|
||||
|
||||
@@ -44,6 +44,7 @@ OC.L10N.register(
|
||||
"Notifications" : "Njoftime",
|
||||
"Files" : "Skedarë",
|
||||
"Signature" : "Nënshkrimi",
|
||||
"Privacy" : "Privatësi",
|
||||
"Enable" : "Aktivizoje",
|
||||
"Disable" : "Çaktivizoje",
|
||||
"Description" : "Përshkrim",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"Notifications" : "Njoftime",
|
||||
"Files" : "Skedarë",
|
||||
"Signature" : "Nënshkrimi",
|
||||
"Privacy" : "Privatësi",
|
||||
"Enable" : "Aktivizoje",
|
||||
"Disable" : "Çaktivizoje",
|
||||
"Description" : "Përshkrim",
|
||||
|
||||
@@ -83,6 +83,7 @@ OC.L10N.register(
|
||||
"Files" : "Фајлови",
|
||||
"Browse" : "Прегледај",
|
||||
"Signature" : "Потпис",
|
||||
"Privacy" : "Приватност",
|
||||
"Enable" : "Укључи",
|
||||
"Disable" : "Искључи",
|
||||
"This action cannot be undone." : "Ова радња не може да се поништи.",
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
"Files" : "Фајлови",
|
||||
"Browse" : "Прегледај",
|
||||
"Signature" : "Потпис",
|
||||
"Privacy" : "Приватност",
|
||||
"Enable" : "Укључи",
|
||||
"Disable" : "Искључи",
|
||||
"This action cannot be undone." : "Ова радња не може да се поништи.",
|
||||
|
||||
@@ -86,6 +86,7 @@ OC.L10N.register(
|
||||
"Files" : "Filer",
|
||||
"Browse" : "Bläddra",
|
||||
"Signature" : "Signatur",
|
||||
"Privacy" : "Integritet",
|
||||
"Enable" : "Aktivera",
|
||||
"Disable" : "Inaktivera",
|
||||
"Tag" : "Tagg",
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
"Files" : "Filer",
|
||||
"Browse" : "Bläddra",
|
||||
"Signature" : "Signatur",
|
||||
"Privacy" : "Integritet",
|
||||
"Enable" : "Aktivera",
|
||||
"Disable" : "Inaktivera",
|
||||
"Tag" : "Tagg",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user