Compare commits

..

25 Commits

Author SHA1 Message Date
github-actions[bot]
3b7c337083 chore(master): release 0.37.1 2026-04-03 00:56:15 +03:00
ba075a7c9b fix: remove/consolidate redundant endpoints 2026-04-03 00:49:47 +03:00
19f6304190 docs: fix screenshot 2026-04-03 00:21:55 +03:00
github-actions[bot]
85004f7ddf chore(master): release 0.37.0 2026-04-02 18:37:33 +03:00
d8c3920ac2 fix(l10n): user -> account 2026-04-02 15:17:07 +03:00
cb5c0ca44c feat: allow category nesting 2026-04-02 15:08:32 +03:00
Nextcloud bot
b36d82fbef fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-04-02 02:18:29 +00:00
7418bdf868 fix: refresh roles after forum initialization 2026-04-02 01:49:07 +03:00
7b1f42587b feat: improve accessibility 2026-04-01 15:20:59 +03:00
github-actions[bot]
b4a3765dca chore(master): release 0.36.0 2026-04-01 11:43:16 +03:00
ca109dc7fc feat: allow reassigning guests to actual users 2026-04-01 09:03:19 +03:00
Nextcloud bot
a1d2791d1c fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-04-01 02:12:38 +00:00
Nextcloud bot
73acd9e9af fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-31 02:10:32 +00:00
d172641b28 chore: update screenshot 2026-03-30 00:53:14 +03:00
4549ccac95 chore: fix screenshot url 2026-03-30 00:39:46 +03:00
9da9c37420 refactor: clean up bbcode service 2026-03-29 13:32:13 +03:00
github-actions[bot]
ccd7f1d98d chore(master): release 0.35.0 2026-03-29 13:23:33 +03:00
53a8e3cc72 refactor: builtin bbcode overrides 2026-03-29 11:50:32 +03:00
3e7ccbb02a feat: audio attachment support
refactor: unify attachment mime type handlers
2026-03-29 11:43:23 +03:00
Nextcloud bot
58c25e4c64 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-29 06:55:51 +00:00
github-actions[bot]
f177e281ed chore(master): release 0.34.2 2026-03-29 09:51:48 +03:00
beaae2a4b4 fix: attachments file permissions for guest access posts 2026-03-29 09:50:02 +03:00
github-actions[bot]
93d347c87a chore(master): release 0.34.1 2026-03-29 09:38:02 +03:00
fcf9cf614b fix: attachment video streaming 2026-03-29 01:43:16 +03:00
0d461f1373 fix: youtube embed CSP 2026-03-29 01:27:48 +03:00
223 changed files with 5437 additions and 1188 deletions

View File

@@ -1 +1 @@
{".":"0.34.0"}
{".":"0.37.1"}

View File

@@ -1,5 +1,67 @@
# Changelog
## [0.37.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.37.0...v0.37.1) (2026-04-02)
### Bug Fixes
* remove/consolidate redundant endpoints ([ba075a7](https://github.com/chenasraf/nextcloud-forum/commit/ba075a7c9bea569e9d94d20bd35fb473ffcae484))
## [0.37.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.36.0...v0.37.0) (2026-04-02)
### Features
* allow category nesting ([cb5c0ca](https://github.com/chenasraf/nextcloud-forum/commit/cb5c0ca44cf7527f8c5e6ebee67030676b78dc2d))
* improve accessibility ([7b1f425](https://github.com/chenasraf/nextcloud-forum/commit/7b1f42587b29a0ae467f2924f58f79db3ed0d6d8))
### Bug Fixes
* **l10n:** Update translations from Transifex ([b36d82f](https://github.com/chenasraf/nextcloud-forum/commit/b36d82fbefd0463e8ab8ff35bf2ad60c0d7e4817))
* **l10n:** user -&gt; account ([d8c3920](https://github.com/chenasraf/nextcloud-forum/commit/d8c3920ac28a6b172b70198575a7be472f9ae963))
* refresh roles after forum initialization ([7418bdf](https://github.com/chenasraf/nextcloud-forum/commit/7418bdf8688fe8d520888be15eca2586c3be9825))
## [0.36.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.35.0...v0.36.0) (2026-04-01)
### Features
* allow reassigning guests to actual users ([ca109dc](https://github.com/chenasraf/nextcloud-forum/commit/ca109dc7fc7f05d861f163b4dd050cb459352626))
### Bug Fixes
* **l10n:** Update translations from Transifex ([a1d2791](https://github.com/chenasraf/nextcloud-forum/commit/a1d2791d1ca7201255ccd1a9879d5cf9df29bb20))
* **l10n:** Update translations from Transifex ([73acd9e](https://github.com/chenasraf/nextcloud-forum/commit/73acd9e9af7bf9032eeb5d4eaf6a4a8c7bf60209))
## [0.35.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.34.2...v0.35.0) (2026-03-29)
### Features
* audio attachment support ([3e7ccbb](https://github.com/chenasraf/nextcloud-forum/commit/3e7ccbb02ac9831d3e69e434e1723825a69880d5))
### Bug Fixes
* **l10n:** Update translations from Transifex ([58c25e4](https://github.com/chenasraf/nextcloud-forum/commit/58c25e4c6443df4f99d5192759116ea8112fbc66))
## [0.34.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.34.1...v0.34.2) (2026-03-29)
### Bug Fixes
* attachments file permissions for guest access posts ([beaae2a](https://github.com/chenasraf/nextcloud-forum/commit/beaae2a4b4ec061b50904221198ea6847ad7254a))
## [0.34.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.34.0...v0.34.1) (2026-03-28)
### Bug Fixes
* attachment video streaming ([fcf9cf6](https://github.com/chenasraf/nextcloud-forum/commit/fcf9cf614bcd3ae41b61ba780264b2c74bda671a))
* youtube embed CSP ([0d461f1](https://github.com/chenasraf/nextcloud-forum/commit/0d461f1373022642c6160ab5e10d459f9ece4b93))
## [0.34.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.33.0...v0.34.0) (2026-03-28)

View File

@@ -43,7 +43,7 @@ Create discussions, share ideas, and collaborate with your community directly in
The forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.
]]></description>
<version>0.34.0</version>
<version>0.37.1</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
<namespace>Forum</namespace>
@@ -56,7 +56,7 @@ The forum integrates seamlessly with your Nextcloud instance, using your existin
<website>https://github.com/chenasraf/nextcloud-forum</website>
<bugs>https://github.com/chenasraf/nextcloud-forum/issues</bugs>
<repository>https://github.com/chenasraf/nextcloud-forum</repository>
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-forum/master/screenshots/screenshot-01.png</screenshot>
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-forum/refs/heads/master/screenshots/screenshot-01.png</screenshot>
<donation>https://ko-fi.com/casraf</donation>
<donation type="paypal"><![CDATA[https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TSH3C3ABGQM22&currency_code=ILS&source=url]]></donation>
<dependencies>

View File

@@ -32,8 +32,8 @@ OC.L10N.register(
"Failed to upload file" : "تعذّر رفع الملف",
"Category" : "التصنيف",
"Allow" : "سماح",
"Sort order" : "ترتيب الفرز",
"Cancel" : "Cancel",
"Sort order" : "ترتيب الفرز",
"Create" : "إنشاء",
"Update" : "تحديث",
"Deleted" : "محذوف",

View File

@@ -30,8 +30,8 @@
"Failed to upload file" : "تعذّر رفع الملف",
"Category" : "التصنيف",
"Allow" : "سماح",
"Sort order" : "ترتيب الفرز",
"Cancel" : "Cancel",
"Sort order" : "ترتيب الفرز",
"Create" : "إنشاء",
"Update" : "تحديث",
"Deleted" : "محذوف",

View File

@@ -30,8 +30,9 @@ OC.L10N.register(
"Close" : "Затваряне",
"Category" : "Категория",
"Allow" : "Да",
"Sort order" : "Сортиране на реда",
"No accounts found" : "Не е открит профил",
"Cancel" : "Cancel",
"Sort order" : "Сортиране на реда",
"Create" : "Създаване",
"Update" : "Обновяване",
"Deleted" : "Изтрито",

View File

@@ -28,8 +28,9 @@
"Close" : "Затваряне",
"Category" : "Категория",
"Allow" : "Да",
"Sort order" : "Сортиране на реда",
"No accounts found" : "Не е открит профил",
"Cancel" : "Cancel",
"Sort order" : "Сортиране на реда",
"Create" : "Създаване",
"Update" : "Обновяване",
"Deleted" : "Изтрито",

View File

@@ -15,6 +15,7 @@ OC.L10N.register(
"Upload failed" : "Pellkasaden c'hwitet",
"Close" : "Serriñ",
"Allow" : "Aotrañ",
"Account" : "Kont",
"Cancel" : "Cancel",
"Update" : "Hizivaat",
"Deleted" : "Dilamet",

View File

@@ -13,6 +13,7 @@
"Upload failed" : "Pellkasaden c'hwitet",
"Close" : "Serriñ",
"Allow" : "Aotrañ",
"Account" : "Kont",
"Cancel" : "Cancel",
"Update" : "Hizivaat",
"Deleted" : "Dilamet",

View File

@@ -32,8 +32,10 @@ OC.L10N.register(
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
"Category" : "Categoria",
"Allow" : "Permet",
"Sort order" : "Ordenació",
"Account" : "Compte",
"No accounts found" : "Cap compte trobat",
"Cancel" : "Cancel",
"Sort order" : "Ordenació",
"Create" : "Crea",
"Update" : "Actualitza",
"Deleted" : "Suprimit",

View File

@@ -30,8 +30,10 @@
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
"Category" : "Categoria",
"Allow" : "Permet",
"Sort order" : "Ordenació",
"Account" : "Compte",
"No accounts found" : "Cap compte trobat",
"Cancel" : "Cancel",
"Sort order" : "Ordenació",
"Create" : "Crea",
"Update" : "Actualitza",
"Deleted" : "Suprimit",

View File

@@ -139,6 +139,9 @@ OC.L10N.register(
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
"Pick a color" : "Zvolte barvu",
"Account" : "Účet",
"No accounts found" : "Nenalezeny žádné účty",
"Cancel" : "Zrušit",
"Create category header" : "Vytvořit záhlaví kategorie",
"Edit category header" : "Upravit záhlaví kategorie",
"Header name" : "Název záhlaví",
@@ -147,7 +150,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Zadejte popis záhlaví (volitelné)",
"Sort order" : "Pořadí řazení",
"Lower numbers appear first" : "Nižší čísla se objeví jako první",
"Cancel" : "Zrušit",
"Create" : "Vytvářet",
"Update" : "Aktualizovat",
"Forum setup required" : "Fórum je třeba napřed nastavit",

View File

@@ -137,6 +137,9 @@
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
"Pick a color" : "Zvolte barvu",
"Account" : "Účet",
"No accounts found" : "Nenalezeny žádné účty",
"Cancel" : "Zrušit",
"Create category header" : "Vytvořit záhlaví kategorie",
"Edit category header" : "Upravit záhlaví kategorie",
"Header name" : "Název záhlaví",
@@ -145,7 +148,6 @@
"Enter header description (optional)" : "Zadejte popis záhlaví (volitelné)",
"Sort order" : "Pořadí řazení",
"Lower numbers appear first" : "Nižší čísla se objeví jako první",
"Cancel" : "Zrušit",
"Create" : "Vytvářet",
"Update" : "Aktualizovat",
"Forum setup required" : "Fórum je třeba napřed nastavit",

View File

@@ -15,6 +15,7 @@ OC.L10N.register(
"Upload failed" : "Methwyd llwytho i fyny",
"Close" : "Cau",
"Category" : "Categori",
"Account" : "Cyfrif",
"Cancel" : "Cancel",
"Update" : "Diweddaru",
"Deleted" : "Wedi dileu",

View File

@@ -13,6 +13,7 @@
"Upload failed" : "Methwyd llwytho i fyny",
"Close" : "Cau",
"Category" : "Categori",
"Account" : "Cyfrif",
"Cancel" : "Cancel",
"Update" : "Diweddaru",
"Deleted" : "Wedi dileu",

View File

@@ -32,8 +32,10 @@ OC.L10N.register(
"Threads" : "Tråde",
"Category" : "Kategori",
"Allow" : "Tillad",
"Sort order" : "Sorteringsrækkefølge",
"Change color" : "Skift farve",
"Account" : "Konto",
"Cancel" : "Annullér",
"Sort order" : "Sorteringsrækkefølge",
"Create" : "Opret",
"Update" : "Opdatér",
"Deleted" : "Slettet",

View File

@@ -30,8 +30,10 @@
"Threads" : "Tråde",
"Category" : "Kategori",
"Allow" : "Tillad",
"Sort order" : "Sorteringsrækkefølge",
"Change color" : "Skift farve",
"Account" : "Konto",
"Cancel" : "Annullér",
"Sort order" : "Sorteringsrækkefølge",
"Create" : "Opret",
"Update" : "Opdatér",
"Deleted" : "Slettet",

View File

@@ -147,6 +147,10 @@ OC.L10N.register(
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wähle eine Farbe",
"Change color" : "Farbe ändern",
"Account" : "Konto",
"No accounts found" : "Keine Konten gefunden",
"Cancel" : "Abbrechen",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -155,7 +159,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
"Sort order" : "Sortierung",
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",

View File

@@ -145,6 +145,10 @@
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wähle eine Farbe",
"Change color" : "Farbe ändern",
"Account" : "Konto",
"No accounts found" : "Keine Konten gefunden",
"Cancel" : "Abbrechen",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -153,7 +157,6 @@
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
"Sort order" : "Sortierung",
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",

View File

@@ -147,6 +147,10 @@ OC.L10N.register(
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wählen Sie eine Farbe",
"Change color" : "Farbe ändern",
"Account" : "Konto",
"No accounts found" : "Keine Konten gefunden",
"Cancel" : "Abbrechen",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -155,7 +159,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
"Sort order" : "Sortierung",
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",

View File

@@ -145,6 +145,10 @@
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wählen Sie eine Farbe",
"Change color" : "Farbe ändern",
"Account" : "Konto",
"No accounts found" : "Keine Konten gefunden",
"Cancel" : "Abbrechen",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -153,7 +157,6 @@
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
"Sort order" : "Sortierung",
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",

View File

@@ -127,6 +127,9 @@ OC.L10N.register(
"Can moderate" : "Μπορεί να συντονίζει",
"Allow" : "Επιτρέπεται",
"Pick a color" : "Επιλέξτε ένα χρώμα",
"Change color" : "Αλλαγή χρώματος",
"Account" : "Λογαριασμός",
"Cancel" : "Ακύρωση",
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
"Header name" : "Όνομα κεφαλίδας",
@@ -135,7 +138,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Εισαγάγετε περιγραφή κεφαλίδας (προαιρετικά)",
"Sort order" : "Σειρά ταξινόμησης",
"Lower numbers appear first" : "Οι μικρότεροι αριθμοί εμφανίζονται πρώτοι",
"Cancel" : "Ακύρωση",
"Create" : "Δημιουργία",
"Update" : "Ενημέρωση",
"Deleted" : "Διαγράφηκε",

View File

@@ -125,6 +125,9 @@
"Can moderate" : "Μπορεί να συντονίζει",
"Allow" : "Επιτρέπεται",
"Pick a color" : "Επιλέξτε ένα χρώμα",
"Change color" : "Αλλαγή χρώματος",
"Account" : "Λογαριασμός",
"Cancel" : "Ακύρωση",
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
"Header name" : "Όνομα κεφαλίδας",
@@ -133,7 +136,6 @@
"Enter header description (optional)" : "Εισαγάγετε περιγραφή κεφαλίδας (προαιρετικά)",
"Sort order" : "Σειρά ταξινόμησης",
"Lower numbers appear first" : "Οι μικρότεροι αριθμοί εμφανίζονται πρώτοι",
"Cancel" : "Ακύρωση",
"Create" : "Δημιουργία",
"Update" : "Ενημέρωση",
"Deleted" : "Διαγράφηκε",

View File

@@ -57,8 +57,15 @@ OC.L10N.register(
"Welcome to the forum!" : "Welcome to the forum!",
"Deleted user" : "Deleted user",
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control." : "Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.",
"Forum server administration" : "Forum server administration",
"Database Initial Data" : "Database Initial Data",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
"Repair Database Initial Data" : "Repair Database Initial Data",
"Rebuild Statistics" : "Rebuild Statistics",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync.",
"User Roles" : "User Roles",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts.",
"User ID" : "User ID",
"Enter user ID" : "Enter user ID",
"Role" : "Role",
@@ -70,6 +77,7 @@ OC.L10N.register(
"Home" : "Home",
"Bookmarks" : "Bookmarks",
"User preferences" : "User preferences",
"Management" : "Management",
"Dashboard" : "Dashboard",
"Forum settings" : "Forum settings",
"Users" : "Users",
@@ -139,6 +147,9 @@ OC.L10N.register(
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
"Pick a color" : "Pick a colour",
"Change color" : "Change colour",
"Account" : "Account",
"Cancel" : "Cancel",
"Create category header" : "Create category header",
"Edit category header" : "Edit category header",
"Header name" : "Header name",
@@ -147,7 +158,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Enter header description (optional)",
"Sort order" : "Sort order",
"Lower numbers appear first" : "Lower numbers appear first",
"Cancel" : "Cancel",
"Create" : "Create",
"Update" : "Update",
"Forum setup required" : "Forum setup required",
@@ -161,8 +171,14 @@ OC.L10N.register(
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
"Deleted" : "Deleted",
"Restore" : "Restore",
"Error loading content" : "Error loading content",
"Retry" : "Retry",
"No deleted content" : "No deleted content",
"There is no deleted content to review." : "There is no deleted content to review.",
"Deleted reply" : "Deleted reply",
"In thread" : "In thread",
"Restore reply" : "Restore reply",
"Restore thread" : "Restore thread",
"Move thread to category" : "Move thread to category",
"Select the category to move this thread to:" : "Select the category to move this thread to:",
"Select a category …" : "Select a category …",
@@ -365,6 +381,9 @@ OC.L10N.register(
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Privacy",
"Control the visibility of your activity" : "Control the visibility of your activity",
"Hide my edit history from other accounts" : "Hide my edit history from other accounts",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history.",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",
@@ -447,6 +466,7 @@ OC.L10N.register(
"Select target header" : "Select target header",
"Move up" : "Move up",
"Move down" : "Move down",
"Management dashboard" : "Management dashboard",
"Overview of forum activity and statistics" : "Overview of forum activity and statistics",
"Loading statistics …" : "Loading statistics …",
"Error loading dashboard" : "Error loading dashboard",
@@ -474,9 +494,21 @@ OC.L10N.register(
"Manage who can access the forum" : "Manage who can access the forum",
"Allow guest access" : "Allow guest access",
"When enabled, unauthenticated users can view forum content in read-only mode" : "When enabled, unauthenticated users can view forum content in read-only mode",
"Control who can view the edit history of posts" : "Control who can view the edit history of posts",
"Allow all accounts to view edit history" : "Allow all accounts to view edit history",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history.",
"Allow accounts to hide their own edit history" : "Allow accounts to hide their own edit history",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "When enabled, accounts can choose to hide their edit history from other accounts in their preferences.",
"Posts" : "Posts",
"Configure posting features" : "Configure posting features",
"Enable signatures" : "Enable signatures",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts.",
"Settings saved" : "Settings saved",
"Failed to save settings" : "Failed to save settings",
"Review and restore deleted content" : "Review and restore deleted content",
"Deleted threads" : "Deleted threads",
"Deleted replies" : "Deleted replies",
"Search deleted content …" : "Search deleted content …",
"Newest first" : "Newest first",
"Oldest first" : "Oldest first",
"Create role" : "Create role",
@@ -493,12 +525,21 @@ OC.L10N.register(
"Reset" : "Reset",
"Role permissions" : "Role permissions",
"Set global permissions for this role" : "Set global permissions for this role",
"Dashboard and forum settings" : "Dashboard and forum settings",
"Allow access to the management dashboard and forum settings" : "Allow access to the management dashboard and forum settings",
"Account management" : "Account management",
"Allow viewing accounts and assigning roles" : "Allow viewing accounts and assigning roles",
"Roles and teams management" : "Roles and teams management",
"Allow creating, editing and deleting roles and team permissions" : "Allow creating, editing and deleting roles and team permissions",
"Category management" : "Category management",
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
"Allow creating, editing and deleting custom BBCodes" : "Allow creating, editing and deleting custom BBCodes",
"Allow access to the moderation page to review and restore deleted content" : "Allow access to the moderation page to review and restore deleted content",
"Category permissions" : "Category permissions",
"Set which categories this role can access" : "Set which categories this role can access",
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
"Admin role has full access to all categories" : "Admin role has full access to all categories",
"Guest role cannot have management permissions" : "Guest role cannot have management permissions",
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
"Guest access is currently disabled" : "Guest access is currently disabled",

View File

@@ -55,8 +55,15 @@
"Welcome to the forum!" : "Welcome to the forum!",
"Deleted user" : "Deleted user",
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control." : "Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.",
"Forum server administration" : "Forum server administration",
"Database Initial Data" : "Database Initial Data",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
"Repair Database Initial Data" : "Repair Database Initial Data",
"Rebuild Statistics" : "Rebuild Statistics",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync.",
"User Roles" : "User Roles",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts.",
"User ID" : "User ID",
"Enter user ID" : "Enter user ID",
"Role" : "Role",
@@ -68,6 +75,7 @@
"Home" : "Home",
"Bookmarks" : "Bookmarks",
"User preferences" : "User preferences",
"Management" : "Management",
"Dashboard" : "Dashboard",
"Forum settings" : "Forum settings",
"Users" : "Users",
@@ -137,6 +145,9 @@
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
"Pick a color" : "Pick a colour",
"Change color" : "Change colour",
"Account" : "Account",
"Cancel" : "Cancel",
"Create category header" : "Create category header",
"Edit category header" : "Edit category header",
"Header name" : "Header name",
@@ -145,7 +156,6 @@
"Enter header description (optional)" : "Enter header description (optional)",
"Sort order" : "Sort order",
"Lower numbers appear first" : "Lower numbers appear first",
"Cancel" : "Cancel",
"Create" : "Create",
"Update" : "Update",
"Forum setup required" : "Forum setup required",
@@ -159,8 +169,14 @@
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
"Deleted" : "Deleted",
"Restore" : "Restore",
"Error loading content" : "Error loading content",
"Retry" : "Retry",
"No deleted content" : "No deleted content",
"There is no deleted content to review." : "There is no deleted content to review.",
"Deleted reply" : "Deleted reply",
"In thread" : "In thread",
"Restore reply" : "Restore reply",
"Restore thread" : "Restore thread",
"Move thread to category" : "Move thread to category",
"Select the category to move this thread to:" : "Select the category to move this thread to:",
"Select a category …" : "Select a category …",
@@ -363,6 +379,9 @@
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Privacy",
"Control the visibility of your activity" : "Control the visibility of your activity",
"Hide my edit history from other accounts" : "Hide my edit history from other accounts",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history.",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",
@@ -445,6 +464,7 @@
"Select target header" : "Select target header",
"Move up" : "Move up",
"Move down" : "Move down",
"Management dashboard" : "Management dashboard",
"Overview of forum activity and statistics" : "Overview of forum activity and statistics",
"Loading statistics …" : "Loading statistics …",
"Error loading dashboard" : "Error loading dashboard",
@@ -472,9 +492,21 @@
"Manage who can access the forum" : "Manage who can access the forum",
"Allow guest access" : "Allow guest access",
"When enabled, unauthenticated users can view forum content in read-only mode" : "When enabled, unauthenticated users can view forum content in read-only mode",
"Control who can view the edit history of posts" : "Control who can view the edit history of posts",
"Allow all accounts to view edit history" : "Allow all accounts to view edit history",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history.",
"Allow accounts to hide their own edit history" : "Allow accounts to hide their own edit history",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "When enabled, accounts can choose to hide their edit history from other accounts in their preferences.",
"Posts" : "Posts",
"Configure posting features" : "Configure posting features",
"Enable signatures" : "Enable signatures",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts.",
"Settings saved" : "Settings saved",
"Failed to save settings" : "Failed to save settings",
"Review and restore deleted content" : "Review and restore deleted content",
"Deleted threads" : "Deleted threads",
"Deleted replies" : "Deleted replies",
"Search deleted content …" : "Search deleted content …",
"Newest first" : "Newest first",
"Oldest first" : "Oldest first",
"Create role" : "Create role",
@@ -491,12 +523,21 @@
"Reset" : "Reset",
"Role permissions" : "Role permissions",
"Set global permissions for this role" : "Set global permissions for this role",
"Dashboard and forum settings" : "Dashboard and forum settings",
"Allow access to the management dashboard and forum settings" : "Allow access to the management dashboard and forum settings",
"Account management" : "Account management",
"Allow viewing accounts and assigning roles" : "Allow viewing accounts and assigning roles",
"Roles and teams management" : "Roles and teams management",
"Allow creating, editing and deleting roles and team permissions" : "Allow creating, editing and deleting roles and team permissions",
"Category management" : "Category management",
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
"Allow creating, editing and deleting custom BBCodes" : "Allow creating, editing and deleting custom BBCodes",
"Allow access to the moderation page to review and restore deleted content" : "Allow access to the moderation page to review and restore deleted content",
"Category permissions" : "Category permissions",
"Set which categories this role can access" : "Set which categories this role can access",
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
"Admin role has full access to all categories" : "Admin role has full access to all categories",
"Guest role cannot have management permissions" : "Guest role cannot have management permissions",
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
"Guest access is currently disabled" : "Guest access is currently disabled",

View File

@@ -19,6 +19,7 @@ OC.L10N.register(
"Close" : "Malfermi",
"Category" : "Kategorio",
"Allow" : "Permesi",
"Account" : "Konto",
"Cancel" : "Cancel",
"Update" : "Ĝisdatigi",
"Deleted" : "Forigita",

View File

@@ -17,6 +17,7 @@
"Close" : "Malfermi",
"Category" : "Kategorio",
"Allow" : "Permesi",
"Account" : "Konto",
"Cancel" : "Cancel",
"Update" : "Ĝisdatigi",
"Deleted" : "Forigita",

View File

@@ -109,8 +109,11 @@ OC.L10N.register(
"Category" : "Categoría",
"Allow" : "Permitir",
"Pick a color" : "Escoja un color",
"Sort order" : "Ordenar por",
"Change color" : "Cambiar color",
"Account" : "Cuenta",
"No accounts found" : "No se sigue a ninguna cuenta",
"Cancel" : "Cancelar",
"Sort order" : "Ordenar por",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",

View File

@@ -107,8 +107,11 @@
"Category" : "Categoría",
"Allow" : "Permitir",
"Pick a color" : "Escoja un color",
"Sort order" : "Ordenar por",
"Change color" : "Cambiar color",
"Account" : "Cuenta",
"No accounts found" : "No se sigue a ninguna cuenta",
"Cancel" : "Cancelar",
"Sort order" : "Ordenar por",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -15,6 +15,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -19,6 +19,7 @@ OC.L10N.register(
"Close" : "Cerrar",
"Category" : "Categoría",
"Allow" : "Permitir",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Eliminado",

View File

@@ -17,6 +17,7 @@
"Close" : "Cerrar",
"Category" : "Categoría",
"Allow" : "Permitir",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Eliminado",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",

View File

@@ -14,6 +14,7 @@
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -15,6 +15,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -14,6 +14,7 @@
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -15,6 +15,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -99,6 +99,9 @@ OC.L10N.register(
"Can view" : "Puede ver",
"Can moderate" : "Puede moderar",
"Allow" : "Permitir",
"Change color" : "Cambiar color",
"Account" : "Cuenta",
"Cancel" : "Cancelar",
"Create category header" : "Crear encabezado de categoría",
"Edit category header" : "Editar encabezado de categoría",
"Header name" : "Nombre del encabezado",
@@ -107,7 +110,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Ingresa la descripción del encabezado (opcional)",
"Sort order" : "Orden",
"Lower numbers appear first" : "Los números más bajos aparecen primero",
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminado",

View File

@@ -97,6 +97,9 @@
"Can view" : "Puede ver",
"Can moderate" : "Puede moderar",
"Allow" : "Permitir",
"Change color" : "Cambiar color",
"Account" : "Cuenta",
"Cancel" : "Cancelar",
"Create category header" : "Crear encabezado de categoría",
"Edit category header" : "Editar encabezado de categoría",
"Header name" : "Nombre del encabezado",
@@ -105,7 +108,6 @@
"Enter header description (optional)" : "Ingresa la descripción del encabezado (opcional)",
"Sort order" : "Orden",
"Lower numbers appear first" : "Los números más bajos aparecen primero",
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminado",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -14,6 +14,7 @@
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",

View File

@@ -15,6 +15,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",

View File

@@ -26,6 +26,8 @@ OC.L10N.register(
"Close" : "Cerrar",
"Category" : "Categoría",
"Allow" : "Permitir",
"Change color" : "Cambiar color",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Create" : "Crear",
"Update" : "Actualizar",

View File

@@ -24,6 +24,8 @@
"Close" : "Cerrar",
"Category" : "Categoría",
"Allow" : "Permitir",
"Change color" : "Cambiar color",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Create" : "Crear",
"Update" : "Actualizar",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -14,6 +14,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -14,6 +14,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -14,6 +14,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -14,6 +14,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -16,6 +16,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -14,6 +14,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -15,6 +15,7 @@
"Upload failed" : "Falla en la carga",
"Close" : "Cerrar",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -15,6 +15,7 @@ OC.L10N.register(
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -13,6 +13,7 @@
"Hello world!" : "¡Hola mundo!",
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Account" : "Cuenta",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",

View File

@@ -135,6 +135,9 @@ OC.L10N.register(
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
"Pick a color" : "Vali värv",
"Change color" : "Muuda värvi",
"Account" : "Kasutajakonto",
"Cancel" : "Katkesta",
"Create category header" : "Lisa kategooria päis",
"Edit category header" : "Muuda kategooria päist",
"Header name" : "Kategooria päise nimi",
@@ -143,7 +146,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Sisesta päise kirjeldus (pole kohustuslik)",
"Sort order" : "Järjestus",
"Lower numbers appear first" : "Väiksemad numbrid on eespool",
"Cancel" : "Katkesta",
"Create" : "Lisa",
"Update" : "Uuenda",
"Deleted" : "Kustutatud",

View File

@@ -133,6 +133,9 @@
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
"Pick a color" : "Vali värv",
"Change color" : "Muuda värvi",
"Account" : "Kasutajakonto",
"Cancel" : "Katkesta",
"Create category header" : "Lisa kategooria päis",
"Edit category header" : "Muuda kategooria päist",
"Header name" : "Kategooria päise nimi",
@@ -141,7 +144,6 @@
"Enter header description (optional)" : "Sisesta päise kirjeldus (pole kohustuslik)",
"Sort order" : "Järjestus",
"Lower numbers appear first" : "Väiksemad numbrid on eespool",
"Cancel" : "Katkesta",
"Create" : "Lisa",
"Update" : "Uuenda",
"Deleted" : "Kustutatud",

View File

@@ -32,8 +32,11 @@ OC.L10N.register(
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
"Category" : "Kategoria",
"Allow" : "Baimendu",
"Sort order" : "Ordenatzeko irizpidea",
"Change color" : "Aldatu kolorea",
"Account" : "Kontua",
"No accounts found" : "Ez da konturik aurkitu",
"Cancel" : "Cancel",
"Sort order" : "Ordenatzeko irizpidea",
"Create" : "Sortu",
"Update" : "Eguneratu",
"Deleted" : "Ezabatuta",

View File

@@ -30,8 +30,11 @@
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
"Category" : "Kategoria",
"Allow" : "Baimendu",
"Sort order" : "Ordenatzeko irizpidea",
"Change color" : "Aldatu kolorea",
"Account" : "Kontua",
"No accounts found" : "Ez da konturik aurkitu",
"Cancel" : "Cancel",
"Sort order" : "Ordenatzeko irizpidea",
"Create" : "Sortu",
"Update" : "Eguneratu",
"Deleted" : "Ezabatuta",

View File

@@ -31,8 +31,10 @@ OC.L10N.register(
"Close" : "بستن",
"Category" : "دسته",
"Allow" : "اجازه دادن",
"Sort order" : "Sort order",
"Change color" : "تغییر رنگ",
"Account" : "حساب",
"Cancel" : "انصراف",
"Sort order" : "Sort order",
"Create" : "ایجاد",
"Update" : "به‌روزرسانی",
"Deleted" : "حذف شده",

View File

@@ -29,8 +29,10 @@
"Close" : "بستن",
"Category" : "دسته",
"Allow" : "اجازه دادن",
"Sort order" : "Sort order",
"Change color" : "تغییر رنگ",
"Account" : "حساب",
"Cancel" : "انصراف",
"Sort order" : "Sort order",
"Create" : "ایجاد",
"Update" : "به‌روزرسانی",
"Deleted" : "حذف شده",

View File

@@ -35,6 +35,9 @@ OC.L10N.register(
"Category" : "Kategoria",
"Allow" : "Salli",
"Pick a color" : "Valitse väri",
"Change color" : "Vaihda väriä",
"Account" : "Tili",
"No accounts found" : "Tilejä ei löytynyt",
"Cancel" : "Peruuta",
"Create" : "Luo",
"Update" : "Päivitä",

View File

@@ -33,6 +33,9 @@
"Category" : "Kategoria",
"Allow" : "Salli",
"Pick a color" : "Valitse väri",
"Change color" : "Vaihda väriä",
"Account" : "Tili",
"No accounts found" : "Tilejä ei löytynyt",
"Cancel" : "Peruuta",
"Create" : "Luo",
"Update" : "Päivitä",

View File

@@ -40,8 +40,11 @@ OC.L10N.register(
"Category" : "Catégorie",
"Allow" : "Autoriser",
"Pick a color" : "Choisir une couleur",
"Sort order" : "Ordre de tri",
"Change color" : "Changer la couleur",
"Account" : "Compte",
"No accounts found" : "Aucun compte trouvé",
"Cancel" : "Annuler",
"Sort order" : "Ordre de tri",
"Create" : "Créer",
"Update" : "Mettre à jour",
"Deleted" : "Effacé",

View File

@@ -38,8 +38,11 @@
"Category" : "Catégorie",
"Allow" : "Autoriser",
"Pick a color" : "Choisir une couleur",
"Sort order" : "Ordre de tri",
"Change color" : "Changer la couleur",
"Account" : "Compte",
"No accounts found" : "Aucun compte trouvé",
"Cancel" : "Annuler",
"Sort order" : "Ordre de tri",
"Create" : "Créer",
"Update" : "Mettre à jour",
"Deleted" : "Effacé",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -127,6 +127,10 @@ OC.L10N.register(
"Can moderate" : "Pode moderar",
"Allow" : "Permitir",
"Pick a color" : "Escolla unha cor",
"Change color" : "Cambiar a cor",
"Account" : "Conta",
"No accounts found" : "Non se atoparon contas",
"Cancel" : "Cancelar",
"Create category header" : "Crear a cabeceira de categoría",
"Edit category header" : "Editar a cabeceira de categoría",
"Header name" : "Nome da cabeceira",
@@ -135,7 +139,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Introduza a descrición da cabeceira (opcional)",
"Sort order" : "Criterio de ordenación",
"Lower numbers appear first" : "Os números máis baixos aparecen primeiro",
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",

View File

@@ -125,6 +125,10 @@
"Can moderate" : "Pode moderar",
"Allow" : "Permitir",
"Pick a color" : "Escolla unha cor",
"Change color" : "Cambiar a cor",
"Account" : "Conta",
"No accounts found" : "Non se atoparon contas",
"Cancel" : "Cancelar",
"Create category header" : "Crear a cabeceira de categoría",
"Edit category header" : "Editar a cabeceira de categoría",
"Header name" : "Nome da cabeceira",
@@ -133,7 +137,6 @@
"Enter header description (optional)" : "Introduza a descrición da cabeceira (opcional)",
"Sort order" : "Criterio de ordenación",
"Lower numbers appear first" : "Os números máis baixos aparecen primeiro",
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",

View File

@@ -138,6 +138,9 @@ OC.L10N.register(
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
"Pick a color" : "בחירת צבע",
"Change color" : "החלפת צבע",
"Account" : "חשבון",
"Cancel" : "ביטול",
"Create category header" : "יצירת כותרת קטגוריות",
"Edit category header" : "עריכת כותרת קטגוריות",
"Header name" : "שם כותרת",
@@ -146,7 +149,6 @@ OC.L10N.register(
"Enter header description (optional)" : "הכניסו תיאור כותרת (רשות)",
"Sort order" : "סידור",
"Lower numbers appear first" : "מספרים נמוכים מופיעים קודם",
"Cancel" : "ביטול",
"Create" : "יצירה",
"Update" : "עדכון",
"Forum setup required" : "נדרשת אתחלת פורום",

View File

@@ -136,6 +136,9 @@
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
"Pick a color" : "בחירת צבע",
"Change color" : "החלפת צבע",
"Account" : "חשבון",
"Cancel" : "ביטול",
"Create category header" : "יצירת כותרת קטגוריות",
"Edit category header" : "עריכת כותרת קטגוריות",
"Header name" : "שם כותרת",
@@ -144,7 +147,6 @@
"Enter header description (optional)" : "הכניסו תיאור כותרת (רשות)",
"Sort order" : "סידור",
"Lower numbers appear first" : "מספרים נמוכים מופיעים קודם",
"Cancel" : "ביטול",
"Create" : "יצירה",
"Update" : "עדכון",
"Forum setup required" : "נדרשת אתחלת פורום",

View File

@@ -34,6 +34,8 @@ OC.L10N.register(
"Category" : "Kategorija",
"Allow" : "Dopusti",
"Pick a color" : "Odaberite boju",
"Change color" : "Promijeni boju",
"Account" : "Račun",
"Cancel" : "Cancel",
"Create" : "Stvori",
"Update" : "Ažuriraj",

View File

@@ -32,6 +32,8 @@
"Category" : "Kategorija",
"Allow" : "Dopusti",
"Pick a color" : "Odaberite boju",
"Change color" : "Promijeni boju",
"Account" : "Račun",
"Cancel" : "Cancel",
"Create" : "Stvori",
"Update" : "Ažuriraj",

View File

@@ -34,8 +34,11 @@ OC.L10N.register(
"Category" : "Kategória",
"Allow" : "Engedélyezés",
"Pick a color" : "Szín kiválasztása",
"Sort order" : "Rendezési sorrend",
"Change color" : "Szín módosítása",
"Account" : "Fiók",
"No accounts found" : "Nincsenek ilyen felhasználói fiókok",
"Cancel" : "Cancel",
"Sort order" : "Rendezési sorrend",
"Create" : "Létrehozás",
"Update" : "Frissítés",
"Deleted" : "Törölve",

View File

@@ -32,8 +32,11 @@
"Category" : "Kategória",
"Allow" : "Engedélyezés",
"Pick a color" : "Szín kiválasztása",
"Sort order" : "Rendezési sorrend",
"Change color" : "Szín módosítása",
"Account" : "Fiók",
"No accounts found" : "Nincsenek ilyen felhasználói fiókok",
"Cancel" : "Cancel",
"Sort order" : "Rendezési sorrend",
"Create" : "Létrehozás",
"Update" : "Frissítés",
"Deleted" : "Törölve",

View File

@@ -111,6 +111,8 @@ OC.L10N.register(
"Can view" : "Dapat melihat",
"Can moderate" : "Dapat memoderasi",
"Allow" : "Izinkan",
"Account" : "Akun",
"Cancel" : "Cancel",
"Create category header" : "Buat header kategori",
"Edit category header" : "Edit header kategori",
"Header name" : "Nama header",
@@ -119,7 +121,6 @@ OC.L10N.register(
"Enter header description (optional)" : "Masukkan deskripsi header (opsional)",
"Sort order" : "Urutkan",
"Lower numbers appear first" : "Angka yang lebih kecil muncul lebih dulu",
"Cancel" : "Cancel",
"Create" : "Buat",
"Update" : "Perbarui",
"Deleted" : "Dihapus",

View File

@@ -109,6 +109,8 @@
"Can view" : "Dapat melihat",
"Can moderate" : "Dapat memoderasi",
"Allow" : "Izinkan",
"Account" : "Akun",
"Cancel" : "Cancel",
"Create category header" : "Buat header kategori",
"Edit category header" : "Edit header kategori",
"Header name" : "Nama header",
@@ -117,7 +119,6 @@
"Enter header description (optional)" : "Masukkan deskripsi header (opsional)",
"Sort order" : "Urutkan",
"Lower numbers appear first" : "Angka yang lebih kecil muncul lebih dulu",
"Cancel" : "Cancel",
"Create" : "Buat",
"Update" : "Perbarui",
"Deleted" : "Dihapus",

View File

@@ -28,6 +28,9 @@ OC.L10N.register(
"Failed to upload file" : "Mistókst að senda inn skrá",
"Category" : "Flokkur",
"Allow" : "Leyfa",
"Change color" : "Breyta lit",
"Account" : "Aðgangur",
"No accounts found" : "Engir aðgangsreikningar fundust",
"Cancel" : "Cancel",
"Create" : "Búa til",
"Update" : "Uppfæra",

View File

@@ -26,6 +26,9 @@
"Failed to upload file" : "Mistókst að senda inn skrá",
"Category" : "Flokkur",
"Allow" : "Leyfa",
"Change color" : "Breyta lit",
"Account" : "Aðgangur",
"No accounts found" : "Engir aðgangsreikningar fundust",
"Cancel" : "Cancel",
"Create" : "Búa til",
"Update" : "Uppfæra",

View File

@@ -36,8 +36,11 @@ OC.L10N.register(
"Category" : "Categoria",
"Allow" : "Consenti",
"Pick a color" : "Scegli un colore",
"Sort order" : "Ordinamento",
"Change color" : "Cambia colore",
"Account" : "Account",
"No accounts found" : "Nessun account trovato",
"Cancel" : "Cancel",
"Sort order" : "Ordinamento",
"Create" : "Crea",
"Update" : "Aggiorna",
"Deleted" : "Eliminato",

View File

@@ -34,8 +34,11 @@
"Category" : "Categoria",
"Allow" : "Consenti",
"Pick a color" : "Scegli un colore",
"Sort order" : "Ordinamento",
"Change color" : "Cambia colore",
"Account" : "Account",
"No accounts found" : "Nessun account trovato",
"Cancel" : "Cancel",
"Sort order" : "Ordinamento",
"Create" : "Crea",
"Update" : "Aggiorna",
"Deleted" : "Eliminato",

View File

@@ -32,8 +32,11 @@ OC.L10N.register(
"Category" : "カテゴリー",
"Allow" : "許可",
"Pick a color" : "色を選択",
"Sort order" : "ソート順",
"Change color" : "色を変える",
"Account" : "アカウント",
"No accounts found" : "アカウントが見つかりません",
"Cancel" : "キャンセル",
"Sort order" : "ソート順",
"Create" : "作成",
"Update" : "更新",
"Deleted" : "削除済み",

View File

@@ -30,8 +30,11 @@
"Category" : "カテゴリー",
"Allow" : "許可",
"Pick a color" : "色を選択",
"Sort order" : "ソート順",
"Change color" : "色を変える",
"Account" : "アカウント",
"No accounts found" : "アカウントが見つかりません",
"Cancel" : "キャンセル",
"Sort order" : "ソート順",
"Create" : "作成",
"Update" : "更新",
"Deleted" : "削除済み",

View File

@@ -26,6 +26,8 @@ OC.L10N.register(
"Close" : "Close",
"Category" : "Category",
"Allow" : "Allow",
"Change color" : "Change color",
"Account" : "Account",
"Cancel" : "Cancel",
"Create" : "Create",
"Update" : "Update",

View File

@@ -24,6 +24,8 @@
"Close" : "Close",
"Category" : "Category",
"Allow" : "Allow",
"Change color" : "Change color",
"Account" : "Account",
"Cancel" : "Cancel",
"Create" : "Create",
"Update" : "Update",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Upload failed" : "ატვირთვა ვერ განხორციელდა",
"Close" : "დახურვა",
"Category" : "კატეგორია",
"Account" : "ანგარიში",
"Cancel" : "Cancel",
"Update" : "განახლება",
"Deleted" : "გაუქმდა",

View File

@@ -15,6 +15,7 @@
"Upload failed" : "ატვირთვა ვერ განხორციელდა",
"Close" : "დახურვა",
"Category" : "კატეგორია",
"Account" : "ანგარიში",
"Cancel" : "Cancel",
"Update" : "განახლება",
"Deleted" : "გაუქმდა",

View File

@@ -28,8 +28,10 @@ OC.L10N.register(
"Close" : "닫기",
"Category" : "분류",
"Allow" : "허용",
"Sort order" : "정렬 순서",
"Change color" : "색깔 바꾸기",
"Account" : "계정",
"Cancel" : "취소",
"Sort order" : "정렬 순서",
"Create" : "생성",
"Update" : "업데이트",
"Deleted" : "삭제됨",

View File

@@ -26,8 +26,10 @@
"Close" : "닫기",
"Category" : "분류",
"Allow" : "허용",
"Sort order" : "정렬 순서",
"Change color" : "색깔 바꾸기",
"Account" : "계정",
"Cancel" : "취소",
"Sort order" : "정렬 순서",
"Create" : "생성",
"Update" : "업데이트",
"Deleted" : "삭제됨",

View File

@@ -37,8 +37,10 @@ OC.L10N.register(
"Category" : "ໝວດໝູ່",
"Allow" : "ອະນຸຍາດ",
"Pick a color" : "ເລືອກສີ",
"Sort order" : "ລຳດັບການຈັດລຽງ",
"Change color" : "ປ່ຽນສີ",
"Account" : "ບັນຊີ",
"Cancel" : "ຍົກເລີກ",
"Sort order" : "ລຳດັບການຈັດລຽງ",
"Create" : "ສ້າງ",
"Update" : "ອັບເດດ",
"Deleted" : "ລຶບແລ້ວ",

View File

@@ -35,8 +35,10 @@
"Category" : "ໝວດໝູ່",
"Allow" : "ອະນຸຍາດ",
"Pick a color" : "ເລືອກສີ",
"Sort order" : "ລຳດັບການຈັດລຽງ",
"Change color" : "ປ່ຽນສີ",
"Account" : "ບັນຊີ",
"Cancel" : "ຍົກເລີກ",
"Sort order" : "ລຳດັບການຈັດລຽງ",
"Create" : "ສ້າງ",
"Update" : "ອັບເດດ",
"Deleted" : "ລຶບແລ້ວ",

View File

@@ -34,8 +34,11 @@ OC.L10N.register(
"More formatting options" : "Daugiau formatavimo parinkčių",
"Category" : "Kategorija",
"Allow" : "Leisti",
"Sort order" : "Rikiavimo tvarka",
"Change color" : "Keisti spalvą",
"Account" : "Paskyra",
"No accounts found" : "Nerasta jokių paskyrų",
"Cancel" : "Atsisakyti",
"Sort order" : "Rikiavimo tvarka",
"Create" : "Sukurti",
"Update" : "Atnaujinti",
"Deleted" : "Ištrinta",
@@ -62,6 +65,8 @@ OC.L10N.register(
"Name" : "Pavadinimas",
"Template name" : "Šablono pavadinimas",
"Content" : "Turinys",
"Both" : "Abu",
"Insert" : "Įterpti",
"Views" : "Rodiniai",
"Title" : "Pavadinimas",
"Saving draft …" : "Įrašomas juodraštis…",
@@ -115,6 +120,7 @@ OC.L10N.register(
"Oldest first" : "Seniausi pirma",
"Colors" : "Spalvos",
"Reset" : "Atstatyti",
"Account management" : "Paskyros valdymas",
"ID" : "ID",
"Owner" : "Savininkas",
"Actions" : "Veiksmai",

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