diff --git a/assets/template/role-template.css b/assets/template/role-template.css index ce43e7e..3254de6 100644 --- a/assets/template/role-template.css +++ b/assets/template/role-template.css @@ -5,13 +5,13 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is the style for rules {$name} + * This is the style for roles {$name} * - * @Rules: {$name} + * @Roles: {$name} * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -195,6 +195,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/assets/template/visitor-template.css b/assets/template/visitor-template.css index 315c6ef..7e50699 100644 --- a/assets/template/visitor-template.css +++ b/assets/template/visitor-template.css @@ -5,9 +5,9 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is the style for rules {$name} + * This is the style for roles {$name} * - * @Rules: {$name} + * @Roles: {$name} * */ @@ -23,7 +23,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -51,7 +51,7 @@ color: green; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -61,13 +61,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -77,7 +77,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -85,7 +85,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -247,6 +247,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/includes/back/back_functions.php b/includes/back/back_functions.php index 6478734..7bfe8f8 100644 --- a/includes/back/back_functions.php +++ b/includes/back/back_functions.php @@ -5,7 +5,7 @@ ***/ -//// Check the current user rules type and if it matches return with the user rules CSS file on the back side like /wp-admin/ +//// Check the current user roles type and if it matches return with the user roles CSS file on the back side like /wp-admin/ function mysat_back_get_current_user_roles_style(): void { // Get the current user @@ -37,7 +37,7 @@ function mysat_back_get_current_user_roles_style(): void { add_action('admin_enqueue_scripts', 'mysat_back_get_current_user_roles_style'); -//// Generate css file for the user rules type who does not have or user rules are new inside wp_user_roles +//// Generate css file for the user roles type who does not have or user roles are new inside wp_user_roles function mysat_back_get_generate_css_file($role_slug, $role_name): void { // Your file generation logic here @@ -76,9 +76,9 @@ function mysat_back_get_generate_css_file($role_slug, $role_name): void { if ($role_slug === 'visitor') { // Replace both occurrences directly for visitors $template_content_visitor = str_replace( array( - 'This is the style for rules {$name}', - '@Rules: {$name}' - ), array( 'This is the style for rules Visitor', '@Rules: Visitor' ), $template_content_visitor ); + 'This is the style for roles {$name}', + '@Roles: {$name}' + ), array( 'This is the style for roles Visitor', '@Roles: Visitor' ), $template_content_visitor ); // Write content to the file for visitor style $wp_filesystem->put_contents($full_css_file_path, $template_content_visitor, FS_CHMOD_FILE); diff --git a/includes/front/front_functions.php b/includes/front/front_functions.php index dfc5194..86f015b 100644 --- a/includes/front/front_functions.php +++ b/includes/front/front_functions.php @@ -5,7 +5,7 @@ ***/ -//// Check the current user rules type and if matches return with user rules CSS file on the front side like domain.com +//// Check the current user roles type and if matches return with user roles CSS file on the front side like domain.com function mysat_front_get_current_user_roles_style(): void { // Get the current user @@ -36,7 +36,7 @@ function mysat_front_get_current_user_roles_style(): void { add_action('wp_enqueue_scripts', 'mysat_front_get_current_user_roles_style'); -//// If there are no user rules to detect, use this to show the visitor CSS file +//// If there are no user roles to detect, use this to show the visitor CSS file function mysat_get_visitor_style(): void { // Get plugin dir URL diff --git a/languages/my-style-anytime-de_CH.mo b/languages/my-style-anytime-de_CH.mo index 196e93d..bb3f89e 100644 Binary files a/languages/my-style-anytime-de_CH.mo and b/languages/my-style-anytime-de_CH.mo differ diff --git a/languages/my-style-anytime-de_CH.po b/languages/my-style-anytime-de_CH.po index 93a2da5..4b3f323 100644 --- a/languages/my-style-anytime-de_CH.po +++ b/languages/my-style-anytime-de_CH.po @@ -11,51 +11,52 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-18 01:56+0000\n" -"PO-Revision-Date: 2024-02-22 00:10+0000\n" +"PO-Revision-Date: 2024-02-22 21:30+0000\n" "X-Domain: my-style-anytime\n" "Language: de_CH\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Nach dem Löschen können Sie diese Datei nicht wiederherstellen!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Sind Sie sicher, dass Sie die Änderungen speichern möchten?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Bist du sicher?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Wie Sie vor der Installation und Aktivierung dieses Plugins lesen, haben Sie " -"die Möglichkeit, mithilfe von Benutzerregeln eine benutzerdefinierte CSS-" -"Ansicht zu erstellen." +"Wie Sie vor der Installation und Aktivierung dieses Plugins lesen, können " +"Sie mithilfe von Benutzerrollen eine benutzerdefinierte CSS-Ansicht " +"erstellen." #: my-style-anytime.php:163 msgid "Backup" msgstr "Sicherung" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Sicherung / Wiederherstellen" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Sicherungsstile" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Sicherung Erfolgreich" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Stornieren" @@ -67,28 +68,28 @@ msgstr "Code-Editor" msgid "Community Support" msgstr "Gemeinschaftliche Unterstützung" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Erstellen und passen Sie Benutzer-Front-Public oder Back-WP-Admin und " -"Responsive mithilfe derselben CSS-Stylesheets-Datei basierend auf den " -"Benutzertypen von Regeln an." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Anpassung" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Passen Sie das öffentliche Frontend oder Admin-Backend wp-admin mit " +"Responsive an, indem Sie dieselbe CSS-Stylesheets-Datei basierend auf dem " +"Benutzerrollentyp verwenden" + +#: pages/backup.php:320 msgid "Delete" msgstr "Löschen" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Löschen fehlgeschlagen" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Löschen Erfolgreich" @@ -104,23 +105,23 @@ msgstr "spende" msgid "Enjoy your work" msgstr "Frohes Schaffen" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Fehler" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Fehler beim Aktualisieren der Datei: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Es konnte keine Sicherung erstellt werden." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Die Sicherungsdatei konnte nicht gelöscht werden." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Stile konnten nicht wiederhergestellt werden." @@ -132,7 +133,7 @@ msgstr "FAQ" msgid "For help, you have our " msgstr "Für Hilfe stehen Ihnen unsere zur Verfügung" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +153,7 @@ msgstr "CSS-Datei generieren für" msgid "Generate Visitor CSS File" msgstr "Generieren Sie eine Besucher-CSS-Datei" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -181,11 +182,11 @@ msgstr "" "Bewertung und Ihr Feedback zu geben." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "in Zürich, Schweiz" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Backup-ZIP-Dateien auflisten" @@ -202,9 +203,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "OK" @@ -213,7 +214,7 @@ msgid "part, or if that does not help you can write your question in the" msgstr "" "Teil, oder wenn das nicht hilft, können Sie Ihre Frage in den schreiben" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Premium-Tools für WordPress von" @@ -229,7 +230,7 @@ msgstr "Metagenerator entfernen" msgid "Remove WordPress from the title" msgstr "Entfernen Sie WordPress aus dem Titel" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -237,19 +238,19 @@ msgstr "" "Durch das Entfernen des Metagenerators können Sie die von Ihnen verwendete " "WordPress-Version vor potenziellen Angreifern verbergen." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Wiederherstellung fehlgeschlagen" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Stile wiederherstellen" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Wiederherstellung Erfolgreich" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Speichern" @@ -257,7 +258,7 @@ msgstr "Speichern" msgid "Save Changes" msgstr "Änderungen speichern" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Änderungen speichern?" @@ -278,15 +279,15 @@ msgstr "" msgid "Settings" msgstr "Einstellungen" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Stile erfolgreich gesichert." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Stile erfolgreich wiederhergestellt." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Erfolg" @@ -294,7 +295,7 @@ msgstr "Erfolg" msgid "support sections" msgstr "Support-Bereiche" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Die Sicherungsdatei wurde erfolgreich gelöscht." @@ -306,11 +307,11 @@ msgstr "" "Die CSS-Datei wurde nicht gefunden, da sie nicht existiert. Sie können sie " "erstellen, indem Sie auf das Farbroller-Symbol klicken." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Die Datei wurde erfolgreich aktualisiert!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Ausführung" @@ -336,11 +337,11 @@ msgstr "" msgid "Welcome" msgstr "Willkommen" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "mit" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -348,10 +349,10 @@ msgstr "" "Damit deaktivieren Sie Gutenberg auf Ihrer Website und kehren zum " "klassischen Editor zurück, egal wo Sie sich befinden." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Ja" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Ja, löschen Sie es!" diff --git a/languages/my-style-anytime-de_DE.mo b/languages/my-style-anytime-de_DE.mo index 15fecd0..4cb1cb4 100644 Binary files a/languages/my-style-anytime-de_DE.mo and b/languages/my-style-anytime-de_DE.mo differ diff --git a/languages/my-style-anytime-de_DE.po b/languages/my-style-anytime-de_DE.po index 0529ed9..f2a349c 100644 --- a/languages/my-style-anytime-de_DE.po +++ b/languages/my-style-anytime-de_DE.po @@ -6,56 +6,57 @@ msgstr "" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/my-style-" "anytime/\n" "Last-Translator: \n" -"Language-Team: Deutsch\n" +"Language-Team: German\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 00:14+0000\n" +"PO-Revision-Date: 2024-02-22 21:31+0000\n" "X-Domain: my-style-anytime\n" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Nach dem Löschen können Sie diese Datei nicht wiederherstellen!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Sind Sie sicher, dass Sie die Änderungen speichern möchten?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Bist du sicher?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Wie Sie vor der Installation und Aktivierung dieses Plugins lesen, haben Sie " -"die Möglichkeit, mithilfe von Benutzerregeln eine benutzerdefinierte CSS-" -"Ansicht zu erstellen." +"Wie Sie vor der Installation und Aktivierung dieses Plugins lesen, können " +"Sie mithilfe von Benutzerrollen eine benutzerdefinierte CSS-Ansicht " +"erstellen." #: my-style-anytime.php:163 msgid "Backup" msgstr "Sicherung" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Sicherung / Wiederherstellen" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Sicherungsstile" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Sicherung Erfolgreich" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Stornieren" @@ -67,28 +68,28 @@ msgstr "Code-Editor" msgid "Community Support" msgstr "Gemeinschaftliche Unterstützung" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Erstellen und passen Sie Benutzer-Front-Public oder Back-WP-Admin und " -"Responsive mithilfe derselben CSS-Stylesheets-Datei basierend auf den " -"Benutzertypen von Regeln an." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Anpassung" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Passen Sie das öffentliche Frontend oder Admin-Backend wp-admin mit " +"Responsive an, indem Sie dieselbe CSS-Stylesheets-Datei basierend auf dem " +"Benutzerrollentyp verwenden" + +#: pages/backup.php:320 msgid "Delete" msgstr "Löschen" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Löschen fehlgeschlagen" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Löschen Erfolgreich" @@ -104,23 +105,23 @@ msgstr "spende" msgid "Enjoy your work" msgstr "Frohes Schaffen" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Fehler" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Fehler beim Aktualisieren der Datei: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Es konnte keine Sicherung erstellt werden." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Die Sicherungsdatei konnte nicht gelöscht werden." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Stile konnten nicht wiederhergestellt werden." @@ -132,7 +133,7 @@ msgstr "FAQ" msgid "For help, you have our " msgstr "Für Hilfe stehen Ihnen unsere zur Verfügung" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +153,7 @@ msgstr "CSS-Datei generieren für" msgid "Generate Visitor CSS File" msgstr "Generieren Sie eine Besucher-CSS-Datei" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -181,11 +182,11 @@ msgstr "" "Bewertung und Ihr Feedback zu geben." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "in Zürich, Schweiz" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Backup-ZIP-Dateien auflisten" @@ -202,9 +203,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "OK" @@ -213,7 +214,7 @@ msgid "part, or if that does not help you can write your question in the" msgstr "" "Teil, oder wenn das nicht hilft, können Sie Ihre Frage in den schreiben" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Premium-Tools für WordPress von" @@ -229,7 +230,7 @@ msgstr "Metagenerator entfernen" msgid "Remove WordPress from the title" msgstr "Entfernen Sie WordPress aus dem Titel" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -237,19 +238,19 @@ msgstr "" "Durch das Entfernen des Metagenerators können Sie die von Ihnen verwendete " "WordPress-Version vor potenziellen Angreifern verbergen." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Wiederherstellung fehlgeschlagen" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Stile wiederherstellen" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Wiederherstellung Erfolgreich" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Speichern" @@ -257,7 +258,7 @@ msgstr "Speichern" msgid "Save Changes" msgstr "Änderungen speichern" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Änderungen speichern?" @@ -278,15 +279,15 @@ msgstr "" msgid "Settings" msgstr "Einstellungen" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Stile erfolgreich gesichert." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Stile erfolgreich wiederhergestellt." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Erfolg" @@ -294,7 +295,7 @@ msgstr "Erfolg" msgid "support sections" msgstr "Support-Bereiche" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Die Sicherungsdatei wurde erfolgreich gelöscht." @@ -306,11 +307,11 @@ msgstr "" "Die CSS-Datei wurde nicht gefunden, da sie nicht existiert. Sie können sie " "erstellen, indem Sie auf das Farbroller-Symbol klicken." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Die Datei wurde erfolgreich aktualisiert!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Ausführung" @@ -336,11 +337,11 @@ msgstr "" msgid "Welcome" msgstr "Willkommen" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "mit" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -348,10 +349,10 @@ msgstr "" "Damit deaktivieren Sie Gutenberg auf Ihrer Website und kehren zum " "klassischen Editor zurück, egal wo Sie sich befinden." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Ja" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Ja, löschen Sie es!" diff --git a/languages/my-style-anytime-en_GB.mo b/languages/my-style-anytime-en_GB.mo index cf86216..857e006 100644 Binary files a/languages/my-style-anytime-en_GB.mo and b/languages/my-style-anytime-en_GB.mo differ diff --git a/languages/my-style-anytime-en_GB.po b/languages/my-style-anytime-en_GB.po index 58d8a0a..ed98f50 100644 --- a/languages/my-style-anytime-en_GB.po +++ b/languages/my-style-anytime-en_GB.po @@ -11,50 +11,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2023-02-24 23:29+0200\n" -"PO-Revision-Date: 2024-02-22 00:28+0000\n" +"PO-Revision-Date: 2024-02-22 21:31+0000\n" "X-Domain: my-style-anytime\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "After deleting you are not able to revert this file!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Are you sure you want to save changes?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Are you sure?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." #: my-style-anytime.php:163 msgid "Backup" msgstr "Backup" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Backup / Restore" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Backup Styles" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Backup Successful" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Cancel" @@ -66,27 +67,27 @@ msgstr "Code Editor" msgid "Community Support" msgstr "Community Support" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Customization" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" + +#: pages/backup.php:320 msgid "Delete" msgstr "Delete" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Delete Failed" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Delete Successful" @@ -102,24 +103,23 @@ msgstr "donation" msgid "Enjoy your work" msgstr "Enjoy your work" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Error" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Error updating file: " -#: pages/backup.php:47 -#| msgid "Failed to create backup." +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Failed to create a backup." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Failed to delete backup file." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Failed to restore styles." @@ -131,7 +131,7 @@ msgstr "FAQ" msgid "For help, you have our " msgstr "For help, you have our " -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -151,7 +151,7 @@ msgstr "Generate CSS File for" msgid "Generate Visitor CSS File" msgstr "Generate Visitor CSS File" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -180,11 +180,11 @@ msgstr "" "rating and feedback." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "in Zürich, Switzerland" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "List Backup zip files" @@ -201,9 +201,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "OK" @@ -211,7 +211,7 @@ msgstr "OK" msgid "part, or if that does not help you can write your question in the" msgstr "part, or if that does not help you can write your question in the" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Premium Tools for WordPress made by" @@ -227,7 +227,7 @@ msgstr "Remove meta generator" msgid "Remove WordPress from the title" msgstr "Remove WordPress from the title" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -235,19 +235,19 @@ msgstr "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Restore Failed" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Restore Styles" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Restore Successful" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Save" @@ -255,7 +255,7 @@ msgstr "Save" msgid "Save Changes" msgstr "Save Changes" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Save Changes?" @@ -275,25 +275,23 @@ msgstr "" msgid "Settings" msgstr "Settings" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Styles successfully backed up." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Styles successfully restored." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Success" #: pages/general.php:47 -#| msgid "support sections." msgid "support sections" msgstr "support sections" -#: pages/backup.php:91 -#| msgid "Backup file successfully deleted." +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "The backup file was successfully deleted." @@ -305,12 +303,11 @@ msgstr "" "The CSS file was not found because it does not exist, you can generate it by " "clicking on the paint roller icon." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "The file was updated successfully!" -#: my-style-anytime.php:322 -#| msgid "Version: " +#: my-style-anytime.php:321 msgid "Version" msgstr "Version" @@ -334,11 +331,11 @@ msgstr "" msgid "Welcome" msgstr "Welcome" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "with" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -346,10 +343,10 @@ msgstr "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Yes" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Yes, delete it!" diff --git a/languages/my-style-anytime-es_ES.mo b/languages/my-style-anytime-es_ES.mo index ebdc672..0b6984d 100644 Binary files a/languages/my-style-anytime-es_ES.mo and b/languages/my-style-anytime-es_ES.mo differ diff --git a/languages/my-style-anytime-es_ES.po b/languages/my-style-anytime-es_ES.po index f367a20..67b9bd0 100644 --- a/languages/my-style-anytime-es_ES.po +++ b/languages/my-style-anytime-es_ES.po @@ -11,51 +11,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 00:27+0000\n" +"PO-Revision-Date: 2024-02-22 21:32+0000\n" "X-Domain: my-style-anytime\n" "Language: es_ES\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "¡Después de eliminarlo, no podrá revertir este archivo!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "¿Estás segura de que quieres guardar los cambios?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Estas segura?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Como leyó antes de instalar y activar este complemento con él, tiene la " -"posibilidad de crear una vista CSS personalizada utilizando reglas de " -"usuario." +"Como leyó antes de instalar y activar este complemento con él, puede crear " +"una vista CSS personalizada utilizando roles de usuario." #: my-style-anytime.php:163 msgid "Backup" msgstr "Respaldo" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Respaldo / Restaurar" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Respaldo Estilos" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Copia de seguridad exitosa" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Cancelar" @@ -67,28 +67,28 @@ msgstr "Editora de código" msgid "Community Support" msgstr "Soporte comunitario" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Cree y personalice el usuario frontal público o posterior wp-admin y " -"responsivo utilizando el mismo archivo de hojas de estilo CSS según los " -"tipos de reglas del usuario." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Personalización" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Personalice la interfaz pública o el backend de administración wp-admin con " +"capacidad de respuesta utilizando el mismo archivo de hojas de estilo CSS " +"según el tipo de roles de usuario" + +#: pages/backup.php:320 msgid "Delete" msgstr "Borrar" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Eliminar fallida" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Eliminar exitosa" @@ -104,23 +104,23 @@ msgstr "donación" msgid "Enjoy your work" msgstr "Disfruta tu trabajo" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Error" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Error al actualizar el archivo: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "No se pudo crear una copia de seguridad." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "No se pudo eliminar el archivo de copia de seguridad." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "No se pudieron restaurar los estilos." @@ -132,7 +132,7 @@ msgstr "FAQ" msgid "For help, you have our " msgstr "Para ayuda, tienes nuestra" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +152,7 @@ msgstr "Generar archivo CSS para" msgid "Generate Visitor CSS File" msgstr "Generar archivo CSS de visitante" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -182,11 +182,11 @@ msgstr "" "comentarios." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "en Zúrich, Suiza" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Listar archivos zip de respaldo" @@ -203,9 +203,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "Oklahoma" @@ -213,7 +213,7 @@ msgstr "Oklahoma" msgid "part, or if that does not help you can write your question in the" msgstr "part, or if that does not help you can write your question in the" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Herramientas Premium para WordPress hechas por" @@ -229,7 +229,7 @@ msgstr "Eliminar meta generadora" msgid "Remove WordPress from the title" msgstr "Eliminar WordPress del título" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -237,19 +237,19 @@ msgstr "" "Eliminar el metagenerador le ayuda a ocultar la versión de WordPress que " "está utilizando de posibles atacantes." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Restauración fallida" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Restaurar estilos" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Restaurar exitosa" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Ahorrar" @@ -257,7 +257,7 @@ msgstr "Ahorrar" msgid "Save Changes" msgstr "Guardar cambios" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "¿Guardar cambios?" @@ -277,15 +277,15 @@ msgstr "" msgid "Settings" msgstr "Ajustes" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Se realizó una copia de seguridad de los estilos con éxito." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Estilos restaurados con éxito." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Éxito" @@ -293,7 +293,7 @@ msgstr "Éxito" msgid "support sections" msgstr "secciones de soporte" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "El archivo de copia de seguridad se eliminó correctamente." @@ -305,11 +305,11 @@ msgstr "" "El archivo CSS no se encontró porque no existe, puedes generarlo haciendo " "clic en el icono del rodillo de pintura." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "¡El archivo se actualizó exitosamente!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Versión" @@ -333,11 +333,11 @@ msgstr "" msgid "Welcome" msgstr "Bienvenida" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "con" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -345,10 +345,10 @@ msgstr "" "Con esto, desactiva Gutenberg en su sitio y regresa al editor clásico, sin " "importar dónde se encuentre." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Sí" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "¡Sí, bórralo!" diff --git a/languages/my-style-anytime-fa_IR.mo b/languages/my-style-anytime-fa_IR.mo index b47381d..ccb99ac 100644 Binary files a/languages/my-style-anytime-fa_IR.mo and b/languages/my-style-anytime-fa_IR.mo differ diff --git a/languages/my-style-anytime-fa_IR.po b/languages/my-style-anytime-fa_IR.po index 4db2cb5..31255a3 100644 --- a/languages/my-style-anytime-fa_IR.po +++ b/languages/my-style-anytime-fa_IR.po @@ -11,50 +11,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 00:39+0000\n" +"PO-Revision-Date: 2024-02-22 21:33+0000\n" "X-Domain: my-style-anytime\n" "Language: fa_IR\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "پس از حذف نمی توانید این فایل را برگردانید!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "آیا مطمئن هستید که می خواهید تغییرات را ذخیره کنید؟" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "مطمئنی؟" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"همانطور که قبل از نصب و فعال سازی این افزونه با وی مطالعه کردید، امکان ایجاد " -"نمای CSS سفارشی با استفاده از قوانین کاربر را دارید." +"همانطور که قبل از نصب و فعال سازی این افزونه با او مطالعه کردید، می توانید " +"با استفاده از نقش های کاربری یک نمای CSS سفارشی ایجاد کنید." #: my-style-anytime.php:163 msgid "Backup" msgstr "پشتیبان گیری" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "پشتیبان گیری بازیابی" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "سبک های پشتیبان گیری" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "پشتیبان گیری با موفقیت انجام شد" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "لغو کنید" @@ -66,27 +67,27 @@ msgstr "ویرایشگر کد" msgid "Community Support" msgstr "پشتیبانی جامعه" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"با استفاده از همان فایل برگه‌های سبک CSS بر اساس انواع قوانین کاربر، عمومی " -"یا پشتی wp-admin و واکنش‌گرا را ایجاد و سفارشی‌سازی کنید." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "سفارشی سازی" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"سفارشی کردن نمای عمومی یا مدیریت باطن wp-admin با پاسخگو با استفاده از همان " +"فایل شیوه نامه CSS بر اساس نوع نقش های کاربر" + +#: pages/backup.php:320 msgid "Delete" msgstr "حذف" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "حذف نشد" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "حذف موفق" @@ -102,23 +103,23 @@ msgstr "اهداء" msgid "Enjoy your work" msgstr "از کارت لذت ببر" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "خطا" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "خطا در به روز رسانی فایل: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "ایجاد پشتیبان انجام نشد." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "فایل پشتیبان حذف نشد." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Failed to restore styles." @@ -130,7 +131,7 @@ msgstr "سوالات متداول" msgid "For help, you have our " msgstr "برای کمک، ما را دارید" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -150,7 +151,7 @@ msgstr "ایجاد فایل CSS برای" msgid "Generate Visitor CSS File" msgstr "فایل CSS بازدیدکننده را ایجاد کنید" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -179,11 +180,11 @@ msgstr "" "اگر این افزونه را دوست دارید، خوب است که امتیاز و بازخورد خود را به ما بدهید." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "در زوریخ سوئیس" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "لیست فایل های فشرده پشتیبان" @@ -200,9 +201,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "خوب" @@ -210,7 +211,7 @@ msgstr "خوب" msgid "part, or if that does not help you can write your question in the" msgstr "بخش، یا اگر کمکی نکرد می توانید سوال خود را در قسمت بنویسید" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "ابزارهای حق بیمه برای وردپرس ساخته شده توسط" @@ -226,7 +227,7 @@ msgstr "متا ژنراتور را حذف کنید" msgid "Remove WordPress from the title" msgstr "وردپرس را از عنوان حذف کنید" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -234,19 +235,19 @@ msgstr "" "حذف متا مولد به شما کمک می کند تا نسخه وردپرسی را که استفاده می کنید از " "مهاجمان احتمالی پنهان کنید." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "بازیابی انجام نشد" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "بازیابی سبک ها" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "بازیابی با موفقیت انجام شد" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "صرفه جویی" @@ -254,7 +255,7 @@ msgstr "صرفه جویی" msgid "Save Changes" msgstr "ذخیره تغییرات" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "ذخیره تغییرات؟" @@ -274,15 +275,15 @@ msgstr "" msgid "Settings" msgstr "تنظیمات" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "سبک‌ها با موفقیت پشتیبان‌گیری شدند." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "سبک ها با موفقیت بازیابی شدند." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "موفقیت" @@ -290,7 +291,7 @@ msgstr "موفقیت" msgid "support sections" msgstr "بخش های پشتیبانی" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "فایل پشتیبان با موفقیت حذف شد." @@ -302,11 +303,11 @@ msgstr "" "فایل CSS به دلیل وجود نداشتن پیدا نشد، می توانید با کلیک بر روی نماد غلطک " "رنگ آن را ایجاد کنید." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "فایل با موفقیت به روز شد!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "نسخه" @@ -328,11 +329,11 @@ msgstr "بسیار خوشحال خواهیم شد اگر از پیشرفت ای msgid "Welcome" msgstr "خوش آمدی" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "با" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -340,10 +341,10 @@ msgstr "" "با این کار، گوتنبرگ را در سایت خود غیرفعال می‌کنید و بدون توجه به جایی که " "هستید، به ویرایشگر کلاسیک باز می‌گردید." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "آره" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "بله حذفش کن!" diff --git a/languages/my-style-anytime-fr_FR.mo b/languages/my-style-anytime-fr_FR.mo index e0d19a3..0476b2f 100644 Binary files a/languages/my-style-anytime-fr_FR.mo and b/languages/my-style-anytime-fr_FR.mo differ diff --git a/languages/my-style-anytime-fr_FR.po b/languages/my-style-anytime-fr_FR.po index 592ee5c..aebbee1 100644 --- a/languages/my-style-anytime-fr_FR.po +++ b/languages/my-style-anytime-fr_FR.po @@ -11,51 +11,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2023-02-24 23:29+0200\n" -"PO-Revision-Date: 2024-02-22 01:11+0000\n" +"PO-Revision-Date: 2024-02-22 21:33+0000\n" "X-Domain: my-style-anytime\n" "Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.2" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Après la suppression, vous ne pouvez pas restaurer ce fichier !" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Êtes-vous sûr de vouloir enregistrer les modifications ?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Es-tu sûr?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" "Comme vous l'avez lu avant d'installer et d'activer ce plugin avec lui, vous " -"avez la possibilité de créer une vue CSS personnalisée en utilisant les " -"règles utilisateur." +"pouvez créer une vue CSS personnalisée à l'aide des rôles d'utilisateur." #: my-style-anytime.php:163 msgid "Backup" msgstr "Sauvegarde" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Sauvegarde / Restaurer" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Styles de sauvegarde" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Sauvegarde réussie" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Annuler" @@ -67,28 +67,28 @@ msgstr "Éditeur de code" msgid "Community Support" msgstr "Soutien communautaire" +#: my-style-anytime.php:136 pages/customization.php:39 +msgid "Customization" +msgstr "Personnalisation" + #. Description of the plugin msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" msgstr "" -"Créez et personnalisez l'utilisateur front public ou back wp-admin et " +"Personnalisez le frontend public ou le backend administrateur wp-admin avec " "responsive en utilisant le même fichier de feuilles de style CSS en fonction " -"des types de règles utilisateur." - -#: my-style-anytime.php:136 pages/customization.php:39 -msgid "Customization" -msgstr "Personnalisation" +"du type de rôles utilisateur" -#: pages/backup.php:314 +#: pages/backup.php:320 msgid "Delete" msgstr "Supprimer" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Échec de la suppression" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Suppression réussie" @@ -104,23 +104,23 @@ msgstr "don" msgid "Enjoy your work" msgstr "Prenez du plaisir à votre travail" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Erreur" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Erreur de mise à jour du fichier: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Échec de la création d'une sauvegarde." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Échec de la suppression du fichier de sauvegarde." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Échec de la restauration des styles." @@ -132,7 +132,7 @@ msgstr "FAQ" msgid "For help, you have our " msgstr "Pour vous aider, vous avez notre" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -153,7 +153,7 @@ msgstr "Générer un fichier CSS pour" msgid "Generate Visitor CSS File" msgstr "Générer un fichier CSS de visiteur" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -183,11 +183,11 @@ msgstr "" "note et vos commentaires." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "à Zurich, Suisse" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Liste des fichiers zip de sauvegarde" @@ -204,9 +204,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "Bien" @@ -216,7 +216,7 @@ msgstr "" "partie, ou si cela ne vous aide pas, vous pouvez écrire votre question dans " "le" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Outils Premium pour WordPress créés par" @@ -232,7 +232,7 @@ msgstr "Supprimer le méta-générateur" msgid "Remove WordPress from the title" msgstr "Supprimer WordPress du titre" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -240,19 +240,19 @@ msgstr "" "La suppression du méta-générateur vous aide à masquer la version de " "WordPress que vous utilisez des attaquants potentiels." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Échec de la restauration" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Restaurer les styles" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Restauration réussie" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Sauvegarder" @@ -260,7 +260,7 @@ msgstr "Sauvegarder" msgid "Save Changes" msgstr "Sauvegarder les modifications" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Sauvegarder les modifications?" @@ -281,15 +281,15 @@ msgstr "" msgid "Settings" msgstr "Paramètres" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Styles sauvegardés avec succès." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Styles restaurés avec succès." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Succès" @@ -297,7 +297,7 @@ msgstr "Succès" msgid "support sections" msgstr "rubriques d'assistance" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Le fichier de sauvegarde a été supprimé avec succès." @@ -309,11 +309,11 @@ msgstr "" "Le fichier CSS n'a pas été trouvé car il n'existe pas, vous pouvez le " "générer en cliquant sur l'icône du rouleau à peinture." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Le fichier a été mis à jour avec succès !" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Version" @@ -337,11 +337,11 @@ msgstr "" msgid "Welcome" msgstr "Bienvenue" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "avec" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -349,10 +349,10 @@ msgstr "" "Avec cela, vous désactivez Gutenberg sur votre site et revenez à l'éditeur " "classique, où que vous soyez." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Oui" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Oui, supprimez-le !" diff --git a/languages/my-style-anytime-hr.mo b/languages/my-style-anytime-hr.mo index aaa74cc..82fd980 100644 Binary files a/languages/my-style-anytime-hr.mo and b/languages/my-style-anytime-hr.mo differ diff --git a/languages/my-style-anytime-hr.po b/languages/my-style-anytime-hr.po index 52835b8..7afd267 100644 --- a/languages/my-style-anytime-hr.po +++ b/languages/my-style-anytime-hr.po @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 00:50+0000\n" +"PO-Revision-Date: 2024-02-22 21:34+0000\n" "X-Domain: my-style-anytime\n" "Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && " @@ -19,43 +19,44 @@ msgstr "" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Nakon brisanja ne možete vratiti ovu datoteku!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Jeste li sigurni da želite spremiti promjene?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Jesi li siguran?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" "Kao što ste pročitali prije instaliranja i aktivacije ovog dodatka s njim, " -"imate mogućnost stvoriti prilagođeni CSS prikaz pomoću korisničkih pravila." +"možete stvoriti prilagođeni CSS prikaz pomoću korisničkih uloga." #: my-style-anytime.php:163 msgid "Backup" msgstr "Sigurnosna kopija" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Sigurnosno kopiranje / vraćanje" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Sigurnosni stilovi" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Sigurnosno kopiranje uspješno" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Otkažati" @@ -67,28 +68,28 @@ msgstr "Uređivač koda" msgid "Community Support" msgstr "Podrška zajednice" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Stvorite i prilagodite korisničku prednju javnu ili stražnju wp-admin i " -"responzivnu koristeći istu CSS datoteku stilova na temelju korisničkih vrsta " -"pravila." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Prilagodba" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Prilagodite javno sučelje ili administratorsku pozadinu wp-admin s " +"odgovarajućim korištenjem iste CSS datoteke stilova na temelju vrste " +"korisničkih uloga" + +#: pages/backup.php:320 msgid "Delete" msgstr "Izbrisati" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Brisanje nije uspjelo" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Uspješno brisanje" @@ -104,23 +105,23 @@ msgstr "donacija" msgid "Enjoy your work" msgstr "Uživajte u svom radu" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Greška" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Pogreška pri ažuriranju datoteke: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Izrada sigurnosne kopije nije uspjela." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Brisanje datoteke sigurnosne kopije nije uspjelo." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Vraćanje stilova nije uspjelo." @@ -132,7 +133,7 @@ msgstr "često postavljana pitanja" msgid "For help, you have our " msgstr "Za pomoć, imate naše" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +153,7 @@ msgstr "Generiraj CSS datoteku za" msgid "Generate Visitor CSS File" msgstr "Generirajte CSS datoteku posjetitelja" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -181,11 +182,11 @@ msgstr "" "svoju ocjenu i povratne informacije." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "u Zürichu, Švicarska" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Popis sigurnosnih kopija zip datoteka" @@ -202,9 +203,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "U redu" @@ -212,7 +213,7 @@ msgstr "U redu" msgid "part, or if that does not help you can write your question in the" msgstr "dio, ili ako to ne pomogne, možete napisati svoje pitanje u" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Vrhunski alati za WordPress izradio" @@ -228,7 +229,7 @@ msgstr "Ukloni meta generator" msgid "Remove WordPress from the title" msgstr "Uklonite WordPress iz naslova" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -236,19 +237,19 @@ msgstr "" "Uklanjanje meta generatora pomaže vam da sakrijete verziju WordPressa koju " "koristite od potencijalnih napadača." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Vraćanje nije uspjelo" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Vrati stilove" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Vraćanje uspješno" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Spremi" @@ -256,7 +257,7 @@ msgstr "Spremi" msgid "Save Changes" msgstr "Spremi promjene" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Spremi promjene?" @@ -276,15 +277,15 @@ msgstr "" msgid "Settings" msgstr "Postavke" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Stilovi su uspješno sigurnosno kopirani." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Stilovi su uspješno vraćeni." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Sspješno" @@ -292,7 +293,7 @@ msgstr "Sspješno" msgid "support sections" msgstr "odjeljci za podršku" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Datoteka sigurnosne kopije je uspješno izbrisana." @@ -304,11 +305,11 @@ msgstr "" "CSS datoteka nije pronađena jer ne postoji, možete je generirati klikom na " "ikonu valjka za bojanje." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Datoteka je uspješno ažurirana!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Verzija" @@ -330,11 +331,11 @@ msgstr "Bilo bi nam jako drago ako podržite napredak ovog dodatka svojim" msgid "Welcome" msgstr "Dobrodošli" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "sa" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -342,10 +343,10 @@ msgstr "" "Time ćete onemogućiti Gutenberg na svojoj stranici i vratiti se u klasični " "uređivač, bez obzira gdje se nalazite." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Da" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Da, izbriši!" diff --git a/languages/my-style-anytime-it_IT.mo b/languages/my-style-anytime-it_IT.mo index 46e1bb9..53f86fa 100644 Binary files a/languages/my-style-anytime-it_IT.mo and b/languages/my-style-anytime-it_IT.mo differ diff --git a/languages/my-style-anytime-it_IT.po b/languages/my-style-anytime-it_IT.po index 75f6312..364d8c2 100644 --- a/languages/my-style-anytime-it_IT.po +++ b/languages/my-style-anytime-it_IT.po @@ -11,51 +11,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-18 01:56+0000\n" -"PO-Revision-Date: 2024-02-22 01:27+0000\n" +"PO-Revision-Date: 2024-02-22 21:35+0000\n" "X-Domain: my-style-anytime\n" "Language: it_IT\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Dopo l'eliminazione non è possibile ripristinare questo file!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Sei sicuro di voler salvare le modifiche?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Sei sicuro?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Come hai letto prima di installare e attivare questo plugin con lui, hai la " -"possibilità di creare una vista CSS personalizzata utilizzando le regole " -"utente." +"Come hai letto prima di installare e attivare questo plugin con lui, puoi " +"creare una visualizzazione CSS personalizzata utilizzando i ruoli utente." #: my-style-anytime.php:163 msgid "Backup" msgstr "Backup" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Ripristinare il backup" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Stili di backup" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Backup riuscito" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Annulla" @@ -67,28 +67,28 @@ msgstr "Editore di codice" msgid "Community Support" msgstr "Supporto comunitario" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Crea e personalizza l'utente front public o back wp-admin e responsive " -"utilizzando lo stesso file di fogli di stile CSS in base ai tipi di regole " -"dell'utente." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Personalizzazione" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Personalizza il frontend pubblico o il backend di amministrazione wp-admin " +"con responsivo utilizzando lo stesso file di fogli di stile CSS in base al " +"tipo di ruoli utente" + +#: pages/backup.php:320 msgid "Delete" msgstr "Eliminare" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Eliminazione non riuscita" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Eliminazione riuscita" @@ -104,23 +104,23 @@ msgstr "donazione" msgid "Enjoy your work" msgstr "Buon lavoro" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Errore" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Errore durante l'aggiornamento del file: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Impossibile creare un backup." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Impossibile eliminare il file di backup." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Impossibile ripristinare gli stili." @@ -132,7 +132,7 @@ msgstr "FAQ" msgid "For help, you have our " msgstr "Per aiuto, hai il nostro" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +152,7 @@ msgstr "Genera file CSS per" msgid "Generate Visitor CSS File" msgstr "Genera file CSS dei visitatori" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -181,11 +181,11 @@ msgstr "" "valutazione e il tuo feedback." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "a Zurigo, Svizzera" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Elenca i file zip di backup" @@ -202,9 +202,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "OK" @@ -212,7 +212,7 @@ msgstr "OK" msgid "part, or if that does not help you can write your question in the" msgstr "parte, o se ciò non ti aiuta puoi scrivere la tua domanda nel" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Strumenti Premium per WordPress realizzati da" @@ -228,7 +228,7 @@ msgstr "Rimuovi il metageneratore" msgid "Remove WordPress from the title" msgstr "Rimuovi WordPress dal titolo" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -236,19 +236,19 @@ msgstr "" "Rimuovere il meta generatore ti aiuta a nascondere la versione di WordPress " "che stai utilizzando da potenziali aggressori." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Ripristino non riuscito" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Ripristina stili" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Ripristino riuscito" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Salva" @@ -256,7 +256,7 @@ msgstr "Salva" msgid "Save Changes" msgstr "Salvare le modifiche" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Salvare le modifiche?" @@ -276,15 +276,15 @@ msgstr "" msgid "Settings" msgstr "Impostazioni" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Backup degli stili riuscito." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Stili ripristinati con successo." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Successo" @@ -292,7 +292,7 @@ msgstr "Successo" msgid "support sections" msgstr "sezioni di supporto" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Il file di backup è stato eliminato con successo." @@ -304,11 +304,11 @@ msgstr "" "Il file CSS non è stato trovato perché non esiste, puoi generarlo cliccando " "sull'icona del rullo di vernice." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Il file è stato aggiornato con successo!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Versione" @@ -331,11 +331,11 @@ msgstr "" msgid "Welcome" msgstr "Benvenuta" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "con" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -343,10 +343,10 @@ msgstr "" "Con questo, disabiliti Gutenberg sul tuo sito e torni all'editor classico, " "non importa dove ti trovi." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "SÌ" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Sì, cancellalo!" diff --git a/languages/my-style-anytime-ja.mo b/languages/my-style-anytime-ja.mo index 80c4935..04cb1fa 100644 Binary files a/languages/my-style-anytime-ja.mo and b/languages/my-style-anytime-ja.mo differ diff --git a/languages/my-style-anytime-ja.po b/languages/my-style-anytime-ja.po index 5959fdc..3050919 100644 --- a/languages/my-style-anytime-ja.po +++ b/languages/my-style-anytime-ja.po @@ -11,49 +11,50 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 00:57+0000\n" +"PO-Revision-Date: 2024-02-22 21:35+0000\n" "X-Domain: my-style-anytime\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "削除すると、このファイルを元に戻すことはできません。" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "変更を保存してもよろしいですか?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "本気ですか?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"このプラグインをインストールしてアクティブ化する前に読んでいただいたように、ユーザー ルールを使用してカスタム CSS ビューを作成することができます。" +"このプラグインをインストールしてアクティブ化する前に読んでいただいたように、ユーザー ロールを使用してカスタム CSS ビューを作成できます。" #: my-style-anytime.php:163 msgid "Backup" msgstr "バックアップ" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "復元する" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "バックアップスタイル" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "バックアップ成功" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "キャンセル" @@ -65,27 +66,27 @@ msgstr "コードエディタ" msgid "Community Support" msgstr "コミュニティサポート" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"ユーザーのルールのタイプに基づいて、同じ CSS スタイル シート ファイルを使用して、ユーザー フロント パブリックまたはバック wp-admin " -"とレスポンシブを作成およびカスタマイズします。" - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "カスタマイズ" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"ユーザーの役割タイプに基づいて同じ CSS スタイルシート ファイルを使用して、パブリック フロントエンドまたは管理バックエンド wp-admin " +"をレスポンシブでカスタマイズします" + +#: pages/backup.php:320 msgid "Delete" msgstr "消去" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "削除に失敗しました" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "削除に成功しました" @@ -101,23 +102,23 @@ msgstr "寄付" msgid "Enjoy your work" msgstr "仕事を楽しんでください" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "エラー" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "ファイルの更新中にエラーが発生しました:" -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "バックアップの作成に失敗しました。" -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "バックアップファイルの削除に失敗しました。" -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "スタイルの復元に失敗しました。" @@ -129,7 +130,7 @@ msgstr "よくある質問" msgid "For help, you have our " msgstr "サポートが必要な場合は、" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -148,7 +149,7 @@ msgstr "CSS ファイルを生成する" msgid "Generate Visitor CSS File" msgstr "訪問者CSSファイルの生成" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -173,11 +174,11 @@ msgid "" msgstr "このプラグインが気に入っていただけましたら、評価とフィードバックをいただければ幸いです。" #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "スイス、チューリッヒにて" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "バックアップ zip ファイルの一覧表示" @@ -194,9 +195,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "わかりました" @@ -204,7 +205,7 @@ msgstr "わかりました" msgid "part, or if that does not help you can write your question in the" msgstr "の部分、またはそれが役に立たない場合は、" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "WordPress 用プレミアム ツール" @@ -220,25 +221,25 @@ msgstr "メタジェネレーターを削除する" msgid "Remove WordPress from the title" msgstr "タイトルからWordPressを削除" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." msgstr "メタ ジェネレーターを削除すると、使用している WordPress のバージョンを潜在的な攻撃者から隠すことができます。" -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "復元に失敗しました" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "スタイルを復元する" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "復元に成功しました" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "保存" @@ -246,7 +247,7 @@ msgstr "保存" msgid "Save Changes" msgstr "変更内容を保存" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "変更内容を保存?" @@ -264,15 +265,15 @@ msgstr "CSS ファイルの下で編集するユーザーを選択し、完了 msgid "Settings" msgstr "設定" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "スタイルは正常にバックアップされました。" -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "スタイルは正常に復元されました。" -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "成功" @@ -280,7 +281,7 @@ msgstr "成功" msgid "support sections" msgstr "サポートセクション" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "バックアップファイルは正常に削除されました。" @@ -290,11 +291,11 @@ msgid "" "clicking on the paint roller icon." msgstr "CSS ファイルは存在しないため見つかりませんでした。ペイント ローラー アイコンをクリックすると生成できます。" -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "ファイルは正常に更新されました。" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "バージョン" @@ -316,20 +317,20 @@ msgstr "皆様とともにこのプラグインの進歩をサポートしてい msgid "Welcome" msgstr "いらっしゃいませ" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "と" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." msgstr "これにより、サイト上で Gutenberg を無効にし、どこにいてもクラシック エディターに戻ります。" -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "はい" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "はい、削除してください!" diff --git a/languages/my-style-anytime-nl_NL.mo b/languages/my-style-anytime-nl_NL.mo index b95cae2..41238cc 100644 Binary files a/languages/my-style-anytime-nl_NL.mo and b/languages/my-style-anytime-nl_NL.mo differ diff --git a/languages/my-style-anytime-nl_NL.po b/languages/my-style-anytime-nl_NL.po index a25f0d5..8da5b55 100644 --- a/languages/my-style-anytime-nl_NL.po +++ b/languages/my-style-anytime-nl_NL.po @@ -11,51 +11,52 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 01:37+0000\n" +"PO-Revision-Date: 2024-02-22 21:36+0000\n" "X-Domain: my-style-anytime\n" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Na het verwijderen kunt u dit bestand niet meer terugdraaien!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Weet u zeker dat u de wijzigingen wilt opslaan?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Weet je het zeker?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Zoals je leest voordat je deze plugin bij hem installeert en activeert, heb " -"je de mogelijkheid om met behulp van gebruikersregels een aangepaste CSS-" -"weergave te maken." +"Zoals je hebt gelezen voordat je deze plug-in bij hem installeert en " +"activeert, kun je met behulp van gebruikersrollen een aangepaste CSS-" +"weergave maken." #: my-style-anytime.php:163 msgid "Backup" msgstr "Back-up" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Back-up herstellen" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Back-upstijlen" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Back-up succesvol" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Annuleren" @@ -67,28 +68,28 @@ msgstr "Code-editor" msgid "Community Support" msgstr "Maatschappelijke hulp" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Creëer en pas de front public of back wp-admin en responsieve gebruiker aan " -"met behulp van hetzelfde CSS-stijlbladenbestand op basis van gebruikerstypen " -"regels." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Maatwerk" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Pas de openbare frontend of admin backend wp-admin aan met responsief " +"gebruik van hetzelfde CSS-stylesheets-bestand op basis van het type " +"gebruikersrollen" + +#: pages/backup.php:320 msgid "Delete" msgstr "Verwijderen" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Verwijderen mislukt" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Verwijderen succesvol" @@ -104,23 +105,23 @@ msgstr "bijdrage" msgid "Enjoy your work" msgstr "Geniet van je werk" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Fout" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Fout bij updaten van bestand: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Kan geen back-up maken." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Kan back-upbestand niet verwijderen." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Kan stijlen niet herstellen." @@ -132,7 +133,7 @@ msgstr "FAQ" msgid "For help, you have our " msgstr "Voor hulp heeft u onze " -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +153,7 @@ msgstr "Genereer een CSS-bestand voor" msgid "Generate Visitor CSS File" msgstr "Genereer een bezoekers-CSS-bestand" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -181,11 +182,11 @@ msgstr "" "feedback geeft." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "in Zürich, Zwitserland" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Maak een lijst van back-up-zipbestanden" @@ -202,9 +203,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "OK" @@ -212,7 +213,7 @@ msgstr "OK" msgid "part, or if that does not help you can write your question in the" msgstr "onderdeel, of als dat niet helpt, kunt u uw vraag in het" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Premium Tools voor WordPress gemaakt door" @@ -228,7 +229,7 @@ msgstr "Metagenerator verwijderen" msgid "Remove WordPress from the title" msgstr "Verwijder WordPress uit de titel" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -236,19 +237,19 @@ msgstr "" "Door de metagenerator te verwijderen, kunt u de versie van WordPress die u " "gebruikt verbergen voor potentiële aanvallers." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Herstellen mislukt" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Stijlen herstellen" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Herstel succesvol" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Redden" @@ -256,7 +257,7 @@ msgstr "Redden" msgid "Save Changes" msgstr "Wijzigingen opslaan" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Wijzigingen opslaan?" @@ -276,15 +277,15 @@ msgstr "" msgid "Settings" msgstr "Instellingen" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Er is een back-up van stijlen gemaakt." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Stijlen succesvol hersteld." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Succes" @@ -292,7 +293,7 @@ msgstr "Succes" msgid "support sections" msgstr "ondersteunende secties" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Het back-upbestand is succesvol verwijderd." @@ -304,11 +305,11 @@ msgstr "" "Het CSS-bestand is niet gevonden omdat het niet bestaat. U kunt het " "genereren door op het verfrollerpictogram te klikken." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Het bestand is succesvol bijgewerkt!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Versie" @@ -332,11 +333,11 @@ msgstr "" msgid "Welcome" msgstr "Welkom" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "met" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -344,10 +345,10 @@ msgstr "" "Hiermee schakel je Gutenberg op je site uit en terug naar de klassieke " "editor, waar je ook bent." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Ja" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Ja, verwijder het!" diff --git a/languages/my-style-anytime-pl_PL.mo b/languages/my-style-anytime-pl_PL.mo index f338886..2d96290 100644 Binary files a/languages/my-style-anytime-pl_PL.mo and b/languages/my-style-anytime-pl_PL.mo differ diff --git a/languages/my-style-anytime-pl_PL.po b/languages/my-style-anytime-pl_PL.po index 97a2e08..b8b1114 100644 --- a/languages/my-style-anytime-pl_PL.po +++ b/languages/my-style-anytime-pl_PL.po @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 01:53+0000\n" +"PO-Revision-Date: 2024-02-22 21:36+0000\n" "X-Domain: my-style-anytime\n" "Language: pl_PL\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 " @@ -19,44 +19,44 @@ msgstr "" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Po usunięciu nie można przywrócić tego pliku!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Czy na pewno chcesz zapisać zmiany?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Jesteś pewny?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Jak przeczytałeś przed zainstalowaniem i aktywacją tej wtyczki za jego " -"pomocą, masz możliwość stworzenia niestandardowego widoku CSS przy użyciu " -"reguł użytkownika." +"Jak przeczytasz przed zainstalowaniem i aktywacją tej wtyczki za jego pomocą," +" możesz utworzyć niestandardowy widok CSS, korzystając z ról użytkowników." #: my-style-anytime.php:163 msgid "Backup" msgstr "Kopia zapasowa" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Przywracania kopii zapasowej" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Style kopii zapasowych" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Kopia zapasowa powiodła się" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Anulować" @@ -68,28 +68,28 @@ msgstr "Edytor kodu" msgid "Community Support" msgstr "Społeczność" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Twórz i dostosowuj interfejs użytkownika z przodu lub z tyłu wp-admin i " -"responsywnie, używając tego samego pliku arkuszy stylów CSS w oparciu o typy " -"reguł użytkownika." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Dostosowywanie" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Dostosuj publiczny frontend lub administracyjny backend wp-admin z " +"responsywnością, używając tego samego pliku arkuszy stylów CSS w oparciu o " +"typ ról użytkownika" + +#: pages/backup.php:320 msgid "Delete" msgstr "Usuwać" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Usuwanie nie powiodło się" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Usuń pomyślnie" @@ -105,23 +105,23 @@ msgstr "darowizna" msgid "Enjoy your work" msgstr "Miłej pracy" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Błąd" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Błąd podczas aktualizacji pliku: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Nie udało się utworzyć kopii zapasowej." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Nie udało się usunąć pliku kopii zapasowej." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Nie udało się przywrócić stylów." @@ -133,7 +133,7 @@ msgstr "Często zadawane pytania" msgid "For help, you have our " msgstr "Aby uzyskać pomoc, masz nasze" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -153,7 +153,7 @@ msgstr "Wygeneruj plik CSS dla" msgid "Generate Visitor CSS File" msgstr "Wygeneruj plik CSS gościa" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -183,11 +183,11 @@ msgstr "" "nami swoją oceną i opinią." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "w Zurychu w Szwajcarii" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Lista plików zip kopii zapasowych" @@ -204,9 +204,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "OK" @@ -214,7 +214,7 @@ msgstr "OK" msgid "part, or if that does not help you can write your question in the" msgstr "części, a jeśli to nie pomoże, możesz napisać swoje pytanie w" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Narzędzia premium dla WordPress wykonane przez" @@ -230,7 +230,7 @@ msgstr "Usuń metagenerator" msgid "Remove WordPress from the title" msgstr "Usuń WordPressa z tytułu" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -238,19 +238,19 @@ msgstr "" "Usunięcie metageneratora pomaga ukryć wersję WordPressa, której używasz, " "przed potencjalnymi atakującymi." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Przywracanie nie powiodło się" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Przywróć style" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Przywracanie powiodło się" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Ratować" @@ -258,7 +258,7 @@ msgstr "Ratować" msgid "Save Changes" msgstr "Zapisz zmiany" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Zapisz zmiany?" @@ -278,15 +278,15 @@ msgstr "" msgid "Settings" msgstr "Ustawienia" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Pomyślnie utworzono kopię zapasową stylów." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Style zostały przywrócone." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Powodzenie" @@ -294,7 +294,7 @@ msgstr "Powodzenie" msgid "support sections" msgstr "sekcje wsparcia" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Plik kopii zapasowej został pomyślnie usunięty." @@ -306,11 +306,11 @@ msgstr "" "Nie znaleziono pliku CSS, ponieważ nie istnieje, możesz go wygenerować " "klikając na ikonę wałka malarskiego." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Plik został pomyślnie zaktualizowany!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Wersja" @@ -332,11 +332,11 @@ msgstr "Będziemy bardzo zadowoleni, jeśli wspomożesz rozwój tej wtyczki swoi msgid "Welcome" msgstr "Powitanie" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "z" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -344,10 +344,10 @@ msgstr "" "Dzięki temu wyłączysz Gutenberga na swojej stronie i wrócisz do klasycznego " "edytora, bez względu na to, gdzie jesteś." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Tak" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Tak, usuń to!" diff --git a/languages/my-style-anytime-pt_BR.mo b/languages/my-style-anytime-pt_BR.mo index eccda15..c818ca2 100644 Binary files a/languages/my-style-anytime-pt_BR.mo and b/languages/my-style-anytime-pt_BR.mo differ diff --git a/languages/my-style-anytime-pt_BR.po b/languages/my-style-anytime-pt_BR.po index a7eade3..fd211d6 100644 --- a/languages/my-style-anytime-pt_BR.po +++ b/languages/my-style-anytime-pt_BR.po @@ -11,51 +11,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 01:20+0000\n" +"PO-Revision-Date: 2024-02-22 21:37+0000\n" "X-Domain: my-style-anytime\n" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Após a exclusão, você não poderá reverter este arquivo!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Tem certeza de que deseja salvar as alterações?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Tem certeza?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Conforme você leu antes de instalar e ativar este plugin com ele, você tem a " -"possibilidade de criar uma visualização CSS personalizada usando regras de " -"usuário." +"Conforme você leu antes de instalar e ativar este plugin com ele, você pode " +"criar uma visualização CSS personalizada usando funções de usuário." #: my-style-anytime.php:163 msgid "Backup" msgstr "Cópia de segurança" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Cópia de segurança / Restaurar" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Estilos de backup" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Backup bem-sucedido" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Cancelar" @@ -67,28 +67,28 @@ msgstr "Editor de código" msgid "Community Support" msgstr "Suporte da comunidade" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Crie e personalize o usuário front public ou back wp-admin e responsivo " -"usando o mesmo arquivo de folhas de estilo CSS com base nos tipos de regras " -"do usuário." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Costumização" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Personalize o frontend público ou o backend administrativo wp-admin com " +"responsivo usando o mesmo arquivo de folhas de estilo CSS com base no tipo " +"de função do usuário" + +#: pages/backup.php:320 msgid "Delete" msgstr "Excluir" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Falha na exclusão" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Exclusão bem-sucedida" @@ -104,23 +104,23 @@ msgstr "doação" msgid "Enjoy your work" msgstr "Aproveite seu trabalho" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Erro" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Erro ao atualizar o arquivo: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Falha ao criar um backup." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Falha ao excluir o arquivo de backup." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Falha ao restaurar estilos." @@ -132,7 +132,7 @@ msgstr "Perguntas frequentes" msgid "For help, you have our " msgstr "Para obter ajuda, você tem nosso" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +152,7 @@ msgstr "Gerar arquivo CSS para" msgid "Generate Visitor CSS File" msgstr "Gerar arquivo CSS do visitante" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -181,11 +181,11 @@ msgstr "" "feedback." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "em Zurique, Suíça" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Listar arquivos zip de backup" @@ -202,9 +202,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "OK" @@ -212,7 +212,7 @@ msgstr "OK" msgid "part, or if that does not help you can write your question in the" msgstr "parte, ou se isso não ajudar você pode escrever sua pergunta no" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Ferramentas Premium para WordPress feitas por" @@ -228,7 +228,7 @@ msgstr "Remover metagerador" msgid "Remove WordPress from the title" msgstr "Remova o WordPress do título" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -236,19 +236,19 @@ msgstr "" "A remoção do metagerador ajuda a ocultar a versão do WordPress que você está " "usando de possíveis invasores." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Falha na restauração" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Restaurar estilos" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Restauração bem-sucedida" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Salvar" @@ -256,7 +256,7 @@ msgstr "Salvar" msgid "Save Changes" msgstr "Salvar alterações" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Salvar alterações?" @@ -276,15 +276,15 @@ msgstr "" msgid "Settings" msgstr "Configurações" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Estilos copiados com sucesso." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Estilos restaurados com sucesso." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Sucesso" @@ -292,7 +292,7 @@ msgstr "Sucesso" msgid "support sections" msgstr "seções de suporte" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "O arquivo de backup foi excluído com sucesso." @@ -304,11 +304,11 @@ msgstr "" "O arquivo CSS não foi encontrado porque não existe, você pode gerá-lo " "clicando no ícone do rolo de pintura." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "O arquivo foi atualizado com sucesso!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Versão" @@ -331,11 +331,11 @@ msgstr "" msgid "Welcome" msgstr "Bem-vindo" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "com" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -343,10 +343,10 @@ msgstr "" "Com isso, você desativa o Gutenberg no seu site e volta ao editor clássico, " "não importa onde você esteja." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Sim" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Sim, exclua-o!" diff --git a/languages/my-style-anytime-ru_RU.mo b/languages/my-style-anytime-ru_RU.mo index 7f12f80..d92bfbc 100644 Binary files a/languages/my-style-anytime-ru_RU.mo and b/languages/my-style-anytime-ru_RU.mo differ diff --git a/languages/my-style-anytime-ru_RU.po b/languages/my-style-anytime-ru_RU.po index 2d07180..a141792 100644 --- a/languages/my-style-anytime-ru_RU.po +++ b/languages/my-style-anytime-ru_RU.po @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 01:45+0000\n" +"PO-Revision-Date: 2024-02-22 21:37+0000\n" "X-Domain: my-style-anytime\n" "Language: ru_RU\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && " @@ -19,44 +19,44 @@ msgstr "" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "После удаления вы не сможете вернуть этот файл!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Вы уверены, что хотите сохранить изменения?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Вы уверены?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Как вы прочитаете перед установкой и активацией этого плагина с ним, у вас " -"есть возможность создать собственное представление CSS, используя " -"пользовательские правила." +"Как вы прочитали перед установкой и активацией этого плагина с ним, вы " +"можете создать собственное представление CSS, используя роли пользователей." #: my-style-anytime.php:163 msgid "Backup" msgstr "Резервное копирование" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Восстановления резервной копии" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Стили резервного копирования" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Резервное копирование выполнено успешно" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Отмена" @@ -68,28 +68,28 @@ msgstr "Редактор кода" msgid "Community Support" msgstr "Поддержка сообщества" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Создавайте и настраивайте публичную или бэк-администраторскую панель " -"пользователя и адаптируйте ее, используя один и тот же файл таблиц стилей " -"CSS на основе правил типа пользователя." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Кастомизация" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Настройте общедоступный интерфейс или серверную часть администратора с " +"помощью wp-admin, используя один и тот же файл таблиц стилей CSS в " +"зависимости от типа ролей пользователя." + +#: pages/backup.php:320 msgid "Delete" msgstr "Удалить" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Удаление не удалось" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Удалить успешно" @@ -105,23 +105,23 @@ msgstr "пожертвование" msgid "Enjoy your work" msgstr "Наслаждайся работой" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Ошибка" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Ошибка обновления файла: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Не удалось создать резервную копию." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Не удалось удалить файл резервной копии." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Не удалось восстановить стили." @@ -133,7 +133,7 @@ msgstr "Часто задаваемые вопросы" msgid "For help, you have our " msgstr "Для помощи у вас есть наш" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -154,7 +154,7 @@ msgstr "Создать CSS-файл для" msgid "Generate Visitor CSS File" msgstr "Создать CSS-файл посетителя" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -183,11 +183,11 @@ msgstr "" "оценку и отзыв." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "в Цюрихе, Швейцария" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Получение списка zip-файлов резервной копии" @@ -204,9 +204,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "Хорошо" @@ -214,7 +214,7 @@ msgstr "Хорошо" msgid "part, or if that does not help you can write your question in the" msgstr "часть, или если это не поможет, вы можете написать свой вопрос в" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Премиум-инструменты для WordPress от" @@ -230,7 +230,7 @@ msgstr "Удалить метагенератор" msgid "Remove WordPress from the title" msgstr "Удалить WordPress из заголовка" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -238,19 +238,19 @@ msgstr "" "Удаление метагенератора поможет вам скрыть используемую вами версию " "WordPress от потенциальных злоумышленников." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Восстановление не удалось" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Восстановить стили" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Восстановить успешно" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Сохранять" @@ -258,7 +258,7 @@ msgstr "Сохранять" msgid "Save Changes" msgstr "Сохранить изменения" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Сохранить изменения?" @@ -278,15 +278,15 @@ msgstr "" msgid "Settings" msgstr "Настройки" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Стили успешно сохранены." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Стили успешно восстановлены." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Успех" @@ -294,7 +294,7 @@ msgstr "Успех" msgid "support sections" msgstr "разделы поддержки" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Файл резервной копии был успешно удален." @@ -306,11 +306,11 @@ msgstr "" "Файл CSS не найден, поскольку он не существует. Его можно создать, щелкнув " "значок малярного валика." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Файл успешно обновлен!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Версия" @@ -332,11 +332,11 @@ msgstr "Мы будем очень рады, если вы поддержите msgid "Welcome" msgstr "Добро пожаловать" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "с" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -344,10 +344,10 @@ msgstr "" "Благодаря этому вы отключите Гутенберг на своем сайте и вернетесь к " "классическому редактору, где бы вы ни находились." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Да" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Да, удалите!" diff --git a/languages/my-style-anytime-sr_RS.mo b/languages/my-style-anytime-sr_RS.mo index 369adf2..bee5571 100644 Binary files a/languages/my-style-anytime-sr_RS.mo and b/languages/my-style-anytime-sr_RS.mo differ diff --git a/languages/my-style-anytime-sr_RS.po b/languages/my-style-anytime-sr_RS.po index 036c838..1f9b78a 100644 --- a/languages/my-style-anytime-sr_RS.po +++ b/languages/my-style-anytime-sr_RS.po @@ -6,12 +6,12 @@ msgstr "" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/my-style-" "anytime/\n" "Last-Translator: \n" -"Language-Team: Српски језик\n" +"Language-Team: Serbian\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2023-02-24 23:29+0200\n" -"PO-Revision-Date: 2024-02-21 21:42+0000\n" +"PO-Revision-Date: 2024-02-22 21:38+0000\n" "X-Domain: my-style-anytime\n" "Language: sr_RS\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && " @@ -19,43 +19,44 @@ msgstr "" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Након брисања не можете вратити ову датотеку!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Да ли сте сигурни да желите да сачувате промене?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Јеси ли сигуран?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" -"Док сте читали пре инсталирања и активирања овог додатка са њим, имате " -"могућност да креирате прилагођени ЦСС приказ користећи корисничка правила." +"Док сте читали пре инсталирања и активације овог додатка са њим, можете " +"креирати прилагођени ЦСС приказ користећи корисничке улоге." #: my-style-anytime.php:163 msgid "Backup" msgstr "Резервна копија" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Резервна копија / Враћање копије" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Направи резервну копију" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Резервна копија је успела" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "Отказати" @@ -67,28 +68,27 @@ msgstr "Едитор кода" msgid "Community Support" msgstr "Подршка Заједнице" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Креирајте и прилагодите кориснику предњу страну или задњу страну wp-admin " -"као и прилагодљив приказ користећи исту датотеку ЦСС стил фајла на основу " -"корисничких типова и и њихових правила." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Прилагођавања" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Прилагодите јавни фронтенд или админ бацкенд вп-админ са одзивом користећи " +"исту датотеку ЦСС стилова на основу типа корисничких улога" + +#: pages/backup.php:320 msgid "Delete" msgstr "Избриши" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Брисање није успело" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Брисање успешно" @@ -104,23 +104,23 @@ msgstr "донацијом" msgid "Enjoy your work" msgstr "Уживајте у свом раду" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Грешка" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Грешка при ажурирању датотеке: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Прављење резервне копије није успело." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Брисање резервне копије датотеке није успело." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Враћање стилова није успело." @@ -132,7 +132,7 @@ msgstr "ЧПП" msgid "For help, you have our " msgstr "За помоћ, имате наш део" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -152,7 +152,7 @@ msgstr "Генеришите ЦСС датотеку за" msgid "Generate Visitor CSS File" msgstr "Генеришите ЦСС датотеку посетилаца" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -181,11 +181,11 @@ msgstr "" "оцену и повратне информације." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "у Цириху, Швајцарска" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Листа резервних зип датотека" @@ -202,9 +202,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "У реду" @@ -213,7 +213,7 @@ msgid "part, or if that does not help you can write your question in the" msgstr "" "са честим питањима, или ако то не помогне, можете да напишете своје питање у" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "Премиум алати за ВордПрес направљени од стране" @@ -229,7 +229,7 @@ msgstr "Уклоните мета генератор" msgid "Remove WordPress from the title" msgstr "Уклоните ВордПрес из наслова" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -237,19 +237,19 @@ msgstr "" "Уклањање мета генератора помаже вам да сакријете верзију ВордПрес-а коју " "користите од потенцијалних нападача." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Враћање није успело" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Враћање Стиловa" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Враћање је успешно" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Сачувај" @@ -257,7 +257,7 @@ msgstr "Сачувај" msgid "Save Changes" msgstr "Сачувај измене" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Сачувај измене?" @@ -277,24 +277,23 @@ msgstr "" msgid "Settings" msgstr "Подешавања" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Сигурносна копија стилова је успешно направљена." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Стилови су успешно враћени." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Успешно" #: pages/general.php:47 -#| msgid "support sections." msgid "support sections" msgstr "одељцима за подршку" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Датотека резервне копије је успешно избрисана." @@ -306,12 +305,11 @@ msgstr "" "ЦСС датотека није пронађена јер не постоји, можете је генерисати кликом на " "икону ваљка за фарбање." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Датотека је успешно ажурирана!" -#: my-style-anytime.php:322 -#| msgid "Version: " +#: my-style-anytime.php:321 msgid "Version" msgstr "Верзија" @@ -333,11 +331,11 @@ msgstr "Биће нам веома драго ако подржите унапр msgid "Welcome" msgstr "Добродошли" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "са" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -345,10 +343,10 @@ msgstr "" "Овим ћете онемогућити Гутенберга на свом сајту и вратити се у класични " "уређивач, без обзира где се налазите." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Да" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Да, избришите!" diff --git a/languages/my-style-anytime-tr_TR.mo b/languages/my-style-anytime-tr_TR.mo index f5d633f..5086c0b 100644 Binary files a/languages/my-style-anytime-tr_TR.mo and b/languages/my-style-anytime-tr_TR.mo differ diff --git a/languages/my-style-anytime-tr_TR.po b/languages/my-style-anytime-tr_TR.po index 7ee84b8..87532f0 100644 --- a/languages/my-style-anytime-tr_TR.po +++ b/languages/my-style-anytime-tr_TR.po @@ -11,50 +11,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "POT-Creation-Date: 2024-02-21 20:46+0000\n" -"PO-Revision-Date: 2024-02-22 02:03+0000\n" +"PO-Revision-Date: 2024-02-22 21:39+0000\n" "X-Domain: my-style-anytime\n" "Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.6; wp-6.4.3" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "Bu dosyayı sildikten sonra geri alamazsınız!" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "Değişiklikleri kaydetmek istediğinizden emin misiniz?" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "Emin misin?" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" "Bu eklentiyi onunla kurup etkinleştirmeden önce okuduğunuz gibi, kullanıcı " -"kurallarını kullanarak özel bir CSS görünümü oluşturma olanağına sahipsiniz." +"rollerini kullanarak özel bir CSS görünümü oluşturabilirsiniz." #: my-style-anytime.php:163 msgid "Backup" msgstr "Destek olmak" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "Yedekleme / Geri Yükleme" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "Yedekleme Stilleri" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "Yedekleme Başarılı" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "İptal etmek" @@ -66,27 +67,27 @@ msgstr "Kod Düzenleyici" msgid "Community Support" msgstr "Topluluk Desteği" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" -"Kullanıcı kural türlerine göre aynı CSS stil sayfaları dosyasını kullanarak " -"kullanıcı ön genel veya arka wp-admin ve duyarlı oluşturun ve özelleştirin." - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "Özelleştirme" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" +"Kullanıcı rolleri türüne göre aynı CSS stil sayfaları dosyasını kullanarak " +"genel ön ucu veya yönetici arka ucunu wp-admin'i duyarlı olarak özelleştirin" + +#: pages/backup.php:320 msgid "Delete" msgstr "Silmek" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "Silinemedi" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "Başarılı Sil" @@ -102,23 +103,23 @@ msgstr "bağış" msgid "Enjoy your work" msgstr "İşinin tadını çıkar" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "Hata" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "Dosya güncellenirken hata oluştu: " -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "Yedekleme oluşturulamadı." -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "Yedekleme dosyası silinemedi." -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "Stiller geri yüklenemedi." @@ -130,7 +131,7 @@ msgstr "SSS" msgid "For help, you have our " msgstr "Yardım için bizim" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -150,7 +151,7 @@ msgstr "Şunun için CSS Dosyası Oluştur:" msgid "Generate Visitor CSS File" msgstr "Ziyaretçi CSS Dosyası Oluştur" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -180,11 +181,11 @@ msgstr "" "güzel olur." #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "İsviçre'nin Zürih şehrinde" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "Yedekleme zip dosyalarını listeleme" @@ -201,9 +202,9 @@ msgstr "My Style Anytime" msgid "NewfieSoft" msgstr "NewfieSoft" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "Tamam" @@ -211,7 +212,7 @@ msgstr "Tamam" msgid "part, or if that does not help you can write your question in the" msgstr "Bu kısım yardımcı olmazsa sorunuzu buraya yazabilirsiniz." -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "WordPress için Premium Araçlar tarafından yapılmıştır" @@ -227,7 +228,7 @@ msgstr "Meta oluşturucuyu kaldır" msgid "Remove WordPress from the title" msgstr "WordPress'i başlıktan kaldırın" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." @@ -235,19 +236,19 @@ msgstr "" "Meta oluşturucuyu kaldırmak, kullandığınız WordPress sürümünü potansiyel " "saldırganlardan gizlemenize yardımcı olur." -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "Geri Yükleme Başarısız Oldu" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "Stilleri Geri Yükle" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "Başarılı Geri Yükleme" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "Kaydetmek" @@ -255,7 +256,7 @@ msgstr "Kaydetmek" msgid "Save Changes" msgstr "Değişiklikleri Kaydet" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "Değişiklikleri Kaydet?" @@ -275,15 +276,15 @@ msgstr "" msgid "Settings" msgstr "Ayarlar" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "Stiller başarıyla yedeklendi." -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "Stiller başarıyla geri yüklendi." -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "Başarı" @@ -291,7 +292,7 @@ msgstr "Başarı" msgid "support sections" msgstr "destek bölümleri" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "Yedekleme dosyası başarıyla silindi." @@ -303,11 +304,11 @@ msgstr "" "CSS dosyası mevcut olmadığından bulunamadı, boya rulosu ikonuna tıklayarak " "oluşturabilirsiniz." -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "Dosya başarıyla güncellendi!" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "Sürüm" @@ -329,11 +330,11 @@ msgstr "Bu eklentinin geliştirilmesine destek verirseniz çok memnun oluruz." msgid "Welcome" msgstr "Hoş geldin" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "ile" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." @@ -341,10 +342,10 @@ msgstr "" "Bununla, nerede olursanız olun sitenizde Gutenberg'i devre dışı bırakır ve " "klasik düzenleyiciye geri dönersiniz." -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "Evet" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "Evet, silin!" diff --git a/languages/my-style-anytime.pot b/languages/my-style-anytime.pot index a20928b..4c794ef 100644 --- a/languages/my-style-anytime.pot +++ b/languages/my-style-anytime.pot @@ -11,48 +11,49 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-02-21 21:41+0000\n" +"POT-Creation-Date: 2024-02-22 21:30+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Domain: my-style-anytime\n" "Language: \n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "X-Generator: Loco https://localise.biz/" -#: pages/backup.php:333 +#: pages/backup.php:340 msgid "After deleting you are not able to revert this file!" msgstr "" -#: pages/customization.php:60 +#: pages/customization.php:60 pages/security.php:60 pages/settings.php:60 msgid "Are you sure you want to save changes?" msgstr "" -#: pages/backup.php:332 +#: pages/backup.php:339 msgid "Are you sure?" msgstr "" #: pages/general.php:33 msgid "" -"As you read before installing and activating this plugin with him, you have " -"the possibility to create a custom CSS view using user rules." +"As you read before installing and activating this plugin with him, you can " +"create a custom CSS view using user roles." msgstr "" #: my-style-anytime.php:163 msgid "Backup" msgstr "" -#: pages/backup.php:274 +#: pages/backup.php:280 msgid "Backup / Restore" msgstr "" -#: pages/backup.php:282 +#: pages/backup.php:288 msgid "Backup Styles" msgstr "" -#: pages/backup.php:39 +#: pages/backup.php:40 msgid "Backup Successful" msgstr "" -#: pages/backup.php:339 pages/customization.php:64 +#: pages/backup.php:346 pages/customization.php:66 pages/security.php:66 +#: pages/settings.php:66 msgid "Cancel" msgstr "" @@ -64,25 +65,25 @@ msgstr "" msgid "Community Support" msgstr "" -#. Description of the plugin -msgid "" -"Create and customize user front public or back wp-admin and responsive using " -"the same CSS style sheets file based on user types of rules." -msgstr "" - #: my-style-anytime.php:136 pages/customization.php:39 msgid "Customization" msgstr "" -#: pages/backup.php:314 +#. Description of the plugin +msgid "" +"Customize public frontend or admin backend wp-admin with responsive using " +"the same CSS stylesheets file based on user roles type" +msgstr "" + +#: pages/backup.php:320 msgid "Delete" msgstr "" -#: pages/backup.php:101 +#: pages/backup.php:106 msgid "Delete Failed" msgstr "" -#: pages/backup.php:90 +#: pages/backup.php:94 msgid "Delete Successful" msgstr "" @@ -98,23 +99,23 @@ msgstr "" msgid "Enjoy your work" msgstr "" -#: pages/editor.php:319 +#: pages/editor.php:321 msgid "Error" msgstr "" -#: pages/editor.php:320 +#: pages/editor.php:322 msgid "Error updating file: " msgstr "" -#: pages/backup.php:47 +#: pages/backup.php:48 msgid "Failed to create a backup." msgstr "" -#: pages/backup.php:102 +#: pages/backup.php:107 msgid "Failed to delete backup file." msgstr "" -#: pages/backup.php:70 +#: pages/backup.php:73 msgid "Failed to restore styles." msgstr "" @@ -126,7 +127,7 @@ msgstr "" msgid "For help, you have our " msgstr "" -#: pages/customization.php:85 +#: pages/customization.php:88 msgid "" "From the website title displayed in a browser tab and dashboard, and wp-" "login.php for enhanced branding and security." @@ -144,7 +145,7 @@ msgstr "" msgid "Generate Visitor CSS File" msgstr "" -#: pages/backup.php:276 +#: pages/backup.php:282 msgid "" "Here you can create a backup anytime for all styles that you create and " "restore, all archive files have been storage inside" @@ -169,11 +170,11 @@ msgid "" msgstr "" #. FontAwesome heart icon -#: my-style-anytime.php:316 +#: my-style-anytime.php:315 msgid "in Zürich, Switzerland" msgstr "" -#: pages/backup.php:296 +#: pages/backup.php:302 msgid "List Backup zip files" msgstr "" @@ -190,9 +191,9 @@ msgstr "" msgid "NewfieSoft" msgstr "" -#: pages/backup.php:41 pages/backup.php:64 pages/backup.php:71 -#: pages/backup.php:92 pages/backup.php:103 pages/editor.php:309 -#: pages/editor.php:321 +#: pages/backup.php:42 pages/backup.php:66 pages/backup.php:74 +#: pages/backup.php:96 pages/backup.php:108 pages/editor.php:310 +#: pages/editor.php:323 msgid "OK" msgstr "" @@ -200,7 +201,7 @@ msgstr "" msgid "part, or if that does not help you can write your question in the" msgstr "" -#: my-style-anytime.php:312 +#: my-style-anytime.php:311 msgid "Premium Tools for WordPress made by" msgstr "" @@ -216,25 +217,25 @@ msgstr "" msgid "Remove WordPress from the title" msgstr "" -#: pages/security.php:59 +#: pages/security.php:88 msgid "" "Removing the meta generator, helps you to hide the version of WordPress that " "you are using from potential attackers." msgstr "" -#: pages/backup.php:69 +#: pages/backup.php:72 msgid "Restore Failed" msgstr "" -#: pages/backup.php:307 +#: pages/backup.php:313 msgid "Restore Styles" msgstr "" -#: pages/backup.php:62 +#: pages/backup.php:64 msgid "Restore Successful" msgstr "" -#: pages/customization.php:46 pages/security.php:45 pages/settings.php:45 +#: pages/customization.php:46 pages/security.php:46 pages/settings.php:46 msgid "Save" msgstr "" @@ -242,7 +243,7 @@ msgstr "" msgid "Save Changes" msgstr "" -#: pages/customization.php:59 +#: pages/customization.php:59 pages/security.php:59 pages/settings.php:59 msgid "Save Changes?" msgstr "" @@ -260,15 +261,15 @@ msgstr "" msgid "Settings" msgstr "" -#: pages/backup.php:40 +#: pages/backup.php:41 msgid "Styles successfully backed up." msgstr "" -#: pages/backup.php:63 +#: pages/backup.php:65 msgid "Styles successfully restored." msgstr "" -#: pages/editor.php:307 +#: pages/editor.php:308 msgid "Success" msgstr "" @@ -276,7 +277,7 @@ msgstr "" msgid "support sections" msgstr "" -#: pages/backup.php:91 +#: pages/backup.php:95 msgid "The backup file was successfully deleted." msgstr "" @@ -286,11 +287,11 @@ msgid "" "clicking on the paint roller icon." msgstr "" -#: pages/editor.php:308 +#: pages/editor.php:309 msgid "The file was updated successfully!" msgstr "" -#: my-style-anytime.php:322 +#: my-style-anytime.php:321 msgid "Version" msgstr "" @@ -312,20 +313,20 @@ msgstr "" msgid "Welcome" msgstr "" -#: my-style-anytime.php:314 +#: my-style-anytime.php:313 msgid "with" msgstr "" -#: pages/settings.php:59 +#: pages/settings.php:88 msgid "" "With this, you Disable Gutenberg on your site and back to the classic editor," " no matter where you are." msgstr "" -#: pages/customization.php:63 +#: pages/customization.php:65 pages/security.php:65 pages/settings.php:65 msgid "Yes" msgstr "" -#: pages/backup.php:338 +#: pages/backup.php:345 msgid "Yes, delete it!" msgstr "" diff --git a/my-style-anytime.php b/my-style-anytime.php index cf05712..995c705 100644 --- a/my-style-anytime.php +++ b/my-style-anytime.php @@ -4,15 +4,15 @@ Plugin Name: My Style Anytime Plugin URI: https://newfiesoft.com/wp-plugins/my-style-anytime/ -Description: Create and customize user front public or back wp-admin and responsive using the same CSS style sheets file based on user types of rules. +Description: Customize public frontend or admin backend wp-admin with responsive using the same CSS stylesheets file based on user roles type -Version: 1.4.0 +Version: 1.4.1 Author: NewfieSoft Author URI: https://www.newfiesoft.com Donate link: https://newfiesoft.com/donate Text Domain: my-style-anytime -Domain Path: /languages/ +Domain Path: /languages License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,13 +102,14 @@ function mmysat_plugin_load_text_domain(): void { //// This configures menu name and sub names. function mysat_active_admin_menu(): void { + add_menu_page( 'General', __('My Style Anytime', 'my-style-anytime'), // Menu Title; 'activate_plugins', 'my-style-anytime', // ID 'mysat_render_general_page', - 'my-style-anytime-icon', // Make sure this icon slug matches your custom icon's registration. + 'my-style-anytime', // Make sure this icon slug matches your custom icon's registration. 999 ); @@ -168,7 +169,7 @@ function mysat_active_admin_menu(): void { } -add_action('admin_menu', 'mysat_active_admin_menu'); +add_action('admin_menu', 'mysat_active_admin_menu', 999); // Load functions on both admin and front-end diff --git a/pages/general.php b/pages/general.php index 5d83e21..224efe1 100644 --- a/pages/general.php +++ b/pages/general.php @@ -30,7 +30,7 @@ function mysat_render_general_page(): void {

-

+

diff --git a/readme.txt b/readme.txt index 7b83221..c27172f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,27 +1,25 @@ === My Style Anytime === Contributors: NewfieSoft Donate link: https://newfiesoft.com/donate -Tags: custom, css, admin-style, frontend-style, backend-style +Tags: css, custom, responsive, customize, style Requires at least: 4.9.0 Tested up to: 6.4.3 -Stable tag: 1.4.0 +Stable tag: 1.4.1 Requires PHP: 5.2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Short Description: Customize user front public or back wp-admin and responsive using the same CSS style sheets file based on user types of rules. +Short Description: Customize public frontend or admin backend wp-admin with responsive using the same CSS stylesheets file based on user roles type == Description == -Create and customize user front public or back wp-admin and responsive using the same CSS style sheets file based on user types of rules. +Revolutionize your WordPress development with our innovative plugin role-based CSS customization feature. Seamlessly customize both the public frontend and admin backend (wp-admin) using a single CSS file, intelligently tailored to different user roles. -It Is very useful among Frontend Developers, who work to create many style combinations on Frontend (public/visitor/guest view). +This powerful tool empowers developers to create unique style combinations for each user role, ensuring a personalized experience for administrators, editors, authors, contributors, subscribers, and even visitors/guests. -But at the same time as you can customize the front view, ask if you can customize what and how can look your Backend (wp-admin). Of any user rules type who can access and get a different style. +The simplicity of using one CSS file for both frontend and backend eliminates redundancy and enhances consistency in design. Efficiency meets flexibility as you effortlessly manage updates, bug fixes, and improvements through a centralized CSS file. Say goodbye to the hassle of duplicating efforts – our feature simplifies the development process, making it easy to maintain and adapt styles across your entire WordPress site. -At the same time, you can do responsive design on the same CSS file rule. - -👉 Please visit the [Github page](https://github.com/newfiesoft/my-style-anytime "Github") for the latest code development, planned enhancements and known issues 👈 +👉 For the latest code development, planned enhancements, and known issues, visit our [Github page](https://github.com/newfiesoft/my-style-anytime "Github"). 👈 ### Features @@ -33,10 +31,13 @@ At the same time, you can do responsive design on the same CSS file rule. * Including Visitor/Guest custom style view style. * Disable Gutenberg style * Disable the meta generator. -* Remove "WordPress" from the title on any case scenario and on all available Site Language inside WordPress settings. +* Remove "WordPress" from the title on any case scenario and on all available Site languages inside WordPress settings. + +To test our plugin with different user roles and [WordPress](https://wordpress.org/documentation/article/roles-and-capabilities/#roles) basic user types, we've integrated it seamlessly with independent and widely-used WordPress plugins, each having its set of user roles. Currently, our plugin supports popular plugins like [WooCommerce](https://wordpress.org/plugins/woocommerce/), [Loco Translate](https://wordpress.org/plugins/loco-translate/), [Yoast SEO](https://wordpress.org/plugins/wordpress-seo/), and [YITH WooCommerce Affiliates](https://wordpress.org/plugins/yith-woocommerce-affiliates/). -For testing our plugin how can create a custom CSS user rules style, and WordPress basic user rules type we use independent popular WordPress plugins that have his self user rules such as at this moment [WooCommerce](https://wordpress.org/plugins/woocommerce/), [Loco Translate](https://wordpress.org/plugins/loco-translate/), [Yoast SEO](https://wordpress.org/plugins/wordpress-seo/), and [YITH WooCommerce Affiliates](https://wordpress.org/plugins/yith-woocommerce-affiliates/). If you have any suggestions please post inside the support topic [Suggest a plugin that adds his role inside users](https://wordpress.org/support/topic/suggest-a-plugin-that-adds-his-role-inside-users/). + +If you have any suggestions for additional plugins or want to discuss compatibility with a specific plugin, please share your thoughts in our [support topic](https://wordpress.org/support/topic/suggest-a-plugin-that-adds-his-role-inside-users/). We welcome your input and are eager to ensure compatibility with a wide range of plugins. == Screenshots == @@ -47,7 +48,7 @@ For testing our plugin how can create a custom CSS user rules style, and WordPre 4. Customization page and his configuration options like Remove 100% WordPress from the title 5. Security page and his Information and configuration options 6. Settings page where you can enable additional useful functions -7. Backup / Restore page so now you can on click create Backup for all your styles, and restore anytime. +7. Backup / Restore page so now you can on click create Backup for all your styles and restore anytime. 8. Administrator custom style view 9. Editor custom style view 10. Author custom style view @@ -78,7 +79,7 @@ For testing our plugin how can create a custom CSS user rules style, and WordPre = After Install = -Now on the left menu, you have new options with the name My Style Anytime, click on the name how would see all options. +Now on the left menu, you have new options with the name My Style Anytime, click on the name how see all the options. On the plugin menu you have Manage Style, click on that you go on plugin style files editors. @@ -93,9 +94,9 @@ Yes, this plugin version is 100% free. = Can I show or include it in Frontend public/visitor/guest style? = -Yes, of course, in any rules style, you can find the next part of the code commented. +Yes, of course, in any role style, you can find the next part of the code commented. -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -112,74 +113,103 @@ But if you're using an upgrade inside the WordPress site plugin area, before doi == Changelog == += 1.4.1 - 23.02.2024 = +* Reorganized readme.txt file, optimized content for all available localization language support at this moment, description, and tags + +* Fix: some lines on the main plugin file my-style-anytime.php + + = 1.4.0 - 22.02.2024 = -* We complete testing on WordPress version 6.4.3 -* We reorganized and optimized the code, and changed the description, tags, and icons. +* We complete testing on WordPress version 6.4.3 + +* We reorganized and optimized the code, and changed the description, tags, and icons. -* Add : Create a backup page so now you can on click create Backup for all your styles, and restore anytime. -* Add : From this version in every subsequent one, we use [Font Awesome | Free Icons ](https://fontawesome.com/) -* Add : From this version, any user rules css style has been checked in the background and returned status inside Manage Style. In that case, you can say do you want to create custom CSS for that user rule type or not. -* Add : Now inside any part of the plugin, where have options to make changes or any other type of action, you have different types of information before action confirmation or after action confirmation. -* Add : We use the AI and create Locales for plugins on all who have used 1% plus on global information taken from official [WordPress Statistics](https://wordpress.org/about/stats/) +* Add: Create a backup page so now you can on click create Backup for all your styles, and restore anytime. -* Remove : From this version does not have any more inside Settings page options Allow File Code Editor. Because from version 1.3.0 we have an independent style code editor. -* Remove : From this version does not have any more help pages. Because from version 1.3.0 we have an independent style code editor. +* Add: From this version in every subsequent one, we use [Font Awesome | Free Icons ](https://fontawesome.com/) + +* Add: From this version, any user roles css style has been checked in the background and returned status inside Manage Style. In that case, you can say do you want to create custom CSS for that user role type or not. + +* Add: Now inside any part of the plugin, where have options to make changes or any other type of action, you have different types of information before action confirmation or after action confirmation. + +* Add: We use the AI and create Locales for plugins on all who have used 1% plus on global information taken from official [WordPress Statistics](https://wordpress.org/about/stats/) + +* Remove: From this version does not have any more inside Settings page options Allow File Code Editor. Because from version 1.3.0 we have an independent style code editor. + +* Remove: From this version does not have any more help pages. Because from version 1.3.0 we have an independent style code editor. = 1.3.0 - 13.12.2023 = -* We complete testing on WordPress version 6.4.2 -* We reorganized and optimized the code, and changed the description and tags. +* We complete testing on WordPress version 6.4.2 + +* We reorganized and optimized the code, and changed the description and tags. -* Add : We Created an Independent Code Editor inside the Mnagage Style page which can only edit CSS files inside set directories, for all user rule types. Inside the Settings page, we note remove options where Disable or Allow the default WordPress File Code Editor for security reasons. And independent of that you can manage your css files for rules. +* Add: We Created an Independent Code Editor inside the Mnagage Style page which can only edit CSS files inside set directories, for all user role types. Inside the Settings page, we note remove options where Disable or Allow the default WordPress File Code Editor for security reasons. And independent of that you can manage your css files for roles. -* Add : We added a Malayalam key on how to remove WordPress on the title of any page. And after testing we again cover all available Site Language inside WordPress. +* Add: We added a Malayalam key on how to remove WordPress from the title of any page. And after testing we again cover all available Site Language inside WordPress. -* Fix : Inside the main localization file my-style-anytime.pot we fix the bugs and optimize on lines how translation can cover and work 100% +* Fix: Inside the main localization file my-style-anytime.pot we fix the bugs and optimize on lines how translation can cover and work 100% = 1.2.0 - 29.09.2023 = -* We complete testing on WordPress version 6.3.1 +* We complete testing on WordPress version 6.3.1 -* Add : We optimize the .pot file as a part of the plugin, add new lines, and optimize olders. +* Add: We optimize the .pot file as a part of the plugin, add new lines, and optimize olders. -* Add : In this version we implement [WooCommerce](https://wordpress.org/plugins/woocommerce/) user rules. -* Add : In this version we implement [Loco Translate](https://wordpress.org/plugins/loco-translate/) user rules. -* Add : In this version we implement [Yoast SEO](https://wordpress.org/plugins/wordpress-seo/) user rules. -* Add : In this version we implement [YITH WooCommerce Affiliates](https://wordpress.org/plugins/yith-woocommerce-affiliates/) user rules. +* Add: In this version, we implement [WooCommerce](https://wordpress.org/plugins/woocommerce/) user roles. -* Fix : disagreements with form-table +* Add: In this version, we implement [Loco Translate](https://wordpress.org/plugins/loco-translate/) user roles. + +* Add: In this version, we implement [Yoast SEO](https://wordpress.org/plugins/wordpress-seo/) user roles. + +* Add: In this version, we implement [YITH WooCommerce Affiliates](https://wordpress.org/plugins/yith-woocommerce-affiliates/) user roles. + +* Fix: disagreements with form-table = 1.1.0 - 17.05.2023 = -* We reorganized the version control schematic. -* We complete testing on WordPress version 6.2.1 -* Add : Functions on the Security page where you disable the meta generator. -* Add : Functions on the Customization page where you Remove "WordPress" from the title on any case. -* On this version we change the link rel='stylesheet' id=' generate line how in order to avoid a possible conflict with any other plugins with the same name as admin-style-css now it is admin-msyt-styles-css +* We reorganized the version control schematic. + +* We complete testing on WordPress version 6.2.1 + +* Add: Functions on the Security page where you disable the meta generator. + +* Add: Functions on the Customization page where you Remove "WordPress" from the title on any case. + +* On this version we changed the link rel='stylesheet' id=' generate line how to avoid a possible conflict with any other plugins with the same name as admin-style-css now it is admin-msyt-styles-css = 1.0.4 - 24.02.2023 = -* We reorganized the directory structure and code. -* Add : Settings pages where you can enable or disable on-click file editing. -* Add : Functions on Settings page where you disable Gutenberg style anywhere & Enable classic editor. -* Add : From this version, the .pot file is a part of the plugin and is 100% optimize with the plugin. That means now we can make localization and work on multi Languages support. +* We reorganized the directory structure and code. + +* Add: Settings pages where you can enable or disable on-click file editing. + +* Add: Functions on the Settings page where you disable Gutenberg style anywhere & Enable classic editor. + +* Add: From this version, the .pot file is a part of the plugin and is 100% optimized with the plugin. That means now we can make localization and work on multi-language support. = 1.0.3 - 01.10.2022 = -* Add : Ratings on the Installed Plugins list page itself. +* Add: Ratings on the Installed Plugins list page itself. = 1.0.2.9 - 01.10.2022 = -* Fix : the bug after the update in version 1.0.2 +* Fix: the bug after the update in version 1.0.2 = 1.0.2 - 01.10.2022 = -* We optimized the code and added additional buttons on the Installed Plugins list page itself. +* We optimized the code and added additional buttons on the Installed Plugins list page itself. = 1.0.1 - 01.09.2022 = -* We add a function where visitors have the owner's custom style (visitor-style.css). With this now you do not need to use theme style.css primarily. +* We add a function where visitors have the owner's custom style (visitor-style.css). With this now you do not need to use theme style.css primarily. = 1.0.0 - 01.08.2022 = * First release + + +== Upgrade Notice == + += 1.4.1 - 23.02.2024 = +We optimized content, localization, description, and tags and fixed some lines \ No newline at end of file diff --git a/styles/administrator-style.css b/styles/administrator-style.css index 6021f60..afcc928 100644 --- a/styles/administrator-style.css +++ b/styles/administrator-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is style for rules Administrator + * This is style for roles Administrator * - * @Rules: Administrator + * @Roles: Administrator * * @Plugin style name: WordPress * @URL: https://wordpress.org/support/article/roles-and-capabilities/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -70,7 +70,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -80,13 +80,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -96,7 +96,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -104,7 +104,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -266,6 +266,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/author-style.css b/styles/author-style.css index ce33818..21338db 100644 --- a/styles/author-style.css +++ b/styles/author-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is style for rules Author + * This is style for roles Author * - * @Rules: Author + * @Roles: Author * * @Plugin style name: WordPress * @URL: https://wordpress.org/support/article/roles-and-capabilities/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -70,7 +70,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -80,13 +80,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -96,7 +96,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -104,7 +104,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -266,6 +266,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/contributor-style.css b/styles/contributor-style.css index 36c2b73..dbf654f 100644 --- a/styles/contributor-style.css +++ b/styles/contributor-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is style for rules Contributor + * This is style for roles Contributor * - * @Rules: Contributor + * @Roles: Contributor * * @Plugin style name: WordPress * @URL: https://wordpress.org/support/article/roles-and-capabilities/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -61,7 +61,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -71,13 +71,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -87,7 +87,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -95,7 +95,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -257,6 +257,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/customer-style.css b/styles/customer-style.css index 0fa3442..6984c69 100644 --- a/styles/customer-style.css +++ b/styles/customer-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is a style for rules Customer + * This is a style for roles Customer * - * @Rules: Customer + * @Roles: Customer * * @Plugin: Woocommerce plugins * @URL: https://wordpress.org/plugins/woocommerce/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -59,7 +59,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -70,13 +70,13 @@ font-size: 36px; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -86,7 +86,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -95,7 +95,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -256,6 +256,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/editor-style.css b/styles/editor-style.css index 0e30a57..e881eca 100644 --- a/styles/editor-style.css +++ b/styles/editor-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is style for rules Editor + * This is style for roles Editor * - * @Rules: Editor + * @Roles: Editor * * @Plugin style name: WordPress * @URL: https://wordpress.org/support/article/roles-and-capabilities/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -60,7 +60,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -70,13 +70,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -86,7 +86,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -94,7 +94,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -256,6 +256,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/shop-manager-style.css b/styles/shop-manager-style.css index 5b80de3..8253176 100644 --- a/styles/shop-manager-style.css +++ b/styles/shop-manager-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is a style for rules Shop Manager + * This is a style for roles Shop Manager * - * @Rules: Shop Manager + * @Roles: Shop Manager * * @Plugin: Woocommerce plugins * @URL: https://wordpress.org/plugins/woocommerce/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -59,7 +59,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { text-align: center; @@ -70,13 +70,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -86,7 +86,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -95,7 +95,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -256,6 +256,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/subscriber-style.css b/styles/subscriber-style.css index 7b2a03c..916e946 100644 --- a/styles/subscriber-style.css +++ b/styles/subscriber-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is style for rules Subscriber + * This is style for roles Subscriber * - * @Rules: Subscriber + * @Roles: Subscriber * * @Plugin style name: WordPress * @URL: https://wordpress.org/support/article/roles-and-capabilities/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -60,7 +60,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -70,13 +70,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -86,7 +86,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -94,7 +94,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -256,6 +256,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/translator-style.css b/styles/translator-style.css index a051cf5..ff50811 100644 --- a/styles/translator-style.css +++ b/styles/translator-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is a style for rules Translator + * This is a style for roles Translator * - * @Rules: Translator + * @Roles: Translator * * @Plugin: Loco Translate * @URL: https://wordpress.org/plugins/loco-translate/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -59,7 +59,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -69,14 +69,14 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { text-align: center; font-size: 36px; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -86,7 +86,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -94,7 +94,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -255,6 +255,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/visitor-style.css b/styles/visitor-style.css index 5569df4..1efe374 100644 --- a/styles/visitor-style.css +++ b/styles/visitor-style.css @@ -5,9 +5,9 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is the style for rules Visitor + * This is the style for roles Visitor * - * @Rules: Visitor + * @Roles: Visitor * */ @@ -23,7 +23,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -51,7 +51,7 @@ color: green; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -61,13 +61,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -77,7 +77,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -85,7 +85,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -247,6 +247,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/wpseo-editor-style.css b/styles/wpseo-editor-style.css index b937da1..b84c5e4 100644 --- a/styles/wpseo-editor-style.css +++ b/styles/wpseo-editor-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is a style for rules SEO Editor + * This is a style for roles SEO Editor * - * @Rules: SEO Editor + * @Roles: SEO Editor * * @Plugin: Yoast SEO * @URL: https://wordpress.org/plugins/wordpress-seo/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -59,7 +59,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -69,13 +69,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -86,7 +86,7 @@ font-size: 36px; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -94,7 +94,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -255,6 +255,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/wpseo-manager-style.css b/styles/wpseo-manager-style.css index 58eec02..8b644b6 100644 --- a/styles/wpseo-manager-style.css +++ b/styles/wpseo-manager-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is a style for rules SEO Manager + * This is a style for roles SEO Manager * - * @Rules: SEO Manager + * @Roles: SEO Manager * * @Plugin: Yoast SEO * @URL: https://wordpress.org/plugins/wordpress-seo/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -59,7 +59,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -69,13 +69,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { text-align: center; @@ -86,7 +86,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { display: none; @@ -94,7 +94,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -255,6 +255,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file diff --git a/styles/yith-affiliate-style.css b/styles/yith-affiliate-style.css index 0e7c558..adb03a5 100644 --- a/styles/yith-affiliate-style.css +++ b/styles/yith-affiliate-style.css @@ -5,16 +5,16 @@ * @URL: https://newfiesoft.com/wp-plugins/my-style-anytime/ * * - * This is a style for rules YITH Affiliates + * This is a style for roles YITH Affiliates * - * @Rules: YITH Affiliates + * @Roles: YITH Affiliates * * @Plugin: YITH WooCommerce Affiliates * @URL: https://wordpress.org/plugins/yith-woocommerce-affiliates/ * */ -/* To import visitor style in this user @Rules type +/* To import visitor style in this user @Roles type @import "visitor-style.css"; */ @@ -33,7 +33,7 @@ /*=== Front Styles ===*/ -/* Standard WordPress User rules style example */ +/* Standard WordPress User roles style example */ .hello-administrator { display: none; @@ -59,7 +59,7 @@ display: none; } -/* WooCommerce User rules style example */ +/* WooCommerce User roles style example */ .hello-shop-manager { display: none; @@ -69,13 +69,13 @@ display: none; } -/* Loco Translate User rules style example */ +/* Loco Translate User roles style example */ .hello-translator { display: none; } -/* Yoast SEO User rules style example */ +/* Yoast SEO User roles style example */ .hello-seo-manager { display: none; @@ -85,7 +85,7 @@ display: none; } -/* YITH Affiliates User rules style example */ +/* YITH Affiliates User roles style example */ .hello-affiliates { text-align: center; @@ -95,7 +95,7 @@ /*#########################################################################*/ -/*=== Start Responsive configurations for this rules user type ===*/ +/*=== Start Responsive configurations for this roles user type ===*/ /*=| ##### Desktop screen resolution ##### |=*/ @@ -256,6 +256,6 @@ /* End media max-width: 390px */ -/*=== End Responsive configurations for this rules user type ===*/ +/*=== End Responsive configurations for this roles user type ===*/ /*#########################################################################*/ \ No newline at end of file