diff --git a/CHANGELOG.md b/CHANGELOG.md index cb11395..1c13bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,27 @@ # Changelog -## Version 2.x (for phpBB 3.2.x and 3.3.x) +## Version 2.x (for phpBB 3.2.x, 3.3.x and 4.0.x) -## 2.0.6 - 2024-01-18 +### 2.0.7 - 2026-03-20 + +- Allow installations on phpBB4-alpha+ boards via Extension Catalog. +- Removed old XHTML code. +- Added Romanian language pack. +- Updated Dutch language pack. + +### 2.0.6 - 2024-01-18 - Fixed PHP warnings that could be caused by a conflict with other extensions. - Updated English, French, German and Turkish language packs. -## 2.0.5 - 2022-06-18 +### 2.0.5 - 2022-06-18 - Run membership condition check when a user logs in. - Added Portuguese language pack ### 2.0.4 - 2021-03-12 -- Added new option to exempt members of selected user groups from being affected by an Auto Group rule. +- Added a new option to exempt members of selected user groups from being affected by an Auto Group rule. - Fixed potential PHP DEBUG notices. - Fixed MSSQL issues with the Warnings and Membership auto group rules. - Various minor code and behavior improvements. @@ -30,7 +37,7 @@ ### 2.0.2 - 2019-03-27 - Check Membership days after user registrations. -- Check Post counts after post approvals. +- Check Post counts after post-approvals. - Avoid possible errors with User age due to invalid dates. - Added Polish language pack - Added Turkish language pack @@ -49,7 +56,7 @@ ### 1.0.2 - 2016-11-30 -- Fixed new years day bug in the auto group by user age condition +- Fixed a new years day bug in the auto group by user age condition - Various code improvements and maintenance - Added Croatian language packs - Added Chinese language packs diff --git a/composer.json b/composer.json index 5380264..8227db9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "An extension that can automate the process of adding and removing users from groups upon reaching specified milestones related to their post count, age, membership, and warnings count.", "homepage": "https://www.phpbb.com/customise/db/extension/auto_groups/", - "version": "2.0.7-dev", + "version": "2.0.7", "keywords": ["phpbb", "extension", "auto", "groups"], "license": "GPL-2.0-only", "authors": [ diff --git a/language/nl/autogroups_acp.php b/language/nl/autogroups_acp.php index 7846ab4..3ef4224 100644 --- a/language/nl/autogroups_acp.php +++ b/language/nl/autogroups_acp.php @@ -39,45 +39,45 @@ // $lang = array_merge($lang, array( - 'ACP_AUTOGROUPS_MANAGE' => 'Beheer Automatische Groepen', - 'ACP_AUTOGROUPS_MANAGE_EXPLAIN' => 'Hier kun je automatische groepen aanmaken, bewerken, weergeven en verwijderen.', - 'ACP_AUTOGROUPS_ADD' => 'Voeg automatische groep toe', - 'ACP_AUTOGROUPS_EDIT' => 'Bewerk automatische groep', + 'ACP_AUTOGROUPS_MANAGE' => 'Beheer Auto Groepen', + 'ACP_AUTOGROUPS_MANAGE_EXPLAIN' => 'Met dit formulier kun je Auto Groepconfiguraties toevoegen, bewerken, bekijken en verwijderen.', + 'ACP_AUTOGROUPS_ADD' => 'Voeg Auto Groepen toe', + 'ACP_AUTOGROUPS_EDIT' => 'Bewerk Auto Groepen', 'ACP_AUTOGROUPS_GROUP_NAME' => 'Groep', - 'ACP_AUTOGROUPS_GROUP_NAME_EXPLAIN' => 'Kies een groep waaraan gebruikers automatisch toegevoegd of verwijderd moeten worden.', - 'ACP_AUTOGROUPS_CONDITION_NAME' => 'Type automatische groep', - 'ACP_AUTOGROUPS_CONDITION_NAME_EXPLAIN' => 'Kies het type conditie waarop gebruikers toegevoegd of verwijderd worden aan deze groep.', + 'ACP_AUTOGROUPS_GROUP_NAME_EXPLAIN' => 'Kies een groep waaraan gebruikers automatisch worden toegevoegd of verwijderd.', + 'ACP_AUTOGROUPS_CONDITION_NAME' => 'Auto Groep type', + 'ACP_AUTOGROUPS_CONDITION_NAME_EXPLAIN' => 'Kies het type voorwaarde waarop gebruikers aan deze groep worden toegevoegd of verwijderd.', 'ACP_AUTOGROUPS_MIN_VALUE' => 'Minimale waarde', - 'ACP_AUTOGROUPS_MIN_VALUE_EXPLAIN' => 'Gebruikers worden toegevoegd aan deze groep als de minimale waarde wordt overschreden.', + 'ACP_AUTOGROUPS_MIN_VALUE_EXPLAIN' => 'Gebruikers worden aan deze groep toegevoegd als ze de minimale waarde bereiken of overschrijden.', 'ACP_AUTOGROUPS_MAX_VALUE' => 'Maximale waarde', - 'ACP_AUTOGROUPS_MAX_VALUE_EXPLAIN' => 'Gebruikers worden verwijderd van deze groep als de maximale waarde wordt overschreden. Laat dit veld leeg om automatisch verwijderen te voorkomen.', - 'ACP_AUTOGROUPS_DEFAULT' => 'Instellen als standaard groep', - 'ACP_AUTOGROUPS_DEFAULT_EXPLAIN' => 'Maak voor deze gebruikers de groep standaard.', - 'ACP_AUTOGROUPS_DEFAULT_EXEMPTION' => 'Dit heeft geen invloed op gebruikers wiens standaardgroep één van de volgende is: %s.', - 'ACP_AUTOGROUPS_NOTIFY' => 'Notificeer gebruikers', - 'ACP_AUTOGROUPS_NOTIFY_EXPLAIN' => 'Stuur een notificatie naar gebruikers als ze automatisch worden toegevoegd of verwijderd van deze groep.', + 'ACP_AUTOGROUPS_MAX_VALUE_EXPLAIN' => 'Gebruikers worden uit deze groep verwijderd als ze de maximale waarde bereiken of overschrijden. Zet dit op 0 als je niet wilt dat gebruikers worden verwijderd.', + 'ACP_AUTOGROUPS_DEFAULT' => 'Stel standaardgroep in', + 'ACP_AUTOGROUPS_DEFAULT_EXPLAIN' => 'Maak dit de nieuwe standaardgroep van de gebruiker.', + 'ACP_AUTOGROUPS_DEFAULT_EXEMPTION' => 'Dit heeft geen effect op gebruikers waarvan de standaardgroep een van de volgende is: %s.', + 'ACP_AUTOGROUPS_NOTIFY' => 'Meld gebruikers', + 'ACP_AUTOGROUPS_NOTIFY_EXPLAIN' => 'Stuur een melding naar gebruikers nadat ze automatisch aan deze groep zijn toegevoegd of verwijderd.', - 'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Excluded groups', - 'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Exclude members of these groups', - 'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Members belonging to any group selected in this list will be ignored. Leave this field blank if you want this Auto Group applied to all members of your board. Select multiple groups by holding CTRL (or ⌘CMD on Mac) and selecting the groups.', - 'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'An error occurred. The group for this condition can not also be selected in the excluded groups field.', - 'ACP_AUTOGROUPS_EXEMPT_GROUP' => 'Instellen standaard groep uitzonderingen', - 'ACP_AUTOGROUPS_EXEMPT_GROUP_EXPLAIN' => 'Automatische groepen zal niet een gebruiker zijn standaard groep veranderen als deze groep geselecteerd is in deze lijst. Selecteer meerdere groepen door CTRL (of ⌘CMD op Mac) ingedrukt te houden en de groepen te selecteren.', + 'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Uitsluitgroepen', + 'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Negeer leden van deze groepen', + 'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Leden die tot om het even welke groep in deze lijst behoren, worden genegeerd. Laat dit veld leeg als je deze Auto Groep op alle leden van je forum wilt toepassen. Selecteer meerdere groepen door CTRL (of ⌘CMD op Mac) in te houden en de groepen te selecteren.', + 'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'Er is een fout opgetreden. De groep voor deze voorwaarde kan niet ook in het veld "uitgesloten groepen" worden geselecteerd.', + 'ACP_AUTOGROUPS_EXEMPT_GROUP' => 'Stel standaardgroep uitzonderingen in', + 'ACP_AUTOGROUPS_EXEMPT_GROUP_EXPLAIN' => 'Auto Groepen zullen de standaardgroep van een gebruiker niet veranderen als deze in deze lijst is geselecteerd. Selecteer meerdere groepen door CTRL (of ⌘CMD op Mac) in te houden en de groepen te selecteren.', - 'ACP_AUTOGROUPS_CREATE_RULE' => 'Maak nieuwe automatische groep', - 'ACP_AUTOGROUPS_SUBMIT_SUCCESS' => 'Automatische groep succesvol geconfigureerd', - 'ACP_AUTOGROUPS_DELETE_CONFIRM' => 'Weet je zeker dat je deze automatische groep wilt verwijderen?', - 'ACP_AUTOGROUPS_DELETE_SUCCESS' => 'Automatische groep succesvol verwijderd.', - 'ACP_AUTOGROUPS_EMPTY' => 'Er zijn geen automatische groepen.', + 'ACP_AUTOGROUPS_CREATE_RULE' => 'Maak nieuwe Auto Groep aan', + 'ACP_AUTOGROUPS_SUBMIT_SUCCESS' => 'Auto Groep succesvol geconfigureerd.', + 'ACP_AUTOGROUPS_DELETE_CONFIRM' => 'Weet je zeker dat je deze Auto Groepconfiguratie wilt verwijderen?', + 'ACP_AUTOGROUPS_DELETE_SUCCESS' => 'Auto Groep succesvol verwijderd.', + 'ACP_AUTOGROUPS_EMPTY' => 'Er zijn geen auto groepen.', 'ACP_AUTOGROUPS_NO_GROUPS' => 'Geen groepen beschikbaar', - 'ACP_AUTOGROUPS_INVALID_GROUPS' => 'Er is een fout opgetreden. Er is geen geldige groep geselecteerd.
Automatische groepen kan alleen worden gebruikt bij door de beheerder aangemaakte groepen, welke kan worden aangemaakt op de “Beheer groepen pagina”.', - 'ACP_AUTOGROUPS_INVALID_RANGE' => 'Er is een fout opgetreden. De minimale en maximale waarde kunnen niet hetzelfde zijn.', + 'ACP_AUTOGROUPS_INVALID_GROUPS' => 'Er is een fout opgetreden. Er is geen geldige gebruikersgroep geselecteerd.
Auto Groepen kunnen alleen worden gebruikt met door gebruikers gedefinieerde groepen, die aangemaakt kunnen worden op de pagina "Groepen beheren".', + 'ACP_AUTOGROUPS_INVALID_RANGE' => 'Er is een fout opgetreden. Minimale en maximale waarden kunnen niet op dezelfde waarde worden ingesteld.', // Conditions - 'AUTOGROUPS_TYPE_BIRTHDAYS' => 'Leeftijd', + 'AUTOGROUPS_TYPE_BIRTHDAYS' => 'Gebruikersleeftijd', 'AUTOGROUPS_TYPE_LASTVISIT' => 'Dagen sinds laatste bezoek', - 'AUTOGROUPS_TYPE_MEMBERSHIP' => 'Aantal dagen lid', + 'AUTOGROUPS_TYPE_MEMBERSHIP' => 'Lidmaatschapsdagen', 'AUTOGROUPS_TYPE_POSTS' => 'Berichten', 'AUTOGROUPS_TYPE_WARNINGS' => 'Waarschuwingen', )); diff --git a/language/nl/autogroups_common.php b/language/nl/autogroups_common.php index 18cabd6..72c058f 100644 --- a/language/nl/autogroups_common.php +++ b/language/nl/autogroups_common.php @@ -39,7 +39,7 @@ // $lang = array_merge($lang, array( - // Notifications - 'AUTOGROUPS_NOTIFICATION_GROUP_ADDED' => 'Groepen bijgewerkt: Je bent toegevoegd aan de groep %1$s.', - 'AUTOGROUPS_NOTIFICATION_GROUP_REMOVED' => 'Groepen bijgewerkt: Je bent verwijderd van de groep %1$s.', + // Meldingen + 'AUTOGROUPS_NOTIFICATION_GROUP_ADDED' => 'Groepupdate: Je bent toegevoegd aan de groep %1$s.', + 'AUTOGROUPS_NOTIFICATION_GROUP_REMOVED' => 'Groepupdate: Je bent verwijderd uit de groep %1$s.', )); diff --git a/language/nl/autogroups_install.php b/language/nl/autogroups_install.php new file mode 100644 index 0000000..22e9038 --- /dev/null +++ b/language/nl/autogroups_install.php @@ -0,0 +1,42 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'AUTOGROUPS_NOT_ENABLEABLE' => 'Auto Groepen konden niet worden ingeschakeld. De minimale vereisten van phpBB 3.2.0 en/of PHP 5.5.0 zijn niet voldaan.', +)); diff --git a/language/nl/info_acp_autogroups.php b/language/nl/info_acp_autogroups.php index b79b84c..2b1a7b8 100644 --- a/language/nl/info_acp_autogroups.php +++ b/language/nl/info_acp_autogroups.php @@ -39,10 +39,10 @@ // $lang = array_merge($lang, array( - 'ACP_AUTOGROUPS_MANAGE' => 'Beheer automatische groepen', - 'AUTOGROUPS_TYPE_NOT_EXIST' => 'Automatische groep type `%1$s` bestaat niet.', + 'ACP_AUTOGROUPS_MANAGE' => 'Beheer Auto Groepen', + 'AUTOGROUPS_TYPE_NOT_EXIST' => 'Het Auto Groep type `%1$s` bestaat niet.', // Logs - 'ACP_AUTOGROUPS_SAVED_LOG' => 'Een automatische groep configuratie is opgeslagen.', - 'ACP_AUTOGROUPS_DELETE_LOG' => 'Een automatische groep configuratie is verwijderd.', + 'ACP_AUTOGROUPS_SAVED_LOG' => 'Een Auto Groep configuratie is opgeslagen', + 'ACP_AUTOGROUPS_DELETE_LOG' => 'Een Auto Groep configuratie is verwijderd', )); diff --git a/language/ro/autogroups_acp.php b/language/ro/autogroups_acp.php new file mode 100644 index 0000000..11dbd95 --- /dev/null +++ b/language/ro/autogroups_acp.php @@ -0,0 +1,83 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_AUTOGROUPS_MANAGE' => 'Gestionați Grupurile Automate', + 'ACP_AUTOGROUPS_MANAGE_EXPLAIN' => 'Folosind acest formular puteți adăuga, edita, vizualiza și șterge configurațiile Auto Group.', + 'ACP_AUTOGROUPS_ADD' => 'Adăugați grupuri automate', + 'ACP_AUTOGROUPS_EDIT' => 'Editați grupurile automate', + + 'ACP_AUTOGROUPS_GROUP_NAME' => 'Grup', + 'ACP_AUTOGROUPS_GROUP_NAME_EXPLAIN' => 'Alegeți un grup din care să adăugați/eliminați automat utilizatori.', + 'ACP_AUTOGROUPS_CONDITION_NAME' => 'Tip de grup automat', + 'ACP_AUTOGROUPS_CONDITION_NAME_EXPLAIN' => 'Alegeți tipul de condiție în care utilizatorii vor fi adăugați sau eliminați din acest grup.', + 'ACP_AUTOGROUPS_MIN_VALUE' => 'Valoarea minima', + 'ACP_AUTOGROUPS_MIN_VALUE_EXPLAIN' => 'Utilizatorii vor fi adăugați în acest grup dacă îndeplinesc sau depășesc valoarea minimă.', + 'ACP_AUTOGROUPS_MAX_VALUE' => 'Valoarea maximă', + 'ACP_AUTOGROUPS_MAX_VALUE_EXPLAIN' => 'Utilizatorii vor fi excluși din acest grup dacă îndeplinesc sau depășesc valoarea maximă. Setați acest lucru la 0 dacă nu doriți ca utilizatorii să fie eliminați.', + 'ACP_AUTOGROUPS_DEFAULT' => 'Setați grupul implicit', + 'ACP_AUTOGROUPS_DEFAULT_EXPLAIN' => 'Faceți din acesta noul grup implicit al utilizatorului.', + 'ACP_AUTOGROUPS_DEFAULT_EXEMPTION' => 'Acest lucru nu va afecta utilizatorii al căror grup de utilizatori implicit este unul dintre următoarele: %s.', + 'ACP_AUTOGROUPS_NOTIFY' => 'Notificați utilizatorii', + 'ACP_AUTOGROUPS_NOTIFY_EXPLAIN' => 'Trimiteți o notificare utilizatorilor după ce au fost adăugat sau eliminat automat din acest grup.', + + 'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Grupuri excluse', + 'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Excludeți membrii acestor grupuri', + 'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Membrii care aparțin orice grup selectat în această listă vor fi ignorați. Lăsați acest câmp necompletat dacă doriți ca acest grup automat să fie aplicat toți membrii ai forumului dvs. Selectați mai multe grupuri ținând apăsat pe CTRL (sau ⌘CMD pe Mac) și selectând grupurile.', + 'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'A apărut o eroare. Grupul pentru această condiție nu poate fi selectat și în câmpul grupuri excluse.', + 'ACP_AUTOGROUPS_EXEMPT_GROUP' => 'Setați scutiri implicite de grup', + 'ACP_AUTOGROUPS_EXEMPT_GROUP_EXPLAIN' => 'Grupurile automate nu vor schimba grupul implicit al unui utilizator dacă este selectat în această listă. Selectați mai multe grupuri ținând apăsat pe CTRL (sau ⌘CMD pe Mac) și selectând grupurile.', + + 'ACP_AUTOGROUPS_CREATE_RULE' => 'Creați un nou Grup Automat', + 'ACP_AUTOGROUPS_SUBMIT_SUCCESS' => 'Grupul automat a fost configurat cu succes.', + 'ACP_AUTOGROUPS_DELETE_CONFIRM' => 'Sigur doriți să ștergeți această configurație de grup automat?', + 'ACP_AUTOGROUPS_DELETE_SUCCESS' => 'Grupul automat a fost șters cu succes.', + 'ACP_AUTOGROUPS_EMPTY' => 'Nu există Grupuri Automate.', + 'ACP_AUTOGROUPS_NO_GROUPS' => 'Nu există grupuri disponibile', + 'ACP_AUTOGROUPS_INVALID_GROUPS' => 'A apărut o eroare. Nu a fost selectat un grup de utilizatori valid.
Grupurile automate pot fi utilizate numai cu grupuri definite de utilizator, care pot fi create pe pagina Gestionați grupuri.', + 'ACP_AUTOGROUPS_INVALID_RANGE' => 'A apărut o eroare. Valorile minime și maxime nu pot fi setate la aceeași valoare.', + + // Conditions + 'AUTOGROUPS_TYPE_BIRTHDAYS' => 'Vârsta utilizatorului', + 'AUTOGROUPS_TYPE_LASTVISIT' => 'Zile de la ultima vizită', + 'AUTOGROUPS_TYPE_MEMBERSHIP' => 'Zilele de membru', + 'AUTOGROUPS_TYPE_POSTS' => 'Postări', + 'AUTOGROUPS_TYPE_WARNINGS' => 'Avertismente', +)); diff --git a/language/ro/autogroups_common.php b/language/ro/autogroups_common.php new file mode 100644 index 0000000..695d20b --- /dev/null +++ b/language/ro/autogroups_common.php @@ -0,0 +1,45 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + // Notifications + 'AUTOGROUPS_NOTIFICATION_GROUP_ADDED' => 'Actualizare de grup: Ați fost adăugat în grupul %1$s.', + 'AUTOGROUPS_NOTIFICATION_GROUP_REMOVED' => 'Actualizare de grup: Ați fost exclus din grupul %1$s.', +)); diff --git a/language/ro/autogroups_install.php b/language/ro/autogroups_install.php new file mode 100644 index 0000000..cb0546b --- /dev/null +++ b/language/ro/autogroups_install.php @@ -0,0 +1,43 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'AUTOGROUPS_NOT_ENABLEABLE' => 'Grupurile automate nu au putut fi activate. Cerințele minime ale phpBB 3.2.0 și/sau PHP 5.5.0 nu au fost îndeplinite.', +)); diff --git a/language/ro/info_acp_autogroups.php b/language/ro/info_acp_autogroups.php new file mode 100644 index 0000000..e432e9f --- /dev/null +++ b/language/ro/info_acp_autogroups.php @@ -0,0 +1,48 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACP_AUTOGROUPS_MANAGE' => 'Gestionați Grupurile Automate', + 'AUTOGROUPS_TYPE_NOT_EXIST' => 'Tipul Auto Group `%1$s` nu există.', + + // Logs + 'ACP_AUTOGROUPS_SAVED_LOG' => 'O configurație de Grup Automat a fost salvată', + 'ACP_AUTOGROUPS_DELETE_LOG' => 'O configurație de Grup Automat a fost ștearsă', +));