Changeset 3387367
- Timestamp:
- 10/31/2025 01:24:34 AM (5 months ago)
- Location:
- add-to-home-screen-wp/trunk
- Files:
-
- 7 edited
-
add-to-home-screen-wp.php (modified) (7 diffs)
-
languages/add-to-home-screen-wp-de_DE.mo (modified) (previous)
-
languages/add-to-home-screen-wp-de_DE.po (modified) (3 diffs)
-
languages/add-to-home-screen-wp-fr_FR.mo (modified) (previous)
-
languages/add-to-home-screen-wp-fr_FR.po (modified) (25 diffs)
-
languages/add-to-home-screen-wp.pot (modified) (23 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-to-home-screen-wp/trunk/add-to-home-screen-wp.php
r3387352 r3387367 4 4 Plugin URI: https://tulipemedia.com/en/add-to-home-screen-wordpress-plugin/ 5 5 Description: Turn your WordPress site into a Web App (PWA) with a stylish 'Add to Home Screen' prompt for iOS & Android. Boost engagement without native app costs! 6 Version: 2.7. 36 Version: 2.7.4 7 7 Author: Ziyad Bachalany 8 8 Author URI: https://tulipemedia.com … … 366 366 echo esc_html__(', {network_name} for the network name', 'add-to-home-screen-wp'); 367 367 } 368 echo ' ' . esc_html__('Note: Previously % placeholders were used (e.g., %site_name). Both % and {} are supported during transition.', 'add-to-home-screen-wp');369 368 ?> 370 369 </p> … … 381 380 echo esc_html__(', {network_name} for the network name', 'add-to-home-screen-wp'); 382 381 } 383 echo ' ' . esc_html__('Note: Previously % placeholders were used (e.g., %site_name). Both % and {} are supported during transition.', 'add-to-home-screen-wp');384 382 ?> 385 383 </p> … … 620 618 echo esc_html__(', {network_name} for the network name', 'add-to-home-screen-wp'); 621 619 } 622 echo ' ' . esc_html__('Note: Previously % placeholders were used (e.g., %site_name). Both % and {} are supported during transition.', 'add-to-home-screen-wp');623 620 ?> 624 621 </p> … … 635 632 echo esc_html__(', {network_name} for the network name', 'add-to-home-screen-wp'); 636 633 } 637 echo ' ' . esc_html__('Note: Previously % placeholders were used (e.g., %site_name). Both % and {} are supported during transition.', 'add-to-home-screen-wp');638 634 ?> 639 635 </p> … … 735 731 <div style="max-width: 500px; margin: auto; text-align: center; background: #f9f9f9; padding: 10px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);"> 736 732 <h3><?php esc_html_e('Let me know that you are using my plugin!', 'add-to-home-screen-wp'); ?></h3> 737 <a href="https://twitter.com/intent/tweet?text=<?php echo urlencode(__('Using the Add to home screen #WordPress #plugin by @ziyadbachalany! http://tulipemedia.com/en/add-to-home-screen-wordpress-plugin/ #iPhone #iPad #Android', 'add-to-home-screen-wp')); ?>" 738 target="_blank" 739 class="button button-primary" style="font-size: 16px; padding: 10px 20px; background:rgb(186, 0, 84); border-color: #007cba;"> 740 <?php esc_html_e('Spread the word on X!', 'add-to-home-screen-wp'); ?> 741 </a> 733 <?php 734 $tweet_text = sprintf( 735 __('Using the Add to home screen #WordPress #plugin by @ziyadbachalany! %s #iPhone #iPad #Android', 'add-to-home-screen-wp'), 736 esc_url('http://tulipemedia.com/en/add-to-home-screen-wordpress-plugin/') 737 ); 738 ?> 739 <a href="https://twitter.com/intent/tweet?text=<?php echo urlencode($tweet_text); ?>" 740 target="_blank" 741 class="button button-primary" style="font-size: 16px; padding: 10px 20px; background:rgb(186, 0, 84); border-color: #007cba;"> 742 <?php esc_html_e('Spread the word on X!', 'add-to-home-screen-wp'); ?> 743 </a> 742 744 </div> 743 745 … … 785 787 <p><?php esc_html_e('Stay updated on Add to Home Screen & PWA news, tips, and more by following me on your favorite platforms!', 'add-to-home-screen-wp'); ?></p> 786 788 <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 15px;"> 787 <a href="https://www.linkedin.com/in/ziyadbachalany/" target="_blank" style="text-decoration: none;"> 789 <?php ?> 790 <a href="<?php echo esc_url('https://www.linkedin.com/in/ziyadbachalany/'); ?>" target="_blank" style="text-decoration: none;"> 788 791 <img src="<?php echo plugins_url('add-to-home-screen-wp/assets/icons/linkedin-icon.png'); ?>" alt="LinkedIn" style="width: 32px; height: 32px; vertical-align: middle;"> LinkedIn 789 792 </a> 790 <a href="https://x.com/ziyadbachalany" target="_blank" style="text-decoration: none;"> 793 <?php ?> 794 <a href="<?php echo esc_url('https://x.com/ziyadbachalany'); ?>" target="_blank" style="text-decoration: none;"> 791 795 <img src="<?php echo plugins_url('add-to-home-screen-wp/assets/icons/x-icon.png'); ?>" alt="X" style="width: 32px; height: 32px; vertical-align: middle;"> X 792 796 </a> 793 <a href="https://www.instagram.com/ziyadbachalany/" target="_blank" style="text-decoration: none;"> 797 <?php ?> 798 <a href="<?php echo esc_url('https://www.instagram.com/ziyadbachalany/'); ?>" target="_blank" style="text-decoration: none;"> 794 799 <img src="<?php echo plugins_url('add-to-home-screen-wp/assets/icons/instagram-icon.png'); ?>" alt="Instagram" style="width: 32px; height: 32px; vertical-align: middle;"> Instagram 795 800 </a> 796 <a href="https://www.facebook.com/ziyadbachalany" target="_blank" style="text-decoration: none;"> 801 <?php ?> 802 <a href="<?php echo esc_url('https://www.facebook.com/ziyadbachalany'); ?>" target="_blank" style="text-decoration: none;"> 797 803 <img src="<?php echo plugins_url('add-to-home-screen-wp/assets/icons/facebook-icon.png'); ?>" alt="Facebook" style="width: 32px; height: 32px; vertical-align: middle;"> Facebook 798 804 </a> 799 <a href="https://www.youtube.com/channel/UClMfre0hj-UCxGocDleZxTQ" target="_blank" style="text-decoration: none;"> 805 <?php ?> 806 <a href="<?php echo esc_url('https://www.youtube.com/channel/UClMfre0hj-UCxGocDleZxTQ'); ?>" target="_blank" style="text-decoration: none;"> 800 807 <img src="<?php echo plugins_url('add-to-home-screen-wp/assets/icons/youtube-icon.png'); ?>" alt="YouTube" style="width: 32px; height: 32px; vertical-align: middle;"> YouTube 801 808 </a> 802 <a href="https://www.tiktok.com/@ziyadbachalany" target="_blank" style="text-decoration: none;"> 809 <?php ?> 810 <a href="<?php echo esc_url('https://www.tiktok.com/@ziyadbachalany'); ?>" target="_blank" style="text-decoration: none;"> 803 811 <img src="<?php echo plugins_url('add-to-home-screen-wp/assets/icons/tiktok-icon.png'); ?>" alt="TikTok" style="width: 32px; height: 32px; vertical-align: middle;"> TikTok 804 812 </a> 805 813 </div> 806 </div>814 </div> 807 815 808 816 </div> -
add-to-home-screen-wp/trunk/languages/add-to-home-screen-wp-de_DE.po
r3277757 r3387367 3 3 msgstr "" 4 4 "Project-Id-Version: ATHS MU Plugin\n" 5 "POT-Creation-Date: 2025- 04-18 18:53+0200\n"6 "PO-Revision-Date: 2025- 04-18 19:04+0200\n"5 "POT-Creation-Date: 2025-10-31 01:59+0100\n" 6 "PO-Revision-Date: 2025-10-31 02:19+0100\n" 7 7 "Last-Translator: Tulipe Media <[email protected]>\n" 8 8 "Language-Team: Tulipe Media <[email protected]>\n" … … 12 12 "Content-Transfer-Encoding: 8bit\n" 13 13 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 14 "X-Generator: Poedit 3. 6\n"14 "X-Generator: Poedit 3.8\n" 15 15 "X-Poedit-KeywordsList: __;_e;_c;esc_html_e\n" 16 16 "X-Poedit-Basepath: ..\n" … … 18 18 "X-Poedit-SearchPath-0: .\n" 19 19 20 #: add-to-home-screen-wp.php:39 21 msgid "🚀 Add %network_name (%site_name) to your %device with %icon and %add now! 🌟" 22 msgstr "🚀 Fügen Sie %network_name (%site_name) mit %icon und %add jetzt zu Ihrem %device hinzu! 🌟" 23 24 #: add-to-home-screen-wp.php:40 25 msgid "🚀 Add %site_name to your %device with %icon and %add now! 🌟" 26 msgstr "🚀 Fügen Sie %site_name mit %icon und %add jetzt zu Ihrem %device hinzu! 🌟" 27 28 #: add-to-home-screen-wp.php:42 29 msgid "🚀 Add %network_name (%site_name) to your %device now! 🌟" 30 msgstr "🚀 Fügen Sie %network_name (%site_name) jetzt zu Ihrem %device hinzu! 🌟" 31 32 #: add-to-home-screen-wp.php:43 33 msgid "🚀 Add %site_name to your %device now! 🌟" 34 msgstr "🚀 Fügen Sie %site_name jetzt zu Ihrem %device hinzu! 🌟" 35 36 #: add-to-home-screen-wp.php:141 add-to-home-screen-wp.php:142 add-to-home-screen-wp.php:1119 20 #: add-to-home-screen-wp.php:44 21 msgid "" 22 "Add {network_name} ({site_name}) to your {device} with {icon} and {add} now!" 23 msgstr "" 24 "Fügen Sie {network_name} ({site_name}) mit {icon} und {add} jetzt zu Ihrem " 25 "{device} hinzu!" 26 27 #: add-to-home-screen-wp.php:45 28 msgid "Add {site_name} to your {device} with {icon} and {add} now!" 29 msgstr "" 30 "Fügen Sie {site_name} mit {icon} und {add} jetzt zu Ihrem {device} hinzu!" 31 32 #: add-to-home-screen-wp.php:47 33 msgid "Add {network_name} ({site_name}) to your {device} now!" 34 msgstr "Fügen Sie {network_name} ({site_name}) jetzt zu Ihrem {device} hinzu!" 35 36 #: add-to-home-screen-wp.php:48 37 msgid "Add {site_name} to your {device} now!" 38 msgstr "Fügen Sie {site_name} jetzt zu Ihrem {device} hinzu!" 39 40 #: add-to-home-screen-wp.php:161 add-to-home-screen-wp.php:162 41 #: add-to-home-screen-wp.php:1367 37 42 msgid "Add to Home Screen" 38 43 msgstr "Zum Startbildschirm hinzufügen" 39 44 40 #: add-to-home-screen-wp.php:1 5445 #: add-to-home-screen-wp.php:177 41 46 msgid "General" 42 47 msgstr "Allgemein" 43 48 44 #: add-to-home-screen-wp.php:1 5549 #: add-to-home-screen-wp.php:178 45 50 msgid "Pro Settings" 46 51 msgstr "Pro-Einstellungen" 47 52 48 #: add-to-home-screen-wp.php:1 5653 #: add-to-home-screen-wp.php:179 49 54 msgid "Support" 50 55 msgstr "Support" 51 56 52 #: add-to-home-screen-wp.php:1 5957 #: add-to-home-screen-wp.php:182 53 58 msgid "License" 54 59 msgstr "Lizenz" 55 60 56 #: add-to-home-screen-wp.php:1 6161 #: add-to-home-screen-wp.php:184 57 62 msgid "Uninstall" 58 63 msgstr "Deinstallieren" 59 64 60 #: add-to-home-screen-wp.php:1 6565 #: add-to-home-screen-wp.php:188 61 66 msgid "Add to Home Screen & PWA" 62 msgstr " Zum Startbildschirm hinzufügen & PWA"63 64 #: add-to-home-screen-wp.php:2 6367 msgstr "Add to Home Screen & PWA" 68 69 #: add-to-home-screen-wp.php:285 65 70 msgid "Add to Home Screen & PWA (Network Settings)" 66 msgstr " Zum Startbildschirm hinzufügen & PWA (Netzwerkeinstellungen)"67 68 #: add-to-home-screen-wp.php:2 72 add-to-home-screen-wp.php:52571 msgstr "Add to Home Screen & PWA (Netzwerkeinstellungen)" 72 73 #: add-to-home-screen-wp.php:294 add-to-home-screen-wp.php:546 69 74 msgid "PWA Settings" 70 75 msgstr "PWA-Einstellungen" 71 76 72 #: add-to-home-screen-wp.php:2 74 add-to-home-screen-wp.php:52777 #: add-to-home-screen-wp.php:296 add-to-home-screen-wp.php:548 73 78 msgid "Configure Progressive Web App features." 74 79 msgstr "Funktionen der Progressive Web App konfigurieren." 75 80 76 #: add-to-home-screen-wp.php: 278 add-to-home-screen-wp.php:53181 #: add-to-home-screen-wp.php:300 add-to-home-screen-wp.php:552 77 82 msgid "Enable PWA" 78 83 msgstr "PWA aktivieren" 79 84 80 #: add-to-home-screen-wp.php:281 81 msgid "Enable Progressive Web App features (spinner and basic caching) across the admin dashboard and frontend." 82 msgstr "Aktivieren Sie die Funktionen der Progressive Web App (Ladeanimation und grundlegendes Caching) im Admin-Dashboard und im Frontend." 83 84 #: add-to-home-screen-wp.php:285 add-to-home-screen-wp.php:538 85 #: add-to-home-screen-wp.php:303 86 msgid "" 87 "Enable Progressive Web App features (spinner and basic caching) across the " 88 "admin dashboard and frontend." 89 msgstr "" 90 "Aktivieren Sie PWA-Funktionen (Ladeanimation und einfaches Caching) im Admin-" 91 "Dashboard und Frontend." 92 93 #: add-to-home-screen-wp.php:307 add-to-home-screen-wp.php:559 85 94 msgid "Frontend PWA Start URL" 86 95 msgstr "Start-URL des PWA im Frontend" 87 96 88 #: add-to-home-screen-wp.php:288 add-to-home-screen-wp.php:324 add-to-home-screen-wp.php:541 add-to-home-screen-wp.php:577 97 #: add-to-home-screen-wp.php:310 add-to-home-screen-wp.php:346 98 #: add-to-home-screen-wp.php:562 add-to-home-screen-wp.php:598 89 99 msgid "Homepage" 90 100 msgstr "Startseite" 91 101 92 #: add-to-home-screen-wp.php: 289 add-to-home-screen-wp.php:542102 #: add-to-home-screen-wp.php:311 add-to-home-screen-wp.php:563 93 103 msgid "Homepage with Path" 94 104 msgstr "Startseite mit Pfad" 95 105 96 #: add-to-home-screen-wp.php:292 add-to-home-screen-wp.php:545 97 msgid "Choose where the PWA launches when added from the frontend. \"Homepage with Path\" starts at the homepage and redirects to a relative path (e.g., /category/video/)." 98 msgstr "Wählen Sie, wo das PWA startet, wenn es aus dem Frontend hinzugefügt wird. „Startseite mit Pfad“ beginnt auf der Startseite und leitet zu einem relativen Pfad weiter (z. B. /kategorie/video/)." 99 100 #: add-to-home-screen-wp.php:296 add-to-home-screen-wp.php:549 106 #: add-to-home-screen-wp.php:314 add-to-home-screen-wp.php:566 107 msgid "" 108 "Choose where the PWA launches when added from the frontend. \"Homepage with " 109 "Path\" starts at the homepage and redirects to a relative path (e.g., /" 110 "category/video/)." 111 msgstr "" 112 "Wählen Sie, wo das PWA startet, wenn es aus dem Frontend hinzugefügt wird. " 113 "„Startseite mit Pfad“ beginnt auf der Startseite und leitet zu einem " 114 "relativen Pfad weiter (z. B. /kategorie/video/)." 115 116 #: add-to-home-screen-wp.php:318 add-to-home-screen-wp.php:570 101 117 msgid "Frontend Floating Balloon" 102 118 msgstr "Schwebender Hinweis im Frontend" 103 119 104 #: add-to-home-screen-wp.php:298 add-to-home-screen-wp.php:551 105 msgid "Configure how to prompt users to install your web app or add a shortcut to their home screen" 106 msgstr "Konfigurieren Sie, wie Benutzer aufgefordert werden, Ihre Web-App zu installieren oder ein Verknüpfungssymbol zum Startbildschirm hinzuzufügen" 107 108 #: add-to-home-screen-wp.php:302 add-to-home-screen-wp.php:555 120 #: add-to-home-screen-wp.php:320 add-to-home-screen-wp.php:572 121 msgid "" 122 "Configure how to prompt users to install your web app or add a shortcut to " 123 "their home screen" 124 msgstr "" 125 "Konfigurieren Sie, wie Benutzer aufgefordert werden, Ihre Web-App zu " 126 "installieren oder ein Verknüpfungssymbol zum Startbildschirm hinzuzufügen" 127 128 #: add-to-home-screen-wp.php:324 add-to-home-screen-wp.php:576 109 129 msgid "Show Floating Balloon in Frontend (iOS)" 110 130 msgstr "Schwebenden Hinweis im Frontend anzeigen (iOS)" 111 131 112 #: add-to-home-screen-wp.php:305 113 msgid "Display a floating balloon to prompt iOS users to install the app in the frontend of all subsites." 114 msgstr "Zeigen Sie einen schwebenden Hinweis an, um iOS-Benutzer im Frontend aller Unterseiten zur Installation der App aufzufordern." 115 116 #: add-to-home-screen-wp.php:309 add-to-home-screen-wp.php:562 132 #: add-to-home-screen-wp.php:327 133 msgid "" 134 "Display a floating balloon to prompt iOS users to install the app in the " 135 "frontend of all subsites." 136 msgstr "" 137 "Zeigen Sie einen schwebenden Hinweis an, um iOS-Benutzer im Frontend aller " 138 "Unterseiten zur Installation der App aufzufordern." 139 140 #: add-to-home-screen-wp.php:331 add-to-home-screen-wp.php:583 117 141 msgid "Installation Prompt in Frontend (Android)" 118 142 msgstr "Installationsaufforderung im Frontend (Android)" 119 143 120 #: add-to-home-screen-wp.php:3 12 add-to-home-screen-wp.php:565144 #: add-to-home-screen-wp.php:334 add-to-home-screen-wp.php:586 121 145 msgid "Floating Balloon" 122 146 msgstr "Schwebender Hinweis" 123 147 124 #: add-to-home-screen-wp.php:3 13 add-to-home-screen-wp.php:566148 #: add-to-home-screen-wp.php:335 add-to-home-screen-wp.php:587 125 149 msgid "Native Install Button" 126 150 msgstr "Nativer Installationsbutton" 127 151 128 #: add-to-home-screen-wp.php:3 14 add-to-home-screen-wp.php:567152 #: add-to-home-screen-wp.php:336 add-to-home-screen-wp.php:588 129 153 msgid "Disabled" 130 154 msgstr "Deaktiviert" 131 155 132 #: add-to-home-screen-wp.php:316 add-to-home-screen-wp.php:569 133 msgid "Choose how to prompt users to install the app on Android devices in the frontend. The 'Native Install Button' uses the browser's native prompt, available only in the frontend." 134 msgstr "Wählen Sie, wie Benutzer auf Android-Geräten im Frontend zur Installation der App aufgefordert werden. Der „Native Installationsbutton“ verwendet die native Eingabeaufforderung des Browsers, die nur im Frontend verfügbar ist." 135 136 #: add-to-home-screen-wp.php:320 add-to-home-screen-wp.php:573 156 #: add-to-home-screen-wp.php:338 add-to-home-screen-wp.php:590 157 msgid "" 158 "Choose how to prompt users to install the app on Android devices in the " 159 "frontend. The 'Native Install Button' uses the browser's native prompt, " 160 "available only in the frontend." 161 msgstr "" 162 "Wählen Sie, wie Benutzer auf Android-Geräten im Frontend zur Installation der " 163 "App aufgefordert werden. Der „Native Installationsbutton“ verwendet die " 164 "native Browser-Eingabeaufforderung, nur im Frontend verfügbar." 165 166 #: add-to-home-screen-wp.php:342 add-to-home-screen-wp.php:594 137 167 msgid "Balloon Display in Frontend" 138 168 msgstr "Anzeige des Hinweises im Frontend" 139 169 140 #: add-to-home-screen-wp.php:3 23 add-to-home-screen-wp.php:576170 #: add-to-home-screen-wp.php:345 add-to-home-screen-wp.php:597 141 171 msgid "All Pages" 142 172 msgstr "Alle Seiten" 143 173 144 #: add-to-home-screen-wp.php:3 26 add-to-home-screen-wp.php:579174 #: add-to-home-screen-wp.php:348 add-to-home-screen-wp.php:600 145 175 msgid "Choose where to display the floating balloon on the frontend." 146 msgstr "Wählen Sie, wo der schwebende Hinweis im Frontend angezeigt werden soll." 147 148 #: add-to-home-screen-wp.php:330 add-to-home-screen-wp.php:583 176 msgstr "" 177 "Wählen Sie, wo der schwebende Hinweis im Frontend angezeigt werden soll." 178 179 #: add-to-home-screen-wp.php:352 add-to-home-screen-wp.php:604 149 180 msgid "Show to Returning Visitors Only" 150 181 msgstr "Nur für wiederkehrende Besucher anzeigen" 151 182 152 #: add-to-home-screen-wp.php:3 33 add-to-home-screen-wp.php:586183 #: add-to-home-screen-wp.php:355 add-to-home-screen-wp.php:607 153 184 msgid "Show the balloon only to returning visitors." 154 185 msgstr "Den Hinweis nur für wiederkehrende Besucher anzeigen." 155 186 156 #: add-to-home-screen-wp.php:3 37 add-to-home-screen-wp.php:590187 #: add-to-home-screen-wp.php:359 add-to-home-screen-wp.php:611 157 188 msgid "Floating Balloon Message for iOS" 158 189 msgstr "Nachricht des schwebenden Hinweises für iOS" 159 190 160 #: add-to-home-screen-wp.php:350 add-to-home-screen-wp.php:597 191 #: add-to-home-screen-wp.php:364 192 msgid "" 193 "Custom message for iOS devices. Use {site_name} for the site name, {device} " 194 "for the user's device, {icon} for the first add icon, and {add} for the " 195 "second add icon." 196 msgstr "" 197 "Benutzerdefinierte Nachricht für iOS-Geräte. Verwenden Sie {site_name} für " 198 "den Seitennamen, {device} für das Gerät des Benutzers, {icon} für das erste " 199 "Hinzufügen-Symbol und {add} für das zweite." 200 201 #: add-to-home-screen-wp.php:373 add-to-home-screen-wp.php:625 161 202 msgid "Floating Balloon Message for Android" 162 203 msgstr "Nachricht des schwebenden Hinweises für Android" 163 204 164 #: add-to-home-screen-wp.php:363 add-to-home-screen-wp.php:604 205 #: add-to-home-screen-wp.php:378 add-to-home-screen-wp.php:630 206 msgid "" 207 "Custom message for Android devices. Use {site_name} for the site name, and " 208 "{device} for the user's device. Note: {icon} and {add} are not supported in " 209 "the Android balloon. Supports basic HTML (e.g., <strong>, <i>). If empty, the " 210 "default message will be used." 211 msgstr "" 212 "Benutzerdefinierte Nachricht für Android-Geräte. Verwenden Sie {site_name} " 213 "für den Seitennamen und {device} für das Gerät des Benutzers. Hinweis: {icon} " 214 "und {add} werden im Android-Hinweis nicht unterstützt. Unterstützt einfaches " 215 "HTML (z. B. <strong>, <i>). Wenn leer, wird die Standardnachricht verwendet." 216 217 #: add-to-home-screen-wp.php:387 add-to-home-screen-wp.php:639 165 218 msgid "Animation In" 166 219 msgstr "Eingangsanimation" 167 220 168 #: add-to-home-screen-wp.php:366 add-to-home-screen-wp.php:377 add-to-home-screen-wp.php:607 add-to-home-screen-wp.php:618 221 #: add-to-home-screen-wp.php:390 add-to-home-screen-wp.php:401 222 #: add-to-home-screen-wp.php:642 add-to-home-screen-wp.php:653 169 223 msgid "Drop" 170 224 msgstr "Fallen" 171 225 172 #: add-to-home-screen-wp.php:367 add-to-home-screen-wp.php:378 add-to-home-screen-wp.php:608 add-to-home-screen-wp.php:619 226 #: add-to-home-screen-wp.php:391 add-to-home-screen-wp.php:402 227 #: add-to-home-screen-wp.php:643 add-to-home-screen-wp.php:654 173 228 msgid "Bubble" 174 229 msgstr "Blase" 175 230 176 #: add-to-home-screen-wp.php:368 add-to-home-screen-wp.php:379 add-to-home-screen-wp.php:609 add-to-home-screen-wp.php:620 231 #: add-to-home-screen-wp.php:392 add-to-home-screen-wp.php:403 232 #: add-to-home-screen-wp.php:644 add-to-home-screen-wp.php:655 177 233 msgid "Fade" 178 234 msgstr "Einblenden" 179 235 180 #: add-to-home-screen-wp.php:3 70 add-to-home-screen-wp.php:611236 #: add-to-home-screen-wp.php:394 add-to-home-screen-wp.php:646 181 237 msgid "Animation when the balloon appears." 182 238 msgstr "Animation, wenn der Hinweis erscheint." 183 239 184 #: add-to-home-screen-wp.php:3 74 add-to-home-screen-wp.php:615240 #: add-to-home-screen-wp.php:398 add-to-home-screen-wp.php:650 185 241 msgid "Animation Out" 186 242 msgstr "Ausgangsanimation" 187 243 188 #: add-to-home-screen-wp.php: 381 add-to-home-screen-wp.php:622244 #: add-to-home-screen-wp.php:405 add-to-home-screen-wp.php:657 189 245 msgid "Animation when the balloon disappears." 190 246 msgstr "Animation, wenn der Hinweis verschwindet." 191 247 192 #: add-to-home-screen-wp.php: 385 add-to-home-screen-wp.php:626248 #: add-to-home-screen-wp.php:409 add-to-home-screen-wp.php:661 193 249 msgid "Start Delay" 194 250 msgstr "Startverzögerung" 195 251 196 #: add-to-home-screen-wp.php:389 add-to-home-screen-wp.php:630 197 msgid "Note: Ensure this is not too close to Lifespan to give users enough time to read the balloon." 198 msgstr "Hinweis: Stellen Sie sicher, dass dies nicht zu nah an der Lebensdauer liegt, damit Benutzer genügend Zeit haben, den Hinweis zu lesen." 199 200 #: add-to-home-screen-wp.php:393 add-to-home-screen-wp.php:634 252 #: add-to-home-screen-wp.php:413 add-to-home-screen-wp.php:665 253 msgid "" 254 "Note: Ensure this is not too close to Lifespan to give users enough time to " 255 "read the balloon." 256 msgstr "" 257 "Hinweis: Stellen Sie sicher, dass dies nicht zu nah an der Lebensdauer liegt, " 258 "damit Benutzer genügend Zeit haben, den Hinweis zu lesen." 259 260 #: add-to-home-screen-wp.php:417 add-to-home-screen-wp.php:669 201 261 msgid "Lifespan" 202 262 msgstr "Lebensdauer" 203 263 204 #: add-to-home-screen-wp.php:397 add-to-home-screen-wp.php:638 205 msgid "Note: Set this sufficiently higher than Start Delay to ensure the balloon stays visible long enough." 206 msgstr "Hinweis: Stellen Sie dies ausreichend höher als die Startverzögerung ein, um sicherzustellen, dass der Hinweis lange genug sichtbar bleibt." 207 208 #: add-to-home-screen-wp.php:401 add-to-home-screen-wp.php:642 264 #: add-to-home-screen-wp.php:421 add-to-home-screen-wp.php:673 265 msgid "" 266 "Note: Set this sufficiently higher than Start Delay to ensure the balloon " 267 "stays visible long enough." 268 msgstr "" 269 "Hinweis: Stellen Sie dies ausreichend höher als die Startverzögerung ein, um " 270 "sicherzustellen, dass der Hinweis lange genug sichtbar bleibt." 271 272 #: add-to-home-screen-wp.php:425 add-to-home-screen-wp.php:677 209 273 msgid "Expiration Time" 210 274 msgstr "Ablaufzeit" 211 275 212 #: add-to-home-screen-wp.php:4 08 add-to-home-screen-wp.php:649276 #: add-to-home-screen-wp.php:432 add-to-home-screen-wp.php:684 213 277 msgid "Bottom Offset" 214 278 msgstr "Unterer Abstand" 215 279 216 #: add-to-home-screen-wp.php:4 15 add-to-home-screen-wp.php:656280 #: add-to-home-screen-wp.php:439 add-to-home-screen-wp.php:691 217 281 msgid "Precomposed Icon" 218 282 msgstr "Vorkomponiertes Symbol" 219 283 220 #: add-to-home-screen-wp.php:4 18 add-to-home-screen-wp.php:659284 #: add-to-home-screen-wp.php:442 add-to-home-screen-wp.php:694 221 285 msgid "Display the touch icon without gloss (iOS only)." 222 286 msgstr "Das Berührungssymbol ohne Glanz anzeigen (nur iOS)." 223 287 224 #: add-to-home-screen-wp.php:4 22 add-to-home-screen-wp.php:663288 #: add-to-home-screen-wp.php:446 add-to-home-screen-wp.php:698 225 289 msgid "Touch Icon URL" 226 290 msgstr "URL des Berührungssymbols" 227 291 228 #: add-to-home-screen-wp.php:4 25 add-to-home-screen-wp.php:666292 #: add-to-home-screen-wp.php:449 add-to-home-screen-wp.php:701 229 293 msgid "Upload Icon" 230 294 msgstr "Symbol hochladen" 231 295 232 #: add-to-home-screen-wp.php:426 add-to-home-screen-wp.php:667 233 msgid "URL of the icon for the PWA on the home screen (192x192 or 512x512 PNG recommended). If empty, a default icon will be used. Note: Browsers may use an Apple Touch icon defined elsewhere (e.g., via WordPress Site Icon, your theme, or a plugin) for the home screen." 234 msgstr "URL des Symbols für das PWA auf dem Startbildschirm (192x192 oder 512x512 PNG empfohlen). Wenn leer, wird ein Standard-Symbol verwendet. Hinweis: Browser können ein anderswo definiertes Apple-Touch-Symbol verwenden (z. B. über das WordPress-Site-Symbol, Ihr Theme oder ein Plugin) für den Startbildschirm." 235 236 #: add-to-home-screen-wp.php:430 296 #: add-to-home-screen-wp.php:450 add-to-home-screen-wp.php:702 297 msgid "" 298 "URL of the icon for the PWA on the home screen (192x192 or 512x512 PNG " 299 "recommended). If empty, a default icon will be used. Note: Browsers may use " 300 "an Apple Touch icon defined elsewhere (e.g., via WordPress Site Icon, your " 301 "theme, or a plugin) for the home screen." 302 msgstr "" 303 "URL des Symbols für das PWA auf dem Startbildschirm (192x192 oder 512x512 PNG " 304 "empfohlen). Wenn leer, wird ein Standard-Symbol verwendet. Hinweis: Browser " 305 "können ein anderswo definiertes Apple-Touch-Symbol verwenden (z. B. über das " 306 "WordPress-Site-Symbol, Ihr Theme oder ein Plugin)." 307 308 #: add-to-home-screen-wp.php:454 237 309 msgid "Web App Title for all subsites" 238 310 msgstr "Titel der Web-App für alle Unterseiten" 239 311 240 #: add-to-home-screen-wp.php:433 add-to-home-screen-wp.php:674 241 msgid "Custom title when added to the home screen. If empty, the site name will be used." 242 msgstr "Benutzerdefinierter Titel, wenn zum Startbildschirm hinzugefügt. Wenn leer, wird der Name der Seite verwendet." 243 244 #: add-to-home-screen-wp.php:516 312 #: add-to-home-screen-wp.php:457 add-to-home-screen-wp.php:709 313 msgid "" 314 "Custom title when added to the home screen. If empty, the site name will be " 315 "used." 316 msgstr "" 317 "Benutzerdefinierter Titel, wenn zum Startbildschirm hinzugefügt. Wenn leer, " 318 "wird der Name der Seite verwendet." 319 320 #: add-to-home-screen-wp.php:537 245 321 msgid "Add to Home Screen & PWA Settings" 246 msgstr " Einstellungen für „Zum Startbildschirm hinzufügen“ & PWA"247 248 #: add-to-home-screen-wp.php:5 34322 msgstr "\"Add to Home Screen & PWA\" Einstellungen" 323 324 #: add-to-home-screen-wp.php:555 249 325 msgid "Enable Progressive Web App features." 250 326 msgstr "Funktionen der Progressive Web App aktivieren." 251 327 252 #: add-to-home-screen-wp.php:558 253 msgid "Display a floating balloon to prompt iOS users to install the app in the frontend." 254 msgstr "Einen schwebenden Hinweis anzeigen, um iOS-Benutzer im Frontend zur Installation der App aufzufordern." 255 256 #: add-to-home-screen-wp.php:593 257 msgid "Custom message for iOS devices. Use %site_name for the site name, %device for the user's device, %icon for the first add icon, and %add for the second add icon. Supports basic HTML (e.g., <strong>, <i>). If empty, the default message will be used." 258 msgstr "Benutzerdefinierte Nachricht für iOS-Geräte. Verwenden Sie %site_name für den Seitennamen, %device für das Gerät des Benutzers, %icon für das erste Hinzufügen-Symbol und %add für das zweite Hinzufügen-Symbol. Unterstützt einfaches HTML (z. B. <strong>, <i>). Wenn leer, wird die Standardnachricht verwendet." 259 260 #: add-to-home-screen-wp.php:600 261 msgid "Custom message for Android devices. Use %site_name for the site name, and %device for the user's device. Note: %icon and %add are not supported in the Android balloon. Supports basic HTML (e.g., <strong>, <i>). If empty, the default message will be used." 262 msgstr "Benutzerdefinierte Nachricht für Android-Geräte. Verwenden Sie %site_name für den Seitennamen und %device für das Gerät des Benutzers. Hinweis: %icon und %add werden im Android-Hinweis nicht unterstützt. Unterstützt einfaches HTML (z. B. <strong>, <i>). Wenn leer, wird die Standardnachricht verwendet." 263 264 #: add-to-home-screen-wp.php:671 328 #: add-to-home-screen-wp.php:579 329 msgid "" 330 "Display a floating balloon to prompt iOS users to install the app in the " 331 "frontend." 332 msgstr "" 333 "Einen schwebenden Hinweis anzeigen, um iOS-Benutzer im Frontend zur " 334 "Installation der App aufzufordern." 335 336 #: add-to-home-screen-wp.php:616 337 msgid "" 338 "Custom message for iOS devices. Use {site_name} for the site name, {device} " 339 "for the user's device, {icon} for the first add icon, and {add} for the " 340 "second add icon. Supports basic HTML (e.g., <strong>, <i>). If empty, the " 341 "default message will be used." 342 msgstr "" 343 "Benutzerdefinierte Nachricht für iOS-Geräte. Verwenden Sie {site_name} für " 344 "den Seitennamen, {device} für das Gerät des Benutzers, {icon} für das erste " 345 "Hinzufügen-Symbol und {add} für das zweite. Unterstützt einfaches HTML (z. B. " 346 "<strong>, <i>). Wenn leer, wird die Standardnachricht verwendet." 347 348 #: add-to-home-screen-wp.php:706 265 349 msgid "Web App Title" 266 350 msgstr "Titel der Web-App" 267 351 268 #: add-to-home-screen-wp.php:690 269 msgid "Support Add to Home Screen WP’s Future! 🌟" 270 msgstr "Unterstützen Sie die Zukunft von „Add to Home Screen WP“! 🌟" 271 272 #: add-to-home-screen-wp.php:691 273 msgid "Add to Home Screen WP is a tool built with passion to help WordPress users like you enhance their mobile experience. Your support can make a huge difference in keeping it growing and improving!" 274 msgstr "„Add to Home Screen WP“ ist ein mit Leidenschaft entwickeltes Tool, um WordPress-Nutzern wie Ihnen ein besseres mobiles Erlebnis zu bieten. Ihre Unterstützung kann einen großen Unterschied machen, um es weiterzuentwickeln und zu verbessern!" 275 276 #: add-to-home-screen-wp.php:694 352 #: add-to-home-screen-wp.php:728 353 msgid "Support Add to Home Screen WP’s Future!" 354 msgstr "Unterstützen Sie die Zukunft von Add to Home Screen WP!" 355 356 #: add-to-home-screen-wp.php:729 357 msgid "" 358 "Add to Home Screen WP is a tool built with passion to help WordPress users " 359 "like you enhance their mobile experience. Your support can make a huge " 360 "difference in keeping it growing and improving!" 361 msgstr "" 362 "Add to Home Screen WP ist ein mit Leidenschaft entwickeltes Tool, um " 363 "WordPress-Nutzern wie Ihnen ein besseres mobiles Erlebnis zu bieten. Ihre " 364 "Unterstützung kann einen großen Unterschied machen, um es weiterzuentwickeln " 365 "und zu verbessern!" 366 367 #: add-to-home-screen-wp.php:732 368 msgid "Let me know that you are using my plugin!" 369 msgstr "Lassen Sie mich wissen, dass Sie mein Plugin nutzen!" 370 371 #: add-to-home-screen-wp.php:735 372 #, php-format 373 msgid "" 374 "Using the Add to home screen #WordPress #plugin by @ziyadbachalany! %s " 375 "#iPhone #iPad #Android" 376 msgstr "" 377 "Ich nutze das #WordPress-Plugin Add to Home Screen von @ziyadbachalany! %s " 378 "#iPhone #iPad #Android" 379 380 #: add-to-home-screen-wp.php:742 381 msgid "Spread the word on X!" 382 msgstr "Teilen Sie es auf X!" 383 384 #: add-to-home-screen-wp.php:748 277 385 msgid "Buy Me a Coffee" 278 386 msgstr "Kaufen Sie mir einen Kaffee" 279 387 280 #: add-to-home-screen-wp.php:695 281 msgid "Love using Add to Home Screen WP? A small donation can fuel my coffee cup and help me dedicate more time to enhancing this plugin for you!" 282 msgstr "Mögen Sie „Add to Home Screen WP“? Eine kleine Spende kann meine Kaffeetasse füllen und mir helfen, mehr Zeit in die Verbesserung dieses Plugins für Sie zu investieren!" 283 284 #: add-to-home-screen-wp.php:698 388 #: add-to-home-screen-wp.php:749 389 msgid "" 390 "Love using Add to Home Screen WP? A small donation can fuel my coffee cup and " 391 "help me dedicate more time to enhancing this plugin for you!" 392 msgstr "" 393 "Mögen Sie Add to Home Screen WP? Eine kleine Spende füllt meine Kaffeetasse " 394 "und hilft mir, mehr Zeit in die Verbesserung dieses Plugins für Sie zu " 395 "investieren!" 396 397 #: add-to-home-screen-wp.php:752 285 398 msgid "Donate Now" 286 399 msgstr "Jetzt spenden" 287 400 288 #: add-to-home-screen-wp.php:7 03401 #: add-to-home-screen-wp.php:757 289 402 msgid "Help Translate" 290 403 msgstr "Beim Übersetzen helfen" 291 404 292 #: add-to-home-screen-wp.php:704 293 msgid "Speak another language? Help make Add to Home Screen WP accessible to more people around the world by contributing to its translations!" 294 msgstr "Sprechen Sie eine andere Sprache? Helfen Sie, „Add to Home Screen WP“ für mehr Menschen weltweit zugänglich zu machen, indem Sie zu den Übersetzungen beitragen!" 295 296 #: add-to-home-screen-wp.php:707 405 #: add-to-home-screen-wp.php:758 406 msgid "" 407 "Speak another language? Help make Add to Home Screen WP accessible to more " 408 "people around the world by contributing to its translations!" 409 msgstr "" 410 "Sprechen Sie eine andere Sprache? Helfen Sie, Add to Home Screen WP für mehr " 411 "Menschen weltweit zugänglich zu machen, indem Sie zu den Übersetzungen " 412 "beitragen!" 413 414 #: add-to-home-screen-wp.php:761 297 415 msgid "Translate Now" 298 416 msgstr "Jetzt übersetzen" 299 417 300 #: add-to-home-screen-wp.php:7 12418 #: add-to-home-screen-wp.php:766 301 419 msgid "Rate on WordPress" 302 420 msgstr "Auf WordPress bewerten" 303 421 304 #: add-to-home-screen-wp.php:713 305 msgid "Enjoying Add to Home Screen WP? Share your feedback by rating it on WordPress—it helps others discover it and motivates me to keep improving!" 306 msgstr "Gefällt Ihnen „Add to Home Screen WP“? Teilen Sie Ihr Feedback, indem Sie es auf WordPress bewerten – das hilft anderen, es zu entdecken, und motiviert mich, weiter zu verbessern!" 307 308 #: add-to-home-screen-wp.php:716 422 #: add-to-home-screen-wp.php:767 423 msgid "" 424 "Enjoying Add to Home Screen WP? Share your feedback by rating it on WordPress—" 425 "it helps others discover it and motivates me to keep improving!" 426 msgstr "" 427 "Gefällt Ihnen Add to Home Screen WP? Teilen Sie Ihr Feedback, indem Sie es " 428 "auf WordPress bewerten – das hilft anderen, es zu entdecken, und motiviert " 429 "mich, weiter zu verbessern!" 430 431 #: add-to-home-screen-wp.php:770 309 432 msgid "Rate Now" 310 433 msgstr "Jetzt bewerten" 311 434 312 #: add-to-home-screen-wp.php:7 21435 #: add-to-home-screen-wp.php:775 313 436 msgid "Need Help?" 314 437 msgstr "Brauchen Sie Hilfe?" 315 438 316 #: add-to-home-screen-wp.php:722 317 msgid "Have questions or need assistance? Visit our support page for resources and contact options." 318 msgstr "Haben Sie Fragen oder benötigen Sie Unterstützung? Besuchen Sie unsere Support-Seite für Ressourcen und Kontaktmöglichkeiten." 319 320 #: add-to-home-screen-wp.php:725 439 #: add-to-home-screen-wp.php:776 440 msgid "" 441 "Have questions or need assistance? Visit our support page for resources and " 442 "contact options." 443 msgstr "" 444 "Haben Sie Fragen oder benötigen Sie Unterstützung? Besuchen Sie unsere " 445 "Support-Seite für Ressourcen und Kontaktmöglichkeiten." 446 447 #: add-to-home-screen-wp.php:779 321 448 msgid "Get Support" 322 449 msgstr "Support erhalten" 323 450 324 #: add-to-home-screen-wp.php:7 31451 #: add-to-home-screen-wp.php:786 325 452 msgid "Follow Me on Social Media!" 326 453 msgstr "Folgen Sie mir in den sozialen Medien!" 327 454 328 #: add-to-home-screen-wp.php:732 329 msgid "Stay updated on Add to Home Screen WP news, tips, and more by following me on your favorite platforms!" 330 msgstr "Bleiben Sie über Neuigkeiten, Tipps und mehr zu „Add to Home Screen WP“ auf dem Laufenden, indem Sie mir auf Ihren bevorzugten Plattformen folgen!" 331 332 #: add-to-home-screen-wp.php:764 455 #: add-to-home-screen-wp.php:787 456 msgid "" 457 "Stay updated on Add to Home Screen & PWA news, tips, and more by following me " 458 "on your favorite platforms!" 459 msgstr "" 460 "Bleiben Sie über Neuigkeiten, Tipps und mehr zu Add to Home Screen & PWA auf " 461 "dem Laufenden, indem Sie mir auf Ihren bevorzugten Plattformen folgen!" 462 463 #: add-to-home-screen-wp.php:827 333 464 msgid "Unlock Premium Features!" 334 465 msgstr "Premium-Funktionen freischalten!" 335 466 336 #: add-to-home-screen-wp.php:766 337 msgid "Enhance your Add to Home Screen experience with these powerful premium features:" 338 msgstr "Verbessern Sie Ihr Erlebnis mit „Add to Home Screen“ mit diesen leistungsstarken Premium-Funktionen:" 339 340 #: add-to-home-screen-wp.php:770 467 #: add-to-home-screen-wp.php:829 468 msgid "" 469 "Enhance your Add to Home Screen experience with these powerful premium " 470 "features:" 471 msgstr "" 472 "Verbessern Sie Ihr Erlebnis mit Add to Home Screen mit diesen " 473 "leistungsstarken Premium-Funktionen:" 474 475 #: add-to-home-screen-wp.php:833 476 msgid "Loading Spinner:" 477 msgstr "Ladeanimation:" 478 479 #: add-to-home-screen-wp.php:834 480 msgid "" 481 "Display a smooth, customizable loading spinner while your app content loads — " 482 "fully integrated with your brand colors." 483 msgstr "" 484 "Zeigen Sie eine flüssige, anpassbare Ladeanimation an, während der Inhalt " 485 "Ihrer App lädt – vollständig mit Ihren Markenfarben integriert." 486 487 #: add-to-home-screen-wp.php:837 488 msgid "Pull to Refresh:" 489 msgstr "Ziehen zum Aktualisieren:" 490 491 #: add-to-home-screen-wp.php:838 492 msgid "" 493 "Offer users a native-like refresh gesture on your Web App, just like on real " 494 "mobile apps." 495 msgstr "" 496 "Bieten Sie Benutzern eine native Aktualisierungsgeste in Ihrer Web-App – " 497 "genau wie in echten mobilen Apps." 498 499 #: add-to-home-screen-wp.php:841 500 msgid "Bottom Navigation Bar:" 501 msgstr "Untere Navigationsleiste:" 502 503 #: add-to-home-screen-wp.php:842 504 msgid "" 505 "Enhance your PWA with a sleek, customizable bottom bar featuring Back, " 506 "Forward, and Share buttons — for a smoother and more app-like mobile " 507 "experience." 508 msgstr "" 509 "Verbessern Sie Ihr PWA mit einer eleganten, anpassbaren unteren Leiste mit " 510 "Zurück-, Vorwärts- und Teilen-Buttons – für ein flüssigeres, app-ähnliches " 511 "mobiles Erlebnis." 512 513 #: add-to-home-screen-wp.php:845 341 514 msgid "Dashboard PWA Support:" 342 515 msgstr "PWA-Unterstützung für das Dashboard:" 343 516 344 #: add-to-home-screen-wp.php: 770517 #: add-to-home-screen-wp.php:846 345 518 msgid "Enable PWA functionality specifically for the WordPress admin dashboard." 346 msgstr "Aktivieren Sie die PWA-Funktionalität speziell für das WordPress-Admin-Dashboard." 347 348 #: add-to-home-screen-wp.php:773 519 msgstr "" 520 "Aktivieren Sie PWA-Funktionalität speziell für das WordPress-Admin-Dashboard." 521 522 #: add-to-home-screen-wp.php:849 349 523 msgid "Advanced Dashboard Balloon Control:" 350 524 msgstr "Erweiterte Steuerung des Dashboard-Hinweises:" 351 525 352 #: add-to-home-screen-wp.php: 773526 #: add-to-home-screen-wp.php:850 353 527 msgid "Fine-tune where the balloon appears in the admin dashboard." 354 528 msgstr "Passen Sie genau an, wo der Hinweis im Admin-Dashboard erscheint." 355 529 356 #: add-to-home-screen-wp.php: 776530 #: add-to-home-screen-wp.php:853 357 531 msgid "Custom Top Bar & Spinner Color:" 358 532 msgstr "Benutzerdefinierte Farbe für obere Leiste und Ladeanimation:" 359 533 360 #: add-to-home-screen-wp.php: 776534 #: add-to-home-screen-wp.php:854 361 535 msgid "Personalize your PWA’s look." 362 536 msgstr "Personalisieren Sie das Erscheinungsbild Ihres PWA." 363 537 364 #: add-to-home-screen-wp.php: 779538 #: add-to-home-screen-wp.php:857 365 539 msgid "Floating Balloon Icon:" 366 540 msgstr "Symbol für schwebenden Hinweis:" 367 541 368 #: add-to-home-screen-wp.php: 779542 #: add-to-home-screen-wp.php:858 369 543 msgid "Upload your own icon for the balloon." 370 544 msgstr "Laden Sie Ihr eigenes Symbol für den Hinweis hoch." 371 545 372 #: add-to-home-screen-wp.php: 782546 #: add-to-home-screen-wp.php:861 373 547 msgid "Installation Statistics:" 374 548 msgstr "Installationsstatistiken:" 375 549 376 #: add-to-home-screen-wp.php: 782550 #: add-to-home-screen-wp.php:862 377 551 msgid "Track how many users add your PWA to their home screens." 378 msgstr "Verfolgen Sie, wie viele Benutzer Ihr PWA zu ihren Startbildschirmen hinzufügen." 379 380 #: add-to-home-screen-wp.php:789 552 msgstr "" 553 "Verfolgen Sie, wie viele Benutzer Ihr PWA zu ihren Startbildschirmen " 554 "hinzufügen." 555 556 #: add-to-home-screen-wp.php:869 381 557 #, php-format 382 msgid "Ready to upgrade? <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa; text-decoration: underline;\">Get your premium license now</a> or <a href=\"%s\" style=\"color: #0073aa; text-decoration: underline;\">enter your license key</a> in the License tab." 383 msgstr "Bereit für ein Upgrade? <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa; text-decoration: underline;\">Holen Sie sich jetzt Ihre Premium-Lizenz</a> oder <a href=\"%s\" style=\"color: #0073aa; text-decoration: underline;\">geben Sie Ihren Lizenzschlüssel</a> im Lizenz-Tab ein." 384 385 #: add-to-home-screen-wp.php:817 558 msgid "" 559 "Download <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa; text-" 560 "decoration: underline; font-weight: bold;\">Add to Home Screen Pro and get " 561 "your premium license now</a> and enter your license key in the \"License\" " 562 "tab after installing and activating the Pro version of Add to Home Screen." 563 msgstr "" 564 "Laden Sie <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa; text-" 565 "decoration: underline; font-weight: bold;\">Add to Home Screen Pro herunter " 566 "und erhalten Sie jetzt Ihre Premium-Lizenz</a> und geben Sie Ihren " 567 "Lizenzschlüssel im Reiter „Lizenz“ ein, nachdem Sie die Pro-Version von Add " 568 "to Home Screen installiert und aktiviert haben." 569 570 #: add-to-home-screen-wp.php:900 386 571 msgid "Add to Home Screen & PWA - Uninstall Settings" 387 msgstr " Einstellungen für „Zum Startbildschirm hinzufügen“ & PWA - Deinstallation"388 389 #: add-to-home-screen-wp.php: 824572 msgstr "Add to Home Screen & PWA – Deinstallationseinstellungen" 573 574 #: add-to-home-screen-wp.php:907 390 575 msgid "Delete Data on Uninstall" 391 576 msgstr "Daten bei Deinstallation löschen" 392 577 393 #: add-to-home-screen-wp.php:827 394 msgid "If checked, all settings and data (including statistics and license activation for the Pro version, if applicable) will be deleted when the plugin is uninstalled. The Pro license will also be deactivated on the license server to free up the activation. Uncheck this if you plan to reinstall the plugin and want to keep your settings and license activation." 395 msgstr "" 396 "Wenn aktiviert, werden alle Einstellungen und Daten (einschließlich Statistiken und Lizenzaktivierung für die Pro-Version, falls zutreffend) bei der Deinstallation des Plugins gelöscht. Die Pro-Lizenz wird auch auf dem Lizenzserver deaktiviert, um die Aktivierung freizugeben. Deaktivieren Sie dies, wenn Sie das Plugin erneut installieren möchten und Ihre Einstellungen und Lizenzaktivierung behalten wollen." 397 398 #: add-to-home-screen-wp.php:840 399 msgid "Are you sure you want to delete all data on uninstall? This includes settings and, if applicable, statistics from the Pro version." 400 msgstr "Sind Sie sicher, dass Sie alle Daten bei der Deinstallation löschen möchten? Dies umfasst Einstellungen und, falls zutreffend, Statistiken aus der Pro-Version." 401 402 #: add-to-home-screen-wp.php:841 403 msgid "Are you sure you want to keep data on uninstall? Settings and statistics will remain in the database." 404 msgstr "Sind Sie sicher, dass Sie die Daten bei der Deinstallation behalten möchten? Einstellungen und Statistiken bleiben in der Datenbank." 405 406 #: add-to-home-screen-wp.php:1173 578 #: add-to-home-screen-wp.php:910 579 msgid "" 580 "If checked, all settings and data (including statistics and license " 581 "activation for the Pro version, if applicable) will be deleted when the " 582 "plugin is uninstalled. The Pro license will also be deactivated on the " 583 "license server to free up the activation. Uncheck this if you plan to " 584 "reinstall the plugin and want to keep your settings and license activation." 585 msgstr "" 586 "Wenn aktiviert, werden alle Einstellungen und Daten (einschließlich " 587 "Statistiken und Lizenzaktivierung für die Pro-Version, falls zutreffend) bei " 588 "der Deinstallation des Plugins gelöscht. Die Pro-Lizenz wird auch auf dem " 589 "Lizenzserver deaktiviert, um die Aktivierung freizugeben. Deaktivieren Sie " 590 "dies, wenn Sie das Plugin erneut installieren möchten und Ihre Einstellungen " 591 "und Lizenzaktivierung behalten wollen." 592 593 #: add-to-home-screen-wp.php:923 594 msgid "" 595 "Are you sure you want to delete all data on uninstall? This includes settings " 596 "and, if applicable, statistics from the Pro version." 597 msgstr "" 598 "Sind Sie sicher, dass Sie alle Daten bei der Deinstallation löschen möchten? " 599 "Dies umfasst Einstellungen und, falls zutreffend, Statistiken aus der Pro-" 600 "Version." 601 602 #: add-to-home-screen-wp.php:924 603 msgid "" 604 "Are you sure you want to keep data on uninstall? Settings and statistics will " 605 "remain in the database." 606 msgstr "" 607 "Sind Sie sicher, dass Sie die Daten bei der Deinstallation behalten möchten? " 608 "Einstellungen und Statistiken bleiben in der Datenbank." 609 610 #: add-to-home-screen-wp.php:1405 407 611 msgid "PWA settings are applied for mobile devices only." 408 612 msgstr "PWA-Einstellungen gelten nur für mobile Geräte." 409 410 #~ msgid "Check to enable the \"Add to Home Screen\" balloon in the dashboard."411 #~ msgstr "Aktivieren Sie diese Option, um den Hinweis „Zum Startbildschirm hinzufügen“ im Dashboard anzuzeigen."412 413 #~ msgid "Custom Message"414 #~ msgstr "Benutzerdefinierte Nachricht"415 416 #~ msgid "Supports basic HTML like <center>, <strong>, <i>, etc."417 #~ msgstr "Unterstützt einfaches HTML wie <center>, <strong>, <i>, usw."418 419 #~ msgid "Screen Title"420 #~ msgstr "Bildschirmtitel"421 422 #~ msgid "The title displayed on the home screen shortcut (e.g., \"TulipWork Dashboard\")."423 #~ msgstr "Der Titel, der auf der Verknüpfung am Startbildschirm angezeigt wird (z. B. „TulipWork Dashboard“)."424 425 #~ msgid "Milliseconds before showing the balloon. Default: 2000"426 #~ msgstr "Millisekunden, bevor der Hinweis angezeigt wird. Standard: 2000"427 428 #~ msgid "Milliseconds before hiding the balloon. Default: 20000"429 #~ msgstr "Millisekunden, bevor der Hinweis ausgeblendet wird. Standard: 20000"430 431 #~ msgid "Minutes before showing the balloon again. Default: 43200 (1 month)"432 #~ msgstr "Minuten, bevor der Hinweis erneut angezeigt wird. Standard: 43200 (1 Monat)"433 434 #~ msgid "Distance in pixels from the bottom. Default: 14"435 #~ msgstr "Abstand in Pixeln vom unteren Rand. Standard: 14"436 437 #~ msgid "Enable Touch Icon"438 #~ msgstr "Berührungssymbol aktivieren"439 440 #~ msgid "Show an icon next to the balloon message."441 #~ msgstr "Ein Symbol neben der Hinweisnachricht anzeigen."442 443 #~ msgid "URL of the icon (192x192 or 512x512 PNG recommended). Leave blank for Tulipwork default."444 #~ msgstr "URL des Symbols (192x192 oder 512x512 PNG empfohlen). Leer lassen für Tulipwork-Standard."445 446 #~ msgid "Select or Upload Icon"447 #~ msgstr "Symbol auswählen oder hochladen"448 449 #~ msgid "Use this Icon"450 #~ msgstr "Dieses Symbol verwenden"451 452 #~ msgid "Add to Home Screen MU (Tulipwork Network Edition) requires a WordPress multisite network."453 #~ msgstr "„Add to Home Screen MU (Tulipwork Network Edition)“ erfordert ein WordPress-Multisite-Netzwerk."454 455 #~ msgid "Add to Home Screen MU (Tulipwork Network Edition) must be network-activated."456 #~ msgstr "„Add to Home Screen MU (Tulipwork Network Edition)“ muss netzwerkweit aktiviert sein."457 458 #~ msgid "Total historical adds to home screen: %d"459 #~ msgstr "Gesamtanzahl historischer Hinzufügungen zum Startbildschirm: %d"460 461 #~ msgid "Settings saved successfully!"462 #~ msgstr "Einstellungen erfolgreich gespeichert!"463 464 #~ msgid "You do not have sufficient permissions to access this page."465 #~ msgstr "Sie haben nicht die erforderlichen Berechtigungen, um auf diese Seite zuzugreifen." -
add-to-home-screen-wp/trunk/languages/add-to-home-screen-wp-fr_FR.po
r3277757 r3387367 3 3 msgstr "" 4 4 "Project-Id-Version: ATHS MU Plugin\n" 5 "POT-Creation-Date: 2025- 04-20 02:18+0200\n"6 "PO-Revision-Date: 2025- 04-20 02:21+0200\n"5 "POT-Creation-Date: 2025-10-31 01:59+0100\n" 6 "PO-Revision-Date: 2025-10-31 02:17+0100\n" 7 7 "Last-Translator: Tulipe Media <[email protected]>\n" 8 8 "Language-Team: Tulipe Media <[email protected]>\n" … … 12 12 "Content-Transfer-Encoding: 8bit\n" 13 13 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 14 "X-Generator: Poedit 3. 6\n"14 "X-Generator: Poedit 3.8\n" 15 15 "X-Poedit-KeywordsList: __;_e;_c;esc_html_e\n" 16 16 "X-Poedit-Basepath: ..\n" … … 18 18 "X-Poedit-SearchPath-0: .\n" 19 19 20 #: add-to-home-screen-wp.php:39 21 msgid "" 22 "🚀 Add %network_name (%site_name) to your %device with %icon and %add now! 🌟" 23 msgstr "" 24 "🚀 Ajoutez %network_name (%site_name) à votre %device avec %icon et %add dès " 20 #: add-to-home-screen-wp.php:44 21 msgid "" 22 "🚀 Add {network_name} ({site_name}) to your {device} with {icon} and {add} " 23 "now! 🌟" 24 msgstr "" 25 "🚀 Ajoutez {network_name} ({site_name}) à votre {device} avec {icon} et " 26 "{add} dès maintenant ! 🌟" 27 28 #: add-to-home-screen-wp.php:45 29 msgid "🚀 Add {site_name} to your {device} with {icon} and {add} now! 🌟" 30 msgstr "" 31 "🚀 Ajoutez {site_name} à votre {device} avec {icon} et {add} dès " 25 32 "maintenant ! 🌟" 26 33 27 #: add-to-home-screen-wp.php:40 28 msgid "🚀 Add %site_name to your %device with %icon and %add now! 🌟" 29 msgstr "" 30 "🚀 Ajoutez %site_name à votre %device avec %icon et %add dès maintenant ! 🌟" 31 32 #: add-to-home-screen-wp.php:42 33 msgid "🚀 Add %network_name (%site_name) to your %device now! 🌟" 34 msgstr "" 35 "🚀 Ajoutez %network_name (%site_name) à votre %device dès maintenant ! 🌟" 36 37 #: add-to-home-screen-wp.php:43 38 #, php-format 39 msgid "🚀 Add %site_name to your %device now! 🌟" 40 msgstr "🚀 Ajoutez %site_name à votre %device dès maintenant ! 🌟" 41 42 #: add-to-home-screen-wp.php:156 add-to-home-screen-wp.php:157 43 #: add-to-home-screen-wp.php:1268 34 #: add-to-home-screen-wp.php:47 35 msgid "🚀 Add {network_name} ({site_name}) to your {device} now! 🌟" 36 msgstr "" 37 "🚀 Ajoutez {network_name} ({site_name}) à votre {device} dès maintenant ! 🌟" 38 39 #: add-to-home-screen-wp.php:48 40 msgid "🚀 Add {site_name} to your {device} now! 🌟" 41 msgstr "🚀 Ajoutez {site_name} à votre {device} dès maintenant ! 🌟" 42 43 #: add-to-home-screen-wp.php:161 add-to-home-screen-wp.php:162 44 #: add-to-home-screen-wp.php:1367 44 45 msgid "Add to Home Screen" 45 46 msgstr "Ajouter à l'écran d'accueil" 46 47 47 #: add-to-home-screen-wp.php:17 248 #: add-to-home-screen-wp.php:177 48 49 msgid "General" 49 50 msgstr "Général" 50 51 51 #: add-to-home-screen-wp.php:17 352 #: add-to-home-screen-wp.php:178 52 53 msgid "Pro Settings" 53 54 msgstr "Paramètres Pro" 54 55 55 #: add-to-home-screen-wp.php:17 456 #: add-to-home-screen-wp.php:179 56 57 msgid "Support" 57 58 msgstr "Support" 58 59 59 #: add-to-home-screen-wp.php:1 7760 #: add-to-home-screen-wp.php:182 60 61 msgid "License" 61 62 msgstr "Licence" 62 63 63 #: add-to-home-screen-wp.php:1 7964 #: add-to-home-screen-wp.php:184 64 65 msgid "Uninstall" 65 66 msgstr "Désinstallation" 66 67 67 #: add-to-home-screen-wp.php:18 368 #: add-to-home-screen-wp.php:188 68 69 msgid "Add to Home Screen & PWA" 69 msgstr "A jouter à l'écran d'accueil& PWA"70 71 #: add-to-home-screen-wp.php:28 070 msgstr "Add to Home Screen & PWA" 71 72 #: add-to-home-screen-wp.php:285 72 73 msgid "Add to Home Screen & PWA (Network Settings)" 73 msgstr "A jouter à l'écran d'accueil& PWA (Paramètres réseau)"74 75 #: add-to-home-screen-wp.php:2 89 add-to-home-screen-wp.php:54174 msgstr "Add to Home Screen & PWA (Paramètres réseau)" 75 76 #: add-to-home-screen-wp.php:294 add-to-home-screen-wp.php:546 76 77 msgid "PWA Settings" 77 78 msgstr "Paramètres PWA" 78 79 79 #: add-to-home-screen-wp.php:29 1 add-to-home-screen-wp.php:54380 #: add-to-home-screen-wp.php:296 add-to-home-screen-wp.php:548 80 81 msgid "Configure Progressive Web App features." 81 82 msgstr "Configurer les fonctionnalités de l'application Web progressive." 82 83 83 #: add-to-home-screen-wp.php: 295 add-to-home-screen-wp.php:54784 #: add-to-home-screen-wp.php:300 add-to-home-screen-wp.php:552 84 85 msgid "Enable PWA" 85 86 msgstr "Activer le PWA" 86 87 87 #: add-to-home-screen-wp.php: 29888 #: add-to-home-screen-wp.php:303 88 89 msgid "" 89 90 "Enable Progressive Web App features (spinner and basic caching) across the " … … 94 95 "l'interface publique." 95 96 96 #: add-to-home-screen-wp.php:30 2 add-to-home-screen-wp.php:55497 #: add-to-home-screen-wp.php:307 add-to-home-screen-wp.php:559 97 98 msgid "Frontend PWA Start URL" 98 99 msgstr "URL de démarrage du PWA en interface publique" 99 100 100 #: add-to-home-screen-wp.php:3 05 add-to-home-screen-wp.php:341101 #: add-to-home-screen-wp.php:5 57 add-to-home-screen-wp.php:593101 #: add-to-home-screen-wp.php:310 add-to-home-screen-wp.php:346 102 #: add-to-home-screen-wp.php:562 add-to-home-screen-wp.php:598 102 103 msgid "Homepage" 103 104 msgstr "Page d'accueil" 104 105 105 #: add-to-home-screen-wp.php:3 06 add-to-home-screen-wp.php:558106 #: add-to-home-screen-wp.php:311 add-to-home-screen-wp.php:563 106 107 msgid "Homepage with Path" 107 108 msgstr "Page d'accueil avec chemin" 108 109 109 #: add-to-home-screen-wp.php:3 09 add-to-home-screen-wp.php:561110 #: add-to-home-screen-wp.php:314 add-to-home-screen-wp.php:566 110 111 msgid "" 111 112 "Choose where the PWA launches when added from the frontend. \"Homepage with " … … 117 118 "redirige vers un chemin relatif (par exemple, /categorie/video/)." 118 119 119 #: add-to-home-screen-wp.php:31 3 add-to-home-screen-wp.php:565120 #: add-to-home-screen-wp.php:318 add-to-home-screen-wp.php:570 120 121 msgid "Frontend Floating Balloon" 121 122 msgstr "Infobulle flottante en interface publique" 122 123 123 #: add-to-home-screen-wp.php:3 15 add-to-home-screen-wp.php:567124 #: add-to-home-screen-wp.php:320 add-to-home-screen-wp.php:572 124 125 msgid "" 125 126 "Configure how to prompt users to install your web app or add a shortcut to " … … 129 130 "Web ou à ajouter un raccourci à leur écran d'accueil" 130 131 131 #: add-to-home-screen-wp.php:3 19 add-to-home-screen-wp.php:571132 #: add-to-home-screen-wp.php:324 add-to-home-screen-wp.php:576 132 133 msgid "Show Floating Balloon in Frontend (iOS)" 133 134 msgstr "Afficher l'infobulle flottante en interface publique (iOS)" 134 135 135 #: add-to-home-screen-wp.php:32 2136 #: add-to-home-screen-wp.php:327 136 137 msgid "" 137 138 "Display a floating balloon to prompt iOS users to install the app in the " … … 141 142 "installer l'application dans l'interface publique de tous les sous-sites." 142 143 143 #: add-to-home-screen-wp.php:3 26 add-to-home-screen-wp.php:578144 #: add-to-home-screen-wp.php:331 add-to-home-screen-wp.php:583 144 145 msgid "Installation Prompt in Frontend (Android)" 145 146 msgstr "Invite d'installation en interface publique (Android)" 146 147 147 #: add-to-home-screen-wp.php:3 29 add-to-home-screen-wp.php:581148 #: add-to-home-screen-wp.php:334 add-to-home-screen-wp.php:586 148 149 msgid "Floating Balloon" 149 150 msgstr "Infobulle flottante" 150 151 151 #: add-to-home-screen-wp.php:33 0 add-to-home-screen-wp.php:582152 #: add-to-home-screen-wp.php:335 add-to-home-screen-wp.php:587 152 153 msgid "Native Install Button" 153 154 msgstr "Bouton d'installation natif" 154 155 155 #: add-to-home-screen-wp.php:33 1 add-to-home-screen-wp.php:583156 #: add-to-home-screen-wp.php:336 add-to-home-screen-wp.php:588 156 157 msgid "Disabled" 157 158 msgstr "Désactivé" 158 159 159 #: add-to-home-screen-wp.php:33 3 add-to-home-screen-wp.php:585160 #: add-to-home-screen-wp.php:338 add-to-home-screen-wp.php:590 160 161 msgid "" 161 162 "Choose how to prompt users to install the app on Android devices in the " … … 168 169 "l'interface publique." 169 170 170 #: add-to-home-screen-wp.php:3 37 add-to-home-screen-wp.php:589171 #: add-to-home-screen-wp.php:342 add-to-home-screen-wp.php:594 171 172 msgid "Balloon Display in Frontend" 172 173 msgstr "Affichage de l'infobulle en interface publique" 173 174 174 #: add-to-home-screen-wp.php:34 0 add-to-home-screen-wp.php:592175 #: add-to-home-screen-wp.php:345 add-to-home-screen-wp.php:597 175 176 msgid "All Pages" 176 177 msgstr "Toutes les pages" 177 178 178 #: add-to-home-screen-wp.php:34 3 add-to-home-screen-wp.php:595179 #: add-to-home-screen-wp.php:348 add-to-home-screen-wp.php:600 179 180 msgid "Choose where to display the floating balloon on the frontend." 180 181 msgstr "" 181 182 "Choisissez où afficher l'infobulle flottante dans l'interface publique." 182 183 183 #: add-to-home-screen-wp.php:3 47 add-to-home-screen-wp.php:599184 #: add-to-home-screen-wp.php:352 add-to-home-screen-wp.php:604 184 185 msgid "Show to Returning Visitors Only" 185 186 msgstr "Afficher uniquement aux visiteurs récurrents" 186 187 187 #: add-to-home-screen-wp.php:35 0 add-to-home-screen-wp.php:602188 #: add-to-home-screen-wp.php:355 add-to-home-screen-wp.php:607 188 189 msgid "Show the balloon only to returning visitors." 189 190 msgstr "Afficher l'infobulle uniquement aux visiteurs récurrents." 190 191 191 #: add-to-home-screen-wp.php:35 4 add-to-home-screen-wp.php:606192 #: add-to-home-screen-wp.php:359 add-to-home-screen-wp.php:611 192 193 msgid "Floating Balloon Message for iOS" 193 194 msgstr "Message de l'infobulle flottante pour iOS" 194 195 195 #: add-to-home-screen-wp.php:359 add-to-home-screen-wp.php:609 196 msgid "" 197 "Custom message for iOS devices. Use %site_name for the site name, %device " 198 "for the user's device, %icon for the first add icon, and %add for the second " 199 "add icon. Supports basic HTML (e.g., <strong>, <i>). If empty, the default " 200 "message will be used." 201 msgstr "" 202 "Message personnalisé pour les appareils iOS. Utilisez %site_name pour le nom " 203 "du site, %device pour l'appareil de l'utilisateur, %icon pour la première " 204 "icône d'ajout, et %add pour la seconde icône d'ajout. Supporte le HTML de " 205 "base (par exemple, <strong>, <i>). Si vide, le message par défaut sera " 206 "utilisé." 207 208 #: add-to-home-screen-wp.php:368 add-to-home-screen-wp.php:613 196 #: add-to-home-screen-wp.php:364 197 msgid "" 198 "Custom message for iOS devices. Use {site_name} for the site name, {device} " 199 "for the user's device, {icon} for the first add icon, and {add} for the " 200 "second add icon." 201 msgstr "" 202 "Message personnalisé pour les appareils iOS. Utilisez {site_name} pour le " 203 "nom du site, {device} pour l'appareil de l'utilisateur, {icon} pour la " 204 "première icône d'ajout, et {add} pour la seconde icône d'ajout. Supporte le " 205 "HTML de base (par exemple, <strong>, <i>). Si vide, le message par défaut " 206 "sera utilisé." 207 208 #: add-to-home-screen-wp.php:373 add-to-home-screen-wp.php:625 209 209 msgid "Floating Balloon Message for Android" 210 210 msgstr "Message de l'infobulle flottante pour Android" 211 211 212 #: add-to-home-screen-wp.php:37 3 add-to-home-screen-wp.php:616213 msgid "" 214 "Custom message for Android devices. Use %site_namefor the site name, and "215 " %device for the user's device. Note: %icon and %add are not supported in the"216 " Android balloon. Supports basic HTML (e.g., <strong>, <i>). If empty, the"217 " default message will be used."218 msgstr "" 219 "Message personnalisé pour les appareils Android. Utilisez %site_name pour le"220 " nom du site et %device pour l'appareil de l'utilisateur. Remarque : %icon et"221 " %add ne sont pas pris en charge dans l'infobulle Android. Supporte le HTML"222 " de base (par exemple, <strong>, <i>). Si vide, le message par défaut sera"223 " utilisé."224 225 #: add-to-home-screen-wp.php:38 2 add-to-home-screen-wp.php:620212 #: add-to-home-screen-wp.php:378 add-to-home-screen-wp.php:630 213 msgid "" 214 "Custom message for Android devices. Use {site_name} for the site name, and " 215 "{device} for the user's device. Note: {icon} and {add} are not supported in " 216 "the Android balloon. Supports basic HTML (e.g., <strong>, <i>). If empty, " 217 "the default message will be used." 218 msgstr "" 219 "Message personnalisé pour les appareils Android. Utilisez {site_name} pour " 220 "le nom du site et {device} pour l'appareil de l'utilisateur. Remarque : " 221 "{icon} et {add} ne sont pas pris en charge dans l'infobulle Android. " 222 "Supporte le HTML de base (par exemple, <strong>, <i>). Si vide, le message " 223 "par défaut sera utilisé." 224 225 #: add-to-home-screen-wp.php:387 add-to-home-screen-wp.php:639 226 226 msgid "Animation In" 227 227 msgstr "Animation d'entrée" 228 228 229 #: add-to-home-screen-wp.php:3 85 add-to-home-screen-wp.php:396230 #: add-to-home-screen-wp.php:6 23 add-to-home-screen-wp.php:634229 #: add-to-home-screen-wp.php:390 add-to-home-screen-wp.php:401 230 #: add-to-home-screen-wp.php:642 add-to-home-screen-wp.php:653 231 231 msgid "Drop" 232 232 msgstr "Chute" 233 233 234 #: add-to-home-screen-wp.php:3 86 add-to-home-screen-wp.php:397235 #: add-to-home-screen-wp.php:6 24 add-to-home-screen-wp.php:635234 #: add-to-home-screen-wp.php:391 add-to-home-screen-wp.php:402 235 #: add-to-home-screen-wp.php:643 add-to-home-screen-wp.php:654 236 236 msgid "Bubble" 237 237 msgstr "Bulle" 238 238 239 #: add-to-home-screen-wp.php:3 87 add-to-home-screen-wp.php:398240 #: add-to-home-screen-wp.php:6 25 add-to-home-screen-wp.php:636239 #: add-to-home-screen-wp.php:392 add-to-home-screen-wp.php:403 240 #: add-to-home-screen-wp.php:644 add-to-home-screen-wp.php:655 241 241 msgid "Fade" 242 242 msgstr "Fondu" 243 243 244 #: add-to-home-screen-wp.php:3 89 add-to-home-screen-wp.php:627244 #: add-to-home-screen-wp.php:394 add-to-home-screen-wp.php:646 245 245 msgid "Animation when the balloon appears." 246 246 msgstr "Animation lorsque l'infobulle apparaît." 247 247 248 #: add-to-home-screen-wp.php:39 3 add-to-home-screen-wp.php:631248 #: add-to-home-screen-wp.php:398 add-to-home-screen-wp.php:650 249 249 msgid "Animation Out" 250 250 msgstr "Animation de sortie" 251 251 252 #: add-to-home-screen-wp.php:40 0 add-to-home-screen-wp.php:638252 #: add-to-home-screen-wp.php:405 add-to-home-screen-wp.php:657 253 253 msgid "Animation when the balloon disappears." 254 254 msgstr "Animation lorsque l'infobulle disparaît." 255 255 256 #: add-to-home-screen-wp.php:40 4 add-to-home-screen-wp.php:642256 #: add-to-home-screen-wp.php:409 add-to-home-screen-wp.php:661 257 257 msgid "Start Delay" 258 258 msgstr "Délai de démarrage" 259 259 260 #: add-to-home-screen-wp.php:4 08 add-to-home-screen-wp.php:646260 #: add-to-home-screen-wp.php:413 add-to-home-screen-wp.php:665 261 261 msgid "" 262 262 "Note: Ensure this is not too close to Lifespan to give users enough time to " … … 266 266 "vie pour donner aux utilisateurs suffisamment de temps pour lire l'infobulle." 267 267 268 #: add-to-home-screen-wp.php:41 2 add-to-home-screen-wp.php:650268 #: add-to-home-screen-wp.php:417 add-to-home-screen-wp.php:669 269 269 msgid "Lifespan" 270 270 msgstr "Durée de vie" 271 271 272 #: add-to-home-screen-wp.php:4 16 add-to-home-screen-wp.php:654272 #: add-to-home-screen-wp.php:421 add-to-home-screen-wp.php:673 273 273 msgid "" 274 274 "Note: Set this sufficiently higher than Start Delay to ensure the balloon " … … 278 278 "démarrage pour garantir que l'infobulle reste visible assez longtemps." 279 279 280 #: add-to-home-screen-wp.php:42 0 add-to-home-screen-wp.php:658280 #: add-to-home-screen-wp.php:425 add-to-home-screen-wp.php:677 281 281 msgid "Expiration Time" 282 282 msgstr "Temps d'expiration" 283 283 284 #: add-to-home-screen-wp.php:4 27 add-to-home-screen-wp.php:665284 #: add-to-home-screen-wp.php:432 add-to-home-screen-wp.php:684 285 285 msgid "Bottom Offset" 286 286 msgstr "Décalage inférieur" 287 287 288 #: add-to-home-screen-wp.php:43 4 add-to-home-screen-wp.php:672288 #: add-to-home-screen-wp.php:439 add-to-home-screen-wp.php:691 289 289 msgid "Precomposed Icon" 290 290 msgstr "Icône précomposée" 291 291 292 #: add-to-home-screen-wp.php:4 37 add-to-home-screen-wp.php:675292 #: add-to-home-screen-wp.php:442 add-to-home-screen-wp.php:694 293 293 msgid "Display the touch icon without gloss (iOS only)." 294 294 msgstr "Afficher l'icône tactile sans brillance (iOS uniquement)." 295 295 296 #: add-to-home-screen-wp.php:44 1 add-to-home-screen-wp.php:679296 #: add-to-home-screen-wp.php:446 add-to-home-screen-wp.php:698 297 297 msgid "Touch Icon URL" 298 298 msgstr "URL de l'icône tactile" 299 299 300 #: add-to-home-screen-wp.php:44 4 add-to-home-screen-wp.php:682300 #: add-to-home-screen-wp.php:449 add-to-home-screen-wp.php:701 301 301 msgid "Upload Icon" 302 302 msgstr "Télécharger une icône" 303 303 304 #: add-to-home-screen-wp.php:4 45 add-to-home-screen-wp.php:683304 #: add-to-home-screen-wp.php:450 add-to-home-screen-wp.php:702 305 305 msgid "" 306 306 "URL of the icon for the PWA on the home screen (192x192 or 512x512 PNG " … … 315 315 "l'écran d'accueil." 316 316 317 #: add-to-home-screen-wp.php:4 49317 #: add-to-home-screen-wp.php:454 318 318 msgid "Web App Title for all subsites" 319 319 msgstr "Titre de l'application Web pour tous les sous-sites" 320 320 321 #: add-to-home-screen-wp.php:45 2 add-to-home-screen-wp.php:690321 #: add-to-home-screen-wp.php:457 add-to-home-screen-wp.php:709 322 322 msgid "" 323 323 "Custom title when added to the home screen. If empty, the site name will be " … … 327 327 "du site sera utilisé." 328 328 329 #: add-to-home-screen-wp.php:53 2329 #: add-to-home-screen-wp.php:537 330 330 msgid "Add to Home Screen & PWA Settings" 331 331 msgstr "Paramètres d'ajout à l'écran d'accueil & PWA" 332 332 333 #: add-to-home-screen-wp.php:55 0333 #: add-to-home-screen-wp.php:555 334 334 msgid "Enable Progressive Web App features." 335 335 msgstr "Activer les fonctionnalités de l'application Web progressive." 336 336 337 #: add-to-home-screen-wp.php:57 4337 #: add-to-home-screen-wp.php:579 338 338 msgid "" 339 339 "Display a floating balloon to prompt iOS users to install the app in the " … … 343 343 "installer l'application dans l'interface publique." 344 344 345 #: add-to-home-screen-wp.php:687 345 #: add-to-home-screen-wp.php:616 346 msgid "" 347 "Custom message for iOS devices. Use {site_name} for the site name, {device} " 348 "for the user's device, {icon} for the first add icon, and {add} for the " 349 "second add icon. Supports basic HTML (e.g., <strong>, <i>). If empty, the " 350 "default message will be used." 351 msgstr "" 352 "Message personnalisé pour les appareils iOS. Utilisez {site_name} pour le " 353 "nom du site, {device} pour l'appareil de l'utilisateur, {icon} pour la " 354 "première icône d'ajout, et {add} pour la seconde icône d'ajout. Supporte le " 355 "HTML de base (par exemple, <strong>, <i>). Si vide, le message par défaut " 356 "sera utilisé." 357 358 #: add-to-home-screen-wp.php:706 346 359 msgid "Web App Title" 347 360 msgstr "Titre de l'application Web" 348 361 349 #: add-to-home-screen-wp.php:7 09362 #: add-to-home-screen-wp.php:728 350 363 msgid "Support Add to Home Screen WP’s Future! 🌟" 351 364 msgstr "Soutenez l'avenir d'Add to Home Screen WP ! 🌟" 352 365 353 #: add-to-home-screen-wp.php:7 10366 #: add-to-home-screen-wp.php:729 354 367 msgid "" 355 368 "Add to Home Screen WP is a tool built with passion to help WordPress users " … … 362 375 "développer et à l'améliorer !" 363 376 364 #: add-to-home-screen-wp.php:7 13377 #: add-to-home-screen-wp.php:732 365 378 msgid "Let me know that you are using my plugin!" 366 379 msgstr "Faites-moi savoir que vous utilisez mon extension !" 367 380 368 #: add-to-home-screen-wp.php:714 369 msgid "" 370 "Using the Add to home screen #WordPress #plugin by @ziyadbachalany! http://" 371 "tulipemedia.com/en/add-to-home-screen-wordpress-plugin/ #iPhone #iPad " 372 "#Android" 373 msgstr "" 374 "J’utilise l’extension #WordPress Add to Home Screen par @ziyadbachalany ! " 375 "http://tulipemedia.com/en/add-to-home-screen-wordpress-plugin/ #iPhone #iPad " 376 "#Android" 377 378 #: add-to-home-screen-wp.php:717 381 #: add-to-home-screen-wp.php:735 382 #, php-format 383 msgid "" 384 "Using the Add to home screen #WordPress #plugin by @ziyadbachalany! %s " 385 "#iPhone #iPad #Android" 386 msgstr "" 387 388 #: add-to-home-screen-wp.php:742 379 389 msgid "Spread the word on X!" 380 390 msgstr "Faites passer le mot sur X !" 381 391 382 #: add-to-home-screen-wp.php:7 23392 #: add-to-home-screen-wp.php:748 383 393 msgid "Buy Me a Coffee" 384 394 msgstr "Offrez-moi un café" 385 395 386 #: add-to-home-screen-wp.php:7 24396 #: add-to-home-screen-wp.php:749 387 397 msgid "" 388 398 "Love using Add to Home Screen WP? A small donation can fuel my coffee cup " … … 393 403 "plugin pour vous !" 394 404 395 #: add-to-home-screen-wp.php:7 27405 #: add-to-home-screen-wp.php:752 396 406 msgid "Donate Now" 397 407 msgstr "Faire un don maintenant" 398 408 399 #: add-to-home-screen-wp.php:7 32409 #: add-to-home-screen-wp.php:757 400 410 msgid "Help Translate" 401 411 msgstr "Aider à traduire" 402 412 403 #: add-to-home-screen-wp.php:7 33413 #: add-to-home-screen-wp.php:758 404 414 msgid "" 405 415 "Speak another language? Help make Add to Home Screen WP accessible to more " … … 409 419 "plus de personnes dans le monde en contribuant à ses traductions !" 410 420 411 #: add-to-home-screen-wp.php:7 36421 #: add-to-home-screen-wp.php:761 412 422 msgid "Translate Now" 413 423 msgstr "Traduire maintenant" 414 424 415 #: add-to-home-screen-wp.php:7 41425 #: add-to-home-screen-wp.php:766 416 426 msgid "Rate on WordPress" 417 427 msgstr "Noter sur WordPress" 418 428 419 #: add-to-home-screen-wp.php:7 42429 #: add-to-home-screen-wp.php:767 420 430 msgid "" 421 431 "Enjoying Add to Home Screen WP? Share your feedback by rating it on WordPress" … … 426 436 "continuer à l'améliorer !" 427 437 428 #: add-to-home-screen-wp.php:7 45438 #: add-to-home-screen-wp.php:770 429 439 msgid "Rate Now" 430 440 msgstr "Noter maintenant" 431 441 432 #: add-to-home-screen-wp.php:7 50442 #: add-to-home-screen-wp.php:775 433 443 msgid "Need Help?" 434 444 msgstr "Besoin d'aide ?" 435 445 436 #: add-to-home-screen-wp.php:7 51446 #: add-to-home-screen-wp.php:776 437 447 msgid "" 438 448 "Have questions or need assistance? Visit our support page for resources and " … … 442 452 "support pour des ressources et des options de contact." 443 453 444 #: add-to-home-screen-wp.php:7 54454 #: add-to-home-screen-wp.php:779 445 455 msgid "Get Support" 446 456 msgstr "Obtenir du support" 447 457 448 #: add-to-home-screen-wp.php:7 61458 #: add-to-home-screen-wp.php:786 449 459 msgid "Follow Me on Social Media!" 450 460 msgstr "Suivez-moi sur les réseaux sociaux !" 451 461 452 #: add-to-home-screen-wp.php:7 62462 #: add-to-home-screen-wp.php:787 453 463 msgid "" 454 464 "Stay updated on Add to Home Screen & PWA news, tips, and more by following " … … 456 466 msgstr "" 457 467 "Restez informé des actualités, astuces et plus encore sur Add to Home Screen " 458 " WPen me suivant sur vos plateformes préférées !"459 460 #: add-to-home-screen-wp.php: 798468 "& PWA en me suivant sur vos plateformes préférées !" 469 470 #: add-to-home-screen-wp.php:827 461 471 msgid "Unlock Premium Features!" 462 msgstr " Déverrouillez les fonctionnalités Premium !"463 464 #: add-to-home-screen-wp.php:8 00472 msgstr "" 473 474 #: add-to-home-screen-wp.php:829 465 475 msgid "" 466 476 "Enhance your Add to Home Screen experience with these powerful premium " … … 470 480 "fonctionnalités Premium :" 471 481 472 #: add-to-home-screen-wp.php:804 482 #: add-to-home-screen-wp.php:833 483 msgid "Loading Spinner:" 484 msgstr "Indicateur de chargement :" 485 486 #: add-to-home-screen-wp.php:834 487 msgid "" 488 "Display a smooth, customizable loading spinner while your app content loads " 489 "— fully integrated with your brand colors." 490 msgstr "" 491 "Affichez un indicateur de chargement fluide et personnalisable pendant le " 492 "chargement du contenu de votre application — entièrement intégré avec les " 493 "couleurs de votre marque." 494 495 #: add-to-home-screen-wp.php:837 496 msgid "Pull to Refresh:" 497 msgstr "Tirer pour actualiser :" 498 499 #: add-to-home-screen-wp.php:838 500 msgid "" 501 "Offer users a native-like refresh gesture on your Web App, just like on real " 502 "mobile apps." 503 msgstr "" 504 "Offrez aux utilisateurs un geste d'actualisation natif sur votre application " 505 "Web, comme sur les vraies applications mobiles." 506 507 #: add-to-home-screen-wp.php:841 508 msgid "Bottom Navigation Bar:" 509 msgstr "Barre de navigation inférieure :" 510 511 #: add-to-home-screen-wp.php:842 512 msgid "" 513 "Enhance your PWA with a sleek, customizable bottom bar featuring Back, " 514 "Forward, and Share buttons — for a smoother and more app-like mobile " 515 "experience." 516 msgstr "" 517 "Améliorez votre PWA avec une barre inférieure élégante et personnalisable " 518 "comprenant les boutons Précédent, Suivant et Partager — pour une expérience " 519 "mobile plus fluide et plus proche d'une application." 520 521 #: add-to-home-screen-wp.php:845 473 522 msgid "Dashboard PWA Support:" 474 523 msgstr "Support PWA pour le tableau de bord :" 475 524 476 #: add-to-home-screen-wp.php:8 04525 #: add-to-home-screen-wp.php:846 477 526 msgid "" 478 527 "Enable PWA functionality specifically for the WordPress admin dashboard." … … 481 530 "d'administration de WordPress." 482 531 483 #: add-to-home-screen-wp.php:8 07532 #: add-to-home-screen-wp.php:849 484 533 msgid "Advanced Dashboard Balloon Control:" 485 534 msgstr "Contrôle avancé de l'infobulle dans le tableau de bord :" 486 535 487 #: add-to-home-screen-wp.php:8 07536 #: add-to-home-screen-wp.php:850 488 537 msgid "Fine-tune where the balloon appears in the admin dashboard." 489 538 msgstr "" … … 491 540 "d'administration." 492 541 493 #: add-to-home-screen-wp.php:8 10542 #: add-to-home-screen-wp.php:853 494 543 msgid "Custom Top Bar & Spinner Color:" 495 544 msgstr "Couleur personnalisée de la barre supérieure et du chargement :" 496 545 497 #: add-to-home-screen-wp.php:8 10546 #: add-to-home-screen-wp.php:854 498 547 msgid "Personalize your PWA’s look." 499 548 msgstr "Personnalisez l'apparence de votre PWA." 500 549 501 #: add-to-home-screen-wp.php:8 13550 #: add-to-home-screen-wp.php:857 502 551 msgid "Floating Balloon Icon:" 503 552 msgstr "Icône de l'infobulle flottante :" 504 553 505 #: add-to-home-screen-wp.php:8 13554 #: add-to-home-screen-wp.php:858 506 555 msgid "Upload your own icon for the balloon." 507 556 msgstr "Téléchargez votre propre icône pour l'infobulle." 508 557 509 #: add-to-home-screen-wp.php:8 16558 #: add-to-home-screen-wp.php:861 510 559 msgid "Installation Statistics:" 511 560 msgstr "Statistiques d'installation :" 512 561 513 #: add-to-home-screen-wp.php:8 16562 #: add-to-home-screen-wp.php:862 514 563 msgid "Track how many users add your PWA to their home screens." 515 564 msgstr "" 516 565 "Suivez combien d'utilisateurs ajoutent votre PWA à leur écran d'accueil." 517 566 518 #: add-to-home-screen-wp.php:8 23567 #: add-to-home-screen-wp.php:869 519 568 #, php-format 520 569 msgid "" 521 " Ready to upgrade? <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa;"522 " text-decoration: underline;\">Get your premium license now</a> or <a"523 " href=\"%s\" style=\"color: #0073aa; text-decoration: underline;\">enter your"524 " license key</a> in the License tab."525 msgstr "" 526 " Prêt à passer à la version supérieure ? <a href=\"%s\" target=\"_blank\""527 " style=\"color: #0073aa; text-decoration: underline;\">Obtenez votre licence"528 " Premium maintenant</a> ou <a href=\"%s\" style=\"color: #0073aa; text-"529 " decoration: underline;\">saisissez votre clé de licence</a> dans l'onglet"530 " Licence."531 532 #: add-to-home-screen-wp.php: 855570 "Download <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa; text-" 571 "decoration: underline; font-weight: bold;\">Add to Home Screen Pro and get " 572 "your premium license now</a> and enter your license key in the \"License\" " 573 "tab after installing and activating the Pro version of Add to Home Screen." 574 msgstr "" 575 "Téléchargez <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa; text-" 576 "decoration: underline; font-weight: bold;\">Add to Home Screen Pro et " 577 "obtenez votre licence Premium maintenant</a> puis saisissez votre clé de " 578 "licence dans l'onglet « Licence » après avoir installé et activé la version " 579 "Pro de Add to Home Screen." 580 581 #: add-to-home-screen-wp.php:900 533 582 msgid "Add to Home Screen & PWA - Uninstall Settings" 534 msgstr "A jouter à l'écran d'accueil& PWA - Paramètres de désinstallation"535 536 #: add-to-home-screen-wp.php: 862583 msgstr "Add to Home Screen & PWA - Paramètres de désinstallation" 584 585 #: add-to-home-screen-wp.php:907 537 586 msgid "Delete Data on Uninstall" 538 587 msgstr "Supprimer les données lors de la désinstallation" 539 588 540 #: add-to-home-screen-wp.php: 865589 #: add-to-home-screen-wp.php:910 541 590 msgid "" 542 591 "If checked, all settings and data (including statistics and license " … … 553 602 "conserver vos paramètres et l'activation de la licence." 554 603 555 #: add-to-home-screen-wp.php: 878604 #: add-to-home-screen-wp.php:923 556 605 msgid "" 557 606 "Are you sure you want to delete all data on uninstall? This includes " … … 562 611 "statistiques de la version Pro." 563 612 564 #: add-to-home-screen-wp.php: 879613 #: add-to-home-screen-wp.php:924 565 614 msgid "" 566 615 "Are you sure you want to keep data on uninstall? Settings and statistics " … … 570 619 "Les paramètres et les statistiques resteront dans la base de données." 571 620 572 #: add-to-home-screen-wp.php:1 306621 #: add-to-home-screen-wp.php:1405 573 622 msgid "PWA settings are applied for mobile devices only." 574 623 msgstr "Les paramètres PWA s'appliquent uniquement aux appareils mobiles." 575 576 #~ msgid "Check to enable the \"Add to Home Screen\" balloon in the dashboard."577 #~ msgstr ""578 #~ "Cochez pour activer l'infobulle \"Ajouter à l'écran d'accueil\" dans le "579 #~ "tableau de bord."580 581 #~ msgid "Custom Message"582 #~ msgstr "Message personnalisé"583 584 #~ msgid "Supports basic HTML like <center>, <strong>, <i>, etc."585 #~ msgstr "Supporte le HTML de base comme <center>, <strong>, <i>, etc."586 587 #~ msgid "Screen Title"588 #~ msgstr "Titre de l'écran"589 590 #~ msgid ""591 #~ "The title displayed on the home screen shortcut (e.g., \"TulipWork "592 #~ "Dashboard\")."593 #~ msgstr ""594 #~ "Le titre affiché sur le raccourci de l'écran d'accueil (par exemple, "595 #~ "\"Tableau de bord TulipWork\")."596 597 #~ msgid "Milliseconds before showing the balloon. Default: 2000"598 #~ msgstr "Millisecondes avant d'afficher l'infobulle. Par défaut : 2000"599 600 #~ msgid "Milliseconds before hiding the balloon. Default: 20000"601 #~ msgstr "Millisecondes avant de masquer l'infobulle. Par défaut : 20000"602 603 #~ msgid "Minutes before showing the balloon again. Default: 43200 (1 month)"604 #~ msgstr ""605 #~ "Minutes avant de réafficher l'infobulle. Par défaut : 43200 (1 mois)"606 607 #~ msgid "Distance in pixels from the bottom. Default: 14"608 #~ msgstr "Distance en pixels depuis le bas. Par défaut : 14"609 610 #~ msgid "Enable Touch Icon"611 #~ msgstr "Activer l'icône tactile"612 613 #~ msgid "Show an icon next to the balloon message."614 #~ msgstr "Afficher une icône à côté du message de l'infobulle."615 616 #~ msgid ""617 #~ "URL of the icon (192x192 or 512x512 PNG recommended). Leave blank for "618 #~ "Tulipwork default."619 #~ msgstr ""620 #~ "URL de l'icône (PNG 192x192 ou 512x512 recommandé). Laissez vide pour "621 #~ "utiliser la valeur par défaut de Tulipwork."622 623 #~ msgid "Select or Upload Icon"624 #~ msgstr "Sélectionner ou télécharger une icône"625 626 #~ msgid "Use this Icon"627 #~ msgstr "Utiliser cette icône"628 629 #~ msgid ""630 #~ "Add to Home Screen MU (Tulipwork Network Edition) requires a WordPress "631 #~ "multisite network."632 #~ msgstr ""633 #~ "Add to Home Screen MU (Édition Réseau Tulipwork) nécessite un réseau "634 #~ "multisite WordPress."635 636 #~ msgid ""637 #~ "Add to Home Screen MU (Tulipwork Network Edition) must be network-"638 #~ "activated."639 #~ msgstr ""640 #~ "Add to Home Screen MU (Édition Réseau Tulipwork) doit être activé au "641 #~ "niveau du réseau."642 643 #~ msgid "Total historical adds to home screen: %d"644 #~ msgstr "Nombre total historique d'ajouts à l'écran d'accueil : %d"645 646 #~ msgid "Settings saved successfully!"647 #~ msgstr "Paramètres enregistrés avec succès !"648 649 #~ msgid "You do not have sufficient permissions to access this page."650 #~ msgstr ""651 #~ "Vous n'avez pas les permissions suffisantes pour accéder à cette page." -
add-to-home-screen-wp/trunk/languages/add-to-home-screen-wp.pot
r3277757 r3387367 3 3 msgstr "" 4 4 "Project-Id-Version: ATHS WP Plugin\n" 5 "POT-Creation-Date: 2025- 04-20 02:18+0200\n"5 "POT-Creation-Date: 2025-10-31 01:59+0100\n" 6 6 "PO-Revision-Date: 2013-03-21 01:31+0100\n" 7 7 "Last-Translator: Tulipe Media <[email protected]>\n" … … 12 12 "Content-Transfer-Encoding: 8bit\n" 13 13 "Plural-Forms: nplurals=2; plural=n>1;\n" 14 "X-Generator: Poedit 3. 6\n"14 "X-Generator: Poedit 3.8\n" 15 15 "X-Poedit-KeywordsList: __;_e;_c;esc_html_e\n" 16 16 "X-Poedit-Basepath: ..\n" … … 18 18 "X-Poedit-SearchPath-0: .\n" 19 19 20 #: add-to-home-screen-wp.php:39 21 msgid "" 22 "🚀 Add %network_name (%site_name) to your %device with %icon and %add now! " 23 "🌟" 24 msgstr "" 25 26 #: add-to-home-screen-wp.php:40 27 msgid "🚀 Add %site_name to your %device with %icon and %add now! 🌟" 28 msgstr "" 29 30 #: add-to-home-screen-wp.php:42 31 msgid "🚀 Add %network_name (%site_name) to your %device now! 🌟" 32 msgstr "" 33 34 #: add-to-home-screen-wp.php:43 35 #, php-format 36 msgid "🚀 Add %site_name to your %device now! 🌟" 37 msgstr "" 38 39 #: add-to-home-screen-wp.php:156 add-to-home-screen-wp.php:157 40 #: add-to-home-screen-wp.php:1268 20 #: add-to-home-screen-wp.php:44 21 msgid "" 22 "🚀 Add {network_name} ({site_name}) to your {device} with {icon} and {add} " 23 "now! 🌟" 24 msgstr "" 25 26 #: add-to-home-screen-wp.php:45 27 msgid "🚀 Add {site_name} to your {device} with {icon} and {add} now! 🌟" 28 msgstr "" 29 30 #: add-to-home-screen-wp.php:47 31 msgid "🚀 Add {network_name} ({site_name}) to your {device} now! 🌟" 32 msgstr "" 33 34 #: add-to-home-screen-wp.php:48 35 msgid "🚀 Add {site_name} to your {device} now! 🌟" 36 msgstr "" 37 38 #: add-to-home-screen-wp.php:161 add-to-home-screen-wp.php:162 39 #: add-to-home-screen-wp.php:1367 41 40 msgid "Add to Home Screen" 42 41 msgstr "" 43 42 44 #: add-to-home-screen-wp.php:17 243 #: add-to-home-screen-wp.php:177 45 44 msgid "General" 46 45 msgstr "" 47 46 48 #: add-to-home-screen-wp.php:17 347 #: add-to-home-screen-wp.php:178 49 48 msgid "Pro Settings" 50 49 msgstr "" 51 50 52 #: add-to-home-screen-wp.php:17 451 #: add-to-home-screen-wp.php:179 53 52 msgid "Support" 54 53 msgstr "" 55 54 56 #: add-to-home-screen-wp.php:1 7755 #: add-to-home-screen-wp.php:182 57 56 msgid "License" 58 57 msgstr "" 59 58 60 #: add-to-home-screen-wp.php:1 7959 #: add-to-home-screen-wp.php:184 61 60 msgid "Uninstall" 62 61 msgstr "" 63 62 64 #: add-to-home-screen-wp.php:18 363 #: add-to-home-screen-wp.php:188 65 64 msgid "Add to Home Screen & PWA" 66 65 msgstr "" 67 66 68 #: add-to-home-screen-wp.php:28 067 #: add-to-home-screen-wp.php:285 69 68 msgid "Add to Home Screen & PWA (Network Settings)" 70 69 msgstr "" 71 70 72 #: add-to-home-screen-wp.php:2 89 add-to-home-screen-wp.php:54171 #: add-to-home-screen-wp.php:294 add-to-home-screen-wp.php:546 73 72 msgid "PWA Settings" 74 73 msgstr "" 75 74 76 #: add-to-home-screen-wp.php:29 1 add-to-home-screen-wp.php:54375 #: add-to-home-screen-wp.php:296 add-to-home-screen-wp.php:548 77 76 msgid "Configure Progressive Web App features." 78 77 msgstr "" 79 78 80 #: add-to-home-screen-wp.php: 295 add-to-home-screen-wp.php:54779 #: add-to-home-screen-wp.php:300 add-to-home-screen-wp.php:552 81 80 msgid "Enable PWA" 82 81 msgstr "" 83 82 84 #: add-to-home-screen-wp.php: 29883 #: add-to-home-screen-wp.php:303 85 84 msgid "" 86 85 "Enable Progressive Web App features (spinner and basic caching) across the " … … 88 87 msgstr "" 89 88 90 #: add-to-home-screen-wp.php:30 2 add-to-home-screen-wp.php:55489 #: add-to-home-screen-wp.php:307 add-to-home-screen-wp.php:559 91 90 msgid "Frontend PWA Start URL" 92 91 msgstr "" 93 92 94 #: add-to-home-screen-wp.php:3 05 add-to-home-screen-wp.php:34195 #: add-to-home-screen-wp.php:5 57 add-to-home-screen-wp.php:59393 #: add-to-home-screen-wp.php:310 add-to-home-screen-wp.php:346 94 #: add-to-home-screen-wp.php:562 add-to-home-screen-wp.php:598 96 95 msgid "Homepage" 97 96 msgstr "" 98 97 99 #: add-to-home-screen-wp.php:3 06 add-to-home-screen-wp.php:55898 #: add-to-home-screen-wp.php:311 add-to-home-screen-wp.php:563 100 99 msgid "Homepage with Path" 101 100 msgstr "" 102 101 103 #: add-to-home-screen-wp.php:3 09 add-to-home-screen-wp.php:561102 #: add-to-home-screen-wp.php:314 add-to-home-screen-wp.php:566 104 103 msgid "" 105 104 "Choose where the PWA launches when added from the frontend. \"Homepage with " … … 108 107 msgstr "" 109 108 110 #: add-to-home-screen-wp.php:31 3 add-to-home-screen-wp.php:565109 #: add-to-home-screen-wp.php:318 add-to-home-screen-wp.php:570 111 110 msgid "Frontend Floating Balloon" 112 111 msgstr "" 113 112 114 #: add-to-home-screen-wp.php:3 15 add-to-home-screen-wp.php:567113 #: add-to-home-screen-wp.php:320 add-to-home-screen-wp.php:572 115 114 msgid "" 116 115 "Configure how to prompt users to install your web app or add a shortcut to " … … 118 117 msgstr "" 119 118 120 #: add-to-home-screen-wp.php:3 19 add-to-home-screen-wp.php:571119 #: add-to-home-screen-wp.php:324 add-to-home-screen-wp.php:576 121 120 msgid "Show Floating Balloon in Frontend (iOS)" 122 121 msgstr "" 123 122 124 #: add-to-home-screen-wp.php:32 2123 #: add-to-home-screen-wp.php:327 125 124 msgid "" 126 125 "Display a floating balloon to prompt iOS users to install the app in the " … … 128 127 msgstr "" 129 128 130 #: add-to-home-screen-wp.php:3 26 add-to-home-screen-wp.php:578129 #: add-to-home-screen-wp.php:331 add-to-home-screen-wp.php:583 131 130 msgid "Installation Prompt in Frontend (Android)" 132 131 msgstr "" 133 132 134 #: add-to-home-screen-wp.php:3 29 add-to-home-screen-wp.php:581133 #: add-to-home-screen-wp.php:334 add-to-home-screen-wp.php:586 135 134 msgid "Floating Balloon" 136 135 msgstr "" 137 136 138 #: add-to-home-screen-wp.php:33 0 add-to-home-screen-wp.php:582137 #: add-to-home-screen-wp.php:335 add-to-home-screen-wp.php:587 139 138 msgid "Native Install Button" 140 139 msgstr "" 141 140 142 #: add-to-home-screen-wp.php:33 1 add-to-home-screen-wp.php:583141 #: add-to-home-screen-wp.php:336 add-to-home-screen-wp.php:588 143 142 msgid "Disabled" 144 143 msgstr "" 145 144 146 #: add-to-home-screen-wp.php:33 3 add-to-home-screen-wp.php:585145 #: add-to-home-screen-wp.php:338 add-to-home-screen-wp.php:590 147 146 msgid "" 148 147 "Choose how to prompt users to install the app on Android devices in the " … … 151 150 msgstr "" 152 151 153 #: add-to-home-screen-wp.php:3 37 add-to-home-screen-wp.php:589152 #: add-to-home-screen-wp.php:342 add-to-home-screen-wp.php:594 154 153 msgid "Balloon Display in Frontend" 155 154 msgstr "" 156 155 157 #: add-to-home-screen-wp.php:34 0 add-to-home-screen-wp.php:592156 #: add-to-home-screen-wp.php:345 add-to-home-screen-wp.php:597 158 157 msgid "All Pages" 159 158 msgstr "" 160 159 161 #: add-to-home-screen-wp.php:34 3 add-to-home-screen-wp.php:595160 #: add-to-home-screen-wp.php:348 add-to-home-screen-wp.php:600 162 161 msgid "Choose where to display the floating balloon on the frontend." 163 162 msgstr "" 164 163 165 #: add-to-home-screen-wp.php:3 47 add-to-home-screen-wp.php:599164 #: add-to-home-screen-wp.php:352 add-to-home-screen-wp.php:604 166 165 msgid "Show to Returning Visitors Only" 167 166 msgstr "" 168 167 169 #: add-to-home-screen-wp.php:35 0 add-to-home-screen-wp.php:602168 #: add-to-home-screen-wp.php:355 add-to-home-screen-wp.php:607 170 169 msgid "Show the balloon only to returning visitors." 171 170 msgstr "" 172 171 173 #: add-to-home-screen-wp.php:35 4 add-to-home-screen-wp.php:606172 #: add-to-home-screen-wp.php:359 add-to-home-screen-wp.php:611 174 173 msgid "Floating Balloon Message for iOS" 175 174 msgstr "" 176 175 177 #: add-to-home-screen-wp.php:359 add-to-home-screen-wp.php:609 178 msgid "" 179 "Custom message for iOS devices. Use %site_name for the site name, %device " 180 "for the user's device, %icon for the first add icon, and %add for the " 181 "second add icon. Supports basic HTML (e.g., <strong>, <i>). If empty, the " 182 "default message will be used." 183 msgstr "" 184 185 #: add-to-home-screen-wp.php:368 add-to-home-screen-wp.php:613 176 #: add-to-home-screen-wp.php:364 177 msgid "" 178 "Custom message for iOS devices. Use {site_name} for the site name, {device} " 179 "for the user's device, {icon} for the first add icon, and {add} for the " 180 "second add icon." 181 msgstr "" 182 183 #: add-to-home-screen-wp.php:373 add-to-home-screen-wp.php:625 186 184 msgid "Floating Balloon Message for Android" 187 185 msgstr "" 188 186 189 #: add-to-home-screen-wp.php:37 3 add-to-home-screen-wp.php:616190 msgid "" 191 "Custom message for Android devices. Use %site_namefor the site name, and "192 " %device for the user's device. Note: %icon and %addare not supported in "187 #: add-to-home-screen-wp.php:378 add-to-home-screen-wp.php:630 188 msgid "" 189 "Custom message for Android devices. Use {site_name} for the site name, and " 190 "{device} for the user's device. Note: {icon} and {add} are not supported in " 193 191 "the Android balloon. Supports basic HTML (e.g., <strong>, <i>). If empty, " 194 192 "the default message will be used." 195 193 msgstr "" 196 194 197 #: add-to-home-screen-wp.php:38 2 add-to-home-screen-wp.php:620195 #: add-to-home-screen-wp.php:387 add-to-home-screen-wp.php:639 198 196 msgid "Animation In" 199 197 msgstr "" 200 198 201 #: add-to-home-screen-wp.php:3 85 add-to-home-screen-wp.php:396202 #: add-to-home-screen-wp.php:6 23 add-to-home-screen-wp.php:634199 #: add-to-home-screen-wp.php:390 add-to-home-screen-wp.php:401 200 #: add-to-home-screen-wp.php:642 add-to-home-screen-wp.php:653 203 201 msgid "Drop" 204 202 msgstr "" 205 203 206 #: add-to-home-screen-wp.php:3 86 add-to-home-screen-wp.php:397207 #: add-to-home-screen-wp.php:6 24 add-to-home-screen-wp.php:635204 #: add-to-home-screen-wp.php:391 add-to-home-screen-wp.php:402 205 #: add-to-home-screen-wp.php:643 add-to-home-screen-wp.php:654 208 206 msgid "Bubble" 209 207 msgstr "" 210 208 211 #: add-to-home-screen-wp.php:3 87 add-to-home-screen-wp.php:398212 #: add-to-home-screen-wp.php:6 25 add-to-home-screen-wp.php:636209 #: add-to-home-screen-wp.php:392 add-to-home-screen-wp.php:403 210 #: add-to-home-screen-wp.php:644 add-to-home-screen-wp.php:655 213 211 msgid "Fade" 214 212 msgstr "" 215 213 216 #: add-to-home-screen-wp.php:3 89 add-to-home-screen-wp.php:627214 #: add-to-home-screen-wp.php:394 add-to-home-screen-wp.php:646 217 215 msgid "Animation when the balloon appears." 218 216 msgstr "" 219 217 220 #: add-to-home-screen-wp.php:39 3 add-to-home-screen-wp.php:631218 #: add-to-home-screen-wp.php:398 add-to-home-screen-wp.php:650 221 219 msgid "Animation Out" 222 220 msgstr "" 223 221 224 #: add-to-home-screen-wp.php:40 0 add-to-home-screen-wp.php:638222 #: add-to-home-screen-wp.php:405 add-to-home-screen-wp.php:657 225 223 msgid "Animation when the balloon disappears." 226 224 msgstr "" 227 225 228 #: add-to-home-screen-wp.php:40 4 add-to-home-screen-wp.php:642226 #: add-to-home-screen-wp.php:409 add-to-home-screen-wp.php:661 229 227 msgid "Start Delay" 230 228 msgstr "" 231 229 232 #: add-to-home-screen-wp.php:4 08 add-to-home-screen-wp.php:646230 #: add-to-home-screen-wp.php:413 add-to-home-screen-wp.php:665 233 231 msgid "" 234 232 "Note: Ensure this is not too close to Lifespan to give users enough time to " … … 236 234 msgstr "" 237 235 238 #: add-to-home-screen-wp.php:41 2 add-to-home-screen-wp.php:650236 #: add-to-home-screen-wp.php:417 add-to-home-screen-wp.php:669 239 237 msgid "Lifespan" 240 238 msgstr "" 241 239 242 #: add-to-home-screen-wp.php:4 16 add-to-home-screen-wp.php:654240 #: add-to-home-screen-wp.php:421 add-to-home-screen-wp.php:673 243 241 msgid "" 244 242 "Note: Set this sufficiently higher than Start Delay to ensure the balloon " … … 246 244 msgstr "" 247 245 248 #: add-to-home-screen-wp.php:42 0 add-to-home-screen-wp.php:658246 #: add-to-home-screen-wp.php:425 add-to-home-screen-wp.php:677 249 247 msgid "Expiration Time" 250 248 msgstr "" 251 249 252 #: add-to-home-screen-wp.php:4 27 add-to-home-screen-wp.php:665250 #: add-to-home-screen-wp.php:432 add-to-home-screen-wp.php:684 253 251 msgid "Bottom Offset" 254 252 msgstr "" 255 253 256 #: add-to-home-screen-wp.php:43 4 add-to-home-screen-wp.php:672254 #: add-to-home-screen-wp.php:439 add-to-home-screen-wp.php:691 257 255 msgid "Precomposed Icon" 258 256 msgstr "" 259 257 260 #: add-to-home-screen-wp.php:4 37 add-to-home-screen-wp.php:675258 #: add-to-home-screen-wp.php:442 add-to-home-screen-wp.php:694 261 259 msgid "Display the touch icon without gloss (iOS only)." 262 260 msgstr "" 263 261 264 #: add-to-home-screen-wp.php:44 1 add-to-home-screen-wp.php:679262 #: add-to-home-screen-wp.php:446 add-to-home-screen-wp.php:698 265 263 msgid "Touch Icon URL" 266 264 msgstr "" 267 265 268 #: add-to-home-screen-wp.php:44 4 add-to-home-screen-wp.php:682266 #: add-to-home-screen-wp.php:449 add-to-home-screen-wp.php:701 269 267 msgid "Upload Icon" 270 268 msgstr "" 271 269 272 #: add-to-home-screen-wp.php:4 45 add-to-home-screen-wp.php:683270 #: add-to-home-screen-wp.php:450 add-to-home-screen-wp.php:702 273 271 msgid "" 274 272 "URL of the icon for the PWA on the home screen (192x192 or 512x512 PNG " … … 278 276 msgstr "" 279 277 280 #: add-to-home-screen-wp.php:4 49278 #: add-to-home-screen-wp.php:454 281 279 msgid "Web App Title for all subsites" 282 280 msgstr "" 283 281 284 #: add-to-home-screen-wp.php:45 2 add-to-home-screen-wp.php:690282 #: add-to-home-screen-wp.php:457 add-to-home-screen-wp.php:709 285 283 msgid "" 286 284 "Custom title when added to the home screen. If empty, the site name will be " … … 288 286 msgstr "" 289 287 290 #: add-to-home-screen-wp.php:53 2288 #: add-to-home-screen-wp.php:537 291 289 msgid "Add to Home Screen & PWA Settings" 292 290 msgstr "" 293 291 294 #: add-to-home-screen-wp.php:55 0292 #: add-to-home-screen-wp.php:555 295 293 msgid "Enable Progressive Web App features." 296 294 msgstr "" 297 295 298 #: add-to-home-screen-wp.php:57 4296 #: add-to-home-screen-wp.php:579 299 297 msgid "" 300 298 "Display a floating balloon to prompt iOS users to install the app in the " … … 302 300 msgstr "" 303 301 304 #: add-to-home-screen-wp.php:687 302 #: add-to-home-screen-wp.php:616 303 msgid "" 304 "Custom message for iOS devices. Use {site_name} for the site name, {device} " 305 "for the user's device, {icon} for the first add icon, and {add} for the " 306 "second add icon. Supports basic HTML (e.g., <strong>, <i>). If empty, the " 307 "default message will be used." 308 msgstr "" 309 310 #: add-to-home-screen-wp.php:706 305 311 msgid "Web App Title" 306 312 msgstr "" 307 313 308 #: add-to-home-screen-wp.php:7 09314 #: add-to-home-screen-wp.php:728 309 315 msgid "Support Add to Home Screen WP’s Future! 🌟" 310 316 msgstr "" 311 317 312 #: add-to-home-screen-wp.php:7 10318 #: add-to-home-screen-wp.php:729 313 319 msgid "" 314 320 "Add to Home Screen WP is a tool built with passion to help WordPress users " … … 317 323 msgstr "" 318 324 319 #: add-to-home-screen-wp.php:7 13325 #: add-to-home-screen-wp.php:732 320 326 msgid "Let me know that you are using my plugin!" 321 327 msgstr "" 322 328 323 #: add-to-home-screen-wp.php:7 14324 msgid "" 325 "Using the Add to home screen #WordPress #plugin by @ziyadbachalany! http://"326 " tulipemedia.com/en/add-to-home-screen-wordpress-plugin/ #iPhone #iPad"327 "# Android"328 msgstr "" 329 330 #: add-to-home-screen-wp.php:7 17329 #: add-to-home-screen-wp.php:735 330 #, php-format 331 msgid "" 332 "Using the Add to home screen #WordPress #plugin by @ziyadbachalany! %s " 333 "#iPhone #iPad #Android" 334 msgstr "" 335 336 #: add-to-home-screen-wp.php:742 331 337 msgid "Spread the word on X!" 332 338 msgstr "" 333 339 334 #: add-to-home-screen-wp.php:7 23340 #: add-to-home-screen-wp.php:748 335 341 msgid "Buy Me a Coffee" 336 342 msgstr "" 337 343 338 #: add-to-home-screen-wp.php:7 24344 #: add-to-home-screen-wp.php:749 339 345 msgid "" 340 346 "Love using Add to Home Screen WP? A small donation can fuel my coffee cup " … … 342 348 msgstr "" 343 349 344 #: add-to-home-screen-wp.php:7 27350 #: add-to-home-screen-wp.php:752 345 351 msgid "Donate Now" 346 352 msgstr "" 347 353 348 #: add-to-home-screen-wp.php:7 32354 #: add-to-home-screen-wp.php:757 349 355 msgid "Help Translate" 350 356 msgstr "" 351 357 352 #: add-to-home-screen-wp.php:7 33358 #: add-to-home-screen-wp.php:758 353 359 msgid "" 354 360 "Speak another language? Help make Add to Home Screen WP accessible to more " … … 356 362 msgstr "" 357 363 358 #: add-to-home-screen-wp.php:7 36364 #: add-to-home-screen-wp.php:761 359 365 msgid "Translate Now" 360 366 msgstr "" 361 367 362 #: add-to-home-screen-wp.php:7 41368 #: add-to-home-screen-wp.php:766 363 369 msgid "Rate on WordPress" 364 370 msgstr "" 365 371 366 #: add-to-home-screen-wp.php:7 42372 #: add-to-home-screen-wp.php:767 367 373 msgid "" 368 374 "Enjoying Add to Home Screen WP? Share your feedback by rating it on " … … 370 376 msgstr "" 371 377 372 #: add-to-home-screen-wp.php:7 45378 #: add-to-home-screen-wp.php:770 373 379 msgid "Rate Now" 374 380 msgstr "" 375 381 376 #: add-to-home-screen-wp.php:7 50382 #: add-to-home-screen-wp.php:775 377 383 msgid "Need Help?" 378 384 msgstr "" 379 385 380 #: add-to-home-screen-wp.php:7 51386 #: add-to-home-screen-wp.php:776 381 387 msgid "" 382 388 "Have questions or need assistance? Visit our support page for resources and " … … 384 390 msgstr "" 385 391 386 #: add-to-home-screen-wp.php:7 54392 #: add-to-home-screen-wp.php:779 387 393 msgid "Get Support" 388 394 msgstr "" 389 395 390 #: add-to-home-screen-wp.php:7 61396 #: add-to-home-screen-wp.php:786 391 397 msgid "Follow Me on Social Media!" 392 398 msgstr "" 393 399 394 #: add-to-home-screen-wp.php:7 62400 #: add-to-home-screen-wp.php:787 395 401 msgid "" 396 402 "Stay updated on Add to Home Screen & PWA news, tips, and more by following " … … 398 404 msgstr "" 399 405 400 #: add-to-home-screen-wp.php: 798406 #: add-to-home-screen-wp.php:827 401 407 msgid "Unlock Premium Features!" 402 408 msgstr "" 403 409 404 #: add-to-home-screen-wp.php:8 00410 #: add-to-home-screen-wp.php:829 405 411 msgid "" 406 412 "Enhance your Add to Home Screen experience with these powerful premium " … … 408 414 msgstr "" 409 415 410 #: add-to-home-screen-wp.php:804 416 #: add-to-home-screen-wp.php:833 417 msgid "Loading Spinner:" 418 msgstr "" 419 420 #: add-to-home-screen-wp.php:834 421 msgid "" 422 "Display a smooth, customizable loading spinner while your app content loads " 423 "— fully integrated with your brand colors." 424 msgstr "" 425 426 #: add-to-home-screen-wp.php:837 427 msgid "Pull to Refresh:" 428 msgstr "" 429 430 #: add-to-home-screen-wp.php:838 431 msgid "" 432 "Offer users a native-like refresh gesture on your Web App, just like on " 433 "real mobile apps." 434 msgstr "" 435 436 #: add-to-home-screen-wp.php:841 437 msgid "Bottom Navigation Bar:" 438 msgstr "" 439 440 #: add-to-home-screen-wp.php:842 441 msgid "" 442 "Enhance your PWA with a sleek, customizable bottom bar featuring Back, " 443 "Forward, and Share buttons — for a smoother and more app-like mobile " 444 "experience." 445 msgstr "" 446 447 #: add-to-home-screen-wp.php:845 411 448 msgid "Dashboard PWA Support:" 412 449 msgstr "" 413 450 414 #: add-to-home-screen-wp.php:8 04451 #: add-to-home-screen-wp.php:846 415 452 msgid "" 416 453 "Enable PWA functionality specifically for the WordPress admin dashboard." 417 454 msgstr "" 418 455 419 #: add-to-home-screen-wp.php:8 07456 #: add-to-home-screen-wp.php:849 420 457 msgid "Advanced Dashboard Balloon Control:" 421 458 msgstr "" 422 459 423 #: add-to-home-screen-wp.php:8 07460 #: add-to-home-screen-wp.php:850 424 461 msgid "Fine-tune where the balloon appears in the admin dashboard." 425 462 msgstr "" 426 463 427 #: add-to-home-screen-wp.php:8 10464 #: add-to-home-screen-wp.php:853 428 465 msgid "Custom Top Bar & Spinner Color:" 429 466 msgstr "" 430 467 431 #: add-to-home-screen-wp.php:8 10468 #: add-to-home-screen-wp.php:854 432 469 msgid "Personalize your PWA’s look." 433 470 msgstr "" 434 471 435 #: add-to-home-screen-wp.php:8 13472 #: add-to-home-screen-wp.php:857 436 473 msgid "Floating Balloon Icon:" 437 474 msgstr "" 438 475 439 #: add-to-home-screen-wp.php:8 13476 #: add-to-home-screen-wp.php:858 440 477 msgid "Upload your own icon for the balloon." 441 478 msgstr "" 442 479 443 #: add-to-home-screen-wp.php:8 16480 #: add-to-home-screen-wp.php:861 444 481 msgid "Installation Statistics:" 445 482 msgstr "" 446 483 447 #: add-to-home-screen-wp.php:8 16484 #: add-to-home-screen-wp.php:862 448 485 msgid "Track how many users add your PWA to their home screens." 449 486 msgstr "" 450 487 451 #: add-to-home-screen-wp.php:8 23488 #: add-to-home-screen-wp.php:869 452 489 #, php-format 453 490 msgid "" 454 " Ready to upgrade? <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa;"455 " text-decoration: underline;\">Get your premium license now</a> or <a"456 " href=\"%s\" style=\"color: #0073aa; text-decoration: underline;\">enter"457 " your license key</a> in the License tab."458 msgstr "" 459 460 #: add-to-home-screen-wp.php: 855491 "Download <a href=\"%s\" target=\"_blank\" style=\"color: #0073aa; text-" 492 "decoration: underline; font-weight: bold;\">Add to Home Screen Pro and get " 493 "your premium license now</a> and enter your license key in the \"License\" " 494 "tab after installing and activating the Pro version of Add to Home Screen." 495 msgstr "" 496 497 #: add-to-home-screen-wp.php:900 461 498 msgid "Add to Home Screen & PWA - Uninstall Settings" 462 499 msgstr "" 463 500 464 #: add-to-home-screen-wp.php: 862501 #: add-to-home-screen-wp.php:907 465 502 msgid "Delete Data on Uninstall" 466 503 msgstr "" 467 504 468 #: add-to-home-screen-wp.php: 865505 #: add-to-home-screen-wp.php:910 469 506 msgid "" 470 507 "If checked, all settings and data (including statistics and license " … … 475 512 msgstr "" 476 513 477 #: add-to-home-screen-wp.php: 878514 #: add-to-home-screen-wp.php:923 478 515 msgid "" 479 516 "Are you sure you want to delete all data on uninstall? This includes " … … 481 518 msgstr "" 482 519 483 #: add-to-home-screen-wp.php: 879520 #: add-to-home-screen-wp.php:924 484 521 msgid "" 485 522 "Are you sure you want to keep data on uninstall? Settings and statistics " … … 487 524 msgstr "" 488 525 489 #: add-to-home-screen-wp.php:1 306526 #: add-to-home-screen-wp.php:1405 490 527 msgid "PWA settings are applied for mobile devices only." 491 528 msgstr "" -
add-to-home-screen-wp/trunk/readme.txt
r3387352 r3387367 5 5 Requires at least: 6.7 6 6 Tested up to: 6.8 7 Stable tag: 2.7. 37 Stable tag: 2.7.4 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 132 132 133 133 == Changelog == 134 = 2.7.4 = 135 * **Fixed**: Removed embedded URLs from all translatable strings to comply with GNU gettext best practices. 136 * **Improved**: French (fr_FR) and German (de_DE) language files updated to 100% completion. 137 134 138 = 2.7.3 = 135 139 * **Improved**: Changed placeholders from % to {} in translatable strings for better compatibility with WordPress translation system. … … 192 196 193 197 == Upgrade Notice == 198 = 2.7.4 = 199 Minor fixes related to translations. 200 194 201 = 2.7.3 = 195 202 Changed placeholders from % to {} in translatable strings for better compatibility with WordPress translation system. Please update your messages in the plugin settings!
Note: See TracChangeset
for help on using the changeset viewer.