From 262755ea023051ccfaaf7eeb43a1d6f8650d3f79 Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:23:55 +0700 Subject: [PATCH 01/14] Enable feature flag for recommend app feature --- WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift b/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift index aa16c9d8743e..570495e5ac74 100644 --- a/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift +++ b/WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift @@ -43,7 +43,7 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag { case .unifiedCommentsAndNotificationsList: return true case .recommendAppToOthers: - return BuildConfiguration.current ~= [.localDeveloper, .a8cBranchTest] + return true case .newCommentEdit: return false } From 7337aa0334f28054aef7768b078038e1659d11b3 Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:28:36 +0700 Subject: [PATCH 02/14] Update release notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 29aee813b59d..78c2cc57c225 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -9,6 +9,7 @@ * [**] Added a time selection feature to Blogging Reminders: users can now choose at what time they will receive the reminders [#17024, #17033] * [**] Block editor: Embed block: Add "Resize for smaller devices" setting. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3753] * [**] Account Settings: added the ability to close user account. +* [*] Users can now share WordPress app with friends. Accessible from Me and About screen. [#16995] 18.0 ----- From b8b47ecf91a54533a1c337bc14725455a018ec61 Mon Sep 17 00:00:00 2001 From: Nikola Milicevic Date: Mon, 23 Aug 2021 23:57:13 +0200 Subject: [PATCH 03/14] Fix displayed localizable string in case of atomic-site error --- .../Me/Account Settings/AccountSettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/Classes/ViewRelated/Me/Account Settings/AccountSettingsViewController.swift b/WordPress/Classes/ViewRelated/Me/Account Settings/AccountSettingsViewController.swift index 608d3b690cf4..136f02634eac 100644 --- a/WordPress/Classes/ViewRelated/Me/Account Settings/AccountSettingsViewController.swift +++ b/WordPress/Classes/ViewRelated/Me/Account Settings/AccountSettingsViewController.swift @@ -288,7 +288,7 @@ private class AccountSettingsController: SettingsController { return NSLocalizedString("You're not authorized to close the account.", comment: "Error message displayed when unable to close user account due to being unauthorized.") case "atomic-site": - return NSLocalizedString("This user account cannot be closed while it has active atomic sites.", + return NSLocalizedString("This user account could not be closed. Please contact us by going to Me > Help & Support screen.", comment: "Error message displayed when unable to close user account due to having active atomic site.") case "chargebacked-site": return NSLocalizedString("This user account cannot be closed if there are unresolved chargebacks.", From cba7cbb25522edc7b3c96fe8456000fa0556b604 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 24 Aug 2021 15:08:24 +1000 Subject: [PATCH 04/14] Update translations --- .../Resources/ar.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/bg.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/cs.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/cy.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/da.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/de.lproj/Localizable.strings | 168 ++++++++++----- .../Resources/en-AU.lproj/Localizable.strings | 162 ++++++++++---- .../Resources/en-CA.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/en-GB.lproj/Localizable.strings | 160 ++++++++++---- .../Resources/es.lproj/Localizable.strings | 162 ++++++++++---- .../Resources/fr.lproj/Localizable.strings | 178 +++++++++++----- .../Resources/he.lproj/Localizable.strings | 164 +++++++++++---- .../Resources/hr.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/hu.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/id.lproj/Localizable.strings | 190 +++++++++++------ .../Resources/is.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/it.lproj/Localizable.strings | 164 +++++++++++---- .../Resources/ja.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/ko.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/nb.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/nl.lproj/Localizable.strings | 160 ++++++++++---- .../Resources/pl.lproj/Localizable.strings | 164 +++++++++++---- .../Resources/pt-BR.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/pt.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/ro.lproj/Localizable.strings | 162 ++++++++++---- .../Resources/ru.lproj/Localizable.strings | 160 ++++++++++---- .../Resources/sk.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/sq.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/sv.lproj/Localizable.strings | 160 ++++++++++---- .../Resources/th.lproj/Localizable.strings | 158 ++++++++++---- .../Resources/tr.lproj/Localizable.strings | 158 ++++++++++---- .../zh-Hans.lproj/Localizable.strings | 158 ++++++++++---- .../zh-Hant.lproj/Localizable.strings | 198 ++++++++++++------ .../ar.lproj/Localizable.strings | Bin 4067 -> 4067 bytes .../bg.lproj/Localizable.strings | Bin 3189 -> 3189 bytes .../cs.lproj/Localizable.strings | Bin 4264 -> 4264 bytes .../cy.lproj/Localizable.strings | Bin 2837 -> 2837 bytes .../da.lproj/Localizable.strings | Bin 2830 -> 2830 bytes .../de.lproj/Localizable.strings | Bin 4485 -> 4485 bytes .../en-AU.lproj/Localizable.strings | Bin 2674 -> 2674 bytes .../en-CA.lproj/Localizable.strings | Bin 2740 -> 2740 bytes .../en-GB.lproj/Localizable.strings | Bin 2682 -> 2682 bytes .../es.lproj/Localizable.strings | Bin 3507 -> 3507 bytes .../fr.lproj/Localizable.strings | Bin 4687 -> 4687 bytes .../he.lproj/Localizable.strings | Bin 3994 -> 3994 bytes .../hr.lproj/Localizable.strings | Bin 2845 -> 2845 bytes .../hu.lproj/Localizable.strings | Bin 2914 -> 2914 bytes .../id.lproj/Localizable.strings | Bin 3018 -> 3018 bytes .../is.lproj/Localizable.strings | Bin 3005 -> 3005 bytes .../it.lproj/Localizable.strings | Bin 3444 -> 3444 bytes .../ja.lproj/Localizable.strings | Bin 3194 -> 3194 bytes .../ko.lproj/Localizable.strings | Bin 3056 -> 3056 bytes .../nb.lproj/Localizable.strings | Bin 3442 -> 3442 bytes .../nl.lproj/Localizable.strings | Bin 3350 -> 3350 bytes .../pl.lproj/Localizable.strings | Bin 2822 -> 2822 bytes .../pt-BR.lproj/Localizable.strings | Bin 3960 -> 3960 bytes .../pt.lproj/Localizable.strings | Bin 3314 -> 3314 bytes .../ro.lproj/Localizable.strings | Bin 4345 -> 4345 bytes .../ru.lproj/Localizable.strings | Bin 4532 -> 4532 bytes .../sk.lproj/Localizable.strings | Bin 4484 -> 4484 bytes .../sq.lproj/Localizable.strings | Bin 4377 -> 4377 bytes .../sv.lproj/Localizable.strings | Bin 4499 -> 4499 bytes .../th.lproj/Localizable.strings | Bin 2918 -> 2918 bytes .../tr.lproj/Localizable.strings | Bin 4260 -> 4260 bytes .../zh-Hans.lproj/Localizable.strings | Bin 2712 -> 2712 bytes .../zh-Hant.lproj/Localizable.strings | Bin 2694 -> 2692 bytes .../ar.lproj/Localizable.strings | Bin 146 -> 146 bytes .../bg.lproj/Localizable.strings | Bin 174 -> 174 bytes .../cs.lproj/Localizable.strings | Bin 176 -> 176 bytes .../cy.lproj/Localizable.strings | Bin 118 -> 118 bytes .../da.lproj/Localizable.strings | Bin 128 -> 128 bytes .../de.lproj/Localizable.strings | Bin 139 -> 139 bytes .../en-AU.lproj/Localizable.strings | Bin 84 -> 84 bytes .../en-CA.lproj/Localizable.strings | Bin 84 -> 84 bytes .../en-GB.lproj/Localizable.strings | Bin 84 -> 84 bytes .../es.lproj/Localizable.strings | Bin 128 -> 128 bytes .../fr.lproj/Localizable.strings | Bin 129 -> 129 bytes .../he.lproj/Localizable.strings | Bin 150 -> 150 bytes .../hr.lproj/Localizable.strings | Bin 119 -> 119 bytes .../hu.lproj/Localizable.strings | Bin 160 -> 160 bytes .../id.lproj/Localizable.strings | Bin 134 -> 134 bytes .../is.lproj/Localizable.strings | Bin 138 -> 138 bytes .../it.lproj/Localizable.strings | Bin 120 -> 120 bytes .../ja.lproj/Localizable.strings | Bin 118 -> 118 bytes .../ko.lproj/Localizable.strings | Bin 110 -> 110 bytes .../nb.lproj/Localizable.strings | Bin 133 -> 133 bytes .../nl.lproj/Localizable.strings | Bin 116 -> 116 bytes .../pl.lproj/Localizable.strings | Bin 96 -> 96 bytes .../pt-BR.lproj/Localizable.strings | Bin 158 -> 158 bytes .../pt.lproj/Localizable.strings | Bin 156 -> 156 bytes .../ro.lproj/Localizable.strings | Bin 148 -> 148 bytes .../ru.lproj/Localizable.strings | Bin 166 -> 166 bytes .../sk.lproj/Localizable.strings | Bin 140 -> 140 bytes .../sq.lproj/Localizable.strings | Bin 134 -> 134 bytes .../sv.lproj/Localizable.strings | Bin 146 -> 146 bytes .../th.lproj/Localizable.strings | Bin 154 -> 154 bytes .../tr.lproj/Localizable.strings | Bin 170 -> 170 bytes .../zh-Hans.lproj/Localizable.strings | Bin 110 -> 110 bytes .../zh-Hant.lproj/Localizable.strings | Bin 112 -> 112 bytes 99 files changed, 3865 insertions(+), 1489 deletions(-) diff --git a/WordPress/Resources/ar.lproj/Localizable.strings b/WordPress/Resources/ar.lproj/Localizable.strings index ea84f0aef9d9..942f8aa18643 100644 --- a/WordPress/Resources/ar.lproj/Localizable.strings +++ b/WordPress/Resources/ar.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nللتأكيد، يرجى إعادة إدخال عنوان موقعك قبل عملية حذفه.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "صور \"بطيئة التحميل\""; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> من المرات في الأسبوع"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "مرة<\/strong> في الأسبوع"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "مرتان<\/strong> في الأسبوع"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "إعدادات الحساب"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "شكر وتقدير"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "إضافة أي موضوع"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "إضافة نصّ للزر"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "هناك حاجة إلى وجود اتصال نشط بالإنترنت لعرض السجلّ"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "حدث خطأ أثناء إنشاء القائمة."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "فشلت مصادقة Apple.\nيرجى التأكُّد من تسجيل الدخول إلى iCloud باستخدام معرِّف Apple الذي يستخدم مصادفة من عاملين."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "تطبيق"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "تغيير أو إضافة أو إزالة صفحات موقعك."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "تغيير اسم العرض"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "إغلاق"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "إغلاق التعليق"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "إغلاق شاشة \"أنا\""; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "رمز"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "كوميكات"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "تعليق"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "تأكيد"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "تأكيد حذف الموقع"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "تخصيص موقعك"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "تخصيص الرسالة"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "تحرير رابط"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "لكل مكوِّن الإعدادات الخاصة به. للعثور عليها، انقر على مكوِّن. ستظهر إعداداته على شريط الأدوات في الجزء السفلي من الشاشة."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "شرق"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "تحرير كلمة قائمة الحظر"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "تحرير التعليق"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "البريد الإلكتروني"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "البريد الإلكتروني"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "إدخال بيانات اعتماد الخادم الخاصة بك"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "خطأ"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "خطأ في تثبيت %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "حدث خطأ أثناء تحميل الإضافات"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "كل يوم"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "الجميع"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "العثور على مدونات وقصص ستُحبّها..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "جاري البحث عن موقعك..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "عد للخلف"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "انتقل إلى التالي"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "كيفية إنشاء مقالة قصة"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "كيف سنقوم بإصلاحه؟"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "التغييرات المحلية"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "الموقع"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "هل تبحث عن الإحصاءات؟"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "جاري البحث عن عنوان..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "يبدو أنّ لديك Jetpack معدٌ على موقعك. تهانينا! قم بتسجيل الدخول باستخدام بيانات اعتماد WordPress.com لتمكين الإحصاءات والإشعارات."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "نقل المكوِّن إلى أعلى من الصف %1$s إلى الصف %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "تحريك للأسفل"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "أفضل عشرة مقاهي"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "الاسم"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "التنقل لتخصيص التدرج"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "التنقل إلى ورقة المحتوى السابقة "; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "هل تحتاج إلى المساعدة؟"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "لم يتم تعيين أي شيء"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "شمال"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "غير متصل"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "إعدادات التنبيهات"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "الفترة"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "حذف الموقع بشكل دائم"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "بحث"; -/* Prompt in the location search bar. */ -"Search Locations" = "البحث عن المواقع"; - /* Label for list of search term */ "Search Term" = "مصطلح البحث"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "تحديد لون"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "تحديد القليل للاستمرار"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "الوسائط المحددة غير متوفرة."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "إن تحديد موقع قائمة مختلف سيتجاهل التغييرات التي قمت بإجرائها على القائمة الحالية. هل أنت متأكد من رغبتك في المتابعة؟"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "تعيين صورة بارزة"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "تعيين الموقع"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "تعيين الأصل"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "مشاركة المقالة"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "شارك المعلومات مع أداة التحليلات لدينا حول استخدامك الخدمات أثناء تسجيل الدخول إلى حساب WordPress.com الخاص بك."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "حدث خطأ. يُرجى التحقق من الاتصال والمحاولة مرة أخرى."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "حدث خطأ. يُرجى المحاولة مرة أخرى."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "التعليمات البرمجية المصدر"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "جنوب"; - /* Label for showing the available disk space quota available for media */ "Space used" = "المساحة المستخدمة"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "نص فقط"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "اكتب رمزًا لي بدلاً من ذلك"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "حدث خطأ أثناء تحميل الأنشطة"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "حدث خطأ في أثناء تحميل الإعجابات"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "حدث خطأ أثناء تحميل الخطط"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "لم ينشر هذا الموقع أي شيء بعد. حاول مرة أخرى لاحقًا."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "سيكون هذا متضمنًا في التغريدات عندما يشارك الأفراد باستخدام زر \"تويتر\"."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "استخدم"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "استخدام الموقع الحالي"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "استخدام مخزن Sandbox"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "واجهنا مشكلات في تغيير النطاق الأساسي على موقعك — ولكن لا داعي للقلق، تم شراء نطاقك بنجاح."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "عنوان الويب"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "مرحبًا بك في أداة إنشاء مواقع الويب الأكثر رواجًا في العالم."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "الغرب"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "نحن نرسل دومًا رسائل بريد إلكتروني مهمة بخصوص حسابك، ومع ذلك يمكنك الحصول على بعض الإضافات المفيدة أيضًا."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "إعدادات تطبيق ووردبريس"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "مدونة ووردبريس"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "لن تتمكن من تغيير اسم المستخدم الخاص بك مرة أخرى."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "ستحصل على تذكير للتدوين مرة واحدة<\/strong> في الأسبوع في %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "ستحصل على تذكيرات للتدوين %1$@ من المرات في الأسبوع في %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "تم تحديثك!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "لقد أجريتَ تغييرات غير محفوظة على هذه المقالة"; diff --git a/WordPress/Resources/bg.lproj/Localizable.strings b/WordPress/Resources/bg.lproj/Localizable.strings index 23cb55a4f098..198db880eef9 100644 --- a/WordPress/Resources/bg.lproj/Localizable.strings +++ b/WordPress/Resources/bg.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Настройки на профила"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Възникна грешка при създаване на менюто."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Затваряне"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Затваряне на дискусията"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Комикси"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Коментар"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Потвърждаване"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Потвърдете, че искате да изтриете този сайт"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customize the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Изток"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Редактиране на коментар"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Имейл"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Имейл адрес"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Грешка"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Всички"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Намиране на местоположението..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Местоположение"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Търсене на адреса..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Помощ?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Север"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Настройки за известяване"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Период"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Търсене"; -/* Prompt in the location search bar. */ -"Search Locations" = "Търсене на местоположения"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Избирането на друга позиция за това меню ще отхвърли промените, които сте направили към текущото меню. Сигурни ли сте, че искате да продължите?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Задаване на основна картинка"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Добавяне на място"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Изходен код"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Юг"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Само текст"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Изпращане на код чрез SMS"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Възникна грешка при зареждане на плановете"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Този сайт няма публикации. Моля опитайте по-късно."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Това ще бъде включено в туитовете при споделяне чрез бутона на Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Използване"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Използване на текущото местоположение"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Уеб адрес"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Запад"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Ще ви изпращаме важни имейли относно профила ви, също можете да получите и някои полезни екстри."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/cs.lproj/Localizable.strings b/WordPress/Resources/cs.lproj/Localizable.strings index 5dd7115d967c..a94e3b316fda 100644 --- a/WordPress/Resources/cs.lproj/Localizable.strings +++ b/WordPress/Resources/cs.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPro potvrzení prosím před smazáním znovu zadejte adresu vašeho webu.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Postupné načítání obrázků \"Lazy-load\""; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Uživatelské nastavení"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Poděkování"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Přidejte jakékoli téma"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Přidat text tlačítka"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "K prohlížení historie je vyžadováno aktivní připojení k internetu"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Došlo k chybě při vytváření menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Ověření Apple se nezdařilo.\nUjistěte se, že jste přihlášeni k iCloudu pomocí Apple ID, které používá dvoufaktorové ověřování."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Použít"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Změňte, přidejte nebo odeberte stránky svého webu."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Změna zobrazovaného jména"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Zavřít"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Uzavřít komentování"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Zavřít mou obrazovku"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kód"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Komiks"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Komentář"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Potvrdit"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Potvrďte smazání webu"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Přizpůsobte si svůj web"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Upravit zprávu"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "Upravit odkaz"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Východ"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Upravit seznam zablokovaných slov"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Upravit komentář"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Emailová adresa"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Chyba"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Chyba při instalaci %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Chyba při načítání pluginů"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Všichni"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Hledání blogů a příběhů, které se vám budou líbit ..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Určuji polohu..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Přejít na sledování"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Jak vytvořit příběhový příspěvek"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Jak to napravíme?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Místní změny"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Poloha"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Hledá se adresa..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Na svém webu máte nastavený plugin Jetpack. Gratulujeme!\nPro zpřístupnění statistik a oznámení, se prosím níže přihlaste pomocí účtu WordPress.com"; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Přesunout blok nahoru z řádku %1$s do řádku %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Posunout dolů"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Moje top desítka kaváren"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Jméno"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Přejde k přizpůsobení přechodu"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Potřebujete pomoc?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Žádná sada"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Sever"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Nepřipojen"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Nastavení upozornění"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Období"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Trvale odstraněná stránka"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Hledat"; -/* Prompt in the location search bar. */ -"Search Locations" = "Hledání polohy"; - /* Label for list of search term */ "Search Term" = "Hledaný výraz"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Zvolit barvu"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Chcete-li pokračovat, vyberte několik"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Vybrané médium není k dispozici."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Vybrání jiného umístění menu zahodí změny, které jste provedli v aktuálním menu. Jste si jisti, že chcete pokračovat?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Náhledový obrázek"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Nastavit umístění"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Nastavit nadřazené"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Sdílejte příspěvek"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Sdílet informace ohledně používání služeb během přihlášení k vašemu WordPress účtu s naším analytickým nástrojem."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Něco se pokazilo. Zkontrolujte připojení a zkuste to znovu."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Něco se pokazilo. Prosím zkuste to znovu."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Zdrojový kód"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Jih"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Využitý prostor"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Pouze text"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Pošlete mi raději kód."; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Při načítání aktivit došlo k chybě"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Došlo k chybě při načítání to se mi líbí"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Došlo k chybě při načítání plánů"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Tento web nemá nic publikovaného. Zkuste to později."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Toto bude zahrnuto ve tweetech, které budou lidí sdílet pomocí Twitter tlačítka."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Použit"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Použít aktuální polohu"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Došlo k problémům se změnou primární domény na vašem webu. Nemusíte se obávat, vaše doména byla úspěšně zakoupena."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Adresa webu"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Vítejte v nejpopulárnějším nástroji na tvorbu webových stránek na světě."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Západ"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Budeme vždy odesílat důležité e-maily týkající se vašeho účtu, ale můžete také získat některé zajímavé bonusy."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Nastavení aplikace WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Web vývojářů WordPressu"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Nebudete moci změnit své uživatelské jméno zpět."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Všechny jsou přečtené!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "V tomto příspěvku jste provedli neuložené změny"; diff --git a/WordPress/Resources/cy.lproj/Localizable.strings b/WordPress/Resources/cy.lproj/Localizable.strings index c49e2156e4ae..3b3b6a874637 100644 --- a/WordPress/Resources/cy.lproj/Localizable.strings +++ b/WordPress/Resources/cy.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Gosodiadau'r Cyfrif"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Digwyddodd gwall wrth greu'r Ddewislen."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Cau"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Cau Sylwadau"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Sylw"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Cadarnhau"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Cadarnhau Dileu Gwefan"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customize the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Dwyrain"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Golygu Sylw"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-bost"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Cyfeiriad E-bost"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Gwall"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Pawb"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Canfod eich lleoliad..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Lleoliad"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Cyfeiriad chwilio..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Angen Cymorth?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Gogledd"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Gosodiadau Hysbysu"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Cyfnod"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Chwilio"; -/* Prompt in the location search bar. */ -"Search Locations" = "Lleoliadau Chwilio"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Bydd dewis dewislen gwahanol yn dileu'r newidiadau rydych wedi eu gwneud i'r ddewislen cyfredol. A ydych yn siŵr eich bod am barhau?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Gosod Delwedd Nodwedd"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Gosod Lleoliad"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Cod Ffynhonnell"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "De"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Testun yn Unig"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Bu gwall wrth lwytho'r cynlluniau"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Nid yw'r wefan wedi cofnodi dim eto. Dewch nôl cyn bo hir."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Bydd hyn cael ei gynnwys mewn trydar pan fydd pobl yn rhannu gan ddefnyddio'r botwm Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Defnydd"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Defnyddio'r Lleoliad Cyfredol"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Cyfeiriad Gwe"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Gorllewin"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Byddwn bob amser yn anfon e-byst ynghylch eich cyfrif, ond mae modd i chi gael rhai ychwanegion defnyddiol, hefyd."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog WordPress"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/da.lproj/Localizable.strings b/WordPress/Resources/da.lproj/Localizable.strings index c0d1c8b9fbcc..6211708f6f66 100644 --- a/WordPress/Resources/da.lproj/Localizable.strings +++ b/WordPress/Resources/da.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Kontoindstillinger"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "An error occurred creating the Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Luk"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Close Commenting"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Kommentar"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Bekræft"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Tilpas beskeden"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Øst"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Rediger kommentar"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-mail-adresse"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Fejl"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Alle"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Finder din placering..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Placering"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Opslår adresse..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Brug for hjælp?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Nord"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Ikke forbundet"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notification Settings"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Periode"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Søg"; -/* Prompt in the location search bar. */ -"Search Locations" = "Søg placeringer"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Vælg udvalgt billede"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Sæt placering"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Source Code"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Syd"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Kun tekst"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "This site has not posted anything yet. Try back later."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Use"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Brug nuværende placering"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Vest"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Vi vil altid sende vigtige e-mails vedrørende din konto, men kan også modtage nyttig ekstramateriale."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/de.lproj/Localizable.strings b/WordPress/Resources/de.lproj/Localizable.strings index 61c7546b7a09..077eef382236 100644 --- a/WordPress/Resources/de.lproj/Localizable.strings +++ b/WordPress/Resources/de.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-19 20:48:13+0000 */ +/* Translation-Revision-Date: 2021-08-23 08:40:40+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: de */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nGib bitte die Adresse deiner Website vor dem Löschen zur Bestätigung nochmals ein.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Verzögertes Laden von Bildern"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong>-mal pro Woche"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Einmal<\/strong> pro Woche"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Zweimal<\/strong> pro Woche"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Konto-Einstellungen"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Konto geschlossen"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Hinweise"; @@ -476,7 +491,7 @@ translators: Block name. %s: The localized block name */ "Add a custom CSS URL here to be loaded in Reader. If you're running Calypso locally this can be something like: http:\/\/192.168.15.23:3000\/calypso\/reader-mobile.css" = "Füge hier eine individuelle CSS-URL hinzu, die im Reader geladen werden soll. Wenn du Calypso lokal ausführst, kann das etwa folgendermaßen aussehen: http:\/\/192.168.15.23:3000\/calypso\/reader-mobile.css"; /* No comment provided by engineer. */ -"Add a new block at any time by tapping on the + icon in the toolbar on the bottom left. " = "Du kannst jederzeit einen neuen Block hinzufügen, indem du auf das Plus-Icon (+) in der Toolbar unten links klickst. "; +"Add a new block at any time by tapping on the + icon in the toolbar on the bottom left. " = "Du kannst jederzeit einen neuen Block hinzufügen, indem du auf das Icon „+“ in der Werkzeugleiste unten links klickst. "; /* Title for a button that when tapped starts the add self-hosted site process */ "Add a self-hosted site" = "Eine selbst gehostete Website hinzufügen"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Beliebiges Thema hinzufügen"; +/* No comment provided by engineer. */ +"Add blocks" = "Blöcke hinzufügen"; + /* No comment provided by engineer. */ "Add button text" = "Button-Text hinzufügen."; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Eine aktive Internetverbindung wird benötigt, um den Verlauf anzusehen."; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Beim Erstellen des Menus ist ein Fehler aufgetreten."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple-Authentifizierung fehlgeschlagen.\nStelle sicher, dass du bei iCloud mit einer Apple-ID angemeldet bist, welche die zweistufige Authentifizierung unterstützt."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Übernehmen"; @@ -1015,7 +1039,7 @@ translators: Block name. %s: The localized block name */ "Blocklist" = "Sperrliste"; /* No comment provided by engineer. */ -"Blocks allow you to focus on writing your content, knowing that all the formatting tools you need are there to help you get your message across." = "Blocks geben dir die Möglichkeit, dich voll und ganz auf das Verfassen deiner Inhalte zu konzentrieren. Alle Tools zur Formatierung sind vorhanden, damit du deine Ideen und Meinungen ganz nach deinen Wünschen präsentieren kannst."; +"Blocks allow you to focus on writing your content, knowing that all the formatting tools you need are there to help you get your message across." = "Blöcke geben dir die Möglichkeit, dich voll und ganz auf das Verfassen deiner Inhalte zu konzentrieren. Alle Werkzeuge zur Formatierung sind vorhanden, damit du deine Ideen und Meinungen ganz nach deinen Wünschen präsentieren kannst."; /* No comment provided by engineer. */ "Blocks are pieces of content that you can insert, rearrange, and style without needing to know how to code. Blocks are an easy and modern way for you to create beautiful layouts." = "Blocks sind Teile deines Inhalts, die du ganz ohne Coding-Kenntnisse einfügen, neu anordnen und gestalten kannst. Blocks sind eine einfache und moderne Art und Weise, wunderschöne Layouts zu erstellen."; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Du kannst die Seiten deiner Website ändern, hinzufügen oder entfernen."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Anzeigename wird geändert"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Schließen"; +/* Close account action label */ +"Close Account" = "Konto schließen"; + /* Settings: Close comments after X period */ "Close Commenting" = "Kommentarbereich schließen"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Schließe die „Ich“-Ansicht"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Konto wird geschlossen ..."; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Kommentar"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Bestätigen"; +/* Close Account alert title */ +"Confirm Close Account" = "Bestätige das Schließen des Kontos"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Löschen der Website bestätigen"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Anpassen deiner Website"; +/* No comment provided by engineer. */ +"Customize blocks" = "Blöcke anpassen"; + /* Title for the edition of the share message. */ "Customize the message" = "Anpassen der Nachricht"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "Link bearbeiten"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Jeder Block weist eigene Einstellungen auf. Klicke auf den jeweiligen Block, um sie zu finden. Die Einstellungen werden in der Toolbar unten auf dem Bildschirm angezeigt."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Ost"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Jeder Block hat eigene Einstellungen. Tippe auf den jeweiligen Block, um sie zu finden. Die Einstellungen werden in der Werkzeugleiste unten auf dem Bildschirm angezeigt."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Wort für Sperrliste bearbeiten"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Kommentar bearbeiten"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-Mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-Mail-Adresse"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Gib deine Server-Anmeldedaten ein"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Fehler"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Fehler beim Installieren von %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Fehler beim Laden der Likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Fehler beim Laden der Plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Jeden Tag"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Jeden Tag um %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Jeder"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Es werden Blogs und Geschichten gesucht, die dir gefallen …"; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Suche deinen Standort ..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Zurück"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Zu „Du folgst“ wechseln"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "So erstellst du einen Story-Beitrag"; +/* No comment provided by engineer. */ +"How to edit your page" = "So bearbeitest du deine Seite"; + +/* No comment provided by engineer. */ +"How to edit your post" = "So bearbeitest du deinen Beitrag"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Wie beheben wir es?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Lokale Änderungen"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Ort"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Du suchst die Statistiken?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Suche Adresse ..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Es sieht so aus, als wäre Jetpack auf deiner Website aktiviert. Glückwunsch!\nBitte melde dich mit deinen WordPress.com-Anmeldedaten an, um Website-Statistiken und Benachrichtigungen zu aktivieren."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Block von Zeile %1$s in Zeile %2$s nach oben bewegen"; +/* No comment provided by engineer. */ +"Move blocks" = "Blöcke verschieben"; + /* Option to move Insight down in the view. */ "Move down" = "Nach unten verschieben"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Meine Top 10 Cafés"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigiert zum Anpassen des Verlaufs"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigiert zum vorherigen Content Sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Brauchst du Hilfe?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Nicht festgelegt"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Nord"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Nicht verbunden"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Einstellungen für Benachrichtigungen"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Zeitraum"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Website endgültig löschen"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Suche"; -/* Prompt in the location search bar. */ -"Search Locations" = "Standortsuche"; - /* Label for list of search term */ "Search Term" = "Begriff suchen"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Wähle eine Farbe aus"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Wähle ein paar aus, um fortzufahren"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Ausgewähltes Medium ist nicht verfügbar."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Ausgewählt: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Durch Auswahl einer anderen Menüposition werden Änderungen, die du am aktuellen Menü vorgenommen hast, verworfen. Bist du sicher, dass du weitermachen möchtest?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Beitragsbild einstellen"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Standort festlegen"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Übergeordnete festlegen"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Beitrag teilen"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Teile Informationen über deine Nutzung von Diensten mit unserem Analysewerkzeug, während du in deinem WordPress.com-Konto angemeldet bist."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Es ist ein Fehler aufgetreten. Bitte überprüfe deine Verbindung und versuche es erneut."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Es ist ein Fehler aufgetreten. Bitte versuche es erneut."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Quelltext"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Süd"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Belegter Speicherplatz"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Nur-Text"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Code per SMS senden"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Beim Laden der Aktivitäten ist ein Fehler aufgetreten"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Beim Laden der Likes ist ein Fehler aufgetreten"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Es gab einen Fehler beim Laden der Tarife."; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Auf dieser Website wurde noch nichts veröffentlicht. Versuche es später nochmal. "; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Dieser wird in Tweets eingefügt, die andere über den Twitter-Button teilen."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Benutzen"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Nutze aktuellen Standort"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Sandbox Store verwenden"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Beim Ändern der Hauptdomain deiner Website ist ein Problem aufgetreten. Aber keine Sorge, deine Domain wurde erfolgreich gekauft."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web-Adresse"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Willkommen beim beliebtesten Website-Baukasten der Welt."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "West"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Wichtige E-Mails zu deinem Konto senden wir dir auf jeden Fall, aber du kannst auch ein paar nützliche Extras dazubekommen."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress-App-Einstellungen"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress-Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Du kannst deinen Benutzernamen nicht mehr zurücksetzen."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Du erhältst eine Erinnerung zum Bloggen einmal<\/strong> pro Woche am %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Du erhältst eine Erinnerung zum Bloggen einmal<\/strong> pro Woche am %1$@ um %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Du erhältst Erinnerungen zum Bloggen %1$@-mal pro Woche am %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Du bist komplett auf dem neuesten Stand!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Du hast nicht gespeicherte Änderungen an diesem Beitrag vorgenommen"; @@ -8642,10 +8714,10 @@ translators: Block name. %s: The localized block name */ "[COMMENT]" = "[KOMMENTAR]"; /* Describes that only one user likes a post. %1$d is the number of likes. The underscores denote underline and is not displayed. */ -"_%1$d blogger_ likes this." = "_%1$d blogger_ likes this."; +"_%1$d blogger_ likes this." = "_%1$d Blogger_ gefällt das."; /* Plural format string for displaying the number of post likes. %1$d is the number of likes. The underscores denote underline and is not displayed. */ -"_%1$d bloggers_ like this." = "_%1$d bloggers_ like this."; +"_%1$d bloggers_ like this." = "_%1$d Bloggern_ gefällt das."; /* Describes that the current user and one other user like a post. %1$d is the number of likes, excluding the like by current user. The underscores denote underline and is not displayed. */ "_You and %1$d blogger_ like this." = "_Dir und %1$d Blogger_ gefällt das."; diff --git a/WordPress/Resources/en-AU.lproj/Localizable.strings b/WordPress/Resources/en-AU.lproj/Localizable.strings index 7291bc7ec653..48edef722575 100644 --- a/WordPress/Resources/en-AU.lproj/Localizable.strings +++ b/WordPress/Resources/en-AU.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2019-11-21 20:48:17+0000 */ +/* Translation-Revision-Date: 2021-08-24 04:59:52+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: en_AU */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%1$d<\/strong> times a week at %2$@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Account Settings"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "An error occurred creating the Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Close"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Close Commenting"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Comment"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirm"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customise Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customise the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "East"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Edit Comment"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Email Address"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Error"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Everyone"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Finding your location..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Location"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Looking up address..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Need Help?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "North"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notification Settings"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Period"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Search"; -/* Prompt in the location search bar. */ -"Search Locations" = "Search Locations"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Set Featured Image"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Set Location"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Source Code"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "South"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Text Only"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "This site has not posted anything yet. Try back later."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Use"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Use Current Location"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "West"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We’ll always send important emails regarding your account, but you can get some helpful extras, too."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,14 +8591,17 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %1$@ at %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ -"You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; +"You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %1$@ times a week on %2$@."; /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/en-CA.lproj/Localizable.strings b/WordPress/Resources/en-CA.lproj/Localizable.strings index c05e8699ec11..fd12775cae4b 100644 --- a/WordPress/Resources/en-CA.lproj/Localizable.strings +++ b/WordPress/Resources/en-CA.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Account Settings"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgments"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "An error occurred creating the Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Close"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Close Commenting"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Comment"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirm"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customize the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the Toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "East"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Edit Comment"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Email Address"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Error"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Everyone"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love…"; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Finding your location…"; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Location"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Looking up address…"; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customise the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Need Help?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "North"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notification Settings"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Period"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Search"; -/* Prompt in the location search bar. */ -"Search Locations" = "Search Locations"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a colour"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Set Featured Image"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Set Location"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Source Code"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "South"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Text Only"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "This site has not posted anything yet. Try back later."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Use"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Use Current Location"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "West"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We’ll always send important emails regarding your account, but you can get some helpful extras, too."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %1$@ times a week on %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/en-GB.lproj/Localizable.strings b/WordPress/Resources/en-GB.lproj/Localizable.strings index 4ea1bb80d90d..042b5535bd95 100644 --- a/WordPress/Resources/en-GB.lproj/Localizable.strings +++ b/WordPress/Resources/en-GB.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-09 21:05:57+0000 */ +/* Translation-Revision-Date: 2021-08-23 09:38:52+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: en_GB */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%1$d<\/strong> times a week at %2$@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Account Settings"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occurred while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "An error occurred creating the Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Close"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Close Commenting"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Comment"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirm"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customise Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customise blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customise the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "East"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Edit Comment"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Email Address"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Error"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Everyone"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Finding your location..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Location"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Looking up address..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafés"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customise the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Need Help?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "North"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notification Settings"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Period"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Search"; -/* Prompt in the location search bar. */ -"Search Locations" = "Search Locations"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a colour"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a colour above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Set Featured Image"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Set Location"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Source Code"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "South"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Text Only"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "This site has not posted anything yet. Try back later."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Use"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Use Current Location"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "West"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We’ll always send important emails regarding your account, but you can get some helpful extras, too."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps – Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %1$@ at %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %1$@ times a week on %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorised to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/es.lproj/Localizable.strings b/WordPress/Resources/es.lproj/Localizable.strings index 7ca97f554e70..20ae1f991692 100644 --- a/WordPress/Resources/es.lproj/Localizable.strings +++ b/WordPress/Resources/es.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-10 05:03:32+0000 */ +/* Translation-Revision-Date: 2021-08-23 11:39:16+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: es */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPara confirmar, por favor, vuelve a introducir la dirección del sitio antes de borrarlo.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nPara confirmar, por favor, vuelve a introducir tu nombre de usuario antes de cerrarlo.\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "«Carga perezosa» de imágenes"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> veces a la semana"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%1$d<\/strong> veces a la semana a las %2$@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Una vez<\/strong> a la semana"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Una vez<\/strong> a la semana a las %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Dos veces<\/strong> a la semana"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Dos veces<\/strong> a la semana a las %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Ajustes de la cuenta"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Cuenta cerrada"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Agradecimientos"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Añadir cualquier debate"; +/* No comment provided by engineer. */ +"Add blocks" = "Añadir bloques"; + /* No comment provided by engineer. */ "Add button text" = "Añadir el texto del botón"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Se necesita conexión a internet para ver el historial"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "Ha ocurrido un error al cerrar la cuenta."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Ha habido un error creando el menú."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Identificación de Apple fallida.\nPor favor, asegúrate de que has accedido a iCloud con un ID de Apple que use identificación de dos factores."; +/* No comment provided by engineer. */ +"Applies the setting" = "Aplica el ajuste"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Aplicar"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Cambia, añade o elimina páginas en tu sitio."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Los cambios en la imagen destacada no se verán afectados por los botones de deshacer\/rehacer."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Cambiando el nombre a mostrar"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Cerrar"; +/* Close account action label */ +"Close Account" = "Cerrar cuenta"; + /* Settings: Close comments after X period */ "Close Commenting" = "Cerrar los comentarios"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Cerrar la pantalla «Yo»"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Cerrando cuenta…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Código"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Cómics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Comentario"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirmar"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirmar el cierre de la cuenta"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirmar la eliminación del sitio"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Personaliza tu sitio"; +/* No comment provided by engineer. */ +"Customize blocks" = "Personalizar bloques"; + /* Title for the edition of the share message. */ "Customize the message" = "Personalizar el mensaje"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDITAR ENLACE"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Cada bloque tiene sus propios ajustes. Para encontrarlos, haz clic en un bloque. Sus ajustes aparecerán en la barra de herramientas de la parte inferior de la pantalla."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Este"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Cada bloque tiene sus propios ajustes. Para encontrarlos, toca en un bloque. Sus ajustes aparecerán en la barra de herramientas de la parte inferior de la pantalla."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Editar palabra de la lista negra"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Editar comentario"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Correo electrónico"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Email"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Introduce las credenciales de tu servidor"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Error"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error al instalar %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error al cargar los me gusta"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error al cargar plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Todos los días"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Cada día a las %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Todo el mundo"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Encontrando blogs e historias que te encantarán..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Buscando tu ubicación..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -2995,7 +3038,7 @@ translators: Block name. %s: The localized block name */ "Free GIF Library" = "Biblioteca GIF gratuita"; /* One of the options when selecting More in the Post Editor's format bar */ -"Free Photo Library" = "Librería de fotos gratuitas"; +"Free Photo Library" = "Biblioteca de fotos gratuitas"; /* Explanatory text for clearing device media cache. */ "Free up storage space on this device by deleting temporary media files. This will not affect the media on your site." = "Libera espacio de almacenamiento en este dispositivo eliminando archivos temporales de medios. Esto no afectará a los medios en tu sitio."; @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Volver"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Ir al siguiente"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Cómo crear una entrada de historias"; +/* No comment provided by engineer. */ +"How to edit your page" = "Cómo editar tu página"; + +/* No comment provided by engineer. */ +"How to edit your post" = "Cómo editar tu entrada"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "¿Cómo vamos a corregirlo?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Cambios locales"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Ubicación"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "¿Buscas las estadísticas?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Buscando dirección..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Parece que tienes Jetpack instalado. ¡Enhorabuena! Accede con tus credenciales de WordPress.com para activar las estadísticas y los avisos."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Mover el bloque hacia arriba desde la fila %1$s a la fila %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Mover bloques"; + /* Option to move Insight down in the view. */ "Move down" = "Mover hacia abajo"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Mis diez mejores cafeterías"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Nombre"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navega para personalizar el degradado"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navega para seleccionar %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navega a la hoja de contenido anterior"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "¿Necesitas ayuda?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Ninguno establecido"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Norte"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "No conectado"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Ajustes de avisos"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Hora del aviso"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Período"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Cerrar cuenta permanentemente"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Borrar el sitio permanentemente"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Buscar"; -/* Prompt in the location search bar. */ -"Search Locations" = "Buscar ubicaciones"; - /* Label for list of search term */ "Search Term" = "Buscar término"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Seleccionar un color"; +/* No comment provided by engineer. */ +"Select a color above" = "Selecciona un color de arriba"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Selecciona algunos para continuar"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "El elemento multimedia seleccionado no está disponible."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selecionado: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Seleccionando una ubicación diferente para el menú perderás los cambios que has hecho al menú actual. ¿Estás seguro de que quieres continuar?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Establecer la imagen destacada"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Establecer ubicación"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Establecer como padre"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Compartir entrada"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Comparte WordPress con un amigo"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Comparte información con nuestra herramienta de análisis acerca del uso que haces de los servicios mientras estás conectado a tu cuenta de WordPress.com."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Algo fue mal. Por favor, revisa tu conectividad e inténtalo de nuevo."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Algo ha salido mal. Por favor inténtalo de nuevo."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Código fuente"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Sur"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Espacio utilizado"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Solo texto"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Los controles de formato de texto están dentro de la barra de herramientas situada encima del teclado mientras editas un bloque de texto"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Envía un código por mensaje de texto"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Hubo un error al cargar las actividades"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Se ha producido un error al cargar los \"Me gusta\"."; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Hubo un error cargando los planes"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Este sitio no ha publicado nada aún. Inténtalo más tarde."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "No es posible cerrar la cuenta de este usuario si tiene devoluciones sin resolver."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "No es posible cerrar la cuenta de este usuario porque tiene activos sitios atomic. "; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "No es posible cerrar la cuenta de este usuario porque tiene compras activas. "; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "No es posible cerrar la cuenta de este usuario porque tiene suscripciones activas."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Esto se incluirá en los tuits cuando las personas compartan utilizando el botón de Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Utilizar"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Usar ubicación actual"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Usar la tienda en un entorno de pruebas"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Hemos tenido problemas al cambiar el dominio principal de tu sitio - pero no te preocupes, tu dominio se ha comprado con éxito."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Dirección web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Bienvenido al maquetador web más popular del mundo."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Oeste"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Siempre enviamos correos electrónicos importantes que tengan que ver con tu cuenta, pero también puede que recibas extras interesantes."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Ajustes de la aplicación WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "Aplicaciones WordPress - Aplicaciones para cualquier pantalla"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog WordPress"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "No volverás a poder cambiar tu nombre de usuario."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Recibirás un recordatorio para bloguear una vez<\/strong> a la semana en %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Recibirás un recordatorio para bloguear una vez<\/strong> a la semana el %1$@ a las %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Tienes recordatorios para bloguear %1$@ veces a la semana el %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "¡Estás al día!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "No estás autorizado a cerrar la cuenta."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Has realizado cambios en esta entrada que no has guardado"; diff --git a/WordPress/Resources/fr.lproj/Localizable.strings b/WordPress/Resources/fr.lproj/Localizable.strings index dddea0bb8a5b..4a1e75abd1e1 100644 --- a/WordPress/Resources/fr.lproj/Localizable.strings +++ b/WordPress/Resources/fr.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-19 20:50:57+0000 */ +/* Translation-Revision-Date: 2021-08-20 14:31:20+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: fr */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPour confirmer, veuillez saisir à nouveau votre adresse de site avant de supprimer.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Images « Lazy-load »"; @@ -209,7 +212,7 @@ /* translators: %s: Block name e.g. \"Image block\" translators: Block name. %s: The localized block name */ -"%s block" = "%s block"; +"%s block" = "Bloc %s"; /* translators: %s: block title e.g: \"Paragraph\". */ "%s block options" = "Options du bloc %s"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> fois par semaine"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Une fois<\/strong> par semaine"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Deux fois<\/strong> par semaine"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Paramètres du compte"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Remerciements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Ajouter un sujet"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Ajouter le libellé du bouton"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Une connexion Internet active est nécessaire pour afficher l’historique"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Un erreur est survenue lors de la création du menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "L’authentification Apple a échoué.\nVeuillez vérifier si vous êtes correctement connecté à iCloud avec un ID Apple qui utilise l’authentification à deux facteurs."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Appliquer"; @@ -1005,7 +1029,7 @@ translators: Block name. %s: The localized block name */ "Block settings" = "Réglages du bloc"; /* The title of a button that triggers blocking a site from the user's reader. */ -"Block this site" = "Block this site"; +"Block this site" = "Bloquer ce site"; /* Notice title when blocking a site succeeds. */ "Blocked site" = "Site bloqué"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Modifiez, ajoutez ou supprimez des pages de votre site."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changement du nom d’affichage"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Fermer"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Fermer les commentaires"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Fermer l’écran « Me »"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1466,7 +1499,7 @@ translators: Block name. %s: The localized block name */ "Colorful backgrounds" = "Arrière-plans colorés"; /* No comment provided by engineer. */ -"Columns Settings" = "Columns Settings"; +"Columns Settings" = "Réglages de colonnes"; /* First story intro item description */ "Combine photos, videos, and text to create engaging and tappable story posts that your visitors will love." = "Combinez des photos, des vidéos et du texte pour créer des publications de story engageantes et sur lesquelles on peut appuyer. Vos visiteurs apprécieront."; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Commentaire"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirmer"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirmer la suppression du site"; @@ -1676,7 +1713,7 @@ translators: Block name. %s: The localized block name */ "Continue" = "Continuez"; /* Button title. Takes the user to the login with WordPress.com flow. */ -"Continue With WordPress.com" = "Continue With WordPress.com"; +"Continue With WordPress.com" = "Continuer avec WordPress.com"; /* Menus alert button title to continue making changes. */ "Continue Working" = "Continuer de travailler"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Personnalisez votre site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Personnalisez le message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "MODIFIER LE LIEN"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Chaque bloc possède ses propres réglages. Pour les trouver, cliquez sur un bloc. Ses réglages apparaissent sur la barre d’outils en bas de l’écran."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Est"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Modifier le mot de la liste de blocage"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Modifier le commentaire"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Adresse de messagerie"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Entrez vos identifiants de connexion du serveur"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Erreur"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Erreur lors de l'installation de %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Erreur lors du chargement des extensions."; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Tous les jours"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Tout le monde"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Recherche de blogs et d’histoires que vous allez adorer..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Trouver un lieu..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -2956,7 +2999,7 @@ translators: Block name. %s: The localized block name */ "Following" = "Blogs suivis"; /* Notice title when following a site succeeds. %1$@ is a placeholder for the site name. */ -"Following %1$@" = "Après %1$@"; +"Following %1$@" = "Suivant %1$@"; /* Verb. Button title. The user is following the comments on a post. */ "Following conversation by email" = "Suivi de la discussion par e-mail"; @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Retour"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Allez aux abonnements"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Comment créer une publication de story"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Comment allons-nous y remédier ?"; @@ -3706,7 +3758,7 @@ translators: Block name. %s: The localized block name */ "Link inserted" = "Lien inséré"; /* No comment provided by engineer. */ -"Link text" = "Link text"; +"Link text" = "Texte du lien"; /* Action. Label for navigate and display links to other posts on the site */ "Link to existing content" = "Lien vers du contenu existant"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Changements locaux"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Emplacement"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Vous cherchez les statistiques ?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Recherche de l'adresse..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Il semble que vous ayez activé Jetpack sur votre site. Félicitations !\nConnectez-vous avec vos identifiants WordPress.com ci-dessous pour activer les statistiques et notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Faire monter le bloc de la ligne %1$s à la ligne %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Déplacer vers le bas"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Mon top 10 des cafés"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Nom"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Naviguer pour personnaliser le dégradé"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Dirige vers la feuille de contenu précédente"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Besoin d'aide ?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Aucun défini"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Nord"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Non connecté"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Paramètres de notification"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Période"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Supprimer définitivement ce site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Recherche"; -/* Prompt in the location search bar. */ -"Search Locations" = "Recherche de lieu"; - /* Label for list of search term */ "Search Term" = "Chercher un terme"; @@ -5840,7 +5895,7 @@ translators: Block name. %s: The localized block name */ "Search posts" = "Rechercher des publications"; /* No comment provided by engineer. */ -"Search settings" = "Search settings"; +"Search settings" = "Paramètres de recherche"; /* Title for placeholder in Tenor picker */ "Search to find GIFs to add to your Media Library!" = "Recherchez des images GIF gratuites pour les ajouter à votre médiathèque !"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Sélectionner une couleur"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Sélectionnez-en quelques-uns pour continuer"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Le média sélectionné n’est pas disponible."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "La sélection d'un autre emplacement de menu annulera les modifications apportées dans le menu actuel. Voulez-vous vraiment continuer ?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Régler l'image mise en avant"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Régler la localisation"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Configurer le parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Partager lʼarticle"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Partager l’information avec notre outil d’analyse à propos de votre utilisation des services lorsque vous êtes connectés avec votre compte WordPress.com."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Quelque chose s’est mal passé. Veuillez vérifier votre connexion et réessayez. "; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Quelque chose s’est mal passé. Veuillez réessayer."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Code source"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Sud"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Espace disque utilisé"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Texte seul"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Envoyez-moi un code à la place."; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Une erreur est survenue lors du chargement des activités."; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Une erreur est survenue lors du chargement des mentions J’aime"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Un problème est survenu lors du chargement des offres"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Ce site n'a rien de publié pour le moment. Veuillez réessayer plus tard."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Cela sera inclus dans les tweets quand les visiteurs feront un partage avec le bouton Twitter."; @@ -7498,7 +7569,7 @@ translators: Block name. %s: The localized block name */ "Unfollow conversation by email" = "Se désabonner de la discussion par e-mail"; /* Verb. An option to unfollow a site. */ -"Unfollow site" = "Unfollow site"; +"Unfollow site" = "Ne plus suivre ce site"; /* Notice title when unfollowing a site succeeds. User unfollowed a site. */ @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Utilise"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Utiliser la localisation actuelle"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Utiliser une boutique « bac à sable »"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Nous avons rencontré des problèmes lors de la modification du domaine principal de votre site, mais ne vous inquiétez pas, votre domaine a bien été acheté."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Adresse web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Bienvenue sur le constructeur de site le plus populaire au monde."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Ouest"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Nous vous enverrons toujours des e-mails importants sur votre compte, mais vous pouvez aussi recevoir des conseils utiles !"; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Réglage de l’app WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog WordPress"; @@ -8516,13 +8585,13 @@ translators: Block name. %s: The localized block name */ "You seem to have installed a mobile plugin from DudaMobile which is preventing the app to connect to your blog" = "Il semble que vous ayez installé une extension mobile à partir de DudaMobile qui empêche l'application de se connecter à votre blog"; /* Message displayed in ignore threat alert. %1$@ is a placeholder for the blog name. */ -"You shouldn’t ignore a security issue unless you are absolutely sure it’s harmless. If you choose to ignore this threat, it will remain on your site \"%1$@\"." = "You shouldn’t ignore a security issue unless you are absolutely sure it’s harmless. If you choose to ignore this threat, it will remain on your site \"%1$@\"."; +"You shouldn’t ignore a security issue unless you are absolutely sure it’s harmless. If you choose to ignore this threat, it will remain on your site \"%1$@\"." = "Vous ne devriez pas ignorer un problème de sécurité, à moins d’avoir la certitude qu’il n’y a aucun danger. Si vous choisissez d’ignorer cette menace, elle restera présente sur votre site « %1$@ »."; /* Paragraph text that needs to be highlighted */ "You will not be able to change your username back." = "Vous ne pourrez pas revenir à ce nom d’utilisateur."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Vous recevrez un rappel pour bloguer une fois<\/strong> par semaine le %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Vous recevrez des rappels pour bloguer %1$@ fois par semaine le %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Vous êtes à jour !"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Vous avez apporté des modifications non enregistrées à cet article."; diff --git a/WordPress/Resources/he.lproj/Localizable.strings b/WordPress/Resources/he.lproj/Localizable.strings index f68302808821..3bd32a7ec266 100644 --- a/WordPress/Resources/he.lproj/Localizable.strings +++ b/WordPress/Resources/he.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-19 20:53:05+0000 */ +/* Translation-Revision-Date: 2021-08-20 14:28:39+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: he_IL */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nלאישור, עליך להזין את כתובת האתר שלך לפני המחיקה.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "'טעינה עצלה' של תמונות"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> פעמים בשבוע"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "פעם<\/strong> בשבוע"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "פעמיים<\/strong> בשבוע"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "הגדרות חשבון"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "בשיתוף"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "להוסיף נושא כלשהו"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "להוסיף טקסט לכפתור"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "נדרש חיבור פעיל לאינטרנט כדי להציג את ההיסטוריה"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "אירעה שגיאה בעת יצירת התפריט."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "אימות אפל נכשל.\nבבקשה תוודא שאתה רשום לiCloud עם Apple ID שמשתמש באימות דו שלבי."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "החלה"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "לשנות, להוסיף או להסיר עמודים באתר."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "משנה את שם התצוגה"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "סגור"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "סגור לתגובות"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "לסגור את המסך 'אני'"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "קוד"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "קומיקס"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "תגובה"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "אשר"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "אישור מחיקת אתר"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "התאמה אישית של האתר שלך"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "התאמה אישית של ההודעה"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "ערוך קישור"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "לכל בלוק יש הגדרות משלו. כדי למצוא אותן, יש ללחוץ על הבלוק. ההגדרות שלו יופיעו בסרגל הכלים שנמצא בתחתית המסך."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "מזרח"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "לערוך את המילה ברשימת החסימות"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "ערוך תגובה"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "אימייל"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "כתובת אימייל"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "יש להזין את פרטי הכניסה של השרת"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "שגיאה"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "שגיאה בהתקנה של %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "שגיאה בטעינת התוספים"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "בכל יום"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "כולם"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "למצוא בלוגים וסיפורים שימצאו חן בעיניך..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "מחפש את מיקומך..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "מעבר לעוקבים"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "איך יוצרים פוסט של סטורי"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "איך נתקן את זה?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "שינויים מקומיים"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "מיקום"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "רוצה להציג את הנתונים הסטטיסטיים?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "מחפש כתובת..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "נראה כי באתר שלך מוגדר Jetpack. ברכותינו! יש להיכנס עם פרטי הכניסה של WordPress.com כדי לאפשר סטטיסטיקות והתראות."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "להזיז את הבלוק למעלה משורה %1$s לשורה %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "העברה למטה"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "העשירייה הפותחת של בתי הקפה האהובים עלי"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "שם"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "הפעולה מנווטת אל האפשרות להתאים את מעבר הצבע"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "הפעולה מנווטת אל גיליון התוכן הקודם"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "עזרה"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "לא הוגדרו אפשרויות"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "צפון"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "לא מחובר"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "הגדרות התראות"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "תקופה"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "מחיקת האתר לצמיתות"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "חיפוש"; -/* Prompt in the location search bar. */ -"Search Locations" = "חיפוש מיקומים"; - /* Label for list of search term */ "Search Term" = "מונח חיפוש"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "לבחור צבע"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "יש לבחור מספר אפשרויות כדי להמשיך"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "פריטי המדיה שנבחרו אינם זמינים."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "בחירת מיקום תפריט אחר תבטל את השינויים שביצעת בתפריט הנוכחי. בחרת להמשיך - האם ההחלטה סופית?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "קבע תמונה ראשית"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "הגדר מיקום"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "הגדרת הורה"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "שיתוף פוסט"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "שיתוף של פרטי השימוש שלך בשירותים השונים עם כלי הניתוח שלנו לאחר ההתחברות לחשבון שלך ב-WordPress.com."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "משהו השתבש. יש לבדוק את החיבור ולנסות שוב."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "משהו השתבש. יש לנסות שוב."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "קוד מקור"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "דרום"; - /* Label for showing the available disk space quota available for media */ "Space used" = "שטח שנוצל"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "טקסט בלבד"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "שליחת קוד במקום"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "אירעה שגיאה בטעינת הפעילויות"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "אירעה שגיאה בטעינת הלייקים"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "אירעה שגיאה בעת טעינת התוכניות"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "אתר זה עדיין לא פרסם דבר. כדאי לנסות שוב מאוחר יותר."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "ייכלל בציוצים שאנשים משתפים באמצעות הלחצן 'טוויטר'."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "שימוש"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "שימוש במיקום נוכחי"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "להשתמש בחנות של Sandbox"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "נתקלנו בבעיות בשינוי הדומיין הראשי באתר שלך – אל דאגה, הדומיין שלך נרכש בהצלחה."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "כתובת אתר"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "ברוך בואך לכלי הפופולרי ביותר בעולם לבניית אתרי אינטרנט."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "מערב"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "תמיד נשלח הודעות אימייל חשובות לגבי החשבון שלך, אבל אפשר לקבל גם כמה תוספות מועילות."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "הגדרות האפליקציה של WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "אתר וורדפרס"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "לא תהיה לך אפשרות לשנות את שם המשתמש בחזרה."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "אנחנו נשלח לך תזכורות לכתוב בלוג פעם<\/strong> בשבוע ביום %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "אנחנו נשלח לך תזכורות לכתוב בלוג %1$@ פעמים בשבוע ביום %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "הכול מעודכן!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "ביצעת שינויים שלא נשמרו בפוסט הזה"; @@ -8642,10 +8714,10 @@ translators: Block name. %s: The localized block name */ "[COMMENT]" = "[תגובה]"; /* Describes that only one user likes a post. %1$d is the number of likes. The underscores denote underline and is not displayed. */ -"_%1$d blogger_ likes this." = "_%1$d blogger_ likes this."; +"_%1$d blogger_ likes this." = "_⁦%1$d⁩ בלוגר_ סימן לייק על זה."; /* Plural format string for displaying the number of post likes. %1$d is the number of likes. The underscores denote underline and is not displayed. */ -"_%1$d bloggers_ like this." = "_%1$d bloggers_ like this."; +"_%1$d bloggers_ like this." = "_⁦%1$d⁩ בלוגרים_ סימנו לייק על זה."; /* Describes that the current user and one other user like a post. %1$d is the number of likes, excluding the like by current user. The underscores denote underline and is not displayed. */ "_You and %1$d blogger_ like this." = "הפוסט קיבל לייק _ממך ומבלוגר ⁦%1$d⁩_."; diff --git a/WordPress/Resources/hr.lproj/Localizable.strings b/WordPress/Resources/hr.lproj/Localizable.strings index 2e294050c00c..f61a1b4bd301 100644 --- a/WordPress/Resources/hr.lproj/Localizable.strings +++ b/WordPress/Resources/hr.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Account Settings"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "An error occurred creating the Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Zatvori"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Close Commenting"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Komentar"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Potvrdi"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customize the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Istok"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Uredi Komentar"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Email Address"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Greška"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Everyone"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Tražim vašu lokaciju..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Location"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Looking up address..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Trebate Pomoć?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Sjever"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Nepovezano"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notification Settings"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Vremensko razdoblje"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Pretraži"; -/* Prompt in the location search bar. */ -"Search Locations" = "Search Locations"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Postavi istaknutu sliku"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Set Location"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Source Code"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Jug"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Text Only"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "This site has not posted anything yet. Try back later."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Use"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Use Current Location"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Zapad"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We’ll always send important emails regarding your account, but you can get some helpful extras, too."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPressov blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/hu.lproj/Localizable.strings b/WordPress/Resources/hu.lproj/Localizable.strings index baaefb88d69d..6fbd84278530 100644 --- a/WordPress/Resources/hu.lproj/Localizable.strings +++ b/WordPress/Resources/hu.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Account Settings"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "An error occurred creating the Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Bezár"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Close Commenting"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Hozzászólás"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Megerősítés"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customize the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Kelet"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Hozzászólás Szerkesztése"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-mail cím"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Hiba"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Everyone"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Helyzeted felderítése..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Location"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Cím keresése..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Segítségre van szükség?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Észak"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notification Settings"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Period"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Keresőmotorok"; -/* Prompt in the location search bar. */ -"Search Locations" = "Search Locations"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Kiemelt kép beállítása"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Set Location"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Source Code"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Dél"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Text Only"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "This site has not posted anything yet. Try back later."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Use"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Use Current Location"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Nyugat"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We’ll always send important emails regarding your account, but you can get some helpful extras, too."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/id.lproj/Localizable.strings b/WordPress/Resources/id.lproj/Localizable.strings index 7c423debee17..077d3e5c8215 100644 --- a/WordPress/Resources/id.lproj/Localizable.strings +++ b/WordPress/Resources/id.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-20 03:33:37+0000 */ +/* Translation-Revision-Date: 2021-08-23 08:54:07+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: id */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nUntuk konfirmasi, silakan masukkan kembali alamat situs Anda sebelum menghapus.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Gambar \"Lazy-load\""; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> kali seminggu"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Satu kali<\/strong> seminggu"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Dua kali<\/strong> seminggu"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Pengaturan Akun"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Pernyataan"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Tambahkan topik yang mana saja"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Tambahkan teks tombol"; @@ -542,7 +560,7 @@ translators: Block name. %s: The localized block name */ "Add paragraph block" = "Tambahkan blok paragraf"; /* Add self-hosted site button */ -"Add self-hosted site" = "Tambahkan situs hosting sendiri"; +"Add self-hosted site" = "Tambahkan situs yang dikelola sendiri"; /* Button title displayed when the user has removed all Insights from display. Label for action to add a new Insight. */ @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Diperlukan koneksi internet yang aktif untuk melihat riwayat"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Kesalahan terjadi ketika membuat Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Autentikasi Apple gagal.\nPastikan Anda masuk ke iCloud dengan ID Apple yang menggunakan autentikasi dua faktor."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Terapkan"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Ubah, tambahkan, atau hapus halaman situs."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Mengganti nama tampilan"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Tutup"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Tutup Komentar"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Tutup layar Me"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kode"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Komik"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Komentar"; @@ -1553,7 +1587,7 @@ translators: Block name. %s: The localized block name */ "Completed: Publish a post" = "Selesai: Publikasikan pos"; /* The Quick Start Tour title after the user finished the step. */ -"Completed: Review site pages" = "Selesai: Tinjau halaman situs"; +"Completed: Review site pages" = "Selesai: Tinjau laman situs"; /* The Quick Start Tour title after the user finished the step. */ "Completed: Set your site title" = "Selesai: Buat judul situs Anda"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Konfirmasi"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Konfirmasi Penghapusan Situs"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Sesuaikan Situs Anda"; +/* No comment provided by engineer. */ +"Customize blocks" = "Sesuaikan blok"; + /* Title for the edition of the share message. */ "Customize the message" = "Sesuaikan pesan"; @@ -2137,7 +2177,7 @@ translators: Block name. %s: The localized block name */ "Disconnect from WordPress.com" = "Putuskan dari WordPress.com"; /* Explanatory text for the user. The `%@` is a placeholder for the name of a third-party sharing service. */ -"Disconnecting this account means published posts will no longer be automatically shared to %@" = "Memutuskan akun ini berarti pos yang diterbitkan tidak akan lagi otomatis dibagikan ke %@"; +"Disconnecting this account means published posts will no longer be automatically shared to %@" = "Memutuskan akun berikut artinya pos yang dipublikasikan tidak akan secara otomatis dibagikan ke %@"; /* Title for button on the no followed sites result screen */ "Discover Sites" = "Temukan Situs"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT TAUTAN"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Setiap blok memiliki pengaturannya sendiri. Untuk menemukannya, klik pada blok. Pengaturannya akan muncul di toolbar di bagian bawah layar."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Timur"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Daftar Blokir Kata"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Sunting Komentar"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Surel"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Alamat Surel"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2580,7 +2619,7 @@ translators: Block name. %s: The localized block name */ "Enter your email address to log in or create a WordPress.com account." = "Masukkan alamat email Anda untuk login atau membuat akun WordPress.com."; /* Button title. Takes the user to the login by site address flow. */ -"Enter your existing site address" = "Masukkan alamat situs Anda yang sudah ada"; +"Enter your existing site address" = "Masukkan alamat situs Anda saat ini"; /* Title of a button on the magic link screen. Title of a button. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Masukkan kredensial server Anda"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Galat"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error saat menginstal %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Terjadi error saat memuat plugin"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Tiap hari"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Setiap Orang"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Menemukan blog dan cerita yang akan Anda sukai..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Mencari lokasi Anda..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Kembali"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Buka yang Diikuti"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Cara membuat pos cerita"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Bagaimana cara memperbaikinya?"; @@ -3488,7 +3540,7 @@ translators: Block name. %s: The localized block name */ "It seems like you've entered an incorrect password. Want to give it another try?" = "Sepertinya Anda memasukkan kata sandi yang salah. Ingin mencoba lagi?"; /* Latest post summary text including placeholder for time and the post title. */ -"It's been %@ since %@ was published. " = "Sudah %1$@ sejak %2$@ diterbitkan. "; +"It's been %@ since %@ was published. " = "Sudah %1$@ sejak %2$@ dipublikasikan. "; /* Title of a notification displayed prompting the user to create a new blog post. The %@ will be replaced with the blog's title. */ "It's time to blog on %@!" = "Waktunya menulis pos pada %@!"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Perubahan lokal"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Lokasi"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Mencari statistik?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Mencari alamat..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Sepertinya Anda telah menyiapkan Jetpack di situs Anda. Selamat! Login dengan kredensial WordPress.com Anda untuk mengaktifkan Statistik dan Pemberitahuan."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Pindahkan balok ke atas dari baris %1$s ke baris %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Geser bawah"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Sepuluh Kafe Favorit Saya"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Nama"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigasikan untuk menyesuaikan gradasi"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigasikan ke lembar konten sebelumnya"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Butuh Bantuan?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Tidak diatur"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Utara"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Tidak Tersambung"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Pengaturan Pemberitahuan"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4739,7 +4795,7 @@ translators: Block name. %s: The localized block name */ "Page Restored to Drafts" = "Halaman Dipulihkan ke Draf"; /* Prompts the user that a restored page was moved to the published list. */ -"Page Restored to Published" = "Halaman Dipulihkan ke Dipublikasikan"; +"Page Restored to Published" = "Laman Dipulihkan ke Dipublikasikan"; /* Prompts the user that a restored page was moved to the scheduled list. */ "Page Restored to Scheduled" = "Halaman Dipulihkan ke Dijadwalkan"; @@ -4767,7 +4823,7 @@ translators: Block name. %s: The localized block name */ "Page pending review" = "Halaman menunggu peninjauan"; /* Title of notification displayed when a page has been successfully published. */ -"Page published" = "Halaman diterbitkan"; +"Page published" = "Laman dipublikasikan"; /* Title of notification displayed when a page has been successfully scheduled. */ "Page scheduled" = "Halaman yang dijadwalkan"; @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Periode"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Hapus Situs Secara Permanen"; @@ -5075,7 +5134,7 @@ translators: Block name. %s: The localized block name */ "Post pending review" = "Pos menunggu peninjauan"; /* Title of notification displayed when a post has been successfully published. */ -"Post published" = "Pos diterbitkan"; +"Post published" = "Pos dipublikasikan"; /* Title of the notification presented in Reader when a post is removed from save for later */ "Post removed." = "Pos dihapus."; @@ -5299,13 +5358,13 @@ translators: Block name. %s: The localized block name */ Published Title of the published filter. This filter shows a list of posts that the user has published. Title of the published header in search list. */ -"Published" = "Telah dipublikasikan"; +"Published" = "Dipublikasikan"; /* Precedes the name of the blog just posted on */ -"Published just now on" = "Baru saja diterbitkan di"; +"Published just now on" = "Baru saja dipublikasikan di"; /* Published on [date] */ -"Published on" = "Diterbitkan pada"; +"Published on" = "Dipublikasikan pada"; /* Label that describes in which blog the user is publishing to */ "Publishing To" = "Memublikasikan ke"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5668,7 +5726,7 @@ translators: Block name. %s: The localized block name */ "Reverts the action performed on this notification." = "Kembalikan aksi yang dijalankan pada pemberitahuan ini."; /* Title of a Quick Start Tour */ -"Review site pages" = "Tinjau halaman situs"; +"Review site pages" = "Tinjau laman situs"; /* Title of the screen that shows the revisions. */ "Revision" = "Revisi"; @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Cari"; -/* Prompt in the location search bar. */ -"Search Locations" = "Cari Lokasi"; - /* Label for list of search term */ "Search Term" = "Istilah Pencarian"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Pilih warna"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Pilih beberapa untuk melanjutkan"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Media yang dipilih tidak tersedia."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Memilih lokasi menu lain akan membuang perubahan yang telah Anda lakukan terhadap menu saat ini. Anda yakin ingin melanjutkan?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Atur Gambar Unggulan"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Atur Lokasi"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Atur Induk"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Bagikan Pos"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Berbagi informasi dengan alat analitik kami tentang penggunaan layanan Anda saat sudah login ke akun WordPress.com Anda."; @@ -6224,7 +6285,7 @@ translators: Block name. %s: The localized block name */ /* Noun. Title. Links to the blog's Pages screen. The item to select during a guided tour. Title of the screen showing the list of pages for a blog. */ -"Site Pages" = "Halaman Situs"; +"Site Pages" = "Laman Situs"; /* Describes a site redirect domain */ "Site Redirect" = "Pengalihan Situs"; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Terjadi masalah. Periksa konektivitas Anda dan coba lagi."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Terjadi masalah. Silakan coba lagi."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Kode Sumber"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Selatan"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Ruang terpakai"; @@ -6617,7 +6676,7 @@ translators: Block name. %s: The localized block name */ "Take a Photo" = "Ambil Foto"; /* No comment provided by engineer. */ -"Take a Photo or Video" = "Potret atau Rekam Video"; +"Take a Photo or Video" = "Ambil Foto atau Video"; /* No comment provided by engineer. */ "Take a Video" = "Ambil Video"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Hanya Teks"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Kirimi saya kode saja"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Ada error saat memuat aktivitas"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Terjadi error saat memuat suka"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Ada masalah memuat paket"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Situs ini belum memposting sesuatu. Coba kembali lagi nanti."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Ini akan disertakan dalam tweet saat orang-orang berbagi dengan tombol Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Gunakan"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Gunakan Lokasi Saat Ini"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Gunakan Toko Sandbox"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Kami mengalami masalah saat mengubah domain utama di situs Anda — tetapi jangan khawatir, domain Anda telah berhasil dibeli."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Alamat Web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Selamat datang di pembuat situs web terpopuler di dunia."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Barat"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Kami akan selalu mengirim email penting terkait akun Anda, namun Anda juga dapat memperoleh beberapa tambahan yang bermanfaat."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Pengaturan Aplikasi WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog WordPress"; @@ -8479,7 +8548,7 @@ translators: Block name. %s: The localized block name */ "You have unsaved changes." = "Anda belum menyimpan perubahan."; /* Displayed when the user views published pages in the pages list and there are no pages */ -"You haven't published any pages yet" = "Anda belum menerbitkan halaman apa pun"; +"You haven't published any pages yet" = "Anda belum memublikasikan laman apa pun"; /* Displayed when the user views published posts in the posts list and there are no posts */ "You haven't published any posts yet" = "Anda belum memublikasikan pos sama sekali"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Anda tidak akan dapat mengubah kembali nama pengguna Anda."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Anda akan mendapat pengingat blogging satu kali<\/strong> seminggu pada %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Anda akan mendapat pengingat blogging %1$@ kali seminggu pada %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Semua sudah diperbarui!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Anda telah membuat perubahan yang tidak tersimpan di pos ini"; diff --git a/WordPress/Resources/is.lproj/Localizable.strings b/WordPress/Resources/is.lproj/Localizable.strings index 8891e13a2dbf..8631db751324 100644 --- a/WordPress/Resources/is.lproj/Localizable.strings +++ b/WordPress/Resources/is.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Stillingar notandareiknings"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Villa kom upp við að búa til valmynd."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Loka"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Loka fyrir athuagsemdir"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Teiknimyndir"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Athugasemd"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Staðfesta"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Staðfesta eyðingu á vef"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Sérsníddu skilaboðin"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Austur"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Breyta athugasemd"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Netfang"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Netfang"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Villa"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Allir"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Finn staðsetningu þína..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Staðsetning"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Fletti upp heimilisfangi…"; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Vantar þig aðstoð?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Norður"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Stillingar tilkynninga"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Tímabil"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Leita"; -/* Prompt in the location search bar. */ -"Search Locations" = "Leita eftir staðsetningu"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Valin skrá er ekki tiltæk."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Með því að velja aðra staðsetningu fyrir valmynd, tapar þú breytingum sem þú hefur gert á núverandi valmynd. Ertu viss um að þú viljir halda áfram?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Velja sem einkennismynd"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Skilgreina staðsetningu"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Eitthvað fór úrskeiðis. Vinsamlegast reynið aftur."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Kóði"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Suður"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Einungis texti"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Það kom upp villa við að hlaða inn áskriftarleiðum"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Þessi vefur hefur ekki birt neitt enn. Reyndu aftur síðar."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Þetta fylgir með í tístunum þegar fólk deilir með því að nota Twitter hnappinn."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Nota"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Nota núverandi staðsetningu"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Vefslóð"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Vestur"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Við sendum þér ávallt mikilvæga tölvupósta í tengslum við aðganginn þinn, en þú gætir mögulega einnig fengið hjálplega tölvupósta til viðbótar."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/it.lproj/Localizable.strings b/WordPress/Resources/it.lproj/Localizable.strings index 863e5b3de4f8..e574d07af04e 100644 --- a/WordPress/Resources/it.lproj/Localizable.strings +++ b/WordPress/Resources/it.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-19 20:47:56+0000 */ +/* Translation-Revision-Date: 2021-08-20 14:29:19+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: it */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPer confermare, si prega di reinserire l'indirizzo del sito da rimuovere.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Immagini a \"caricamento lento\""; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> volte a settimana"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Una volta<\/strong> alla settimana "; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Due volte<\/strong> alla settimana"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Impostazioni account"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Ringraziamenti"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Aggiungi qualsiasi argomento"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Aggiungi il testo del pulsante"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "È necessario avere una connessione Internet attiva per visualizzare le cronologia"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "C'è stato un errore nella creazione del menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Autenticazione Apple fallita.\nAssicurati di essere loggato in iCloud con un Apple ID che usa l'autenticazione a due fattori."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Applica"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Modifica, aggiungi o rimuovi le pagine del tuo sito."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Modifica del nome visualizzato"; @@ -1412,7 +1439,7 @@ translators: Block name. %s: The localized block name */ "Clear all old activity logs?" = "Cancellare tutti i log delle vecchie attività?"; /* No comment provided by engineer. */ -"Clear search" = "Clear search"; +"Clear search" = "Cancella ricerca"; /* Title of a button. */ "Clear search history" = "Cancella la cronologia di ricerca"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Chiudi"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Commenti chiusi"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Chiudi la schermata Io"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Codice"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Fumetti"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Commento"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Conferma"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Conferma eliminazione sito"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Personalizza il tuo sito"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Personalizza il messaggio"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "MODIFICA LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Ogni blocco ha le proprie impostazioni. Per trovarle, fai clic su un blocco. Verranno visualizzate le impostazioni nella barra degli strumenti nella parte inferiore dello schermo."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Est"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Modifica elenco delle parole da bloccare"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Modifica Commento"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Indirizzo Email"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Inserisci le tue credenziali del server"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Errore"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Errore durante l'installazione di %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Errore durante il caricamento dei plugin."; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Ogni giorno"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Tutti"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Trova i blog e le storie che ami..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Ricerca posizione in corso..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -2980,7 +3023,7 @@ translators: Block name. %s: The localized block name */ "Follows the tag." = "Segui il tag."; /* An example tag used in the login prologue screens. */ -"Football" = "Football"; +"Football" = "Calcio"; /* Register Domain - Domain contact information section header description */ "For your convenience, we have pre-filled your WordPress.com contact information. Please review to be sure it’s the correct information you want to use for this domain." = "Per agevolarti, abbiamo precompilato le tue informazioni di contatto di WordPress.com. Rileggi per verificare che le informazioni che desideri utilizzare per questo dominio siano corrette."; @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Torna indietro"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Vai al seguente"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Come creare un articolo della storia"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Come correggeremo il problema?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Modifiche locali"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Località"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Cerchi le statistiche?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Ricerca indirizzo..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Sembra che hai Jetpack installato sul tuo sito. Complimenti!\nAccedi con le tue credenziali WordPress.com per attivare le Statistiche e le Notifiche."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Sposta il blocco in alto dalla riga %1$s alla riga %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Sposta sotto"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "La Top Ten dei bar"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Nome"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Naviga alla personalizzazione del gradiente"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Naviga al foglio dei contenuti precedente"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Hai bisogno di aiuto?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Nessun set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Nord"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Non connesso"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Impostazioni notifiche"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Periodo"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Elimina permanentemente il sito"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Cerca"; -/* Prompt in the location search bar. */ -"Search Locations" = "Cerca località"; - /* Label for list of search term */ "Search Term" = "Cerca il termine"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Seleziona un colore"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Selezionane alcuni per continuare"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Il file multimediale selezionato non è disponibile."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selezionando una differente posizione di menu si perderanno le modifiche fatta al menu corrente. Desideri proseguire??"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Imposta immagine in evidenza"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Imposta posizione"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Imposta genitore"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Condividi l'articolo"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Condividi informazioni con il nostro strumento di analisi relativamente al tuo uso dei servizi mentre sei connesso con il tuo account WordPress.com."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Si è verificato un problema. Controlla la connettività e riprova."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Si è verificato un problema. Riprova."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Codice sorgente"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Sud"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Spazio utilizzato"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Solo testo"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Inviami un codice invece"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Si è verificato un errore durante il caricamento delle attività"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Si è verificato un errore durante il caricamento dei Mi piace"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Si è verificato un errore nel caricamento dei piani"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Questo sito non ha ancora pubblicato nulla. Riprova più tardi."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Questo sarà incluso nei tweet quando si condivide utilizzando il pulsante Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Usa"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Utilizza la località corrente"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Usa il negozio sandbox"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Abbiamo riscontrato problemi nella modifica del dominio principale sul tuo sito, ma non preoccuparti, l'acquisto del tuo dominio è andato a buon fine."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Indirizzo web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Benvenuto nel costruttore di siti web più popolare del mondo."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Ovest"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Inviamo sempre email importanti riguardanti il tuo account ma puoi ricevere anche altre informazioni extra."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Impostazioni dell’app WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "la modifica del nome utente non è reversibile."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Riceverai promemoria relativi al blog una volta<\/strong> alla settimana di %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Riceverai promemoria relativi al blog %1$@ volte alla settimana di %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "È tutto aggiornato!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Hai apportato modifiche non salvate a questo articolo"; diff --git a/WordPress/Resources/ja.lproj/Localizable.strings b/WordPress/Resources/ja.lproj/Localizable.strings index 33fb52c5c6f5..6310fe6d47a8 100644 --- a/WordPress/Resources/ja.lproj/Localizable.strings +++ b/WordPress/Resources/ja.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\n確認のため、消去の前にサイトのアドレス (URL) を再入力してください。\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "画像の「遅延読み込み」"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "週に%d<\/strong>回"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "週に1回<\/strong>"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "週に2回<\/strong>"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "アカウント設定"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "謝辞"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "任意のトピックを追加"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "ボタンのテキストを追加"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "履歴を表示するには有効なインターネット接続が必要です"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "メニューを作成する際にエラーが発生しました。"; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple の認証に失敗しました。\n二要素認証を使用している Apple ID で iCloud にログイン中かどうか確認してください。"; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "適用"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "サイトのページを変更、追加、削除します。"; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "表示名を変更中"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "閉じる"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "コメントを閉じる"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Me 画面を閉じる"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "ソースコード"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "コミック"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "コメント"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "確認"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "サイト削除を確認"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "自分のサイトをカスタマイズ"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "メッセージをカスタマイズ"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "リンクを編集"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "各ブロックには独自の設定があります。 これらの設定を表示するにはブロックをクリックします。 画面下部にあるツールバーに設定が表示されます。"; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "東"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "ブロックリストの単語を編集"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "コメントを編集"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "メール"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "メールアドレス"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "サーバーの認証情報を入力"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "エラー"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "%@ のインストール中にエラーが発生しました。"; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "プラグイン読み込みエラー"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "毎日"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "誰でも"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "お気に入りのブログとストーリーを探しています..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "位置情報を検出中…"; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "戻る"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "次に移動"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "ストーリー投稿の作り方"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "修正方法"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "ローカルでの変更"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "位置情報"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "統計情報をお探しですか ?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "アドレスをチェック中…"; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "サイトで Jetpack を設定済みのようです。統計情報と通知機能を有効化するには WordPress.com のアカウント情報でログインしてください。"; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "ブロックを行 %1$s から行 %2$s に上に移動します"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "下に移動"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "私のお気に入りカフェトップ10"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "名前"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "グラデーションのカスタマイズへ移動"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "前のコンテンツシートへ移動"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "お困りですか ?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "設定なし"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "北"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "接続されていません"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "通知設定"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "期間"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "サイトを完全に削除する"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "検索"; -/* Prompt in the location search bar. */ -"Search Locations" = "位置情報を検索"; - /* Label for list of search term */ "Search Term" = "検索キーワード"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "色を選択"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "選択して続ける"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "選択したメディアがありません。"; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "別のメニューのロケーションを選択すると、現在のメニューで行った変更は破棄されます。本当に実行してもよいですか ?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "アイキャッチ画像を設定"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "位置情報を追加"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "親の設定"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "投稿をシェア"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "WordPress.com アカウントへのログイン中のサービス利用の情報を分析ツールと共有してください。"; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "エラーが発生しました。接続を確認して、もう一度お試しください。"; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "エラーが発生しました。もう一度お試しください。"; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "ソースコード"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "南"; - /* Label for showing the available disk space quota available for media */ "Space used" = "利用中の容量"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "テキストのみ"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "代わりに SMS でコードを送信する"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "アクティビティを読み込み中にエラーが発生しました"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "「いいね」読み込みエラー"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "プラン読み込みエラー"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "このサイトにはまだ何も投稿されていません。後でもう一度チェックしてみてください。"; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "これは、Twitter ボタンを使って読者がシェアするときのツイートに含まれます。"; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "使用"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "現在の位置を使用"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "サンドボックスストアを使用"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "サイトの主要ドメインの変更がうまくいきませんでしたが、ドメインの購入は正常に完了していますのでご心配なく。"; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web アドレス"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "世界で最も人気のサイト構築サービスへようこそ。"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "西"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "アカウントに関する重要なお知らせは常にメールでお送りしますが、役に立つ追加情報を受け取ることもできます。"; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress アプリ設定"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress ブログ"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "ユーザー名を元に戻すことはできません。"; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "週に1回<\/strong>、%@にブログ投稿のリマインダーを受け取ります。"; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "週に%1$@回、%2$@にブログ投稿のリマインダーを受け取ります。"; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "すべて最新版です。"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "この投稿に保存されていない変更が加えられました"; diff --git a/WordPress/Resources/ko.lproj/Localizable.strings b/WordPress/Resources/ko.lproj/Localizable.strings index cf01f659a3e3..872f0b9029d2 100644 --- a/WordPress/Resources/ko.lproj/Localizable.strings +++ b/WordPress/Resources/ko.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\n삭제 전 확인을 위해, 사이트 주소를 입력해주세요.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "이미지 \"느리게 로드\""; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "일주일에 %d<\/strong>번"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "일주일에 한 번<\/strong>"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "일주일에 두 번<\/strong>"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "계정 설정"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "인증"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "모든 토픽 추가하기"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "추가 버튼 텍스트"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "기록을 보려면 인터넷에 연결되어야 합니다."; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "메뉴를 만드는 중에 오류가 발생했습니다."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "애플 인증을 실패했습니다.\n2단계 인증을 사용하는 애플 ID로 아이클라우드에 로그인했는지 확인하시기 바랍니다."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "적용"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "사이트의 페이지를 변경, 추가 또는 제거합니다."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "공개 이름 변경"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "닫기"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "댓글 닫기"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "미 화면 닫기"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "코드"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "코믹"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "댓글"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "확인"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "사이트 삭제 확인"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "사이트 사용자 정의"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "메시지 사용자 정의"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "링크 편집"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "각 블록에는 자체 설정이 있습니다. 해당 설정을 찾으려면 블록을 클릭합니다. 화면 하단의 도구 모음에 해당 설정이 표시됩니다."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "동쪽"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "차단 목록 단어 편집"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "댓글 편집"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "이메일"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "이메일 주소"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "서버 자격 증명을 입력하세요."; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "에러"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "%@을(를) 설치 중 오류가 발생했습니다."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "플러그인 로드 중 오류가 발생했습니다."; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "매일"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "모두 볼 수 있음"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "좋아할 블로그와 이야기를 찾는 중..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "위치를 찾고 있습니다..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "지메일"; +/* No comment provided by engineer. */ +"Go back" = "뒤로 가기"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "팔로우 목록으로 이동"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "이야기 글 만드는 방법"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "어떻게 고칠까요?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "로컬 변경"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "위치"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "통계를 찾으시나요?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "주소 찾기..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "젯팩을 설치해 두셨네요, 축하합니다!\n아래의 Wordpress.com 정보로 로그인 해서 알림과 통계를 활성화하세요."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "블록을 위로(%1$s 행에서 %2$s 행으로) 이동"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "아래로 이동"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "상위 10개 카페"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "이름"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "사용자 정의 그라디언트로 가기"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "이전 콘텐츠 시트로 가기"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "도움이 필요하세요?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "설정 없음"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "북쪽"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "연결되지 않음"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "알림 설정"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "기간"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "영구적으로 사이트 삭제"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "검색"; -/* Prompt in the location search bar. */ -"Search Locations" = "검색 위치"; - /* Label for list of search term */ "Search Term" = "검색어"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "색상 선택하기"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "계속할 몇 가지를 선택하세요"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "선택한 미디어를 사용할 수 없습니다."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "다른 메뉴 위치를 선택하면 현재 메뉴에 대한 변경 사항이 취소됩니다. 계속하시겠어요?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "특성 이미지 설정"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "위치 설정"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "상위 항목 설정"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "글 공유"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "워드프레스닷컴 계정에 로그인되어 있는 동안 이용하는 서비스에 대한 정보를 워드프레스의 분석 도구와 공유합니다."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "문제가 발생했습니다. 연결을 확인하고 다시 시도하세요."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "문제가 발생했습니다. 다시 시도하세요."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "소스 코드"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "남쪽"; - /* Label for showing the available disk space quota available for media */ "Space used" = "사용된 공간"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "텍스트만"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "코드를 문자로 대신 받기"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "활동 로드하는 중 오류가 발생했습니다."; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "좋아요를 로드하는 중 오류가 발생했습니다."; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "요금제를 로드하는 중 오류가 발생했습니다."; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "이 사이트에 게시된 글이 아직 없습니다. 나중에 다시 시도하세요."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "이것은 사람들이 Twitter 버튼 사용을 공유할 때 트윗에 포함됩니다."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "사용"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "현재 위치 사용"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "샌드박스 스토어 사용"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "사이트의 기본 도메인을 변경하는 데 문제가 있었지만 걱정하지 마세요. 도메인을 성공적으로 구입했습니다."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "웹 주소"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "세계적으로 가장 잘 알려진 웹사이트 제작기에 오신 것을 환영합니다."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "서쪽"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "사용자 계정에 관한 중요 이메일을 항상 보내 드리며, 유용한 정보도 받으실 수 있습니다."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "워드프레스 앱 설정"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "워드프레스 블로그"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "사용자명은 다시 바꿀 수 없게 됩니다."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "블로깅에 대한 알림을 일주일에 한 번<\/strong> %@에 받게 됩니다."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "블로깅에 대한 알림을 일주일에 %1$@번 %2$@에 받게 됩니다."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "항상 최신 상태를 유지하세요!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "이 글에 저장되지 않은 변경 사항이 있습니다."; diff --git a/WordPress/Resources/nb.lproj/Localizable.strings b/WordPress/Resources/nb.lproj/Localizable.strings index df90f96f48b9..eeca05337228 100644 --- a/WordPress/Resources/nb.lproj/Localizable.strings +++ b/WordPress/Resources/nb.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nFor å bekrefte, skriv inn nettstedets adresse før sletting\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" bilder"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> ganger i uka"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Én gang<\/strong> i uka"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "To ganger<\/strong> i uka"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Kontoinnstillinger"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Takk til"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Legg ethvert emne"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Legg til knappetekst"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "En feil oppstod under opprettelse av menyen."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Bruk"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Endrer visningsnavn"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Lukk"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Lukk kommentarer"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Lukk Meg-skjermen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kode"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Tegneserier"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Kommentar"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Bekreft"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Bekreft sletting av side"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Tilpass ditt nettsted"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Tilpass meldingen"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "REDIGER LENKE"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Øst"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Rediger blokkeringslisteord"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Rediger kommentar"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-post"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-postadresse"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Feil"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Feil under installasjon av %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Feil under lasting av utvidelser."; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Hver dag"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Alle"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Leter etter blogger og fortellinger du vil like..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Finner plasseringen din..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Gå tilbake"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Gå til fulgte"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Lokale endringer"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Plassering"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Ser du etter statistikk?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Slår opp adresse..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Det ser ut til at du har Jetpack satt opp på ditt nettsted. Gratulerer!\nLogg inn med din WordPress.com-innlogging nedenfor for å aktivere statistikk og varslinger."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Flytt blokk opp fra rad %1$s til rad %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Flytt ned"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Navn"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigerer til det forrige innholdspanelet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Hjelp?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Ingen bestemt"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Nord"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Ikke tilkoblet"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Varserinnstillinger"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Periode"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Slette nettsted permanent"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Søk"; -/* Prompt in the location search bar. */ -"Search Locations" = "Søk plasseringer"; - /* Label for list of search term */ "Search Term" = "Søkeuttrykk"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Velg en farge"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Velg noen for å fortsette"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Valgte medie er utilgjengelig."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Valg av en annen menyplassering vil forkaste endringene du har gjort på den gjeldende menyen. Er du sikker på at du vil fortsette?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Velg fremhevet bilde"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Bestem plassering"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Sett forelder"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Del innlegg"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Del informasjon med vårt analyseverktøy om din bruk av våre tjenester mens du er logget inn på din WordPress.com-konto."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Noe gikk galt. Sjekk tilkoblingen din og prøv igjen."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Noe gikk galt. Vennligst prøv igjen."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Kildekode"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Sør"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Lagringsplass brukt"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Kun tekst"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Send koden på tekstmelding i stedet"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Det oppstod en feil under lasting av aktiviteter"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Det oppstod en feil under lasting av abonnementer"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Denne siden har ikke lagt ut noe enda. Kom tilbake senere."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Dette vil inkluderes i tweeter når folk deler ved hjelp av Twitter-knappen."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Bruk"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Bruk gjeldende plassering"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Vi hadde noen problemer med å endre hoveddomenet for nettstedet ditt — men ingen grunn til bekymring, domenet ble kjøpt."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Nettadresse"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Vest"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Vil vil alltid sende viktige meldinger om din konto, men du kan også få noen hjelpsomme esktraeposter."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Innstillinger for WorfPress-appen"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress-blogg"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Du vil ikke kunne endre tilbake til ditt brukernavn"; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Du er helt oppdatert!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Du har gjort endringer i dette innlegget som ikke er lagret"; diff --git a/WordPress/Resources/nl.lproj/Localizable.strings b/WordPress/Resources/nl.lproj/Localizable.strings index 1a3be7fdae4f..1f1da8e9b61d 100644 --- a/WordPress/Resources/nl.lproj/Localizable.strings +++ b/WordPress/Resources/nl.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-10 07:37:01+0000 */ +/* Translation-Revision-Date: 2021-08-23 13:48:20+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: nl */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nOm te bevestigen, vul je site-adres opnieuw in alvorens te verwijderen.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nOm te bevestigen, geef je gebruikersnaam opnieuw in voor het sluiten.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" afbeeldingen"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> keer per week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%1$d<\/strong> keer per week op %2$@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Een keer<\/strong> per week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Een<\/strong> keer per week"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twee keer<\/strong> per week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twee<\/strong> keer per week"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Account instellingen"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account gesloten"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Referenties"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Voeg elk onderwerp toe"; +/* No comment provided by engineer. */ +"Add blocks" = "Voeg blokken toe"; + /* No comment provided by engineer. */ "Add button text" = "Voeg knoptekst toe"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Een actieve internetverbinding is vereist om de geschiedenis te bekijken"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "Fout bij het sluiten van account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Fout bij aanmaken van het menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authenticatie mislukt.\nZorg dat je ingelogd bent bij iCloud met een Apple ID die twee-factor-authenticatie gebruikt."; +/* No comment provided by engineer. */ +"Applies the setting" = "Past de instelling toe"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Bevestig"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Verander, voeg toe, of verwijder pagina's van je site."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Wijzigingen aan de afbeelding worden niet beïnvloed door de undo\/redo knoppen."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Weergavenaam wijzigen"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Sluit"; +/* Close account action label */ +"Close Account" = "Sluit account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Reacties afsluiten"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Sluit het ik-scherm"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Account aan het sluiten..."; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Reactie"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Bevestigen"; +/* Close Account alert title */ +"Confirm Close Account" = "Bevestig sluiten account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Site verwijderen bevestigen"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Je site aanpassen"; +/* No comment provided by engineer. */ +"Customize blocks" = "Blokken aanpassen"; + /* Title for the edition of the share message. */ "Customize the message" = "Het bericht aanpassen"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "LINK BEWERKEN"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Elk blok heeft zijn eigen instellingen. Om ze te vinden, klik op een blok. Zijn instellingen zullen verschijnen in de gereedschapsbalk onderaan het scherm."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Oost"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Elk blok heeft zijn eigen instellingen. Om ze te vinden, tik op een blok. Zijn instellingen zullen verschijnen in de gereedschapsbalk onderaan het scherm."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Bewerk bloklijst woord"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Reactie bewerken"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-mailadres"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Voer je server referenties in"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Fout"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Fout tijdens installatie %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Fout bij het laden van likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Fout bij laden plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Elke dag"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Elke dag om %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Iedereen"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Blogs en verhalen vinden die je geweldig zult vinden..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Locatie zoeken..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Ga terug"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Ga naar Volgers"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Hoe maak je een verhaal"; +/* No comment provided by engineer. */ +"How to edit your page" = "Hoe je pagina te bewerken"; + +/* No comment provided by engineer. */ +"How to edit your post" = "Hoe je bericht te bewerken"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Hoe lossen we het op?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Lokale wijzigingen"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Locatie"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Op zoek naar statistieken?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Adres aan het opzoeken..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Het lijkt er op dat Jetpack is geïnstalleerd op je site. Gefeliciteerd!\nLogin met je WordPress.com inloggegevens om statistieken en meldingen in te schakelen."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Verplaats blok omhoog van rij %1$s naar rij %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Blokken verplaatsen"; + /* Option to move Insight down in the view. */ "Move down" = "Omlaag verplaatsen"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Mijn toptien cafés"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Naam"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigeert naar aanpassen van het verloop"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigeert om %s te selecteren"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigeert naar het vorige inhoudsblad"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Hulp nodig?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Geen ingesteld"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Noord"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Niet verbonden"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Meldingsinstellingen"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Kennisgeving tijd"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Periode"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Sluit account permanent"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Verwijder site permanent"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Zoeken"; -/* Prompt in the location search bar. */ -"Search Locations" = "Zoek locaties"; - /* Label for list of search term */ "Search Term" = "Zoekterm"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Selecteer een kleur"; +/* No comment provided by engineer. */ +"Select a color above" = "Selecteer een kleur erboven"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Selecteer enkele om verder te gaan"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Geselecteerde media is niet beschikbaar."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Geselecteerd: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Door een andere menu-locatie te selecteren, gaan wijzigingen aan het huidige menu verloren. Weet je zeker dat je wilt doorgaan?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Stel uitgelichte afbeelding in"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Locatie instellen"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Instellen als bovenliggend item"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Deel bericht"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Deel WordPress met een vriend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Deel informatie met onze analysetool over hoe je services gebruikt terwijl je bent ingelogd op je WordPress.com-account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Er ging iets fout. Controleer je verbinding en probeer opnieuw."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Er is iets fout gegaan. Probeer opnieuw."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Broncode"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Zuid"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Ruimte verbruikt"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Enkel tekst"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "De tekstopmaak besturingen bevinden zich in de werkbalk boven het toetsenbord tijdens het bewerken van een tekstblok"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "SMS een code naar me toe"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Er is iets fout gegaan tijdens laden activiteiten"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Er is een fout opgetreden bij het laden van likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Er is een fout opgetreden bij het laden van abonnementen"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Deze site heeft nog niets geplaatst. Probeer het later nog eens."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "Dit gebruikersaccount kan niet worden gesloten als er onopgeloste terugvorderingen zijn."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "Dit gebruikersaccount kan niet worden gesloten omdat het een atomic site heeft."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "Dit gebruikersaccount kan niet worden gesloten terwijl het actieve aankopen heeft."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "Dit gebruikersaccount kan niet worden gesloten zolang het actieve abonnementen heeft."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Dit wordt opgenomen in tweets als mensen delen met behulp van de Twitter-knop."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Gebruik"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Gebruik huidige locatie"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Gebruik Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We konden het primaire domein van je site niet wijzigen — maak je geen zorgen, je domein is succesvol aangeschaft."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web adres"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welkom bij de meest populaire sitebouwer van de wereld."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "West"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We sturen altijd belangrijke e-mails met betrekking tot je account, maar je kunt ook aanvullende nuttige berichten ontvangen."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress app-instellingen"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress apps - Apps voor elk scherm"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Je kunt je gebruikersnaam niet meer terug veranderen."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Je krijgt een herinnering om één keer<\/strong> per week te bloggen op %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Je krijgt een herinnering om één <\/strong> keer per week te bloggen op %1$@ op %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Je krijgt herinneringen om %1$@ keer per week te bloggen op %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Je bent helemaal bij!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "Je bent niet geautoriseerd om het account te sluiten."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Je hebt niet-opgeslagen wijzigingen in dit bericht"; diff --git a/WordPress/Resources/pl.lproj/Localizable.strings b/WordPress/Resources/pl.lproj/Localizable.strings index 6aff828d9b0f..c5056f1921be 100644 --- a/WordPress/Resources/pl.lproj/Localizable.strings +++ b/WordPress/Resources/pl.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-05 08:39:38+0000 */ +/* Translation-Revision-Date: 2021-08-23 11:01:43+0000 */ /* Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2); */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: pl */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Account Settings"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Wystąpił błąd podczas tworzenia menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Zamknij"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Close Commenting"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Komentarz"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirm"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customize the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Wschód"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Edytuj komentarz"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Email Address"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Błąd"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Everyone"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Określanie lokalizacji..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Location"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Looking up address..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Potrzebujesz wsparcia?"; @@ -4215,7 +4272,7 @@ translators: Block name. %s: The localized block name */ "New Photo Post" = "New Photo Post"; /* New Post 3D Touch Shortcut */ -"New Post" = "Nowy Wpis"; +"New Post" = "Nowy wpis"; /* Menu item title text used as default when creating a new menu item. */ "New item" = "Nowa pozycja"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Północ"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notification Settings"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Period"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5247,7 +5306,7 @@ translators: Block name. %s: The localized block name */ /* Privacy setting for posts set to 'Public' (default). Should be the same as in core WP. Text for privacy settings: Public */ -"Public" = "Publiczny"; +"Public" = "Publiczne"; /* Insights 'Publicize' header */ "Publicize" = "Publicize"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Search"; -/* Prompt in the location search bar. */ -"Search Locations" = "Szukaj lokalizacji"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Set Featured Image"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Set Location"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Source Code"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Południe"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Text Only"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Ta witryna jeszcze niczego nie opublikowała. Spróbuj ponownie później."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Użyj"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Use Current Location"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Zachód"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We’ll always send important emails regarding your account, but you can get some helpful extras, too."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/pt-BR.lproj/Localizable.strings b/WordPress/Resources/pt-BR.lproj/Localizable.strings index 927fb18adfbd..f2a1913b959b 100644 --- a/WordPress/Resources/pt-BR.lproj/Localizable.strings +++ b/WordPress/Resources/pt-BR.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPara confirmar, digite o endereço do site novamente antes de excluí-lo.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Carregamento assíncrono de imagens"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d vezes<\/strong> por semana"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Uma vez<\/strong> por semana"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Duas vezes<\/strong> por semana"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Configurações da conta"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Agradecimentos"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Adicionar novo tópico"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Adicionar texto do botão"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "É necessária uma conexão à internet para ver o histórico"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Ocorreu um erro ao criar o menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "A autenticação com a Apple falhou.\nCertifique-se de que está conectado ao iCloud com um Apple ID que usa autenticação de dois fatores."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Aplicar"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Altere, adicione ou remova as páginas do seu site."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Alterando nome de exibição"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Fechar"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Encerrar comentários"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Fechar a tela Eu"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Código"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "HQs"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Comentário"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirmar"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirmar exclusão do site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Personalize seu site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Personalizar a mensagem"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDITAR LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Leste"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Editar palavra da lista de bloqueios"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Editar comentário"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Endereço de e-mail"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Insira as credenciais do servidor"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Erro"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Erro ao instalar %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Erro ao carregar os plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Todos os dias"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Todos"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Encontrando blogs e histórias que você amará..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Encontrando sua localização..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Voltar"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Ir para sites seguidos"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Como criar um post de story"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Como vamos corrigir isso?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Alterações locais"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Localização "; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Procurando estatísticas?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Procurando endereço..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Parece que o Jetpack está configurado em seu site. Parabéns!\nAcesse com suas credenciais WordPress.com para ativar as estatísticas e notificações."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Mover o bloco acima da linha %1$s para a linha %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Mover para baixo"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Minhas 10 cafeterias preferidas"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Nome"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Ir para a personalização de gradiente"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Ir para a folha de conteúdo anterior"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Precisa de ajuda?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Nenhum definido"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Norte"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Não conectado"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Configurações de notificações"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Período"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Excluir o site permanentemente"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Pesquisar"; -/* Prompt in the location search bar. */ -"Search Locations" = "Procurar localizações"; - /* Label for list of search term */ "Search Term" = "Termos de pesquisa"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Selecionar uma cor"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Selecione alguns para continuar"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "A mídia selecionada não esta disponível."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Ao selecionar um local de menu diferente as alterações do menu atual serão perdidas. Tem certeza de que deseja continuar?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Definir imagem em destaque"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Definir localização"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Configurar ascendente"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Compartilhar post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Compartilhar informações de como nossos serviços são usados com nossas ferramentas de análise enquanto estiver acessando sua conta do WordPress.com."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Algo deu errado. Verifique sua conexão com a Internet e tente novamente."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Algo deu errado. Tente novamente."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Código-fonte"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Sul"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Espaço usado"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Apenas texto"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Envie-me o código por SMS"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Houve um erro ao carregar as atividades"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Houve um erro ao carregar as curtidas"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Ocorreu um erro ao carregar os planos"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Ainda não há posts neste site. Tente novamente mais tarde."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Isso será incluido nos tuítes quando os usuários utilizarem o botão de compartilhamento do Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Usar"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Usar a localização atual"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Tivemos alguns problemas ao mudar o domínio principal de seu site. Não se preocupe, seu domínio foi registrado com sucesso."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Endereço da web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Desejamos boas-vindas ao criador de sites mais popular do mundo."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Oeste"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Sempre enviaremos e-mails importantes sobre a sua conta, mas você também pode ter acesso a conteúdo extra."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Configurações do aplicativo WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog do WordPress"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Você não poderá trocar seu nome de usuário novamente."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Você receberá lembretes para publicar uma vez<\/strong> por semana em %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Você receberá lembretes para publicar %1$@ por semana em %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Tudo foi lido!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Há alterações não salvas neste post"; diff --git a/WordPress/Resources/pt.lproj/Localizable.strings b/WordPress/Resources/pt.lproj/Localizable.strings index 1fcf124b1126..311fbc67a753 100644 --- a/WordPress/Resources/pt.lproj/Localizable.strings +++ b/WordPress/Resources/pt.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Definições de conta"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Ocorreu um erro ao criar o menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Aplicar"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Fechar"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Fechar comentários"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Comentário"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirmar"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirmar eliminação de site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Personalize a mensagem"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Este"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Editar comentário"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Endereço de email"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Erro"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Todos"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "A encontrar a sua localização..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Localização"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "A procurar endereço..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Necessita de ajuda?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Norte"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Não ligado"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Definições de notificações"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Período"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Procurar"; -/* Prompt in the location search bar. */ -"Search Locations" = "Procurar localizações"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Definir imagem de destaque"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Definir localização"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Partilhar artigo"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Código fonte"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Sul"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Espaço usado"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Apenas texto"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Ocorreu um erro ao carregar actividades"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Ocorreu um erro ao carregar planos"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Este site ainda não publicou nada. Por favor volte mais tarde."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "É incluido no tweet quando os seus artigos são partilhados com o botão do Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Usar"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Usar localização actual"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Endereço web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Oeste"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "We’ll always send important emails regarding your account, but you can get some helpful extras, too."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Site WordPress"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/ro.lproj/Localizable.strings b/WordPress/Resources/ro.lproj/Localizable.strings index 7c88c983f987..28a88079c737 100644 --- a/WordPress/Resources/ro.lproj/Localizable.strings +++ b/WordPress/Resources/ro.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-19 07:53:12+0000 */ +/* Translation-Revision-Date: 2021-08-23 15:53:36+0000 */ /* Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n == 0 || n % 100 >= 2 && n % 100 <= 19) ? 1 : 2); */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: ro */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPentru a confirma, te rog reintrodu adresa site-lui înainte de a-l șterge.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nPentru a confirma, te rog ca înainte de a-l închide să introduci din nou numele de utilizator.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Imagini „încărcate lent”"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "De %d<\/strong> ori pe săptămână"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "De %1$d<\/strong> ori pe săptămână la %2$@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "O dată<\/strong> pe săptămână"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "O dată<\/strong> pe săptămână la %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "De două ori<\/strong> pe săptămână"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "De două ori<\/strong> pe săptămână la %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Setări cont"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Cont închis"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Certificări"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Adaugă orice subiect"; +/* No comment provided by engineer. */ +"Add blocks" = "Adaugă blocuri"; + /* No comment provided by engineer. */ "Add button text" = "Adaugă text în buton"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Pentru a vedea istoricul, este necesară o conexiune activă la internet"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "A apărut o eroare la închiderea contului."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "A apărut o eroare la crearea meniului."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Autentificarea Apple a eșuat.\nTe rog asigură-te că ești conectat la iCloud cu un ID Apple care folosește autentificarea pe două niveluri."; +/* No comment provided by engineer. */ +"Applies the setting" = "Aplică setările"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Aplică"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Modifică paginile, adaugă sau înlătură pagini pe site."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Modificările imaginii reprezentative nu vor fi afectate de butoanele revenire\/refacere."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Schimb numele de afișat"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Închidere"; +/* Close account action label */ +"Close Account" = "Închide contul"; + /* Settings: Close comments after X period */ "Close Commenting" = "Închide comentarea"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Închide ecranul Eu"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Închid contul..."; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Cod"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Benzi desenate"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Comentariu"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Confirmă"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirmă închiderea contului"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirmă ștergerea site-ului"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Personalizează-ți site-ul"; +/* No comment provided by engineer. */ +"Customize blocks" = "Personalizează blocuri"; + /* Title for the edition of the share message. */ "Customize the message" = "Personalizează mesajul"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDITEAZĂ LEGĂTURA"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Fiecare bloc are setări proprii. Pentru a le găsi, dă clic pe un bloc. Setările lui vor apărea în bara de unelte din partea de jos a ecranului."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Est"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Fiecare bloc are setări proprii. Pentru a le găsi, atinge un bloc. Setările lui vor apărea în bara de unelte din partea de jos a ecranului."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Editează un cuvânt din Lista blocări"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Editează comentariul"; /* IP Address or Range Edition Title */ @@ -2462,6 +2498,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Adresa de email"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2592,7 +2631,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Introdu datele de conectare la server"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Eroare"; @@ -2640,6 +2680,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Eroare la instalarea %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Eroare la încărcarea aprecierilor"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Eroare la încărcarea modulelor"; @@ -2700,6 +2743,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Zilnic"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "În fiecare zi la %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Oricine"; @@ -2886,9 +2932,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Găsește bloguri și povestiri care îți vor plăcea..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Găsirea locației tale..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3079,6 +3122,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Du-te înapoi"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Du-te la urmărire"; @@ -3261,6 +3307,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Cum să creezi un articol narațiune"; +/* No comment provided by engineer. */ +"How to edit your page" = "Cum să editezi pagina"; + +/* No comment provided by engineer. */ +"How to edit your post" = "Cum să editezi articolul"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Cum vom corecta asta?"; @@ -3802,9 +3854,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Schimbări locale"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Locație"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3865,9 +3915,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Cauți statisticile?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Caut adresa..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Se pare că ai inițializat Jetpack pe site-ul tău. Felicitări! Autentifică-te pe WordPress.com cu datele tale de conectare pentru a activa statisticile și notificările."; @@ -4111,6 +4158,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Mută blocul în sus de pe rândul %1$s pe rândul %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Mută blocuri"; + /* Option to move Insight down in the view. */ "Move down" = "Mută în jos"; @@ -4169,6 +4219,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Primele zece cafenele, pe gustul meu"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Nume"; @@ -4184,6 +4235,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navighează pentru a personaliza gradientul"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navighează pentru a selecta %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navighează la foaia anterioară cu conținut"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Ai nevoie de ajutor?"; @@ -4467,9 +4524,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Nimic setat"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Nord"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Neconectat"; @@ -4519,6 +4573,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Setări notificare"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Momentul notificării"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4619,7 +4676,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4843,6 +4899,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Perioada"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Închide definitiv contul"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Șterge site-ul definitiv"; @@ -5438,7 +5497,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5806,9 +5864,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Caută"; -/* Prompt in the location search bar. */ -"Search Locations" = "Caută locații"; - /* Label for list of search term */ "Search Term" = "Termen de căutare"; @@ -5924,6 +5979,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Selectează o culoare"; +/* No comment provided by engineer. */ +"Select a color above" = "Selectează o culoare de mai sus"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Selectează câteva pentru a continua"; @@ -5972,6 +6030,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Media selectată este indisponibilă."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selectat: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selectarea unui alte locații pentru meniu va anula modificările pe care le-ai făcut în meniul actual. Sigur vrei să continui?"; @@ -6017,9 +6078,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Setează imaginea reprezentativă"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Setare locație"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Setează părinte"; @@ -6086,6 +6144,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Partajează articolul"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Împărtășește WordPress cu un prieten"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Partajează informații cu instrumentul nostru de analitice despre utilizarea serviciilor în timp ce ești autentificat în contul tău WordPress.com."; @@ -6335,7 +6396,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Ceva n-a mers bine. Te rog verifică conectivitatea și încearcă din nou."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Ceva a mers prost. Te rog încearcă din nou."; /* Invite Validation Alert @@ -6412,9 +6474,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Cod sursă"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Sud"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Spațiu folosit"; @@ -6700,6 +6759,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Numai text"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Comenzile pentru formatarea textului se află în bara de unelte poziționată deasupra tastaturii, în timpul editării unui bloc de text"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "În schimb, trimite-mi un mesaj text cu un cod"; @@ -6942,9 +7004,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "A fost o eroare la încărcarea activităților"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "A fost o eroare la încărcarea aprecierilor"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "A fost o eroare la încărcarea planurilor"; @@ -7038,6 +7097,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Acest site nu a publicat nimic până acum. Încearcă din nou mai târziu."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Acesta va fi inclus în tweet-uri când lumea va partaja folosind butonul de Twitter."; @@ -7666,7 +7737,7 @@ translators: Block name. %s: The localized block name */ "Uploading post..." = "Încarc articolul..."; /* Label to show while uploading media to server */ -"Uploading..." = "Încărcare..."; +"Uploading..." = "Încarc..."; /* No comment provided by engineer. */ "Uploading…" = "Încarc..."; @@ -7677,9 +7748,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Folosește"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Folosește locația curentă"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Folosește Sandbox Store"; @@ -8114,7 +8182,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Am avut probleme la modificarea domeniului principal pentru site-ul tău - dar nu-ți face griji, domeniul a fost cumpărat cu succes."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Adresă web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8147,9 +8216,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Bine ai venit la cel mai popular constructor de site-uri web din lume."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Vest"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Vom trimite întotdeauna emailuri importante cu privire la contul tău, dar poți de asemenea să primești unele extra utile."; @@ -8255,6 +8321,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Setări aplicații WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog WordPress "; @@ -8525,7 +8594,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Nu vei putea să-ți schimbi înapoi numele de utilizator."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Vei primi o reamintire pentru publicare o dată<\/strong> pe săptămână, %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Vei primi o reamintire pentru publicare o dată<\/strong> pe săptămână, %1$@ la %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Vei primi reamintiri pentru publicare %1$@ pe săptămână, %2$@."; @@ -8533,6 +8602,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Ești cu toate la zi!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "Nu ești autorizat să închizi contul."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Ai modificări nesalvate la acest articol"; diff --git a/WordPress/Resources/ru.lproj/Localizable.strings b/WordPress/Resources/ru.lproj/Localizable.strings index 71e0f6653feb..95be3c7ca782 100644 --- a/WordPress/Resources/ru.lproj/Localizable.strings +++ b/WordPress/Resources/ru.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-10 16:54:37+0000 */ +/* Translation-Revision-Date: 2021-08-23 12:12:15+0000 */ /* Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2); */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: ru */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nДля подтверждения удаления введите адрес сайта еще раз.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nВведите ваше имя пользователя для подтверждения закрытия.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Ленивая загрузка\" изображений"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> раз в неделю"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%1$d<\/strong> раз в неделю в %2$@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Однократно<\/strong> в неделю"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Однократно<\/strong> в неделю в %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Дважды<\/strong> в неделю"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Дважды<\/strong> в неделю в %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Настройки учетной записи"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Учётная запись закрыта"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Благодарность"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Добавьте любую тему"; +/* No comment provided by engineer. */ +"Add blocks" = "Добавить блоки"; + /* No comment provided by engineer. */ "Add button text" = "Добавить текст кнопки"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Для просмотра истории требуется работающее подключение к Интернету"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "При закрытии учётной записи произошла ошибка."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "При создании меню произошла ошибка."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Ошибка авторизации в Apple.\nУбедитесь что вы вошли в iCloud с Apple ID использующим 2 факторную авторизацию."; +/* No comment provided by engineer. */ +"Applies the setting" = "Применить настройку"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Применить"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Изменить, добавить или удалить страницы вашего сайта."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Изменения избранного изображения не будут затронуты кнопками отменить\/повторить."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Изменяем отображаемое имя"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Закрыть"; +/* Close account action label */ +"Close Account" = "Закрыть учётную запись"; + /* Settings: Close comments after X period */ "Close Commenting" = "Закрыть обсуждение"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Закрыть мой профиль"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Закрыть учётную запись..."; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Код"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Комиксы"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Комментарий"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Подтвердить"; +/* Close Account alert title */ +"Confirm Close Account" = "Подтвердите закрытие учётной записи"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Подтвердить удаление сайта"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Настроить ваш сайт"; +/* No comment provided by engineer. */ +"Customize blocks" = "Настроить блоки"; + /* Title for the edition of the share message. */ "Customize the message" = "Редактировать сообщение"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "ИЗМЕНИТЬ ССЫЛКУ"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "У каждого блока свои настройки. Чтобы найти их, нажмите на блок. Его настройки появятся на панели инструментов внизу экрана."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "восток"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "У каждого блока свои настройки. Чтобы найти их, нажмите на блок. Его настройки появятся на панели инструментов внизу экрана."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Редактировать слово из списка блокировки"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Изменить комментарий"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Адрес электронной почты"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "введите учётные данные сервера"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Ошибка"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Ошибка установки %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Ошибка при загрузке отметок \"нравится\""; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Ошибка загрузки плагинов"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Ежедневно"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Каждый день в %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Все"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Поиск блогов и историй, которые вы полюбите..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Поиск вашего местоположения..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Назад"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Перейти к подписанным сайтам"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Как создать историю"; +/* No comment provided by engineer. */ +"How to edit your page" = "Как отредактировать страницу"; + +/* No comment provided by engineer. */ +"How to edit your post" = "Как отредактировать страницу"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Как мы это исправим?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Локальные изменения"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Местоположение"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Ищете статистику?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Выполняется поиск адреса..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Похоже, на вашем сайте настроен Jetpack. Поздравляем!\nВойдите в систему с использованием ваших учетных данных на WordPress.com ниже, чтобы включить статистику и уведомления. "; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Переместить блок вверх из ряда %1$s в ряд %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Переместить блоки"; + /* Option to move Insight down in the view. */ "Move down" = "Вниз"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Мой выбор лучших 10 кафе"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Имя"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Переход к настройкам градиента"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Навигация для выделения %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Переход на предыдущий экран содержимого"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Нужна помощь?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Не установлены"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "север"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Нет подключения"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Настройки уведомлений"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Время уведомления"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Период"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Навсегда закрыть учётную запись"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Удалить сайт навсегда"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Поиск"; -/* Prompt in the location search bar. */ -"Search Locations" = "Поиск местоположений"; - /* Label for list of search term */ "Search Term" = "Поиск"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Выберите цвет"; +/* No comment provided by engineer. */ +"Select a color above" = "Выберите цвет выше"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Выберите несколько для продолжения"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Выбранный медиафайл недоступен."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Выбрано: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Если выбрать другую область для меню, изменения текущего меню будут потеряны. Вы уверены, что хотите продолжить?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Установить миниатюру"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Задать местоположение"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Назначить родителя"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Поделиться записью"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Поделитесь WordPress с друзьями"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Поделиться информацией с нашей аналитикой по использованию сервисов при входе в вашу учетную запись WordPress."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Что-то пошло не так. Проверьте подключение и попробуйте снова."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Произошла ошибка. Повторите попытку."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Исходный код"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "юг"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Использованное место"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Только текст"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Элементы управления форматированием текста расположены на панели инструментов над клавиатурой при редактировании текстового блока."; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Пришлите мне сообщение с кодом"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Возникла ошибка загрузки канала активности"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "При загрузке отметок \"нравится\" произошла ошибка"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "При загрузке тарифных планов произошла ошибка."; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "На этом сайте еще не было ничего опубликовано. Повторите попытку позже."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "Эту учетную запись пользователя нельзя закрыть, если есть неразрешенные возвратные платежи."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "Эту учетную запись пользователя нельзя закрыть, если есть активные атомарные сайты."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "Эту учетную запись пользователя нельзя закрыть, если есть активные покупки."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "Эту учетную запись пользователя нельзя закрыть, если есть активные подписки."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Эта информация будет включаться в твиты при публикации с помощью кнопки Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Использовать"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Использовать текущее местоположение"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Использовать магазин-песочницу"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Возникла проблема смены основного домена для вашего сайта, но не волнуйтесь, ваш домен был успешно зарегистрирован."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Веб-адрес"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Добро пожаловать в самый популярный в мире конструктор сайтов."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "запад"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Важные письма, касающиеся вашей учётной записи, мы отправляем всегда, но можно также включить и другие полезные уведомления."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Настройки приложения WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "Приложения WordPress - приложения для любого экрана"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Блог на WordPress"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Вы не сможете вернуть старое имя пользователя."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Вы получите уведомление о том, что нужно написать в блог однократно<\/strong> в неделю по %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Вы получите уведомление о том, что нужно написать в блог однократно<\/strong> в неделю по %1$@ в %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Вы получите напоминания о необходимости написать в блог %1$@ в неделю, по %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Вы уже в курсе всего!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "У вас нет прав для закрытия учётной записи."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Вы внесли, но не сохранили изменения в эту запись"; diff --git a/WordPress/Resources/sk.lproj/Localizable.strings b/WordPress/Resources/sk.lproj/Localizable.strings index 0882ca95bfd0..c46d8b0671dc 100644 --- a/WordPress/Resources/sk.lproj/Localizable.strings +++ b/WordPress/Resources/sk.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPre potvrdenie vymazania, znovu zadajte adresu vašej webovej stránky\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Pomaly načítavajúce sa\" obrázky "; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Nastavenia účtu"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Došlo k chybe pri vytváraní menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Použiť"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Prebieha zmena zobrazoného mena"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Zavrieť"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Zatvoriť komentovanie"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kód"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Komiks"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Komentár"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Potvrdiť"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Potvrdiť zmazanie stránky"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Upraviť správu"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Východ"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Upraviť komentár"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-mailová adresa"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Chyba"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Došlo k chybe pri inštalovaní %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Došlo k chybe pri načítavaní pluginov."; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Každý"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Hľadá sa vaša poloha..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Späť"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Prejsť na nasledujúce"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Miestne zmeny"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Poloha"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Vyhľadáva sa adresa..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Zdá sa, že na vašej webovej stránke máte nastavený Jetpack. Gratulujeme! Prihláste sa s poverením WordPress.com a zapnite Štatistika a Upozornenia."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Názov"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Potrebujete pomoc?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Sever"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Nepripojené"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Nastavenia upozornení"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Obdobie"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Trvale zmazať webovú stránku"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Hľadať"; -/* Prompt in the location search bar. */ -"Search Locations" = "Hľadanie polohy"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Vybrať farbu"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Vybraný súbor nie je k dispozícii."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Vybraním iného umiestnenia menu sa zahodia zmeny, ktoré ste spravili v aktuálnom menu. Ste si istí, že chcete pokračovať?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Nastaviť ilustračný obrázok"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Zadať polohu"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Nastaviť Nadradený"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Zdieľajte informácie o vašom používaní služieb s našim analytickýcm nástrojom, pokým sa prihlasujete do svojho účtu na WordPress.com. "; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Vyskytla sa chyba. Prosím skontrolujte svoje pripojenie a pokus zopakujte."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Niečo sa pokazilo. Prosím skúste to znova."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Zdrojový kód"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Juh"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Využité miesot"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Len text"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Radšej mi pošlite kód"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Došlo k chybe pri načítavaní aktivít"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Došlo k chybe pri načítaní paušálov"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Na tejto webovej stránke sa zatiaľ nič nepublikovalo. Skúste to neskôr."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Toto bude zahrnuté v tweetoch, ktoré budú ľudia zdieľať pomocou Twitter tlačidla."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Použiť"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Použiť aktuálnu polohu"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Webová adresa"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Západ"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Vždy zasielame dôležité e-maily ohľadom vášho účtu, ale rovnako zasielame aj iné."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Nastavenia aplikácie WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Máte všetko aktuálne."; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/sq.lproj/Localizable.strings b/WordPress/Resources/sq.lproj/Localizable.strings index c73a2384693d..a5dc3c4d5207 100644 --- a/WordPress/Resources/sq.lproj/Localizable.strings +++ b/WordPress/Resources/sq.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nPër ripohim, ju lutemi, para se të fshihet, rijepni adresën e sajtit tuaj.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Figura “Lazy-load”"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> herë në javë"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Një herë<\/strong> në javë"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Dy herë<\/strong> në javë"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Rregullime Llogarie"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Falënderime"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Shtoni çfarëdo teme"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Shtoni tekst butoni"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Që të shihni historikun, lypset një lidhje internet aktive"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Ndodhi një gabim në krijimin e Menusë."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Mirëfilltësimi Apple dështoi.\nJu lutemi, sigurohuni se keni bërë hyrjen te llogaria juaj iCloud me një Apple ID që përdor mirëfilltësim dyfaktorësh."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Zbatoji"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Ndryshoni, shtoni ose hiqni faqe të sajtit tuaj."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Po ndryshohet emri për në ekran"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Mbylle"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Mbylle Komentimin"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Mbylle skenën Unë"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kod"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Tregime me Figura"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Koment"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Ripohojeni"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Ripohoni Fshirje Sajti"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Përshtatni Sajtin Tuaj"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Përshtateni mesazhin"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "PËRPUNONI LIDHJE"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Çdo bllok ka rregullimet e veta. Për t’i gjetur, klikoni mbi një bllok. Rregullimet e tij do të shfaqen te paneli në fund të ekranit."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Lindje"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Përpunoni Fjalë Liste Bllokimesh"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Përpunoni Komentin"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "Email"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "Adresë Email"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Jepni kredencialet tuaja për në shërbyes"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Gabim"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Gabim gjatë instalimit të %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Gabim në ngarkim shtojcash"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Çdo ditë"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Kushdo"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Po gjenden blogje dhe shkrime që do t’i doni…"; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Po gjendet vendndodhja juaj…"; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Shko mbrapsht"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Shko Te Vijuesja"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Si të krijohet një postim shkrimi"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Si do ta ndreqim?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Ndryshime vendore"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Vendndodhje"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Po shihni për statistika?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Po kërkohet për adresën…"; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Duket se keni të rregulluar Jetpack-un në sajtin tuaj. Ju lumtë! Bëni hyrjen me kredencialet tuaja për te WordPress.com, që të aktivizoni Statistika dhe Njoftime."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Kaloje bllokun nga rreshti %1$s sipër te rreshti %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Ule poshtë"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Dhjetë Kafehanet e Mia Më të Mira"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Emër"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Shkon te pjesa për përshtatje gradienti"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Ju shpie te fleta e mëparshme e lëndës"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Ju Duhet Ndihmë?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "S’ka të caktuar"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Veri"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "I Palidhur"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Rregullime Njoftimesh"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Periudhë"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Fshije Sajtin Përgjithmonë"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Kërko"; -/* Prompt in the location search bar. */ -"Search Locations" = "Kërkoni Për Vende"; - /* Label for list of search term */ "Search Term" = "Term Kërkimi"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Përzgjidhni një ngjyrë"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Që të vazhdohet, përzgjidhni ndoca"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Media e përzgjedhur s’gjendet."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Përzgjedhja e një vendi tjetër menuje do të shkaktojë hedhjen tej të ndryshimeve që bëtë te menuja e tanishme. Jeni i sigurt se doni të vazhdohet?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Vëre Si Figurë të Zgjedhur"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Caktoni Vend"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Caktojeni Mëmë"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Ndajeni Postimin Me të Tjerët"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Ndani me mjetin tuaj të analizave të dhëna rreth përdorimit tuaj të shërbimeve, teksa jeni i futur në llogarinë tuaj WordPress.com."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Diç shkoi ters. Ju lutemi, kontrolloni lidhjen tuaj në internet dhe riprovoni."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Diç shkoi ters. Ju lutemi, riprovoni."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Kod Burim"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Jug"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Hapësirë e përdorur"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Vetëm Tekst"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Më mirë më dërgoni kod me tekst"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Pati një gabim në ngarkim veprimtarish"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Pati një gabim në ngarkim pëlqimesh"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Pati një gabim në ngarkim planesh"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Ky sajt s’ka botuar gjë ende. Riprovoni më vonë."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Kjo do të përfshihet në cicërimat kur përdorues ndajnë gjëra duke përdorur butonin Twitter."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Përdore"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Përdor Vendin e Tanishëm"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Patëm probleme me ndryshimin e përkatësisë parësore në sajtin tuaj — por mos u bëni merak, përkatësia juaj u ble me sukses."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Adresë Web"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Mirë se vini te krijuesi më popullor në botë i sajteve."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Perëndim"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Do të dërgojmë përherë email-e të rëndësishëm lidhur me llogarinë tuaj, por mundeni gjithashtu të merrni ca ekstra të dobishme."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "Rregullime Aplikacioni WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog WordPress"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "S'do të jeni në gjendje të ndryshoni prapë emrin tuaj të përdoruesit."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Do të merrni një kujtues për të bloguar një herë<\/strong> në javë te %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Do të merrni kujtues për të bloguar %1$@ në javë te %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Gjithçka e përditësuar!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Keni bërë ndryshime të paruajtura në këtë postim"; diff --git a/WordPress/Resources/sv.lproj/Localizable.strings b/WordPress/Resources/sv.lproj/Localizable.strings index bcdec0129069..1382720b1ed0 100644 --- a/WordPress/Resources/sv.lproj/Localizable.strings +++ b/WordPress/Resources/sv.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-13 06:14:54+0000 */ +/* Translation-Revision-Date: 2021-08-23 11:06:03+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: sv_SE */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nBekräfta genom att skriva in din webbplatsadress en gång till innan vi raderar den.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nBekräfta genom att skriva in ditt användarnamn innan kontot avslutas.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Ladda bilder efterhand (”Lazy-load”)"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> gånger i veckan"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%1$d<\/strong> gånger i veckan kl. %2$@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "En gång<\/strong> i veckan"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "En gång<\/strong> i veckan kl. %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Två gånger<\/strong> i veckan"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Två gånger<\/strong> i veckan kl. %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Kontoinställningar"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Kontot har avslutats"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Erkännanden"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Lägg till något ämne"; +/* No comment provided by engineer. */ +"Add blocks" = "Lägg till block"; + /* No comment provided by engineer. */ "Add button text" = "Lägg till knapptext"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Internet-anslutning krävs för att kunna visa historiken"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "Ett fel inträffade när kontot skulle avslutas."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Ett fel uppstod vid skapandet av menyn."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Autentisering via Apple-ID misslyckades.\nSe till att du är inloggad till iCloud med ett Apple-ID som använder tvåfaktorsautentisering."; +/* No comment provided by engineer. */ +"Applies the setting" = "Tillämpar inställningen"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Tillämpa"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Ändra, lägg till eller ta bort sidor på din webbplats."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Ändringar som gäller den utvalda bilden påverkas inte av knapparna ångra\/gör om."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Ändrar visningsnamn"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Stäng"; +/* Close account action label */ +"Close Account" = "Avsluta kontot"; + /* Settings: Close comments after X period */ "Close Commenting" = "Stäng kommentarer"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Stäng vyn om mig"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Avslutar kontot …"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kod"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Serier"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Kommentar"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Bekräfta"; +/* Close Account alert title */ +"Confirm Close Account" = "Bekräfta kontoavslut"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Bekräfta radering av webbplats"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Anpassa din webbplats"; +/* No comment provided by engineer. */ +"Customize blocks" = "Anpassa block"; + /* Title for the edition of the share message. */ "Customize the message" = "Anpassa meddelandet"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "REDIGERA LÄNK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Varje block har sina egna inställningar. För att se dem trycker du på blocket i fråga. Inställningarna visas i verktygsfältet längst ned på skärmen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Öster"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Varje block har sina egna inställningar. För att se dem trycker du på blocket i fråga. Inställningarna visas i verktygsfältet längst ned på skärmen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Redigera ord i blockeringslistan"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Redigera kommentar"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-post"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-postadress"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Ange dina inloggningsuppgifter till servern"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Fel"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Fel vid installation av %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Fel vid laddning av gillamarkeringar"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Fel vid laddning av tilläggen"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Varje dag"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Varje dag kl. %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Alla"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Letar efter bloggar och historier du kommer att gilla ..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Hittar din plats..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Gå tillbaka"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Gå till följda webbplatser"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Så skapar du ett berättelseinlägg"; +/* No comment provided by engineer. */ +"How to edit your page" = "Så redigerar du din sida"; + +/* No comment provided by engineer. */ +"How to edit your post" = "Så redigerar du ditt inlägg"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Hur åtgärdar vi det?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Lokala ändringar"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Plats"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Letar du efter statistik?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Kollar upp adress..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Det verkar som att du har Jetpack installerat på din webbplats. Grattis!\nLogga in med dina användaruppgifter från WordPress.com för att kunna se din statistik och dina notiser."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Flytta block uppåt från rad %1$s till rad %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Flytta block"; + /* Option to move Insight down in the view. */ "Move down" = "Flytta ner"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "Mina tio favoritcaféer"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Namn"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Går till anpassning av gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigerar för att markera %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Går till föregående innehållsblad"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Hjälp"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Ingenting är inställt"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Norr"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Inte ansluten"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Notisinställningar"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Aviseringstid"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Period"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Avsluta kontot permanent"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Radera webbplats permanent"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Sök"; -/* Prompt in the location search bar. */ -"Search Locations" = "Sök platser"; - /* Label for list of search term */ "Search Term" = "Sökargument"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Välj en färg"; +/* No comment provided by engineer. */ +"Select a color above" = "Välj en färg ovan"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Välj några för att fortsätta"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Valt medieobjekt är inte tillgängligt."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Valt: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Val av en annan menyplats kommer att kasta bort ändringar som du har gjort i den nuvarande menyn. Är du säker på att du vill fortsätta?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Ange utvald bild"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Hitta plats"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Ange överordnad"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Dela inlägg"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Dela WordPress med en vän"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Dela information med vårt analysverktyg om din användning av olika tjänster medan du är inloggad till ditt konto på WordPress.com."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Ett fel har inträffat. Kontrollera din anslutning och försök igen."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Något gick fel. Försök igen."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Källkod"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Söder"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Utnyttjat utrymme"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Endast text"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Medan man redigerar ett textblock finns verktygen för textformatering finns i verktygsfältet ovanför tangentbordet "; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Skicka mig en kod via SMS i stället"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Ett fel inträffade när aktiviteter skulle läsas in"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Ett fel inträffade när gillamarkeringar skulle hämtas"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Ett fel uppstod vid laddningen av paket"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Denna webbplats har inte publicerat något ännu. Försök igen senare."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "Detta användarkonto kan inte avslutas eftersom det fortfarande finns någon oavslutad chargeback."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "Detta användarkonto kan inte avslutas eftersom det fortfarande har aktiva atomic-webbplatser."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "Detta användarkonto kan inte avslutas eftersom det har aktiva inköp."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "Detta användarkonto kan inte avslutas eftersom det har aktiva abonnemang."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Detta tas med i tweets när användare delar med Twitter-knappen."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Använd"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Använd nuvarande plats"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Använd sandlåde-lagring"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Något gick fel när vi skulle ändra huvddomänen för din webbplats – men du behöver inte oroa dig, du har redan köpt domännamnet."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Webbadress"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Välkommen till världens populäraste webbplatsbyggare."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Väster"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Vi skickar dig alltid viktiga e-postmeddelanden om ditt konto, men du kan även få värdefullt extramaterial."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "App-inställningar för WordPress"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress-appar – appar för alla skärmtyper"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress-blogg"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Du kommer inte att kunna ändra till ditt tidigare användarnamn."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "Du kommer att få en påminnelse om att blogga en gång<\/strong> i veckan på %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Du kommer att få en påminnelse om att blogga en gång<\/strong> i veckan på %1$@ kl. %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Du kommer att få bloggningspåminnelser %1$@ gånger per vecka på %2$@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Du har sett allt!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "Du har inte behörighet att stänga kontot."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Du har gjort ändringar i detta inlägg som inte är sparade"; diff --git a/WordPress/Resources/th.lproj/Localizable.strings b/WordPress/Resources/th.lproj/Localizable.strings index e79fa26d11d8..cb33febd98d1 100644 --- a/WordPress/Resources/th.lproj/Localizable.strings +++ b/WordPress/Resources/th.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "\"Lazy-load\" images"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "%d<\/strong> times a week"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Once<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Twice<\/strong> a week"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "การตั้งค่าบัญชี"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Acknowledgements"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Add any topic"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Add button text"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "An active internet connection is required to view the history"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "An error occurred creating the Menu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Apply"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Change, add, or remove your site's pages."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Changing display name"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "ปิด"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "ปิดการแสดงความเห็น"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Close the Me screen"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Code"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Comics"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "ความเห็น"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "ยืนยัน"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Confirm Delete Site"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Customize Your Site"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Customize the message"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT LINK"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "ทิศตะวันออก"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Edit Blocklist Word"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "แก้ไขความเห็น"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "อีเมล์"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "ที่อยู่อีเมล์"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "ผิดพลาด"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "Error installing %@."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Error loading plugins"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Every day"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "ทุกคน"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Finding blogs and stories you’ll love..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "กำลังค้นหาที่อยู่ของคุณ..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Go to Following"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "How to create a story post"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "How will we fix it?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Local changes"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Location"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "Looking for stats?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "กำลังค้นหาที่อยู่..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Move block up from row %1$s to row %2$s"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Move down"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "My Top Ten Cafes"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Name"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Navigates to customize the gradient"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Navigates to the previous content sheet"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "ต้องการความช่วยเหลือ?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "None set"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "ทิศเหนือ"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Not Connected"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "การตั้งค่าการเตือน"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "ช่วงเวลา"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Permanently Delete Site"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "ค้นหา"; -/* Prompt in the location search bar. */ -"Search Locations" = "Search Locations"; - /* Label for list of search term */ "Search Term" = "Search Term"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Select a color"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Select a few to continue"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Selected media is unavailable."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "ตั้งรูปพิเศษ"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "ตั้งค่าพื้นที่"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Set Parent"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Share Post"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Something went wrong. Please check your connectivity and try again."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Something went wrong. Please try again."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "ซอร์สโค้ด"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "ทิศใต้"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Space used"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Text Only"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Text me a code instead"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "There was an error loading activities"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "There was an error loading likes"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "There was an error loading plans"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "ยังไม่มีการเขียนเรื่องบนเว็บ ลองอีกครั้งภายหลัง"; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "This will be included in tweets when people share using the Twitter button."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Use"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Use Current Location"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Use Sandbox Store"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web Address"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Welcome to the world’s most popular website builder."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "ทิศตะวันตก"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "เรามักจะส่งอีเมลสำคัญเกี่ยวกับบัญชีของคุณ แต่คุณสามารถได้ข้อมูลที่มีประโยชน์อย่างอื่นด้วย"; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress App Settings"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "บล็อกเวิร์ดเพรส"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "You will not be able to change your username back."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "You'll get reminders to blog %@ times a week on %@."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "You're all up to date!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "You've made unsaved changes to this post"; diff --git a/WordPress/Resources/tr.lproj/Localizable.strings b/WordPress/Resources/tr.lproj/Localizable.strings index 10f7d63bcd50..62234c326a22 100644 --- a/WordPress/Resources/tr.lproj/Localizable.strings +++ b/WordPress/Resources/tr.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nOnaylamak için lütfen silmeden önce sitenizin adresini tekrar girin.\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "Görselleri sonra yükle"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "Haftada %d<\/strong> kez"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "Haftada bir kez<\/strong>"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "Haftada iki kez<\/strong>"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "Hesap ayarları"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "Teşekkürler"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "Herhangi bir konu ekle"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "Düğme metni ekle"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "Geçmişi görüntülemek için etkin bir internet bağlantısı gereklidir"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "Menü oluşturulurken bir hata oluştu."; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple kimlik doğrulaması başarısız oldu.\nLütfen iCloud'a iki faktörlü kimlik doğrulama kullanan bir Apple kimliği ile giriş yaptığınızdan emin olun."; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "Uygula"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "Sitenizde sayfaları değiştirin, ekleyin veya kaldırın."; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "Görünür ad değiştiriliyor"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "Kapat"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "Yorumları kapat"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "Ben ekranını kapat"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kod"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "Çizgi romanlar"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "Yorum"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "Onayla"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "Siteyi silmeyi onayla"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "Sitenizi özelleştirin"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "Mesajı özelleştir"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "BAĞLANTIYI DÜZENLE"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Her blokun kendi ayarları vardır. Bunları bulmak için bir bloka tıklayın. Ayarları, ekranın altındaki araç çubuğunda görünür."; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "Doğu"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "Kara Liste Sözcüğünü Düzenle"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "Yorumu düzenle"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-posta"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-posta adresi"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Sunucu kimlik bilgilerinizi girin"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "Hata"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "%@ yüklenirken hata oluştu."; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Eklentiler yüklenirken hata oluştu"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "Her gün"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Herkes"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "Seveceğiniz bloglar ve hikayeler bulma..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "Konumunuz bulunuyor..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Geri dön"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "Takip edilenlere git"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "Öykü yayını nasıl oluşturulur?"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "Nasıl düzelteceğiz?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "Yerel değişiklikler"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "Konum"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "İstatistiklere mi ihtiyacınız var?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "Adres aranıyor..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "Görünen o ki sitenize JetPack kurmuşsunuz. Tebrikler!\nİstatistikleri ve bildirimleri etkinleştirmek için WordPress.com hesabınızla giriş yapın."; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "Bloku %1$s. satırdan %2$s. satıra taşı"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "Aşağı indir"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "En Sevdiğim On Kafe"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "Ad"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "Gradyanı özelleştirme bölümüne gider"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "Önceki içerik sayfasına gider"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "Yardım lazım mı?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "Hiçbir şey ayarlanmadı"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "Kuzey"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "Bağlı değil"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "Bildirim ayarları"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "Dönem"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "Bu siteyi kalıcı olarak sil"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "Arama"; -/* Prompt in the location search bar. */ -"Search Locations" = "Arama konumları"; - /* Label for list of search term */ "Search Term" = "Arama terimi"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "Renk seç"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "Devam etmek için birkaç tane seçin"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "Seçilen ortam uygun değil."; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "Farklı bir menü konumu seçmeniz mevcut menüde yaptığınız değişiklikleri yok edecek. Devam etmek istediğinize emin misiniz?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "Öne çıkarılan görsel ayarla"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "Konumu ayarla"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "Ana sayfayı belirleyin"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "Yazıyı paylaş"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "WordPress.com hesabınızda oturum açmış durumdayken hizmetlerini kullanımınız hakkında bilgileri analiz aracımızla paylaşın."; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "Birşeyler yanlış gitti. Lütfen bağlantınızı kontrol edin ve tekrar deneyin."; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "Bir şeyler ters gitti. Lütfen tekrar deneyin."; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "Kaynak kodu"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "Güney"; - /* Label for showing the available disk space quota available for media */ "Space used" = "Kullanılan alan"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "Sadece metin"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Bunun yerine bana kodu mesaj olarak gönderin"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "Etkinlikler yüklenirken bir hata oluştu."; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "Beğeniler yüklenirken bir hata oluştu"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "Planlar yüklenirken bir hata oluştu"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "Bu site henüz bir şey yayınlamamış. Sonra tekrar deneyin."; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "Kullanıcılar Twitter tuşunu kullanarak paylaşım yaptıklarında bu da dahil edilecektir."; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "Kullan"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "Mevcut konumu kullan"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "Sandbox Store'u kullanın"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "Sitenizdeki birincil alan adını değiştirirken sorunlar yaşadık; ancak merak etmeyin, alan adınız başarıyla satın alındı."; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "Web adresi"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "Dünyanın en popüler web sitesi oluşturucusuna hoş geldiniz."; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "Batı"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "Hesabınızla ilgili önemli e-postaları her zaman göndereceğiz, ayrıca bazı yardımcı içerikler de alabilirsiniz."; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress uygulama ayarları"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress Blog"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Kullanıcı adınızı geri döndüremezsiniz."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "%@ için haftada bir blog yazısı yazmanız<\/strong> gerektiğini hatırlatan bir bildirim alacaksınız."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "%2$@ için haftada %1$@ kez blog yazısı yazmanız gerektiğini hatırlatan bir bildirim alacaksınız."; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Tamamen güncelsiniz!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "Bu iletide kaydedilmeyen değişiklikler yaptınız"; diff --git a/WordPress/Resources/zh-Hans.lproj/Localizable.strings b/WordPress/Resources/zh-Hans.lproj/Localizable.strings index fa3f0017f801..a263758d971e 100644 --- a/WordPress/Resources/zh-Hans.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hans.lproj/Localizable.strings @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\n要确认,请在删除之前重新输入您的网站地址。\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "“延迟加载”图片"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "每周 %d<\/strong> 次"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "每周一次<\/strong>"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "每周两次<\/strong>"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "帐户设置"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "确认"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "添加任何主题"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "添加按钮文字"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "必须连接互联网才能查看历史记录"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "创建菜单时出错。"; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple 验证失败。\n请确保通过使用双因素验证的 Apple ID 登录 iCloud。"; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "应用"; @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "自您网站的页面更改、增加或删除内容。"; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "正在更改显示名"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "关闭"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "关闭评论"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "关闭“我”屏幕"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "代码"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "漫画"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "评论"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "确定"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "确认删除站点"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "定制您的站点"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "定制消息"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "编辑链接"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "每个区块都有各自的设置。 要找到这些设置,请点击一个区块。 区块的设置将出现在屏幕底部的工具栏上。"; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "东"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "编辑禁止名单关键词"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "编辑评论"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "E-mail"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "E-mail 地址"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "输入您的服务器凭据"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "错误"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "安装 %@ 时出错。"; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "加载插件时出错"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "每天"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "所有人"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "查找您喜爱的博客和故事..."; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "定位中..."; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "前往关注的站点"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "如何创作故事文章"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "我们将如何解决?"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "本地更改"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "位置"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "想要查看统计?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "正在查找地址..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "似乎您已在站点上设置 Jetpack。恭喜!使用下方的 WordPress.com 凭据登录,以启用“统计数据”与“通知”功能。"; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "将区块从第 %1$s 行向上移动到第 %2$s 行"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "下移"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "我的十大咖啡馆"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "名称"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "导航以自定义渐变"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "导航到上一个内容工作表"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "需要帮助?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "无设置"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "北"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "未连接"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "通知设置"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "时段"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "永久删除站点"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "搜索"; -/* Prompt in the location search bar. */ -"Search Locations" = "搜索位置"; - /* Label for list of search term */ "Search Term" = "搜索字词"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "选择一种颜色"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "选择一些以继续"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "所选媒体不可用。"; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "选择其他菜单位置将放弃您对当前菜单所做的更改。是否确定要继续?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "设置特色图像"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "设置位置"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "设置父项"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "分享文章"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "登录到您的 WordPress.com 帐户时,使用分析工具共享关于您使用服务的信息。"; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "出错了。请检查连接并重试。"; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "出现错误。请重试。"; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "源代码"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "南"; - /* Label for showing the available disk space quota available for media */ "Space used" = "已使用的空间"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "仅显示文字"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "通过短信向我发送代码"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "加载活动时出现错误"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "加载数据出错"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "加载套餐时出错。"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "此站点尚未发布任何内容。请稍后重试。"; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "当人们使用“Twitter”按钮共享时会将其包含在推文中。"; @@ -7674,9 +7745,6 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "使用"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "使用当前位置"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "使用沙盒商店"; @@ -8111,7 +8179,8 @@ translators: Block name. %s: The localized block name */ /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "在您的站点上更改主域名时出现问题,但不必担心,您已成功购买域。"; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "网页地址"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "欢迎使用全球最热门的网站生成器。"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "西"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "我们会将与您的帐户相关的重要电子邮件都发送给您,但是您还可以获得一些其他的有用信息。"; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress 应用程序设置"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress 博客"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "您将无法撤消对用户名所做的更改。"; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "您会收到每周在 %@ 上发布一次<\/strong>博客的提醒。"; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "您会收到每周在 %2$@ 上发布 %1$@ 次博客的提醒。"; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "您已看完所有内容!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "您对此文章所做的更改未保存"; diff --git a/WordPress/Resources/zh-Hant.lproj/Localizable.strings b/WordPress/Resources/zh-Hant.lproj/Localizable.strings index 3fc181505c15..b4d63ee28359 100644 --- a/WordPress/Resources/zh-Hant.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hant.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-19 20:49:27+0000 */ +/* Translation-Revision-Date: 2021-08-20 14:34:24+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: zh_TW */ @@ -9,6 +9,9 @@ /* Message of Delete Site confirmation alert; substitution is site's host. */ "\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n"; +/* Message of Close Account confirmation alert */ +"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n"; + /* Title for the lazy load images setting */ "\"Lazy-load\" images" = "「延遲載入」圖片"; @@ -209,7 +212,7 @@ /* translators: %s: Block name e.g. \"Image block\" translators: Block name. %s: The localized block name */ -"%s block" = "%s block"; +"%s block" = "%s 區塊"; /* translators: %s: block title e.g: \"Paragraph\". */ "%s block options" = "%s 區塊選項"; @@ -299,12 +302,21 @@ translators: Block name. %s: The localized block name */ /* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ "%d<\/strong> times a week" = "一週 %d<\/strong> 次"; +/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by HTML tags. */ +"%d<\/strong> times a week at %@" = "%d<\/strong> times a week at %@"; + /* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ "Once<\/strong> a week" = "一週一次<\/strong>"; +/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by HTML tags. */ +"Once<\/strong> a week at %@" = "Once<\/strong> a week at %@"; + /* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ "Twice<\/strong> a week" = "一週兩次<\/strong>"; +/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by HTML tags. */ +"Twice<\/strong> a week at %@" = "Twice<\/strong> a week at %@"; + /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -393,6 +405,9 @@ translators: Block name. %s: The localized block name */ Link to Account Settings section */ "Account Settings" = "帳號設定"; +/* Overlay message displayed when account successfully closed */ +"Account closed" = "Account closed"; + /* Displays the list of third-party libraries we use */ "Acknowledgements" = "合作廠商"; @@ -499,6 +514,9 @@ translators: Block name. %s: The localized block name */ /* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */ "Add any topic" = "新增任何主題"; +/* No comment provided by engineer. */ +"Add blocks" = "Add blocks"; + /* No comment provided by engineer. */ "Add button text" = "新增按鈕文字"; @@ -512,7 +530,7 @@ translators: Block name. %s: The localized block name */ "Add link" = "新增連結"; /* No comment provided by engineer. */ -"Add link text" = "Add link text"; +"Add link text" = "新增連結文字"; /* translators: %s: social link name e.g: \"Instagram\". */ "Add link to %s" = "新增連結至 %s"; @@ -681,6 +699,9 @@ translators: Block name. %s: The localized block name */ /* Error message shown when trying to view the Scan History feature and there is no internet connection. */ "An active internet connection is required to view the history" = "需要有效的網際網路連線才能檢視歷史記錄"; +/* Default error message displayed when unable to close user account. */ +"An error occured while closing account." = "An error occured while closing account."; + /* An error description explaining that a Menu could not be created. */ "An error occurred creating the Menu." = "建立「選單」時發生錯誤。"; @@ -735,6 +756,9 @@ translators: Block name. %s: The localized block name */ /* Message shown when Apple authentication fails. */ "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple 驗證失敗。\n請確認你已透過 Apple ID 使用兩步驟驗證登入 iCloud。"; +/* No comment provided by engineer. */ +"Applies the setting" = "Applies the setting"; + /* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */ "Apply" = "套用"; @@ -1198,7 +1222,7 @@ translators: Block name. %s: The localized block name */ "Canceled" = "Canceled"; /* A short message that informs the user the share extension is being canceled. */ -"Canceling..." = "Canceling..."; +"Canceling..." = "正在取消…"; /* Image caption field label (for editing) Noun. Label for the caption for a media asset (image / video) */ @@ -1265,6 +1289,9 @@ translators: Block name. %s: The localized block name */ /* Description of a Quick Start Tour */ "Change, add, or remove your site's pages." = "變更、新增或移除網站的頁面。"; +/* No comment provided by engineer. */ +"Changes to featured image will not be affected by the undo\/redo buttons." = "Changes to featured image will not be affected by the undo\/redo buttons."; + /* Shown while the app waits for the display name changing web service to return. */ "Changing display name" = "變更顯示名稱"; @@ -1282,7 +1309,7 @@ translators: Block name. %s: The localized block name */ "Check your email on this device, and tap the link in the email you receive from WordPress.com." = "請使用此裝置查看電子郵件,並點選 WordPress.com 所傳送電子郵件中的連結。"; /* Instructional text on how to open the email containing a magic link. */ -"Check your email on this device, and tap the link in the email you received from WordPress.com.\n\nNot seeing the email? Check your Spam or Junk Mail folder." = "Check your email on this device, and tap the link in the email you received from WordPress.com.\n\nNot seeing the email? Check your Spam or Junk Mail folder."; +"Check your email on this device, and tap the link in the email you received from WordPress.com.\n\nNot seeing the email? Check your Spam or Junk Mail folder." = "請使用此裝置查看電子郵件,並點選 WordPress.com 所傳送電子郵件中的連結。\n\n沒看到電子郵件嗎? 請檢查你的「垃圾郵件」資料夾。"; /* Alert title for check your email during logIn/signUp. */ "Check your email!" = "請檢查你的電子郵件!"; @@ -1432,6 +1459,9 @@ translators: Block name. %s: The localized block name */ Voiceover accessibility label informing the user that this button dismiss the current view */ "Close" = "關閉"; +/* Close account action label */ +"Close Account" = "Close Account"; + /* Settings: Close comments after X period */ "Close Commenting" = "關閉留言功能"; @@ -1447,6 +1477,9 @@ translators: Block name. %s: The localized block name */ /* Accessibility hint the Done button in the Me screen. */ "Close the Me screen" = "關閉「我」畫面"; +/* Overlay message displayed while closing account */ +"Closing account…" = "Closing account…"; + /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "程式碼"; @@ -1466,7 +1499,7 @@ translators: Block name. %s: The localized block name */ "Colorful backgrounds" = "彩色背景"; /* No comment provided by engineer. */ -"Columns Settings" = "Columns Settings"; +"Columns Settings" = "欄位設定"; /* First story intro item description */ "Combine photos, videos, and text to create engaging and tappable story posts that your visitors will love." = "結合相片、視訊和文字,建立吸睛又可點按的限時動態,你的訪客一定會喜歡。"; @@ -1474,7 +1507,8 @@ translators: Block name. %s: The localized block name */ /* Menu item label for linking a comic page. */ "Comics" = "漫畫"; -/* Text for the 'comment' when there is 1 or 0 comments +/* Header for a comment's content, shown when editing a comment. + Text for the 'comment' when there is 1 or 0 comments User facing, navigation bar title */ "Comment" = "留言"; @@ -1571,6 +1605,9 @@ translators: Block name. %s: The localized block name */ Verb. Title for Jetpack Restore confirm button. */ "Confirm" = "確定"; +/* Close Account alert title */ +"Confirm Close Account" = "Confirm Close Account"; + /* Title of Delete Site confirmation alert */ "Confirm Delete Site" = "確認刪除網站"; @@ -1676,7 +1713,7 @@ translators: Block name. %s: The localized block name */ "Continue" = "繼續"; /* Button title. Takes the user to the login with WordPress.com flow. */ -"Continue With WordPress.com" = "Continue With WordPress.com"; +"Continue With WordPress.com" = "繼續使用 WordPress.com"; /* Menus alert button title to continue making changes. */ "Continue Working" = "繼續操作"; @@ -1685,10 +1722,10 @@ translators: Block name. %s: The localized block name */ "Continue reading" = "繼續閱讀"; /* Button title. Tapping begins log in using Apple. */ -"Continue with Apple" = "Continue with Apple"; +"Continue with Apple" = "繼續使用 Apple"; /* Button title. Tapping begins log in using Google. */ -"Continue with Google" = "Continue with Google"; +"Continue with Google" = "繼續使用 Google"; /* Title of a Quick Start Tour */ "Continue with site setup" = "繼續網站設定作業"; @@ -1882,7 +1919,7 @@ translators: Block name. %s: The localized block name */ "Create your site" = "建立網站"; /* Accessibility hint for create floating action button */ -"Creates new post, or page" = "Creates new post, or page"; +"Creates new post, or page" = "建立新文章或頁面"; /* Accessibility hint for create floating action button */ "Creates new post, page, or story" = "建立新文章、頁面或限時動態"; @@ -1949,6 +1986,9 @@ translators: Block name. %s: The localized block name */ Title of the Quick Start Checklist that guides users through a few tasks to customize their new website. */ "Customize Your Site" = "自訂你的網站"; +/* No comment provided by engineer. */ +"Customize blocks" = "Customize blocks"; + /* Title for the edition of the share message. */ "Customize the message" = "自訂訊息"; @@ -2214,7 +2254,6 @@ translators: Block name. %s: The localized block name */ Done button title Done editing an image Label for confirm feature image of a post - Label for confirm location of a post Label for Done button Label on button to dismiss revisions view Menu button title for finishing editing the Menu name. @@ -2360,10 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "編輯連結"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, click on a block. Its settings will appear on the toolbar at the bottom of the screen." = "每個區塊都有其各自的設定。 若要找到這些設定,請按一下區塊。 區塊設定會顯示在畫面底部的工具列。"; - -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"East" = "東"; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; /* Edit the post. Editing GIF alert default action button. @@ -2386,7 +2422,7 @@ translators: Block name. %s: The localized block name */ /* Blocklist Keyword Edition Title */ "Edit Blocklist Word" = "編輯封鎖清單字詞"; -/* No comment provided by engineer. */ +/* View title when editing a comment. */ "Edit Comment" = "編輯迴響"; /* IP Address or Range Edition Title */ @@ -2459,6 +2495,9 @@ translators: Block name. %s: The localized block name */ Register Domain - Domain contact information field Email */ "Email" = "電子郵件"; +/* Header for a comment author's email address, shown when editing a comment. */ +"Email Address" = "電子郵件地址"; + /* Accessibility label for the email address text field. Placeholder for a textfield. The user may enter their email address. Placeholder for the email address textfield. */ @@ -2589,7 +2628,8 @@ translators: Block name. %s: The localized block name */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "輸入伺服器憑證"; -/* Generic error alert title +/* General error title + Generic error alert title Generic error. Generic popup title for any type of error. */ "Error" = "錯誤"; @@ -2637,6 +2677,9 @@ translators: Block name. %s: The localized block name */ /* Notice displayed after attempt to install a plugin fails. */ "Error installing %@." = "安裝 %@ 時發生錯誤。"; +/* Text displayed when there is a failure loading notification likes. */ +"Error loading likes" = "Error loading likes"; + /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "載入外掛程式時發生錯誤"; @@ -2697,6 +2740,9 @@ translators: Block name. %s: The localized block name */ /* Short title telling the user they will receive a blogging reminder every day of the week. */ "Every day" = "每天"; +/* Short title telling the user they will receive a blogging reminder every day of the week. */ +"Every day at %@" = "Every day at %@"; + /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "所有人"; @@ -2883,9 +2929,6 @@ translators: Block name. %s: The localized block name */ /* Label displayed to the user while loading their selected interests */ "Finding blogs and stories you’ll love..." = "尋找你會喜歡的網誌和故事…"; -/* Geo-tagging posts, status message when geolocation is found. */ -"Finding your location..." = "正在尋找您的位置…"; - /* My Profile first name label Register Domain - Domain contact information field First name User's First Name */ @@ -3076,6 +3119,9 @@ translators: Block name. %s: The localized block name */ /* Option to select the Gmail app when logging in with magic links */ "Gmail" = "Gmail"; +/* No comment provided by engineer. */ +"Go back" = "Go back"; + /* Button title. Tapping lets the user view the sites they follow. */ "Go to Following" = "前往關注"; @@ -3258,6 +3304,12 @@ translators: Block name. %s: The localized block name */ /* How to create story description */ "How to create a story post" = "如何建立限時動態文章"; +/* No comment provided by engineer. */ +"How to edit your page" = "How to edit your page"; + +/* No comment provided by engineer. */ +"How to edit your post" = "How to edit your post"; + /* Title for the fix section in Threat Details */ "How will we fix it?" = "如何修復?"; @@ -3706,7 +3758,7 @@ translators: Block name. %s: The localized block name */ "Link inserted" = "連結已插入"; /* No comment provided by engineer. */ -"Link text" = "Link text"; +"Link text" = "連結文字"; /* Action. Label for navigate and display links to other posts on the site */ "Link to existing content" = "連結至既有內容"; @@ -3799,9 +3851,7 @@ translators: Block name. %s: The localized block name */ Title of the Local Changes Badge */ "Local changes" = "本機變更"; -/* Label for the geolocation feature (tagging posts by their physical location). - Title for alert when a generic error happened when trying to find the location of the device - Title for screen to select post location */ +/* Title for alert when a generic error happened when trying to find the location of the device */ "Location" = "位置"; /* Explaining to the user that location services need to be enable in order to geotag a post. */ @@ -3862,9 +3912,6 @@ translators: Block name. %s: The localized block name */ /* Title for the error view when the stats module is disabled. */ "Looking for stats?" = "在尋找統計資料嗎?"; -/* Used with posts that are geo-tagged. Let's the user know the the app is looking up the address for the coordinates tagging the post. */ -"Looking up address..." = "正在查詢位址..."; - /* Message asking the user to sign into Jetpack with WordPress.com credentials */ "Looks like you have Jetpack set up on your site. Congrats! Log in with your WordPress.com credentials to enable Stats and Notifications." = "你似乎已在網站上設定 Jetpack。恭喜!使用 WordPress.com 憑證登入,以啟用「統計與通知」。"; @@ -3903,7 +3950,7 @@ translators: Block name. %s: The localized block name */ "Manage site" = "管理網站"; /* shown in promotional screens during first launch */ -"Manage your Jetpack-powered site on the go — you've got WordPress in your pocket." = "Manage your Jetpack-powered site on the go — you've got WordPress in your pocket."; +"Manage your Jetpack-powered site on the go — you've got WordPress in your pocket." = "隨時隨地管理以 Jetpack 建置的網站,就像把 WordPress 裝在口袋隨身帶著走。"; /* Section name for manual offsets in time zone selector */ "Manual Offsets" = "手動時差"; @@ -4108,6 +4155,9 @@ translators: Block name. %s: The localized block name */ /* translators: accessibility text. %1: current block position (number). %2: next block position (number) */ "Move block up from row %1$s to row %2$s" = "將區塊從第 %1$s 列向上移至第 %2$s 列"; +/* No comment provided by engineer. */ +"Move blocks" = "Move blocks"; + /* Option to move Insight down in the view. */ "Move down" = "向下移動"; @@ -4166,6 +4216,7 @@ translators: Block name. %s: The localized block name */ "My Top Ten Cafes" = "我最愛的十家咖啡館"; /* Accessibility label for the Email text field. + Header for a comment author's name, shown when editing a comment. Name text field placeholder */ "Name" = "名稱"; @@ -4181,6 +4232,12 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Navigates to customize the gradient" = "瀏覽至自訂漸層色彩"; +/* translators: %s: Select control button label e.g. \"Button width\" */ +"Navigates to select %s" = "Navigates to select %s"; + +/* No comment provided by engineer. */ +"Navigates to the previous content sheet" = "瀏覽至上一個內容表"; + /* 'Need help?' button label, links off to the WP for iOS FAQ. */ "Need Help?" = "需要幫助嗎?"; @@ -4464,9 +4521,6 @@ translators: Block name. %s: The localized block name */ /* Title shown on table row where no blogging reminders have been set up yet */ "None set" = "未設定任何目標"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"North" = "北"; - /* Error title for alert, shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */ "Not Connected" = "未連線"; @@ -4516,6 +4570,9 @@ translators: Block name. %s: The localized block name */ Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */ "Notification Settings" = "通知設定"; +/* Title for the time picker button in Blogging Reminders. */ +"Notification time" = "Notification time"; + /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label Notifications View Controller title @@ -4616,7 +4673,6 @@ translators: Block name. %s: The localized block name */ /* An informal exclaimation that means `something went wrong`. Title for the view when there's an error loading Activity Log - Title for the view when there's an error loading notification likes. Title for the view when there's an error loading scan status Title for the view when there's an error loading the history Title for the view when there's an error loading the plugin @@ -4840,6 +4896,9 @@ translators: Block name. %s: The localized block name */ /* Label for date periods. */ "Period" = "期間"; +/* Close Account confirmation action title */ +"Permanently Close Account" = "Permanently Close Account"; + /* Delete Site confirmation action title */ "Permanently Delete Site" = "永久刪除網站"; @@ -5057,7 +5116,7 @@ translators: Block name. %s: The localized block name */ "Post content settings" = "文章內容設定"; /* The footer text appears within the footer displaying when the post has been created. */ -"Post created on %@" = "Post created on %@"; +"Post created on %@" = "文章於 %@ 建立"; /* Title of notification displayed when a post has been successfully saved as a draft. */ "Post draft uploaded" = "已上傳文章草稿"; @@ -5435,7 +5494,6 @@ translators: Block name. %s: The localized block name */ /* Add asset to media picker list Alert button to confirm a plugin to be removed Button label when removing a blog - Label for remove location button Label for the Remove Feature Image icon. Tapping will show a confirmation screen for removing the feature image from the post. Remove Action Remove an image/posts/etc @@ -5550,7 +5608,7 @@ translators: Block name. %s: The localized block name */ "Reply to post…" = "回覆文章..."; /* The title of a button that triggers reporting of a post from the user's reader. */ -"Report this post" = "Report this post"; +"Report this post" = "檢舉這篇文章"; /* An explaination of a setting. */ "Require manual approval for comments that include more than this number of links." = "如果留言包含的連結超過此數量,需要進行人工審核。"; @@ -5803,9 +5861,6 @@ translators: Block name. %s: The localized block name */ Title of the Reader's search feature */ "Search" = "搜尋"; -/* Prompt in the location search bar. */ -"Search Locations" = "搜尋位置"; - /* Label for list of search term */ "Search Term" = "搜尋字詞"; @@ -5840,7 +5895,7 @@ translators: Block name. %s: The localized block name */ "Search posts" = "搜尋文章"; /* No comment provided by engineer. */ -"Search settings" = "Search settings"; +"Search settings" = "搜尋設定"; /* Title for placeholder in Tenor picker */ "Search to find GIFs to add to your Media Library!" = "搜尋免費 GIF 以新增至你的媒體庫!"; @@ -5921,6 +5976,9 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Select a color" = "選擇顏色"; +/* No comment provided by engineer. */ +"Select a color above" = "Select a color above"; + /* Reader select interests next button disabled title text */ "Select a few to continue" = "選取幾項以繼續操作"; @@ -5969,6 +6027,9 @@ translators: Block name. %s: The localized block name */ /* Error message when user tries a no longer existent video media object. */ "Selected media is unavailable." = "無法使用已選取的媒體。"; +/* translators: %s: Select control option value e.g: \"Auto, 25%\". */ +"Selected: %s" = "Selected: %s"; + /* Menus alert message for alerting the user to unsaved changes while trying to select a different menu location. */ "Selecting a different menu location will discard changes you've made to the current menu. Are you sure you want to continue?" = "若選擇其他選單位置,對目前選單所做的變更都會捨棄。確定要繼續?"; @@ -6014,9 +6075,6 @@ translators: Block name. %s: The localized block name */ /* No comment provided by engineer. */ "Set Featured Image" = "設定精選圖片"; -/* Label for cell that allow users to set the location of a post */ -"Set Location" = "設定位置"; - /* Label for a button that opens the Set Parent options view controller Navigation title displayed on the navigation bar */ "Set Parent" = "設定上層項目"; @@ -6083,6 +6141,9 @@ translators: Block name. %s: The localized block name */ /* Label for action to share post. */ "Share Post" = "分享文章"; +/* Label for a button that recommends the app to others */ +"Share WordPress with a friend" = "Share WordPress with a friend"; + /* Informational text for Collect Information setting */ "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "在登入你的 WordPress.com 帳號時,請將你的服務使用情況相關資訊與我們的分析工具分享。"; @@ -6246,7 +6307,7 @@ translators: Block name. %s: The localized block name */ "Site achievements" = "網站成就"; /* Accessibility label of the site address field shown when adding a self-hosted site. */ -"Site address" = "Site address"; +"Site address" = "網站位址"; /* No comment provided by engineer. */ "Site address must be at least 4 characters." = "網站位址至少必須為 4 個字元。"; @@ -6332,7 +6393,8 @@ translators: Block name. %s: The localized block name */ "Something went wrong. Please check your connectivity and try again." = "發生錯誤。請檢查你的連線並再試一次。"; /* Error message shown when a media upload fails for a general network issue and the user should try again in a moment. - Error message shown when the app fails to save user selected interests */ + Error message shown when the app fails to save user selected interests + Error message shown when user tries to share the app with others, but failed due to unknown errors. */ "Something went wrong. Please try again." = "發生錯誤。請再試一次。"; /* Invite Validation Alert @@ -6409,9 +6471,6 @@ translators: Block name. %s: The localized block name */ /* Opens the Github Repository Web */ "Source Code" = "原始碼"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"South" = "南"; - /* Label for showing the available disk space quota available for media */ "Space used" = "已使用的空間"; @@ -6547,7 +6606,7 @@ translators: Block name. %s: The localized block name */ "Switch to Visual Preview" = "切換至「視覺化預覽」"; /* Switches from the classic editor to block editor. */ -"Switch to block editor" = "Switch to block editor"; +"Switch to block editor" = "切換至區塊編輯器"; /* Accessibility Identifier for the H1 Aztec Style */ "Switches to the Heading 1 font size" = "切換至Heading 1文字大小"; @@ -6697,6 +6756,9 @@ translators: Block name. %s: The localized block name */ /* Title of a button style */ "Text Only" = "只顯示文字"; +/* No comment provided by engineer. */ +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "請改用簡訊傳送驗證碼給我"; @@ -6939,9 +7001,6 @@ translators: Block name. %s: The localized block name */ /* Text displayed when there is a failure loading the activity feed */ "There was an error loading activities" = "載入活動時發生錯誤"; -/* Text displayed when there is a failure loading notification likes. */ -"There was an error loading likes" = "載入按讚數時發生錯誤"; - /* Text displayed when there is a failure loading the plan list */ "There was an error loading plans" = "載入方案時發生錯誤"; @@ -7035,6 +7094,18 @@ translators: Block name. %s: The localized block name */ /* Message shown when the reader finds no posts for the chosen site */ "This site has not posted anything yet. Try back later." = "此網站尚未發表任何文章。請稍後再返回重試。"; +/* Error message displayed when unable to close user account due to unresolved chargebacks. */ +"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; + +/* Error message displayed when unable to close user account due to having active atomic site. */ +"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; + +/* Error message displayed when unable to close user account due to having active purchases. */ +"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; + +/* Error message displayed when unable to close user account due to having active subscriptions. */ +"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; + /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ "This will be included in tweets when people share using the Twitter button." = "使用者透過 Twitter 按鈕分享時,推文中將包含此內容。"; @@ -7674,14 +7745,11 @@ translators: Block name. %s: The localized block name */ /* Use the current image */ "Use" = "使用"; -/* Label for cell that sets the location of a post to the current location */ -"Use Current Location" = "使用目前的位置"; - /* Title of a row displayed on the debug screen used to configure the sandbox store use in the App. */ "Use Sandbox Store" = "使用沙盒商店"; /* Option to enable the block editor for new posts */ -"Use block editor" = "Use block editor"; +"Use block editor" = "使用區塊編輯器"; /* No comment provided by engineer. */ "Use icon button" = "使用圖示按鈕"; @@ -8106,12 +8174,13 @@ translators: Block name. %s: The localized block name */ "We've also emailed you a link to your file." = "我們也已將檔案連結透過電子郵件傳送給你。"; /* Instruction text after a signup Magic Link was requested. */ -"We've emailed you a signup link to create your new WordPress.com account. Check your email on this device, and tap the link in the email you receive from WordPress.com." = "We've emailed you a signup link to create your new WordPress.com account. Check your email on this device, and tap the link in the email you receive from WordPress.com."; +"We've emailed you a signup link to create your new WordPress.com account. Check your email on this device, and tap the link in the email you receive from WordPress.com." = "我們已透過電子郵件傳送註冊連結給你,使用此連結即可建立新的 WordPress.com 帳號。 請使用此裝置查看電子郵件,並點選 WordPress.com 所傳送電子郵件中的連結。"; /* Register Domain - error displayed when a domain was purchased succesfully, but there was a problem setting it to a primary domain for the site */ "We've had problems changing the primary domain on your site — but don't worry, your domain was successfully purchased." = "變更網站的主要網域時發生問題。不過別擔心,你已成功購買網域。"; -/* Account Settings Web Address label */ +/* Account Settings Web Address label + Header for a comment author's web address, shown when editing a comment. */ "Web Address" = "網站位址"; /* The title of the option group for editing an image's size, alignment, etc. on the image details screen. */ @@ -8144,9 +8213,6 @@ translators: Block name. %s: The localized block name */ /* Shown in the prologue carousel (promotional screens) during first launch. */ "Welcome to the world’s most popular website builder." = "歡迎使用全球最受歡迎的網站建置工具。"; -/* Used for Geo-tagging posts by latitude and longitude. Basic form. */ -"West" = "西"; - /* Title displayed in the Notification Settings for WordPress.com */ "We’ll always send important emails regarding your account, but you can get some helpful extras, too." = "我們會隨時傳送與帳號資訊相關的重要電子郵件,除此之外,你也能獲得實用的額外內容。"; @@ -8252,6 +8318,9 @@ translators: Block name. %s: The localized block name */ /* Siri Suggestion to open App Settings */ "WordPress App Settings" = "WordPress 應用程式設定"; +/* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ +"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; + /* Settings for a Wordpress Blog */ "WordPress Blog" = "WordPress 網誌"; @@ -8522,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "一旦變更使用者名稱就無法復原。"; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@." = "你每個%@會收到一次<\/strong>網誌提醒。"; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "你每週會收到 %1$@ 次網誌提醒,分別在%2$@。"; @@ -8530,6 +8599,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "全部都是最新版本!"; +/* Error message displayed when unable to close user account due to being unauthorized. */ +"You're not authorized to close the account." = "You're not authorized to close the account."; + /* Message displayed on a post's card when the post has unsaved changes */ "You've made unsaved changes to this post" = "這篇文章有未儲存的變更"; @@ -8588,7 +8660,7 @@ translators: Block name. %s: The localized block name */ "Your restore is taking longer than usual, please check again in a few minutes." = "還原的時間比平常更長,請在數分鐘後再返回查看。"; /* Body text of alert helping users understand their site address */ -"Your site address appears in the bar at the top of the screen when you visit your site in Safari." = "Your site address appears in the bar at the top of the screen when you visit your site in Safari."; +"Your site address appears in the bar at the top of the screen when you visit your site in Safari." = "當你使用 Safari 造訪自己的網站時,網站位址會顯示在畫面上方的網址列中。"; /* User-facing string, presented to reflect that site assembly completed successfully. */ "Your site has been created!" = "你的網站已建立!"; diff --git a/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings index 40964dc76da3c46d6aeee2ff37a695e297ec06c0..0cb38e39d35ad91a1086ab38b4443af1d13096bb 100644 GIT binary patch delta 1331 zcmZ8gOKcle6rJz$XFSfdO$bS2GWpn!onM{MgaisCvGY@Yik&#YN!*F&*`CCiv1TTL zh);#o4H2KhMFJJEp%N7mPzi*9E>P74OJGq|NZA0DKu935K?ng7Z|o2#Z}H~7^X@(O zp7S(!n(s7U(mL0(=atQzit~k{wzXZ_$x8Poi;9WmePh>@E!!~nJ z*bM1FrgF5sKzD}Hi&#-*LoZQDN}={Bjnb(CB~xX}pe)LkL#a9ZgbghHlo{rF_$+el|0uTiCQKz`A2T8A-;b zX_#w^TCOOM8M=*i`}iv1T)_de0zozuT1}A`QVNQuFIPQH$2Dt5v#jMLF5#TLl+tXX zy^9aRJXhD4Tw0vTO48BW9Xpqm0>r5Ro0aN`LG>+b)q$(#WTg}1*v=K5xh&1bmSfmy z)W#Z86I}3hzyW^}Zt@MT92!UWqZqWf!tkxD0iNI)qUa4HD96GzwpN=ZT263b#kN2QvI4u<8ra zU9ct&kZ!FYdINC96%_M?J5DN{eHwK1VQ&s~qY?CgR)NAKj8?`OK+{_U>PLyYCBUG! zU%>yG0bAZkLx~i1qh2yg=l`QdI+#T*5D^2A@mvA$o`cJLAa-n$Bc+Qpn?P|V ztTOdhO&ubZPLjKELu!W&z6-AUn&1mxBwAH+WUO9&G15GNMk`7j=ZA>MDQXy2#RutH zQrrQDd<&ctA{Qt(wNJfDy-$5Y-JrgtzNUVqIa;I}=!fVzdW}}-+w@ON4O7cBGNa5U zbCG$8xz5~V4w-M*411m}vL<`LzRbSOe!$*lzhi%4|KbEL$34dZcbR*OdxyKm-Qs@a ze&=7;$SKEpr5f6CwD4-tb-qo+5~1@t1iivD!9xgK>*xgU0G?swfExo>!CJS(2p zJlDN--ac>Is|xkPeL_qa7xsmV!h6E!zJRaKm-LmzQ{sZSE$)fWiqDI0h~N8b{7wEL Wzv+L|{~1+T3|;+_pZ~7q|KV>7LROjp delta 1355 zcmZuxe`p(39Dn!gC6~*k=en|XUDxZ6v`w0|%ht8FxIvn*z4m$+ za@S)0H5~(CptE~_OcehR5kc4=Dl!$PLq(>7Oz{t43hH3~p|U@QOjN{ocd;mVkbAlB zz0c1Fccb}6^D~;1AAUetDyXPfTGm!p^)K6xU5!`qV1yOb&pcTTTC4;upM|e-4)J_ z8y2eAuF*_}n9NIejUv0S?1Z;88(E|${5sPP=M&|!zKLaS_jF#8X4aQ<&06-DO=Bo8 z)p+K%Wwt9EaVpGtEqgk{N@4Z>36jq{hOMugrWd>h^3skeQ&u(PgY8}7Ewuy_*A;?q88ZxE5_U1AE{AYy&cZrpevGjle###$gghuo`#+U*|gUJA4iw2!!!Pp&_9Yg?_Rl0V4!4 zND!R_(+Q&pMu~@Bn1;Ou;Z3_NWM1VRg9pi^gILl0$tHuaq~H*lwET~54Sy6r&JE&M zU=~+`FW%!BkHSO5dKxASBIqPIF<=YCL>XjNl{w?x6xP-v{G{>uiKn6(zv&?ewEWe^_&0 zI^{-PXZ=ouMtqs?$K$>`RD0FNE=L5%g}PI~4>rN`;ALM80i>I>>y>L&FI^#{F|-bYW;CHgG=1N{?yoBoZFm@spcv6xfL8Rl8$UFHMk8|D^E zu{CTXE3@6~7(30X>_hBn_8fbGy~M@1`?wtU9QP)7g}cuE2^sik2sXkaa1t867T=if zCEr!w_rBl#oWIqN{HOh&@sQ8)e+9%qG%yfY3E;prp;_n?4hu!$vT#+n9h8Ct!I|J< m@R8t$!Ow$t#8xpPj*5%o`OuT0FM)f}l(&*E)qk$gkADM?>SPE2 diff --git a/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings b/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings index 261842bdeb18d8a65f3fa5e9d794450d76dbb567..aeffb4a9357d590059e700e6ab13da880d5096f8 100644 GIT binary patch delta 1271 zcmah{OKclO7~aRfPq)OOiQ*WAOq--ULPH*y1UE@zJ84O9oYapvspGgC@7P}A>{`2P zAnE}QAOsf*(*r`4ijY9!P%0sW5ErUm=mmi)WFc_?AtZzVfmCur2xe`XDm|3Lu4ew3 z|C{ge?*?`Q=VPaz2p^vmr>0NLM53|Txs#`!JT$-XRD7{Jv9x?TnM!9?va4%na_jkx z!9ro^thQOyaj9G>_yehmW@EHt)otXsmc4^2*v3OcLu8Q)KD;)k8!lS595=gM->e!= zWh05*x@{uYLN!`mjp#aZwX#D7p{IW%rkO=tMGnO@%<^hXb8(qs=8|~ZdIqDoVQ!Jj z(m-F^NV6N&YgJ3rv7TSVx}l+^nrm35lTLep*VSh`4y82OrrTP{Z8cbCm_(#LUplH4 zw=$7ht-3=l$q$la+!3~y%=o(7M^MSA;xloIODT9lu8M=x1q{G3Z3 z7teL2J^bt}E@}0uyXMhD32hsbxEzpHT4IQw?>vyp)O4z)CE!iIKa`s{9c;VJLf*5G zzJ;)DTlRX=C{|F+GF@!Cdq;EL5&245B|GxbqibpEvsTs&bEV}>cGhsV4aZqY;VLe= znY7_nF`4oW5TtenQ<-GE;P?NRz@8BWe-Am&_V5LN7ggSMc)dlqrMlp6KZ)I9#pC4| zE_OU88bZX2b!rO`gy1n4hA>270%quH3PM}Z3o#ghx^FkKB>80YQ2< zNCJlfokdow{mdX&&nAfL+*-Lsc-a|FnyI&izRKl-Ps$1{}GB*mS(<#44*YK+ny zrlko8-HN`i1oz%1^8Yh%aNi7&f8@~fjLhsX7nl#2PnfIBm&`ZJE(`2Iwws+~6YM&x zu?_ZDu8r&9f?Sl_3RsMDUJ^n+!!T-Sj!T$|DD8eg1 z;4OFu-iIsjHT(>}35)GphD>}}NhbJb-r>2h`pNT|g=k|4;c;@8%sfE~LUp%pNI+;pmvVq)k z{!C$Ib**?7mC8C^uT+a_Kl#A-FxipB@qD`8)KCQ(R&LgCHVwzg&*_G%E!mE{5=B-S zn}$^h27~Do+QQi+-n6%HDwB+DH~SvSqz%`^tEnog(;^Mm>vo;|$er`AC9&J6TbgTY zHQI>mO0!QCGBq8!Sc@6f#`27=Yc8rd*%UT$*= zq+^|I^IZh_9wVkS7%0qJ4z9Z`LFqIVQ&jhzz;3zfd2tLEJJdEgr#vcVW@8XM#(gsYP+*-g^Q|x`0g>ciOhLK3T12lScnEr$z0!L{<>-eth4d|w)$LM?HpKI&TNlQ=B zgD?z{f-uuxZ555e1T7n(jY796{OewjnDX=k_niNv0ljoygjyJdX{zWbB&u+bits#n z7UyB;zib1!q&)7gKv#=FnBJx=NW3HDlzx#jEfX}*we!B_IV>U+=kMaNV}iDd56{sLGTehdHr diff --git a/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings b/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings index 695824acba1277e3815fcf3228ce60538462a8f2..8838a0bdd55d2d98035af98f66e4330e5f992606 100644 GIT binary patch delta 1340 zcmYk5OKclu5XZlLI=0vAO&d2aLN+aN)rN!y1Wj8|X_68Z5-0eThm$&M?`QAg&91eN z6bC^$fK)1#w)%2F72?2wmP4sPs-Q?np$8;{P=$ml9+##!5Ro|01A<7*+9A!sdzhK; zKmYm7_*&1ko=c}LzbN-DX;Lp0XTwdde#px}%*=V%M`x*|p>)bdgY)<;L4xv0@W9vPGUusEz>|Lq@ZP_BNLU8jH<{&4szvqI)Ptx2}8a1Oxo{0 zJ&H?;XSlQe6mmjY!g(n+xYN`BLu4Bmh{VK%T&Ai5h5G2^J?62ebEixP+ipFu;KK(? zGPZ5Yo=@sUO&+mK7n|;O>ZG3{=jj>J%f#ceY1oibR&+DlU^+djJ4?FbWK-C{MK_by zU6}oGu9r-*v5r(GIi8oKt=(;t%S&BAs*A}>tpKRCXTD*$0VgjtzkuDM=KFGV7dt+% z5PyV7!RN?V+&=Psq?HT>`a74<6g3OjRKVvVnex9I@T;I2iA7EvHqjiikq2?z&jVBy z@&>{HdSg226>PntzzIyMj%zC>9Gaz8loj$)Fhkaa{UqMh6Dd)PJ5*m5|0b)EBV?>8 z->!msmFh%p2~EMqJn9X({LShGe6kcNW*6&0-`gWL}E2QeCjsSQdYW&Vf5C6s}= zEU*BRYG7;~AQ(`f`kDqbSw|}{_cCZ$5UfCI1$jgd9hXWwDOs?PcZCDw_do}^AJ*Fq zlzk|?^D#;Aosb;{IjxR=vz{%0Q3Yw_gWy&2bEr79Fjw&$|G&CoTFc(-HfanuUxDRp zA~&0@6>PZBhbDb)4M2Oyo6#64Mh3|R;VB}CBUIZ~rkUL1c9UD-17}eas-ac%3Hk!9 zp*!d&^nhZi2-QwKOC_jzN}=vjf6!67h3=q-=>q*0eUbi>zD@s1-(zyjBBL=jbDp`( ze8hal+-2@Fe=?hFm@TsJu!OzBe#m~z-e7-Ze`7Z|#L3)IZj8%utK1##FFwo<@hLvH z%74n=;=c<#8W;;`0k6qux*Ftz(cmLNC%6_0ggQcJLgzv^Lu=uS;rGMW!`}#;uuB*b pW`wVWUxWt{F>+IE6XW6`@t8O)PKZ~;Z^eJ3$D?-iZE{YM{{v_Ii+KP5 delta 1293 zcmYjQTWB0*6#nP7_t~9VLz;#*f08B|lPm-&7%P@^6Vs5(rhCg}n`~!y{@opSGPBJ5 zySfn?5Cy47O%JxB;Db=jg9R@SRTQaJgo3pSKBy=(Mf5>K9*U?)z<+l`?8D4(;GFZ_ z&TMpUbiO>ndDbUzXe4t+&E_}L6+i0)n-kY*tTWEZT^|ia*WW5 zZDMNSGFt@a`TmH3;z&hRq$3j*5JqKWAqP?1n@*NBl@dIqo2B^?O~X_zIH@=>NRBQ| z6HQlfv`lr&bl?xJyKTA23Oh~IjB+ShHY`;mFu)%;(7Ib_c&GtAz`l9iAkfD3fGnoM z^AUzsueb zNM@9MPY{|b*2OzIB@Xim-WQIzk|X7^Q3EU;jAj&Nwvsh;r`X(VnU7|aP?Ovq%$|i~ zbqmu?mzy{z)LdzCis@^{u>Sp_XsYQzM!9ds!fI934K-_!CWDN!zaG@RS{UNoE``%E zJy*mL%cR7lbE71$Rt$PU>Vh0sf%n92-$FeEJfp4pc%A@RuMr}_%YB9*L=6Y?-~>= zWe{eA9q_of7rgFPIOpq!NT8)_1&q7gd)t<-&^b{p;{_c%i1c1ad#)Y?a5#h zEixh%*1}-fF*$5#ixDC0xV9{%2flV41I@b+E=tGXrYjDLeEG;+tdh0$l3L^fteM>& z8`Ky>gP>6cX|Qcu@TLDaBiIUG1^a|B3d097Vf911gpa~!fi^kMo%x>{JRjEYqtqb1e2#)kiG@onS?=;oc6@X0aBBRmCFPvdKCP zR%lI!a6{1HP&Yi~{tKePNx0%~TSFdHL$9OD=nA@uzCbt7H|RUGjsD~W?kx8b_aXN! z_cQk^x5fR-ALa-7X}-XpX+UJV6W?Z`a5jSyPcW-+{Plu=1 zGwylI^SM{?PI}+)jrpd1%Rb$=;rqe=m>>M__&@UB2}}m&11|mW}g{2aq`)@`Qhxs;?l#pyi+Ka%9T^q<(1LZ z+SnRgf4q)xqgk^a$hTmCK|-Pcgp>pcXyE{ljg7H+Y4^d(G;%3eBq1#=M(ds%wpMeP zMu86~0UiEaop@d!j1t;}QOLa@-GF7ZRhNe8}U#_Tb3C;MI8*XvBd`su=Cr{g8;e&ZlJBmr>` z>o*2A&+h0wHOFW0btyE|MvYPqLj;J=UektECySq>>>Ks@!%iM<;8F%RVC2zCiUP8* zjceB6I6whx(0?NpySFe)9^6qabPzwK%m0?V|B31eKg0pudRR#lDA{M}q?R{sp9^;U`*x)g^ztC}^O zYe7HexHx4_?Ykgp!#na1tjrQGX-52*hEGu0PFe&bxrigG{>lUW$3_2qo=^ zJ07z7GH%SzgF)17V%)RMW1h#cPeOu#orJOH{q1y1HxJh4C&o$0>kWcAPxJ292MSwR zxe<;05U3pbu z%6a92^1kwsa#gvZ{G5M Nd80?}vDob%@FxwbmJR>_ delta 1193 zcmb`GPiP!f9LMMXyvf1csLdav_K}z#ni>c~p|#qkvq>AfyGeFuceB|f>+8O^yF(}Q zmYFwQN6}IdL{VaVlnQz&QoQKFgGSJkf509DMNtn5(t}h)D%h&v#kZLn6cj-`&1K&2 z_x*l8@0}YsH}IUjUpa8_-b43+`wt(PK5A!X`fr{+c6{!E6WQEIetu!GP;^S=@yb$l zxwf*pR(}wkY}|uMv&9daqX()^5JS{Lu3yQx;kp}!)fwzExIja;Vk5snJlAhcPEI;S zbefb4WSyQS#Zn==8IRmra$M$-)nXe3;wMOgfCl^<<&o4{fv_m>A)~M(2JsDLf}b~s z_tr`sj2MAg*FUv1jWJ}X6_$&{BMr8iBiKc7zQbJVhx{XBEVY&dfMK$L?>0w=21^}} zB1|xx+Mc~ne4DOE_^>?Ae+1=$C0lH0(IBoA2*Qy1PM$o(_z^I~H`QHy*4m@i)8m|) zyC;&9wK+c|0oxAcI3iFz-9JlMquuKix{QRPK7SJ2Wt65n9WUlkziqyrPA^0!JvVG` zrx0rn*3+pZ5{zy{+#xg5BU4M@C3}vd#;N73D3Z|K{PGU7oV4W^tih>UdbA-9P?PP< zuiRL;Qg9n>Xj7jNpH(uXi6W0ZuaEME9P!t+F{|3c3-f55BV}xF(MHkgG3v#wNE~YV z6#vz$jc~W*#J(T#ntr=*N`%y%o0Nzdtv@+CQ=Rd<2|Wo&vGk&JQF=|< zlHQjtNgqp}Nmr%ovMN6&KP$f_eVxtK;ek zHB`^2PpB`b@2KypU#V9$Sxadn8q_AVKA#xur6W6Su!xMKWb4w_S@W4>y>VZLpCYF+_1f&E|(EC2$Y0xyF% h!H3{;a2b3Du37!our+CAtel0cv)0djBm8Y%C)FUip5Y1taMl_epS>~p4 z$O7U}2Oq*=AY?b3Gd`o^{f;m32t28b)T>arH(j8z9&s##BycS6I9L)_SmxFxIrcCo z$s(qE3AZW30t)cCJJw4ib)kTX0<8rNiidnYYngaa0w*FfvQ zDHipnP}n0-9+5cCC~?5yl`m;`oD{wX35iR54hpU>#*qtUL+nv#DR~M-djSYW;QAXv zN?m?=C=Y5@Mm#WJ?p8Eryond@3;gCYrWAj?EKbb!$om|eX=ojH6TU;x4; zxI={`jC+VEP>`D#K^Q(41@T`GHgJAtau{Sy`fpR$4Xn;pDTWO_m!Rb`U)mnPxI4ivo?HSRV7HXK z@zOlKqs=X>^!Xwl&S;S`YRhuTmkh+)wG1CknA&83gu_60gZM1rH(n7@EEk3>(`;#* z2;1C=?aL%w050~TrCShRIN6-nJhy94P-r%mEV(XWc?Ax~Q2|lp0L?C(5%3&y?I4DJ zKyJD0xPIdX%exh)J9FY$3TDYx>TjTI>~PfQj*vcsJT3)p{!b29Dfz5QTp;Oo+1vO@ z*dZF-n!DZ9)hHSU6u{sRwD7NaTXBHa#$rq3q``0IXk&TK>x{*O`~#jgiw2WT5YWDa zyjz+y^7vLm(XYE3i=xTnbK0LQ(IEU zQ^Tpr6iHo8{i1X#8RHuOBlSh~W%VufL-nfqz52WQ zm$pi?wHLHkwAZyawYRnRwXd|Fv|n|kWBsT;pik%x{i6P^{*iuJzo!4DUr%pK=hD6D zOX)Auf26Nxx-$8UovCGB%Y2ae)Hq@sGy054gBll%=Z$xa&y6d_x5m%eo~)PUS(&|% deIxsE_KWO~9jT5rDETR==80xnXY1(L^*66opqu~z delta 1186 zcmbW0TWAzl9LCSwXM&QoRbvutPm)H#=t7VRT5p?8Vp2C3cX#%ZO|qWsoNP{a_RKnS zb}@<#w51P)s_A*C;Df&OsrVoi(g!J}6iQztN((;J3qAxyR73^A7iTjPqF4l<4g>%5 zec%84%{jgC^v1K%PsQDPKHIxb-+$m>q$k?jx9)@fLj!}KAC9%O4h@ft9*MUnlAUHM zoym^n#wRB8N72ryg2j>8u{)b|XCW#gLess(D-+Ml_F06%QO9HBQA7*aCbSq1hm#3Z z!>KqfJ2jjz<1wC7TGyLN!fZT|m_e>T1+nWoF25t5Y@Cc^R&^<44y^b}{EXPe&uPuu za%ROs48s_qrA)-KAVWnjmB2PGu!$jT5d=pnj5yTeSJjTj$shsr0t4QrwQp)NE4G6y zY{Bkj?d|?KO>E4Yg-*U!PK7g3-=XNZv*|cS7IbKG7$0Z((1vbkxoDa#--6XwDtunr zzQa;qlE853hfm&{mde~*lL6b>8WInX6AG5+teNT@t?D?JWZ}m@9Gg7J8vm7cd zBl%Ehv^r%IZzk|?=$?G2F^IWhxYAZ%y{%l(XyDU>3Z=1_zg$rH{Ef|8DrkUTFq*nQ ztRq;xgRh@{WjG!ug&7!iD8rPcd+{`?+Uy6Vofm{Ezbtnc*?Q%07?tbT{m|1j;_O9q@a`uKyGGl#EP-(yDD^ zx6Wzn+c=q~RV207D6OJ1m#NdCs78SfX2E&z6SxExz@Ol6un7JEkH9lQ6226^7k(A4 z2{(l$;eqf%{7Bp(4v9taJMpe~Uwk4ymqJpfbXfAFIq4heoODI{L;6p8Bnxt*+$ux4 zOCFF%WJ^9FeM z)3$06&C;%De`&Y1r+SOtqi6N9KCl0*|E4eMxAc4ZWBrA($!Ifn88IVnUG8%KHm2d4v@w&MNwi55Q*Bd%h-sT>G)+qGlFRjyZ0Bz0ZnxQ+ zJ!a=xW7Sfyq7}7qe9($7B7!dltf2Klw4msNSVT+3KZriHR1m>ZFhytY(%{Ro{AT7i z-|y%5-94Q=ojg0S`Y7yMG>)Kr!NkSVF3Uc;>=^pil!YjUD{hrSkGXUOTA1R2fdPI{ zZrhO^Gi?SBxgN_Ls^%TrvzBHst5O1)3oD{LKWdtgp_0e@)b`$`{fHE>13l5xCZ+lP zh~bjxnVZ37_ZWtgHd!`w$nTXCd`${<8+v@G)&^E9j*CoeE*`|Djo@^J*)H+YX}|M_ z>hUejDJ0ID6ct(hfJ;XBKTI1J%t}!xxeurqrbi zGj_p(`(45?VVg^1{t`bU&+~4jrze{h6GA0qles$6%mLdg+nzU>+Xbn1#n2N1P@;38F1QZI(3{3FD_FiR&t};3fk}Zb&O*JN zhJME=W%jZdavmd^$6^D?)%rhSi{KEB8g@$w{zhaQKNW1|x1#-nLO>dei4chLd5Q}b zCfUd8$*}QKjixYM#FSv->O1(Qa4-L)VJrVR)WX-Iuur7KPX#7B>#@MKkrjXi95J{O zI1X+A3K+nEp6`hFN!*Eb@(aOiR}mZrRk5@V3Sjvt_zC3wJz~sQoGptd;a`VOD6ZZk z?i}VuD8U!CJAo%^^5k3`6@N<#Z$ID={7Q$r_LR@<* z3h5Qm*dO(_z79=EHmafZjd5hd8@00WLGxE#w z$MQw_NBLJJryNl%g(_#1RplM!edV(9oARe}OAV_9^?8-6=hU~Bp|4hGI KPwOtnP4GXD%%`^i delta 1354 zcmYjQYiJxr9G`t%?k@M(wx&s&Mu%K4HY7bLrP!zlXC5RpkD9yWa=kX^-0s}n=JsZf z*|}({G`3hjC?&=zSP4QuDE(B5R%iwNpy-Ew5FhxVU=#k9Q3Y8fH)6SU%XRakrp4f4 z$7M%{5iziBkxD9+%4X0qo}a~aXBlVaW+&HIy6>6GTFl1BGF3#yC5S0?DF0f1D!w?2 zS(6gT9M}+r_?kR0Y=aCyU>R6|fC_-10UY202Kx$g4HGd8CoNK2NSh{PsN&9Nu#F9N zYzmtef-?gwD)m~dYUdQhxo%f@_%l;lx$ zKD96`uqqB+$<1P9LWg9h@sq5mckF{EMP=6d3O41rvKG;7 zR*)>}TgEUms-Ae)V%QZv@i&#-fw^>}VXttg?VKs<`r&5Dw%n>;*&z=W^|(*&F3epE zM?DJ*zRNz&qsXWonH2i`HmqOonVI(;DC%3M9f+2ZWuuafeFjB+o7brSYY~XKO$tY6 zEu#vD9l|hSxe;7OO`E->^>RaM@;B5(IPWz9PNO>JZ-oxV^-)T2lfh+7-KJ6H-^98{ z1Zcrm7EVa~L+t?nJ9Lu25PqObTx(H7HP%GJO$$>@9KDmDk970x zfo(}kFldTEJpsNG__oJD`0T|8lf8a^1g;azZxGR2p+5dk=zhK?o>eW$ zPX==QMD$0PKjeqS!iAitliJwDWZvI9dXM-h!Bde=J`)+@l~_@6^oKVK>3nx6y{ir; zTY;~Mz~k1g4E_}H7wl|7y^A~gF8*p{qhkr&5cXkVAQA5>sC!rV9(|BM7k`Lf55Ux7 zOTXxwZ($i65qhbpW`LSdnzN`0E7%r40`X$l9~cbg)4o7H6(8c0!NfqJm4o9g^F&g{ z99lw+ht(bzGfMP4&2XN?lW5RwiD4Yi#Ob_S<|M(}L#Lh$X-)=)CULK~r9!e4~H5C0s#(|(|xw0{&Cj~J1sBj=*~ zqvKH)y%ha8`c?F1^siWdY=3Mib|&^p>{9G%{62kLKLuJtmi$$8;J?A2*`oam7RRlh diff --git a/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings index 31171532db3cc76bec92e2869f68a021c5a0f042..a2aa9c7466733d697b49f95cf142e3d1cfea0cd6 100644 GIT binary patch delta 1085 zcmb`FPe>F|9LL}M-I+9ZvK7%#UuO2l+Av7S{<^zrrf#-7>$>jRI_^AoC&!s(=4pvR zhdPuUR9=@N3OWQq6i84+hp1za1R+6}h&lu%Ap~85W?TsqqDyo6F~9ft@%?>1Z^^gh zn+Z1UXV_-`z(H}{p~FW?jZCSq8)=%scJA7FC5<$=YOEsM>Za zs2CZfLp!Hfnvv}bDi~!=Ya$szqvkk*U79hHmLPe}myCQGb^+%}L<*`^jOxp*|i#iV96b2T`Daai9SMWB~+uU;-OpSTBdsSxg>slTC6| z8AtID8dk=1oNyDvuri9$QduKZEoB)08MwEwGLe|F;$$qZIvX#qNvegqeaQ~PMiyRf z3`7f1AhImeN=39x4hBsFBLn|FYIToDgQuU&dFpl~WNQK{Sw%B?3;g0C%^uZkyElq- zl)*7s!@3i!*4>&+i(Yb1D65RdB3)@oTG3SqYZ}dIsmi%l#iXTj_j;`>FIC81;FOj& zv>}|yIe*aBFtW)duG)PB-Zjcy)1_-nuaXM?C3Uq=(#dT9!<=I)$^i~?&0IT|GfG^=M@YndK{6`P#srQ`poc4V3{1i%sY9Szm kg_NKPXM}m-yI3ji5d-3ocut%G%O6b@D(GLSD@DBd3%@T;!2kdN delta 1048 zcmb`ETSyd99LDEzX69^Bu4Y-9%SkiBRU?8TD@#{P^S*aoFPwIc>(Dr}%$$|BD9L&% z%IG{481+<71qFdUL{an-ffYo(R77-n=pq&dc|5_Pt3lN$>M(8E2U7u}W05 zcE+M2qXU{w*gdI?Edb#qQD4R=VOr^kpI{Z4MzD?Sq3pF%$?n6|?1sFmEY@V$#G*54 zg27CZes}J6LgRzkGPXvEohi;daHSloO(yj;LsB7I<62yu<9MRfY=)l%8nOgp4khPo z9ggqrZpkEdFtT$}aeLUQ)$h)0GZ7xfnvQqr#BuC*FUpces)YyWOtVb%>PSawm#*1^ zJ$@}dha z=PvbMmx;2siucC^Xzm1mqW=TC=kM6FXj!4FV8!nM{sL|eun`V&X>Oc5&t2jsxI5fk z?g96Ro8mt6B7cBC#$V$f^3V7;{0IK4;1Mc?Rv{rA5nc-Kgipd3(JhvV&7v)ih=;|~ z;&t)1_*9$%Jjek>00A#(1noctd%-9e1E;`*R3UXrF=@YaRJtHtmDk8Ma!8X$<>T@h z`KCN6e^j92RSqfR%4OxT@(s>|9#{u^pa~DcF?bQ)f=}Qp7jUJynJ4g$a^15!E3UKO E0U>`(#sB~S diff --git a/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings index 86324e1d68938a4df40bd35fcd6e99c552430305..aa7c2b21ee351a8af53ce3e582a9830232393cb7 100644 GIT binary patch delta 1039 zcmb`FO=#3W7=|Y^Np@1TjoPI@QXQ+UqV3ieRII=4w*Gauw)@j3mMG(Z3H$8|59u#kaf)~Mqf=O3Id(exw;Tw48{hnv;2k!^Z zh5I)lv0dK0MJe05ZF~8Sj?P7k!(H7wch&4(vZrq8vc1cDBGKM`ef_cc+NS1EOCs4e zkQy8s&ZyP#yyj3cWfvXdGTWIVdFs$mD8!?%cFjTrcIY}`TF&Lqaowu@Va>`?lek`{VdVzH8lyQcGaaK7_9P_{!#bEz310`R_>7=5 zWYmh**%(qRn6{=yfm+YzsFf&El$O#rW4!Z$K)C*(Myjo{!BW$AraRm zX{w8kYeka{`Rz!rHbFCLu$AbJHqQPmH&9xSt0*`>oh<0ycC#z-C|7c9f(tt zW?3>}Fq85oseymQ!PpUcN{1C2PI#McIf{;-c?xZZ6_dB@; zqb@%swfTlC=J@nAE}En9H)G^q#(tN@d(dj$4C_l~s!C?^AOdWl0Ua2?0y)y?`RVdy z@JoTs|Ceeb4@oOLTve5S164j+0%iXEE=_p(ae%=TxBza0hu{f#4qk&Vf+#EyYJ@F9 zuP`EL!Ykn;tbmoU7IwlhcoI&-NAM|p1K*)EI)L)XL1)l;bRFGAuh4t+8GRS$iCOWq z$i>UzRq=*6BfbF|90%|>GjIO&Z`VpHwRmbPqPDOFiT&4IO>5WH{jX*+?Ywpe*O_hRt+a&+ z(J2eF7a0T{f{u}a&>yNpbf{Bi9Xb?+hb|QzA`rT?(?+ZiMBN|X@ArLvv*okp7rfh9 z4z>uQv}4)MUAy<}-B-4{wax2m@7P~aS=HHf;Gn-I(CrHL^oAN5!x48h=811h^z}E> z^VvOQ&G~}Pk zSFVjlG?KxC;k05F9wBU+hDqPECmn}FnB+_y5d&olL3EOBq@&`7hJk2SRR~6YO&?CQ zswyH%%8G??1}Dj20IQmUf?1*&xP4aU|BvM#0 z89Vrc|hg+J3?X|oV*&1N%siuj7)kki?dJCf0?bTQe`cMLflo~1RvIofTG zfudNkr%g!?_xlTDilkGoH;S?17imCV=UHPDmo6{l$A1+b3TeqS@)|n9I*I%6Q6-ll z7x@~RWODR2td;w0Q`D`DP=&2sK3I&kZ$}gS)>Xep{q;r_r8oNLnE zSCk^thjO*;X+!${12PT#zyJzRfd+JtLUjc_Tdn#}YD=_Al*WMs^581C0d9gj;0bsJ z=D;iP1$<*T<`i?Dxy!s@-ZCGU&&+pr6T5{CuqpN|yTE>Azp{&*lXGzgIg1HI4#~1=fy<{Nlj8fIwnm>*Q6Qgk@Q^pBs20ld9&=3@6k)k&=1o+M*RQ) diff --git a/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings index b2e3b27ac3dfd5121f054be5023b8fd75a4e31c5..66c4bfea1ae7c4b609c2e8bb385f1f280cb93815 100644 GIT binary patch delta 1014 zcmb`FT}TvB6vt=g&YiturJK5KtC_d*BmB%DBeM@(H7!%yopse!*Kz0SPOdY{%+->J z2!yDJtlL8b74#7FQV=~v4-vgbJ(L8!L{CKp5d={L%{tkK4?gvH&*7Z&|Ns8?TmHBF zxnTVcAT~%l8|AEByZ2=8ZEDWV3%0cS+XDLv+l$s0cWl^ypz~l?ch8|vWmR=eZCKeF z>5caFv$L>}eUb_)`dc-f;vUnc(VnT%lx`=7LxfIQ2Bs!XJLSG6O~X_jw^^lFR6ZP3 zjRZ+yJE>Z_G2RzcDH%7dnOKNSn$rY#>c&Lei`f>z&+hPYY22Grx3C6JrBkM=5pC!o z(R3Aer>SllwxVP2UVj|L%PN!z#-cmNl7fW?` zOivN^Oxnm7vsxHf?G^?)oePetnwlDRj;}<~5K%R38f-!eK&6WurR*L&Rri-LPy%ghUWD`Szg<~Uxk$u5JEZLto+CKg>N424}Nm{^u+ z4TkhY5(iC#5`+G3wPsqZ)-%A$K}lJ^V$EQ6T-A+UmtV9+w%Lc^`fX#m*SGS0N==W@q@g|&+{LI93fvQ5SoQi zVOBUVJP;lWuY}hi21Y;>{ypTG}sg_saei%h&CMsJ9>#5>}1@tyb) zauCA?xDUqQG@OIi;Y0WYewIWjS2`tKl^#iNJ;+nxiF(qW_Xwc1s06hm1&tyT9Y-(F UcX^|{UEVJrmS^RQY#MbNBcVvsNObY2es@Av(_@5SGXuli~^ zUZ|C1P?x`Z&))id`&Sk+<`6__r0TII)f!MOtGiiI3G6g1a>R%96xLKdU0q!r4xvFD4dMY~ z5Qic`KTU{b#gVW|G~5&FL#F);V$(EC`i?tQcr=Jf*3=;}V8*^guW()(lh;)yA{hk{ z4E?I!A8$|;NKo2}hOmZHq^BJ#DuRIwQ4QUqw8SJg0G$9m{6h^~qI?1Z#o4#k2PDbUcv9ry&HGx9e23T&kl(q>QMpl)H4%wvSZ zHbT<1vIUb=U#^9v5^ULxX$7c|A`O|0HbkLV8c4cao!R4>YW2ZIsTw-2VTT~;T9s1{6%+N6#l+YG z!jYhw>VrN*Cs-%3Cftj%8o4f((-fPf4+M8!cTO?vKm!zU?iD>wP;N^a7dI9xVlF>f zrQA}wbguuM=Y_b%o+nOcW$*7D;L;tIn;_?Y$3M8Iqv9qyC9HP;UF07Ee~bGGJi`oN zhL~H-UFJSB&OBwFGn32|Gsk>odG;)OnSI2*WT)8=>@53(+sJL>+PO4$k$cb0a9_A@ zyo>knZM?+~^CSFC{xLtnzvbryRwxw81SoigRv{oL!b#zra7DNwjEhxbmzWUGh?m5B z;+V8us+V^5OC!=%>5lY7nv_1v`SN!8f;=jZ$!`D$3P3q%0mpy^&I1Y_f@feFe9Ftu J8>WZz;V*2_R?`3g diff --git a/WordPress/WordPressShareExtension/es.lproj/Localizable.strings b/WordPress/WordPressShareExtension/es.lproj/Localizable.strings index d7d73ff77b40284e711353ea857902187a76b62b..4e1e69adc69a8031bcc656c452bdae1466ac3d19 100644 GIT binary patch delta 1435 zcmYk5U1%It6vyv;W@dMrOg>7Rv}teCd}zK*0u`EwlCPFXnuKJNP242Yo0+@2*UZjr z@7zrreW(wC%6vmT zUspSW#Cw;b3@bkf{C@sGI$oI^LeA>!V4>ix+g1y|EFIN*VTO2^cgaoCQT~KhUtJD7 zH!dm&RZ(xRN*%4KX^dPL_#T)62&@4De2@hY6hHt%z+h`~0$*TUkzRZ<8C6e>;0!8y zY$56bPM|!tt^K`^YT9jLu8e_O%Kk)pw%`g1rPleIO7n^Im>*)wN`a*azK{elr2$=> zCQc3x2R_3-+q)W#uK0#L&s&t%)`g^S2xSrR=gLe|BP7g|Fr1sg9(LGlk}%PGr`EzJ z)%^`Kv(w|YWj*w6kDP5a3Q~=VZ5^KwJO9r(%o~i#KG8+*Zdw=?SBQ&5(#e7&<^+e(#V{`> zCkPit897(P424@LUMumxV@>>AMOV#SSzc>kqGSHRfQHzbXo(PSFgt6i2OU;K9(iF83jfnQ z)hZUJJVtwA0i!f25P5rqc~!igKW1$55wq{<+Og7HA?gJYEx(A@g85O8Zx}2kUlS-)$ITuRk(tM{nm{v6hRgC1-u$ z2yZ>%u@77jK%u&BazzZc;38m&*%E#UR=@!3;0^FG_yT+jcEE4ozNAX~qn{K&j%{%qbc@5heB`eGMi8?kp|H{zN2)%b_; l&*R_3e~AB*(AyJDiIa&;;+4d8Q2J!4e1iPL^Wl-W`9HCc#a;ja delta 1393 zcmYjQTWB0r7(R2`xon!9+5~gwn42Ltlj1|w2T7AuL(?QCo87FNWIa1`c5}?^%=XOL zXj(NOK2@~F^U#7=@S#sCq5rZk}ZXZdVmbsn<{ z^&tyjSpf0#^1!$U761YpfB+v90R&|bfDka)n_Vosh+#NQ{Pm?V*M$rf!_)%yu)|hP zVV58{TV^EiL;i=<)w~+1f?>p(v)dQTUVvQ82j!-wd-pdk9Ia6ginTyI%$ubien?FX zFO3VXVn8?3^BB1>@RKw6S(dXKN1;nmfz?jIN(AZhZKaVrYA$%!ty+E z*5G*HGwieU1TLV8$6nVuxg%Bh`)Ze!sfGY&Pzm!_jghoKo2u0!>IKln(68W)ATxnO z2T_LTYIRl+g#wKt7p;SF5wQ;(fPq(gb3p)m(~ngUbrD^f^hk;Li1MuVNM`{g!A-zG zMU)1jms;x(dC&<;Wr0p8A2y$977|i{w}B}{&_j2ba`rL)fHBCQkJa;p+1MbG7;{(! zdE`t@j)xq~_q49I)TD=tgbMuGvLj{)ht)PpVyc3W|EUi(i9eB@;@kmq&c2^tGuwE^ zIK(e%ZA#AWukFtYx?StNZc=NMi8hO3imB)WrKhpbi2ck0DOQLugkLowzikfiwfG1h zHja%ZqVYM2E?A2DSPx_A6D|jMJvYxN)Omlk&D@JM2kq!RPnXgeWth%)k`iyiPd%RZ}d)M zX&;|ovYHdwxqu4C3gRw`kotw`{X3t=j!4poP}9v@V)a{xXM$3mijl*fP*8Oq7+@2; z0WO1g!7lg$d=0LFZ^12aTT-MKq*tVmr0dcR=~wBdbVu%xhvZXoQ9dW{$-m2g%l|00 z(xaSILS;*NNx7(erhKmasN7N|HKDeuP#sVoS7%jMJ)^#;o>woZyV};E_Jo$zUe?~y z-qt?Ru4_MNd$IOdf9%oNhq0@=u6O81^+kPIKdoQVck~);Vk2degdMeQEs?*W-4)FaBU0)zP}kp!Ud8w1N@<_4}{2 IrS9YZ06B)d4FCWD diff --git a/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings index be5a8461b034fd6e97430f491336cf9ccc7211d4..651ba5fd946bc69cb9ba30c04d541de6fdab144f 100644 GIT binary patch delta 1341 zcmYk5YiJx*6vyv8c6T=WnAtW<9wz3dd5LKf^PwWGw&v9kNYaqqWRq?-o5{}2?oDQA zwljC4u>~nw(1Mt9i%1ZJf`a%ch~NX1D2NJ`AZQW&Qu-}aMHD|25j?XSgAB}E?woth z`Tx%U?se{UZqwdeennp`7-X$jqU#%GIj=RQO1eYvmhCy%Wwx`0OT;1l{r!AOY<_rg z%%BX<*e=V=c&jFLOUtu_d5(pdjVrLdFk~2*=|z|K%B?-iBf3=}CUzkwwTcTPIwM8M znVltNdz0WvYHj2-%pVaO_)Q_)mDkk4Y8vcSOj|dIk((k0)$zFsqqgOy(|+a;<)`Y8 zrgS)OIQkl^9k8vF{BNNno*vc<8*@XIin*27y7;!x797ND)Fix5JSMd9fk0EDwsC$E zDnM7hwwHw7?#wLF4QyK`N+BI>B8n_jL>N_&ja&y12a-80#u zuL4i&Ws=vDga7a8KN0ga3|y0v(d=Bs018#<{8g#*M0Ub*iNmTJIUhc>go)$W&eAL` zl<lHZq08F77JEx~rl);f44 z(!f6m547gBBU83P*C=tY*`qs*7EDs}2yyt6p#h#&`uOYd@iP!PWLci+2NGO?P`yYf z8Uf}E?E`TeIlvxZCQ@Fd;?Qy}(xk+)wE?Ku%fAh^^8UI;p}t!G<9LGaC>_al^bMq- z=mPQ(ffa+d%kQc8guoZ>x7pWs(&mmmuLNb+tOX>cj+HFA{XQrWiIc?H{`eEoAUSazWi$d z1#sYGU_6iwTnc;{_$hEVs0L35b60{p!FPk7hmM7&LY2@J<&yG4csM)}PK9sP_0+vk z_e$hw5&SQ&C#5R@ delta 1357 zcmYk5S!~=y7{|xg9@%*9l!RPO7@DNCO|of(khns+-Gow_tJx%*uuZnkdg4suwYTH( zisg!mkdPvk5=H`49{R)^6~{|KDiYTVPo)wMAc2H}s8m{7aj8i3f$=(ukRQe)&wT&? z_y2yr(tV}-b*vW-pEQ<>CR(vp@u@Yt#FoW9k1WiPDl{wuJGl|;m9Xb6jGCCjDc7SX zGKNz`Hg>F3Dm9ZeDrjyRmD~!-&Q6bQR@)nAXE3$VVs_Oa{18NhxP<*AKCdlJBkB_e zQWutaA$Cse&DbCd3{U|WIKToBlz|I8K;ho}Y}qs@f@9cOn@^i2q=x0qWs!}Fba5P+ z*npE|ie1NJH-)a&rO*}hLe+xaF!$ho4Y-wrU-k5N(Cf&!^6>KBcD)cZ_o=eSV zxR<YHk`CCUl*d3G^&2=uLyrB*qG@-GY8t(qx-b6D!JlS(~`8Cx6uO5TP}rGc(*| zL2q~x(c)^*yoV|BcuwpisXH>8E|={pgG$?ELD#4JWgB~|VP)5Ow4iIDxgD9E2uFhm z^I^)N&S9gt_RJXXFC4?>cO8>+VFCqx*Mtj=ih*ro*+!v*f__ghsQ>rE6?5AbPE6zC zD$KYJMGno4pcTWn=^M%(Rup{pq1>e|1VexmMhUt402@?0*oJ<9ovv$UOWM6pAGI8p zAi{;mT@$ZhM4`{2dc@$!U=pi|&84zbN&3D<%gWgn1S*2fjYq3lfk zFfY{3Qu<&l1^DCY57%r&wH*KO*mkr*W1Z}xdLJuCn;C3)kfqcY)rEi_eA-7O@DdJT zKkL=gLL+y!Z$D2g>zB&}m%>JDj2!-FQr9Po8U9yTsKmz`u=qse2+VD_%n?ufMc=7$ z0!{3dT?cb+*bA|Rwh)kDv|31q50OJSESR0FZ{m*ow|xw=SEF}?!5uViYVGU!3AY4I z9|k@^3{=58;9YPLTmoN#ufaFqTW}lvEl9#k!dc;C;i~YXa83A4_*d){`^9n55;w#x z@rL-P_>ZJZJ<>7Blh&nIq_?HZ(ihSX(rsCgHMw1ea-Br%kj zN}xn3@m}JW`uX~+^?#^Q^>OtR^~+>^@>sHx+(>RFFC?!eZ)p*&pjlc~driBcZ#5iY H1H0gV=U}nZ diff --git a/WordPress/WordPressShareExtension/he.lproj/Localizable.strings b/WordPress/WordPressShareExtension/he.lproj/Localizable.strings index 574983255e8c84b5c80e8ce3409c8f9bee623b05..e516968357f8cec712310ed5d1263a02af295a50 100644 GIT binary patch delta 1316 zcmYjOTTC2P7(R13vzOUfhFiCQWKV4ut+W&#v|5Rk(o339TG{0$(Cx5u*c};WHai1~ zm-wO&Hfcal6C2W)=z~!oY@!bu6XPW&KFYSsMWI@-k&BZ0VB>=|@t<96$UMw{zW@Kf z^L^i$iOxi)jmDwm1#P%5rPGmg#&~YjOsc!%87)W2q&=P^j%(*8NrvWVQ&ST=!`D92 ze?m80a?W<#-gD!_rr~7HcTsmdXA##XS%CZ6be*_b+F^}i{X^&5H7i9;;sB>%rTf}7 zm!^Sppo@;#6O?oq)@V{CteKCnYg{0fRLfe5G-Nz$+L})Fp)*uBG;%iU8n)#m5+3ts z;`3FNaSitMoHpW?7HsPX`-j^bP8`!xqup)UtT~xfV{Dp>N-bo>Fey98KgdPdAzV{l z0-o)F8$gxk?Go46(Az~do!FL%;z&ai$UqiKBZ9KXMh9K@&d+%{N zqK%twzvqHDwj7#si@=Z@Mm4GsMXcp)vV8CFjz)86BTGiEqWPn?=G<#s0w z7rY<9F?Lq0u8nthbtF}F`|a*0msIN^sd^!)Mj)Wbp23pfQaDMq{3LZ#8BdpExYY3i z3rKB(t=2NzA7Py#h0WlK+Eu)c=kQO6;M?$D!HYT+>rmWedwkXGD_;aw>b6&+PnkH6 zf5eM0x(q7?yaA_8IQ^Q&YXDz|avh+80lgKx4l`?T-0)yqjRMU9_KL59vphmPix=<> zw&JUkDUe);!8yFiPAhlW)zA}cIw-#7k5}k0G!LW&9Vi#@GA=-;mzn-Hu7Mp5w}K0` zB3+cUihn^(-e;?g&^pBK`S-JL0#P>QtMR2^J&$LZC4K7CLDA26j@=1Gb{SCLEPC0Y zvuhh}5<491Z#KZqE#Lyz(Dg#fr$E;NUZX&<02E-G;w5hY%1zc9euj;O4ptg~d8y}% zi?d#reJ{u0rO3ALayBg=E=vPj(LyN}7Le;+MSe7iE~Agp=jdzn16o9PIgwMi8m^V= za0KSTE;NS2aNtEiOfrKhv(lE&@2m7n z{x<&=|GWN=0$kwfz*OL!z~8~$!It3T!QX>_$pQHR`IOu#JMu+&D

ML(QQtm0iky brCE7WIjOv@e5WiZ_rgcR6XDm{i)G|LWcRZ6 delta 1347 zcmYjOT}&KR7`^jzcX#%O9ZLx<6uAW!jm5Q18mraBQm9&`fb1?5X}b2pOnfjg8WVpW>Vr)a)5Q3;TbBYB5YUtrONcR56OHkk9nyC9;oker zcg}at`DW{9>!&q2dHfY+Fm+U=L+N4d{D{s5`GzO^j5$VQiJp#`@!H*qxMu70Y;0J`K@*|5oS9>*{A=NJ zJ=7k}8N@b87Kqpsf1piAF{Gd|q#*;P5kXmGA`981c_5Kh6`PU{%@{e|s;b0R(pGPb z>NI7aJw;VbAzfKpGYyN~<{I~&b5#+`otl*E5?S3;RLWZTJ$tHm9x6Fh9^C@xkfu|% zmy58F*c(0F2D8#;ZoIFDDk?FJcqhGJC*`U`M9nEfb{R!RT}qYB2vsa4HnST3;mE*A z!=gF6EHoYmkxBW1XQ`bUcFbFvO)bcYeJM0~60O;+KF$cP=}O9S_voOmS;H=~X&g<; zVOQMUF?S<8;Y2v#rtHo+uB1j@?f`%88fF&ix_aFNlJc%jlPF_~rYnOwbrmG#N@r2` zdx434I}*SqJCEUPL+$j4(Z1nd#OCX&}hO%Q)S5m`EconbV zIlPGo{uRzb3K#GKUefS7F2VapsQ&`z8eT}_755v8I)4@VSKv!21;;$z(C|&X=`fVJ z@^CM)0o>X|p$`1Owy6W;I$p$iTm;$zycWxlpV<@suh=%OVjoET0jFyYI7^5y8i+KE z;3B-&K!zi7v&;a56bR;lpoEKT%Tvo*eSLd%s4as0IlKg|#rp6eJHiF zgFvwrsBWhB6lLJ*%+JH@vVXWQyJ4}5fs~{I>pUc0WY1I_Ve_E~%X{jg8dTRDv!G+K zY`vsH+YQH9y6j~g|Kzfma_x?V=a|R$)L|7eDFJv{E5~>f`UvdJiM4bdq&S8kb|^X< z`T;MQG6C_&Sf%$4_YmA3V;4g86B;0vp{aOJ0rH`7^gj9seTFWhYv_BFM@6)a?r;M4 z1~zYoPNM-o}4=B+m<;gvapi_df2O z@_y{S>b>Dz^Zx6L`E=i>zICZl`dqpytx6mIUH&8fY5#`*zkn2I3cMYd4ty859h8Fm lf|20iU?w;loC~f5e-C*=Co7(=m_+3t&$%bcAofl;{69*^%F+M; diff --git a/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings index a817198e1388b15a670dec80e84316bf78ace880..85738f1b8cc623169115ff0632dc79f16dc6d620 100644 GIT binary patch delta 1179 zcmcK1O>7%Q6bJA(`@IQioy1K@km;0Cmycp-BrX+S`D$pJ*s1Nclh}g93jkyW!qrkaESQ;->nTSdhk_S)R2S$BSOT^NVX`hXwW3H05i)i@Aqe;qua?ZDUSqf!JZj z_ODJ8w?Z8p)QQjB+R`-PwC4Hig*0t?ZHnia+bBh_ctIK!SCJ`h8^c2j)Mf;yTAX=q zkj-|E`bv2tI-DV4f$ftj?>54odr16+_V#C|NTp#-wpz}*IA}a2o|B$HyT$YB*x*52 zWe#1L_lO-fPb3oJ1N3Y>pQgkPs~yMyfi^I3p#~UQ;6VT!$FoU#nu~wbGb7nf&-@In zk~N1fcP@*Qq$%#{V|uPPnTW`{9w}HYI~=S#jd;g+^2NdtH=sW6E}Y2pX2;a`J-?V{ zl{%jGTuxnne`~h0CC*DrqTh(em$UvlCN;v`TrZ~l3=5hp2yz+f&%87+H9L~hjwTi?KZ{e1B$s&(QC8+bkwXQd6U==62^Lj4Y1Ha2*tZ#1e%cO zydmezU_E4X;1p1>fg&AfM^3XcE^9LJqyFeX6;feg0|*#F=q-csXHtKoPq%cblx zsjys<1di9<5*m#@%;xMvZNPwa_!zFh*YGXef*;@yq@V#bhF(HRR73=AqF<$*QdAn3 zrlhj;p7f#gjr5&#SNcgV$S38x?91onkL1hpb$L_%S^i!ATj^IS$~i?SpD35kDqkp9 zl{?BW%5N&DSUsf9sRgyIZm6HCm(*+OP4%7z+K`5|{n`cXy7s+xSC{p@`mA2m-`79W zuNeo73FD}dHyq=%al!c9_|mvx+%}&!QzkdhnD3hB%q!*%bJP5@FVYu-?jxbz7pfq3 H^zZx^Y>sKR literal 2845 zcmd^ATWs4@7(R~e#OW?|JH|@OwzG|HW6eU#fR=IX+K!F&k|lA{yE(B>V>gbEWjpCQ ziGk1_5E9~XNW39<;DINQ#sfkEAt59{OyYqDE)qzS5JCeXE)o*rx1FYeRU1M)a7iAH zlXLsO+wYQNnV#R@|G7NK#dtxCC!}QCrp;Tnw#yxz+iuu?TvqD{(;+%+;Qh!gF|;8z31Nh?w1~TaQN8B=-Ba&&WBE%eE8J(M0d~R zROWOxmsbkC#p#*ZLv!;Bi|Qk!bVSqXpepZHY*Ml)_8G1@79%z44AM1>I*k(R9;8^TXH@Mnlc1xjE zs+%PE?Hi_tJ=3RYoHr=W!4n?VtELU4x&&^<8nLlv5W5UO4eGTX=%p94)UUbW$pLaz zKDYrVx=WV)1~a{u9&+PZD2E8DBNN%Ej4*N#Lmu++{yD|b2~;s|+Lh^HUB^Btdxade zsOB$Bgmq6jKEUx*83)7#tQ!ol5Dyc)ei>%=(Zz^n>_vR3@=hgGiUwM(FI`him3Oqv zw`vJ@wam2cY$8%+rD!nbcq#0$Dg|aipcM*&thg+AG{6&Um83C97IN#anIwg)WVJ*w zIAkS+QnpNAGt$!|Kt~xoP|Q;B7_;+}^bAnFy%j;jfmB!J&P=TYnFy~BAb@LBd0)s> zP;1B)Fm*Lqs@!`W^&(%-owPmb`k_MkJgB3}9mgq@8UPNwgQEUG#7q!8JV~nb`W=qR9Vi3At)Lo5AkNFk zN3;=U8~(3DxLILJFA>e0Ra^+~)y+@I*=E%&C>4v@<~2HBVUl5aG@t!1AXXU16%UOzP(E`rN;_zaa^&qUX?y=w);fy^Y>QAEJ-Y74!qgbLY6H zx!1T$+^5`S?i=ox*sj>&*hH)xdn)!t?CaR~v7dRF@8wVN9{(7Bo`05qoqvn}gufzi zLc7o-V4+VqAxsIna8`Iict*G&TohB{X>m?`RD521Nqkj&Q+!AKK>SMlR{S--8h(xstrlwi$(=7#EFbsWCQ&wt?RObJL+O diff --git a/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings b/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings index af138fd5210475fb6287778fe0c0e9467e8618ea..63cff5d45e5b41fd10beb44187a74884a3abef72 100644 GIT binary patch delta 1205 zcma)(UuYCZ9LHz>&hEuF7ox_b#H=-n8o3Zl3r+pg4Q-E&=yLyBNX~lP!Rf}&_XGtQ0a>g3PKSnh^X<&QlT%k1zYIs?qNZ!?G8JC zem{OQ-|z3UwsCFa>G*4}kG`>2-nUXw+O8Z10L zW*8blRgVsd{e$yyWLL1Ic{Svkc6B9K!>H?t`Tj~wD8O%yPrvk#bWd$Zb&I)Ffug9rq|_ONl)Ro3GI{L>Cydn z3JJW3nieVgGPM+1!t_tL3FbpnG%9RZSIRXE<|#Dtoig}p>9Fl#mjr>iY-n4ASEB!jc05e&SfE9@IK+GSE zVWQg%gf9pAI-6IyV?IPlPqI$?$T~1cGDB710sKsCbVV82`Gm>;#q~-ZOayZ7fo0&Z z-9skr9`H^C;U+sE_F_9&0dclnYP0L<`d4bF{*xL|Knt7&7r{5+GPn+Y0>5!0_X5|; z?d4M3EQh$8+%J45zn<^o$N2^RJ^o|e9P54## zOY9IU;s+uXKNHWL62A~Hi8sUt;zJ2YnlvgMl1kFDbXxjex*^?{f!rzYkrQ%8z9Qd- z075tn)9@sGAASX|!8^)~QdU-!ca=|-^U4+F4^>vX)h%jE{apQ8y{i7G{vKHu8HgN+ W6eEiu_;@Z{ff1}7?Gpfz)xQBEvvI8e delta 1195 zcmb`GOK1~89L8tgyP_nvjoK7-XpLyqiYSV2Yg%7znl{hYw2jm3G+Dddjk}X-Dk_Kv z5k%`C3W6R~@Zv!{=t1y-AYOc+2N8wZgZMx^_(0Tyn{FxfAR;)2`7Xo%`~KgL8JRXR z?RaoGyK>d)HEZQ{>o?SI3^p`QE!(tt%hqj8&Hk!TOSrWyQXP#2;)!H?ZO8UhXIFQ6 z$5PajSwX{6^~#QzRfH&uG$Yxd+5MVrcQmRRfvu)ZI)li_U|ln^b#-;IC>p?t2<|rr za5NrirYWJSA|BI-j=Q2cWI3-Owk*@4!|Yy9cLbAyWk6!WyfcX&V;9h?Qe|x_o>vjU zuvs(u+Ur#n5|p(QQLN((=?Y<0Lol2tnrYbdrC8(Xb`wC`HK2>7>KW7HdEG=RR^gJ- z*$W-*)pSffVu02t3155AambohF&V)~g{Bc}!Fy=8TuFyGA1x|#sh^z}NNqK2Y?09< zv6z!0?VY*_lT5C(h^-N9J4@5^@*FW+>3I%^S?e(@6dUVasjaoaiSEaokHwP?? zVDJ3DE%3bkw6`H$mE4UTPhx7V0JA zj>)kIoe?dQgF(|E*dWOU+=~i2IU!Wj3{#+2_!_07)G};A{S>h^zMY^E=%4@yK)?nc z9DN0BdR$ms_B-d0GmV~8rk4QwG9c(Y?H^z1uY~;*3I8Xe#tPUt@89%R~R zTAneHC%q>xsrVDZ5<3UfKeJ0Doc}P0=q{;p=y}z03_{>7$U5!ef51g=3ce}7v6{f> z0FXfuoB^IKK1-K^8<_>U&xYOJX?hf~Y`^YoAhp*xxzkuJuhk2DBo zKKNolY&iu*5YY$0B3AUlq9~;lgd+GN#S4P;O{`EvK~T{%yGitEX8wQ9|9`i0tK(M3 z#kttYXD6qoXJ${GJ~MYVHovgAw0tg}NFGb2Guhlqes!&2t;1r;MjPeFEBJiXvCPgy z1^NhVd7%#i;`v*kf_yYGGC~)GuA$tljR{!x0+Lw{iw+Jdg*YOi?*ih18Y^cfZ5t3+ z4(PDd{cvF#x+Ua*fX&2iIXevrDzlmSINJ0sATW>Js$~K?Ds<4Ryxwn_hsWw;Kv;7; zXd`=V0ofRWr5eGW8zhs_P*GS4~96=j+uEQlb$X(zt=W=BZa5c{3 z0*-)zuf}ny0;WBeAeS7pW}_C}6|%Hn92m$YnM1G)v72sa znwi1DCJush0y(HeQb|l0_ebS^x+JxAB~tNu%QW}AJ5bItyO~nmqGfh4fjW9t8-N?) zSZ32HL`sziSAYo$BEfFTfLiLnQ%#A`B~d5J1bad^mqdOMlPYuzF|=8P4hB^eZCXo0 z_E}+#C?NE*K0tfa7LbiKLV;JOLdXUsVMw5BnL|^^ufPD)OWK2D{f=EXkpZj+1QZ)h z2iQ1t%Vk(uS*isX)YFn+DWRiAK=0_C^bcjQHM0jK%b>v;0}v&nAh*+HwMl#Azde0) zO$Pb`+6*CyNWP#9X&II$$hOccO1GMxhwk~1(0^pVC7r;VHR$G<@o*0`9n^YGq^2N& z>>@QUAa`Ghh&~(0;=RmD&=2wci66A_aaK;?07t+M*f-a01_6X5;#!1doR8I$0Ag?p z(sjL!exO2XX~RRgX|D)@!+u#wFbk^KXOpsLSZFYNNiAasS5jv~J9OwFC^tSY_bXEFV`bqjl=42pG$fxDJye+>eeba7v4E zR2fv#N=?~Tc9eUnp^mFht23&jzN%hRZ>V?G-?S#JQ`^-pX>VwsYd5uTwV(B4`lvpu ipVK$=FZ5sazYNtdjdtUxani7iz@Wx^#;5ekA@DEvb+nTJ delta 1370 zcmYjQO=uid9G~xzhk(TR1O@RR;-w(eT&m(hB>2&jf(Hc)MMS|`3W`wlpl^1T;%VOQoB#j!IoJEH z_r10_DPMSUYIsJ8`yPAb2|3Gs_l9kGtjCc6I;f_#6&g&cThf!8ukv#?)PaQ{}w3b-Mvrk>62n*Ki1f1~rgv|QwPZKByMC8??1^T?~#0`V^PkV}0chx~(5ZmQWdTLg#$ zDNR*Z{fdd*TDaM^p3u~;kla0(dlt?G7M4SoL!4 z&1ulqKzi=92aHlHSCLbJj*meW`X014vyg79QLLaxxm9f9+Ip(#V$iMSqe2=^%51phz ztRRc-!CnAMHP9M-p^VclBONK-V_g~S;%0Ck^32czg@XnqjLjfEzg?hP^7;FVS>(Xr zZB6ZMuh62svA%X|0>(Ay(g_{=mSMmeSyOuA8`D0dQH0A29ZO3z4eU<%){g%DK{=(j7|KSF?v)l@2aC_WO+%4`;?k=zL zBYc8)`Ca~H{w@Af{&W6E{*J&3UBW2=2xo)^AtmU-v%+OzUwBivCXS11Vp%kv7he(g z#rMQR@ni8w{8{`>{8xHfdQrL}eJTAQ{VLs-?nZ_pk43b|OOdN`w>%)n)mX}a2g#$#5(^pX}Zp(X`9^q>5?@&%{@uZa(i#Q z_oOcPuoqu86{}}2>!YGF5QV)c%GmHl7#oVp5cFaAP!SviWP*s`xrt7@7w>sFe}BL4 z_xrh*!B4Uns5|FO^Rm zSgpiP!nLY}YV}4XG?r~Z4;dY|?HN9Cy^hg99*V_cbb%j#cqM6JVl25nDJ-?uZ0t8y zGl;Z3#~`lJV%xa1odgVx;*WTdduq?^hV zJ){jkuz)NKjl~whuH&0#P~&6qCHjrFi~hkqG+@SIwV9h~wd@XkQQc1;<@a(E^f4(i ze9)+28y!!%&|*yjsjqVf)ItV9%WxffLykyh8l5I|Ony0RX5j`Z%%U1>+hipWV5H$X zqPx{GCEu4zL&E5NrCiHmYWoszsgqBXjygW_NN?jr5EAQUAkTBXat2o$M#6Ona>(7I zWN<{!@kM$}-M4SWWJ$t0#7@5Ny)cXYb?p23EV5CR+YvZ$c!8E$|i zEA9Zyio2{u_rDOeqKR!|4L0FUgrj|gbuiBaA)#DHMjem?EjIdw1M7r!a6p~iuqgveFR0PMyVQC> z>1{3i@74~G6Bx{aQ!GM{DcxpO*xXFHO_*l@v2FiDaKZvvcH>vj{eO&Sc3`yG!)?%H z@(i%Sq}JH17Y9%oz4PEh@CmpIz69TaJDkYf&qcVyT$(F$kh{tK!VmGg_;EhYuko+& zZ}6Y;pYz}Iw}g^#QfLUCa87trcu%+_+!THky2790fLImJif5>}CB7|Q6h9Kb6@M0Q zOF%NDY3YbmlHQU&kiL*^NIyuw%c>lb56OACA)l4Elp$qGnOByTj&ecyOu44qQ3utC zdS2a9-&e1wU#mZ9qPAa4YFX`+c3S&N`%TyML48!8)))1n-qc^!-_8WjNNMUy6qM9!vPqhn%_iBM-A%elwkJDhXOBCX zS!d2Ju38JlCsEsa9<)eb1RoRyMX)}!3Mz=8(1MQ@iVx|7mIg{e@Wr#45cEO3Fb{M6 zfB*0Me$1urOWkKuqw?tC#~y#;$)}zk8&6G4PVL@vWcuhcGwIn(@7(-CHfQAv#i7Ne zW2NPl)$(z?Ro_Kl_Afwa-wSl*#WMy zttr&pR^exrE`Hg(pD*YKhDt}hkOXYYo@EJZ<;3nO!YZ{+x{xvwiXu2P2etfIqv5tW zQtzHCCld3`HJ669NZI!emlN^G+|HVvjwU-Dm7*G>J>$4iKb97eqMrFxweOxn6ug|+ zlkpL5Vd~;FmqZqLT;JPQ++MkyrIi{=`5q%4D^8FqZo2GEbw962P5ucSFqb-2qYPf> zSRPQVv|q>kL$&w8zp%|0Xvi=HQ{Y*EK>%E^0i4dY4RYe<7TDw^_0g_^z)f9uC(A$b z=GTorUeoUT-!O-ZQ?6gHHvMZwhN2W5V^HD4tx-;HvnWi04o@1O{k>cffn#BX9wH1HJ>7!H?i3xGgEt%hK!8 z=h7AFCuu{vA^k4*%MZx2vLnAL|1AF^-;#e*63UP=qlC&y^<)ZSHa#gtrB^Zaj z5W!(M4d(RLOuJ(hrp)2~J zenc*kFZ Pj19)l#lGO@ccDK3&^v~h diff --git a/WordPress/WordPressShareExtension/it.lproj/Localizable.strings b/WordPress/WordPressShareExtension/it.lproj/Localizable.strings index b60d7806da4705b26b3270a0df078b5f305e2deb..c5f08d36b2586705351228982da986d6c4ac6a46 100644 GIT binary patch delta 1228 zcmYk5TWB0r9LDFqGdsCVOyf4Gu_rY*6C1li71Dy_R*B}u?k2nGW-~pRIlFtB**VM1 z*|kXvK6rsfr7cIaC?W_Je5euoVDZW7lfD$BRK*8Hd=V=YtWQ?(Og4r-4g3%1JKy*F ze{-+vUf0FxOV5Mhf_)0EIW8)eo+{(h>z-}xPnThUzy_%WAfzPN0A&=Qk&zKLD|HPm zPq~IlqWf8DkKJ0d06wrKR(R%>!c2Gpt^fi7|jv&h8|%vUKUewfKb%AYGQ?rTp& ze%}pXkv1+6f0X?rKGu>MhtB%qShebH*j69AC?3?3pol%h4oio`gX~GQv#l{WIm2Jz zuA*#jio^Zc6oM`wz9*ywDAWZk_(DklLRBC_C{WO!nL}qNlf|=7XQJ1$lc)%59$k)7 zfH_z}w$+h*(9{1RmKqqCC3iIC7ppF(uoInKmV1xpr~MEGbZ1bA;B!j=1px_GQrIbj z3F1@a)4ijq=!k7eIo2ol_b+GohF}R|f2qMVJBh;z4#TB1@{mIpGnn%1PpExtUg_vc zFQ#T}%i7)D9y#0U=A^o1+e&aiiJp~);RYPrYCD0bQ;vLvn4&NOc1!JHr}dr#ZL`G1 zMeINT1BxBuksKH2&2S)_i48QbjFn2b=9h3(3I@y`HlimI%ezIukY}vaNF4)@LuBXm zfkE49Pwt5Uhx2eCC58FwCT{=+m8cJC-UIfdS!Rd}TKc1HxoO|Uhz2AZZ9aP3j3?QY zKEMj<;}7u~Mk*DKk#O_2b%eFV2iXU@ZscYVHweNSyApfGJejUJ4hlnDC)X0%QE_rH z4ZS+dF9eAHBiP5>$Q-Hg;_*^Pj%};+0kdmla}(}a&W`zh&GR6;VGOktA`T?*VIycc zeynwMXYn|6cEjIS53md7!|YT2d-jI`hO#MK4M-jG?+&6|3WZh7BP>U&jcC9nzFm%- zJ==7cO`DIfoALeZnmNd>#t*TpYA2hIcfKU(!iMmc@QH9;_)@qj{2=@-Dq^$PDIOQ+ z#1#>Wx5YbBtF%w*lE$Sq=@sdM^o8`5^po_9oR?3@WjT(%Bk delta 1365 zcmZuxO=uid9Dnn*J3Es!Q?;Z?TJw^0+hXEk4kAX2tZBrMk4^U@yXhtwUuNEJUNSpx znVDTolm-A@lphP*A~w2zp7Spe+>Y!8bdb+JkfXGw|O3 z_c?R3_h#=~lY+WE3A@tfb7;k~aizLS*47=iA`U*jkoPtqsv_bRPZGaIe1BoWCIOtI zey})>TnjtIt)^0`d=547d=}Se6Xy!q>Ftfa2MT!-ICv?yiadS@V$Y)<`&E3QYdMR9 zhUdb7!a85X&WXe04#)unnt%WoQ~?BaK!Fbec(h!o+bF2%i<=VAdlfS*JXo zDvfijD)lysS&VE*-TW+mJ}`{~qtNzHC1~A(jcBFKwxt8il8>@p@p!U4>H63UT14}C zPSP~?KZ65nH5BiY0Q=l0_NjCvR!GIkz-~}Hi7Tk#1aB*Y%n};xqCC{O5QYF}Q4O2MarS{eI2hSi%#ylCo2Zn_o?reT5uynus5(HE5HtvN8~#=k1^lWm8(;XLIVK0=ujnlT70gz813n z4u#Febhb}@?9@`aS|!wT5#(K4Uku+GZk2>RSO{yd$+JgGnR+-0tc8s*jlLFOm@efl zvuF*&6}q{Jpx+o{ow07_$B(fyN2;z3@mRpS>zC~Kna=bJQb@VVn zdqOXU9pU>;qn}^w&+!WKlz3At^dAu}h9`Otvpr5c$(GZty`@RlCOGgY|29I(HJ&aF zyLeq0P>X5TZ8#2M-{^_j6Vusr8s{*NFoPtP=xZBcRd zdaT0U*N3;3W<#%S?6jbP3O2xdUYDnh`bpxI#CGD{#7^Ri#IB}mPij+IMqAZB)Glb>X}@cCbXDK4Lp`le>Xv?1Kd0~L X7xkYzp6YNw>k)-$f?71$TBr6ehU~sk diff --git a/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings index c65ff9b1fdbfdbe7ffb83daa9a5d76465f702c69..362c10d7c7a94035beacf29b8779dd987437341e 100644 GIT binary patch delta 1299 zcmYk3e{2(F7{~8tuXkl~M3xS8@~UfDog2@HU^0x$*uX$oVQu$|Zj`&;+xBdCS9@1j zF|wJEC?jTDUl;}wHN&Wj86%>>U-2hFjDPSC5))&B8WV7uXu!lEB;K_G=FNM_J@5N` zpYQkc-l)4#H??JYD{2}}>{isIhEwUa8U5*OE+N-NGfDxYl36Su%Qg!ol)(ku($Ye@ znU#+WZqjrc?JzC7e@9Wx=~iY}1lz@efov1yo$^43rXgENTcnArU%jhSF_JikEJsr} z(gU4}jnj^1Jc38eJs54%jch_j1Q7Do(#vP*Qfa!8F>)KlH=*#5O9)Y;Q+CpDQKg0GXm!d0J6Q&tcNcJVdV| zYxot*s)e1~oC%IAH`_~eQ?NgR6%Cn2j*3zWwTIFvgGy6~%2Os~Q8o(3!g$msEdA{I zm^;0{3#XJ~&K`7Aps+H66LM|q|2^Ff(O1PlWVUumyf?2o6e`il%WT8C_!h&$1-nuh zcHujg5H1wV!cas{W>BYT*x0b|9Bp!s$OJP$0&Fli7;|1oNh`Y1S7qAYrCTGqW%WgI z4kzv2m~K1SALRpNJ6F3h+8f!Hkmdj0?hd(xTH?#j$LwI_GvQ1yRQ-2jI$ zdrVPPF9@&20B#5{~mehg#bW+%s-&`9Pz{#DqmPOXLK;ZVA&>8iO` z)a-*WN?6a{detpq$IQ1d2a9n2wp$}s6X_&R-Uo|MH}GA=a{Q*0Q!3q0IhwUdMQD)-CLONpa* zy`muHrApLc>Lm3(^%-@6`i}aG=I9!F1^omariW;SzC{1VEM=B6E18Xq${b)OnGcyS znD3d(Y@FTAX4nEd!A`Spu*|X1O_TfxF0E<$mWW9`SAb zQ+%8^_!Im|{xtsy|22QpQ{$=g1U#DOpl8N&TmWH3VWcV{bhxuq?&F71`|n$N-F3d@Av}}#KeHr)QBboA#rx6f;pK?CYkfT z&-Z*ci*FWBHZk6*CS15ZvR_uBDv8At+7n5gD(w3Do=|!S%W+vVx*9dBU$d;9ovLQz zJ*H*vYmkj7(KRDpTU#3n$^)b`K>E!A66^>xPYso>>IiAJPI`k0Iqm#}Njhz&>1Fn* z!oC2pGid|cCQdm)bb_sJ&`}V{XaH%*Kyido3Yo}4Hm(SFq*U1^xLGrj-P=_a+j89M z3=*A0?cNrmYBFw1*_vrs^fzWhNuNuFEw?q|FY8F@rmPaWi7hTJTKZ6NUA}sg^Nwjc zp(RW?UB-9Tb~iX(aWg&C6(F*TO(WDw2JMJ{bsbjIa?H-(!WlPGrBmE$8s#hK8n&`L z++}ySidGZL1G1*eicVaDh<{~n zQU9OCY3y1;*cZ^E3EW^BHZkn3MiP@Vx}6o)(|R=J;0Ls&~^JVm2P zI0(C1QQw=edn^WB&<6XV0~%w~ea|O`wm=ekV4Nt2hqr<8^wlHt8qC4Za2-B|h1MEW zn>$L|rEs?r*nLFRAn2SVIW&A3vh5^r6j!Kl2Ht>kut3_Mj7#t~T!UMte+z^HRhddK zfFAQE?{)JBm8~#t`q$C}o|UxOTU8&=*Jg9^tu?qJ2ERJR??N{A7db(k+!K(UxE(mA zOb#lq#^5LT9A1Z+v6}G9w8>MwJdrQV-sPnuo{jX9XES|4DB|w+te`Do3B4lqmJ)ae z=HaAMbBm14!RX|JZ~(@Y7f<7ZXEGUy&rjkBTP(lCnt)elpyliR6oKGcZB$h*&I1QsY z2lTw~5N(kP%8b0fIJCg{Qhqb+fH8+C43vVWWSx@ZOgO`Q2A{wOj=6c~IZGT%-@_~{ zz&Xkn)X-N%N?-GB9{rEo2rUb=ATJt1N6~RKhfblh=sfxgeTNp&-wel$FfTG6F< zm|vLRnSa=|Yz^DO#@R9U3cJ8wXK!$RuAF$zK}2FF<;F; z#<%e*Kg=KGC-`apl(0!?7s3f)Qg}-^DV!0$5iST9g+<|p$ce+^bK+U?Tk*2EApRlV z_EdW6J+^1obJhE(H{k8{D&9lh8Sj^pD6N!=r8+4g^-Edlxb%f|LAoei^WEpW-`D8t U^(j8fH{zQuc%;Chd+)*j0wy=h6aWAK diff --git a/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings index ff515311c517fe5691734ec7778532f3803b1f0a..c356d86c3ce8eb639bc2a40c9f46ea6e429c62ee 100644 GIT binary patch delta 1283 zcmYk3Z%kWN7{<^2+uMuECGuw=j58Rp$$&E5G-zTrmAf(C zS!N<8vW&=b_@Mh>%rZ@gU1xyB7BHb?rNb}=D$5ePWYL+-I1|1QF^h@!QXI?qblx}b z^ZuUa-6+^77;C=tF0Afxofh3533+{o{qmWMYN)z;SH zlVs7$-6tejgKdhcb+rw+1G4JxwIXdG9E6$zLwebMOp>4``czy^msIsOia`$wKvmb2 zgFbtss3D)O>9C@HWe~v@IoRhCAhwVN_&Q;(a0%J<+cIz<6i`G7Nj)c#B#ZD=NRySI zYO@*2-_d7tUu+lkc_}P71sbfhwW9YmOc5U( zwHe#Hnvho<2x#4g3)m|5BbSg@|18u0COR`QV1dee&e0K)^c1$OD>V?P=?T(ZUxeJz&pEjBR4q>;Np>l-EBzYH~8~7Z7#)|Y#r~Oz8Z77ZxM?Vc!YZe z*O?CD9;PPS7jxb?2;foZ^78 z5~z0(FV{nwq5UQom9g)W38V?V(3#Okbw2&=d4^`e*tN`Y#4BkZEAvVI0gL z^Eq>c`G%Qcl8oaq^EV6FEcPhd%yzO4_8$9>>42%mbl8MU7frLKA2@=`=c+jiH^t3y x32vGDjeEpBG4tkTv(4->2h6v5n$PBQ`9gj#U(R>(XZcU~Yy1j-AFpP?{{WiP%2xmY delta 1235 zcmYk3TTC2P7{||CcV>uXs0GTU&1tz50_9RKN%f&3)QD0*F3TcI*O{HO%ambevooNp zX`3h}wrPWSYBc(2`_N?BMA)W_U{Xl83$aB|n-Ee2eO94ItIP@80~Kg97WfqpLIT zfT|%}K$PKUXm^dLF_RTE!jYa1Bq`9)yIRqEmQT#Bhe}uqSlhSYu!B_aIF*b2bU7|0 zE6VzsbrXfHZPBi-jHFM@c@0_q0eg5;wUC+V2~Sd`Y$s102V)@N1#s$ivMCB;b%t1ocd`5ND?(nwsTfE#0qB4xFWGEZ z9-N+A)&NWiXj9it3 zh{s%cc#IKn7F&fiUgDJ{Yo#T+J{`pbmwQ;Ayq9Vj1ohEk08^v$X?wn8GU1J<;}xoX zm@U40?(v-X2mUBN;(AU*j@FIuQytRc>w&;v(ml<}fX6F0!laAMAa0(^cxKb-7&; z*JY03c5x+K1$T_=;LdTgT#CER{mGZ|mHZogAFuNf{tSPSkMq;~ulyr{7IK6<;bkEq JY~bZA_&0-{hvXK$0*eVN_=f9C)D znBQ*2x8fJ4HeP~*bJ_x0tmwFEjMU7fx}~XmGBxC4xaKrn=n=|dW}1tZ>DA`bm^57*5(hR|xj3flkRZdOgJSQ&`3YoKumwFf)3lA^1R~gA zGs|hb?5tpzGVQviLVAqvrq?(np{Z@j))?4qSPs&$K6e`HCW2=g#B^*goAoE(6kqM^ z$RKuJcTtrD2ORr2eZU>qogGJ&dTy-Iu+}s+K`(OqLP=OPEliK{`?-DeDXFJDD4b0( z1jfqOc7YolD5Npcp<`Ph0}xmNCa{44AZP#wc!0ox>@;2_RN!8FHtVAoCUF%tEmHDT zz-hFMHMJ}GD5o6}`M?IM3SF^suAws*TGHud;mK#pQ?`d)(kjgP<}*qVyRPHTrp-zX zPB=EfHhI`O;kW2{zDN_oz(6U>ZU`C3wDW~6$JOblk^S|#v6V%4 zjX)h+46yiekQlRkatX7PS=g>Kn|o8pBbY#^(SS)IqiP{*T8pTTv*T`)W%2+$7U`zH%Dd@L@?I{%zWUmS z7#2%XsRi!(F7(Ss4pu=5U=|QRD0h8X$Z-Gnf$hpoV@CF~zoZVXC)esS0?5{ptCv!~ z9viLL^j^4M&Ij75s_dbf+(vIIuN<1sU_yK~f%fub%NMVTO^fBD-fGnxOQ$2@59lG~ zg^?vN16=So3ov96Hoy{NXXi2&8&jAvY=@D{=CNhuSuzM_fBa!zT=WtD=w_sk&O`>e zy}k)j%U*gk(!X8~_+ei=`&Cb|STd!askbU14A#IUa20$Gz69Tb+u%=5F`{5Dg1i)obtBvo^nOGu6(E5R_-hRMjDaz$eWSN(b4E? n^g@(I-;KT>{W$u4^j<6;8;zZfRYB{C^IY%(mbcgKCARt>{>!h7 delta 1350 zcmYjQU1%Id9H0Hl?(IdgX;RW$nskzw7;O@WPsXR_qctJdB)!j^*W{eLo!i^oWcS>i zJ9-KRYC#Z6jPqcjJ}A=1iq?ntAPUkK`=X*qg$gPvNR>cTEcl>vyJ>J=W_OwS|32p+ zb`X1QQP6f5VaH72IaDl}xNKGI%_?Cxw!dZje(tPkQ@HB-^x_kNB=DBoz{zwXzT52UPN!^2@OrX>JiZBH&vQNYz4&6sMgr5i=RoSh z8Xv@V#M5&GBmn{qU;_tO0D>BDfe$Dg&8KT7q8P?)r@A&{nvf#P&m=LyCAxkdn>K&<{}yMt{0STx4Q4E}l5ibNFGxsQ`MMuVtHH)+>y#N94@p+8oES zT(6l;U}QqqNiE|`v|t>cf~JScG&lw8;YgG1O2=7A9%V6cY$U(v_}HTX(Nv0)EEt{V zFfCPD;(eQ9pZmmaNsqRrXKFRlWKfB%6bxgvUL>|(2`9VG(*>g=BzFXJWZ~JCh569s z5N8&Zs?Wx`zA%Q}yZtMf(1C(+Y}tjVfoy_`1cwX?MprAS|7+oh*+U8!6LzTr=Uj(k zhi2z-8Py4WT^V8}q0ZiyhxJ@51h|a0FcY+~XEwnq@W2C}8sxcIU=v{AWEU;R^{~ff zBzQU&_Mq)J1Y1^qrcv~o6nor}}sF^4JRP+q{L>+x%BgwV4{)hb5l82(#3TV}MKVQ4bwt`_Tz@rmcG*e{K`=3ls>=rfgC~Rh)|>PNiio`&Jnm&V;(Sphd^R z{Ic1^+Qj^o@JvD|wxCX(T6;*Er(X^DRa|0ncE~Z2XR=uPDQ30(AQgX66z_|Fhz}$~8j+SHU)q+gNY|u~q)(-L(!MOn9de%x<MQE5dPlvh{;3_)p47h5 z?rFbj`w=5D7O^5%BX34-ME3MCeL`Q>oBED^U4KWvsei72qaQ?vqvO%(=xh|V&$c@t Sctjyw!4~K^d<&QMOaB1}>$1lH diff --git a/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings b/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings index a1af9504bab5a55761c1ca7de6f0522819883758..90fc1018b7c8ea459616024bec27888d755eac0e 100644 GIT binary patch delta 1349 zcmYjQTWB0r7@q6y&P>uwHEYaj+Ee2uYAzBxf!#$bnlzJwOODnKkG0^JiYRz0*FX{Kk zYtTVp+ip0(CAPB-YREyu!^3o52tAgaGE4%NY?q{$8fD9LYsDBM4F>~agE}i`#tj1y zSas=u)YD&_fVhGz;If@2u4X16K~=Uh7egENCIV3tvy*_12wilSSHdN|W3;&jH0qWO z4P+GNkzqoxSSO~9-9*CM{JFH%d2bxD_l5&kN$Y`)$LODY@3BM#R@Rf_^}4lP(!+Fz zKj|94RQY{&%E(Y6j$-2Q*Xi}%| ziw{4Mo5e12NV8Dz#AlEIava;q$IMC%OxTzpOpaPpUW;B3GBhmq^<@*xAy|bbPPH^m zPnzzA>AI;nvQUL26DDEY2jwtbl!BpnG8QfA`k{A6%9ZpUrc{qu(z}>IUC-oOfLr2} z^yAZrRB9eB*Cfbgg0aC##Eh+($N_5zY$B%yq2)>Wq5rwF#R%F$&N?U~hfyHQ&3hG= zBV5w&Ng$_D1sFo-ZoiPSQMH*G79(Wqr|4z>qjW{>exx{#al=CFh{5RK>|uaRR7@df z%Um;9$71r+oBlYxqx84uTY0frUXV*=?KZuvhG@v&-;r$I%|y^9a*0``1Ih?p^3Tzn zJg8)%ENj?9zvDX-NJkNJfnBFJe7#C0Wm{E*4MhDu@?d(g?phGyY@9%BFbYP?ea2>k z?gpM7$+iGDnFb>*`k?OpDoy(AL?P`d2abNsN{9XK8(xi&?rbML=q>rTYpGv#ZchWD?Z!#wXc}$*>b8X{i)}Gg9v~yZodqcaTUDbZj{%O;==12c(3;hR*fw-># delta 1367 zcmZ8gTWB0r7@q6y&TK=bwXMm9hSQ{Jgh#nT(~+6k=-ioDJdsSLdotPiT)q%qC_V{GWfLt{s(5Lc zm871LY{FRsumUkjk7IWQyKZ*E#1zcgF3pcYQbragm7$@bL>x9yDu!0<28t(Rk#Nd04$5Er1(5U@amiU5R~U<fDz>whjv;6Qn4Fl7Gi?lTb z>fTC|ZOVsOSvk%^(gS_DDdHlBwumMYoMh41KZ$6$+7$0%id^m!dsjZ@ONMJTYmEUl z6fGLYT)kvrx9V-S$;qP8?vdMr*|Tt>X<^QD*~1xy<>mPZ*XPBsdFMzpe#UCqKEixZ!;>lD!D5pjXZqb6)XqaFMtft-2;5D1-rR~L<8_I|L3 z{Tyh&sP#TnNH<}5D>*h^Dx_>wX*GtI4Q0L7aK3r3I5sa1a@p7Z69*PNhFnSu&o+*+ zqVExQKCqwF)kj(07iTZ(xGTHc4~)_ggj}vWld`P}BD`QXwGsBW*1>l4L2@(KvhxA;NuedFPf((Af*Ulc&+NtZefeTcf+7a1JNuThW(ysc|@m zUwwYtFsa&gGaILnn0(SK8a>lC;kV^~E7>}F?!?dx7ictk5gKv)wl z3vUZogzLgB;S=Gu@VT%p?1-{>UVKTsA$}^}6@L(a75|dDr9o*%sz@(L-%7toze|70 zhTJDl%dWgGKPSH`-;_U;zmm5VQE6AY6rl7grzQv%5`->J)`E-=hgCS z>RakH^#k=|^)vOJ`kT-1JLkLLyXE`Qx8s-nZT^ry?4R>r_TLHg2VM@m5qKwXHSm)r yX#HAF!`jo@741FkOKn>}toP~t`osE~{;dAGenbCA|3cpis=@E~9b|v(1OEVIFU`pS diff --git a/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings index b3569a1f498b4f87d8ec3edf8fc65ebecab45b04..bf4138e4c270b7cb4d24989ed048d7f10bac5985 100644 GIT binary patch literal 2822 zcmd^>U1%It6vyv;?arn)nKZ3!(x$m>Oj=D`lloDO^&?-cY11U#k8C!ZWO{ezW@nPw znPKKm(#^9k`cg$v5TB|Pe5pkcR1nlx9|VyiC}@2vDhT3}2%eeUY(kTO7O98}%iW#1 zbM86+^E?0DqHCEx>+AbYImz*YD8=G(qG8uPyBnL7<~=QY_uaeyKx^BLzCCX-23*`IYS zhv-zt{n&MU)(h*RY0>ttd>eWjH)zM)5Ae6-TCuW zHwm6}nd#VmCKDy%O<9!q6k8;)H3Kt);+*5@Qy%qwOkB4YTTTg^Q4RGQNzEx^V(Yj} zmMQjws!-SO$=B^~bENE`MJKuOV6NZN2fFapQl zwk0z}wB_ue>sl36>B`!qXwgvHYJt#&jfm?#QI+-`gsS#TRXVnbv$?CY2!`+z)dWosZrF;k&(KIKp8P*-@W7}a> zC0**3P2Y!RZ7Q-H^$?0?hUrK8CUFLumIkHqpk6j@m>7=$u~;KE)(m2oKqP}gk2eDP z$xJAAZiFt9z+(B3DLg^SR8{tEma)#xbQMZf*;7Ls6p4rfSqfQK2S#gP9vOB5OSg{! z1|VF7J7h@Qum+C;1{XsY*6yIF9T0 zV&5rKs2(0#g>87%bHa}XOyK&=Br(Vu)nBKs7g((nDTWDMjnFDtCesXnu`|Lh>|6vM zV7HaLd}f{A>FN~bMod3!&UBhuRAbqU$t)1>=r(**VXBh>5>5c!E5x)Se!~&*)7jLx zswg#WBVnsE(Y{T<4d6mA+ByZ{fpgV#g;Bl2f+f7_ntp!L z4NY!2Sh~&S{*Jlj&sELMB>#Y;smg!J%ofoUc)=?2(60!L;BMKOg>pzkYp8-4yjQ`T zY%nK^yH({co7;}2_AmO`^eh1=*LL);K|8R5rT?pc=_m_7I{`Pch$fK^%&ozfI7OL= zgMb^lbL+|v>hNCy-*p2+GUWa$x`sYLpP(<$*XTD+vG#2%hkw@Un1Kcu%+?{2=@y{2}fVHSq=U74Z%6iujKB zuK1OBOZ-_v5|##}Gg3iXkzSJCl&(teOJ7Pir5|IBF&s0br{h-q z_4swUM?N8+l`qJPvM0YLUy-lNAIqO7Ium1wR6*@JU>E(Dqlwxr?v1RKmx8ByIG`DQKefu3dcJA8U+Sa~jFW%R&|IW^? z0|)Oq)SWz>y1VDdJxA|7c3B6Cz;_TeK`Xo78Dr>!}vNvaul1VYMvG15R(eM%M*d9y5xL}yHkacUA zRES~a2Mn)jcwS*pGZ-F+HM9N1DpS+2DydW|n<2||YLZs%Wtz!N4y($}j80sNYqsxV zkJ)gJPF)I1b6JC#bS{{Ny_mYL?W)S@La>mO%eHSZtl8AVmd&sZ$6|-N!PSOsH56K< znn8m9OgB928H}cIR;M@vPdKer4GTzh3EYg!#KL8rSQP-OQ?KzrFEu|&neT=t2gp_B z;3k}CE?Ho8W;#tRmG9$!0}WC2gC)e>o#B^9wvC>GHhGN=Odc27xASk?YU4X8fdk#bWJf;+0iiH zs3qLhFw?km9g(W!^15w1UJ`qDl>)OM&Y3%(k+l^fXYty%9m(fmBnKmT|uXnFy~BAb@LBWq-(2 zP;1B)F!e{WRHgGK>P5aTp0YgZvQVLH7SvId<`Wc34FCsT^1>_k_1nIwSqB&nvk}M$ zCL>N@JC_3NR4(l}W-TCn^B}2;QpXayClFLsnxc@c176RN!wj<>!cmoNA$=RN2c_iewarc%WgYk176YyG19XA- zCdkvi38;+&RK*=PDS(4 z%dzAyUf0t8y{!z%z}GA2RrChBfIdVYqtDP6=ra156S!x%=ef7J&$(~8@3|kjU->=! zVSa?K@aOo8{15yU{ue_NJZ&s>74YUbY6O0dQ*B=`bxSa{S-4}PsLt~y%+m5_I2!9d~3WrJ{Z^I z@5euhUyNUs+vP!dLZ)2S2|v0JA$ zbP25S@XDxRKo^xAwnOf@yD*OIBDSEzYnpa>WgNM<%xmTrah0rNIBVJ`bPcj0v4fox zB1v6qO8I4Ay=D<)U}J3#8zzE>YOYCaCzJ6izb8M^)|y8Azd=#S4L%TinEfsECo*HG zcw%X^ROZy`dB=nHFZd#JhxEc8{{PIS3q?+G_vEH+2UFJ%taXnxTwR^T|XU2MCzpC-L0c1m1fNoinU zHN!WA%E+{{0n_CP)2W({lTBj_7u}_d>2mEml_WbPw|AwN7H4%$YwYeeIbG}Fq z>)?Po2J*qc0UTXxp2BXi;?3olE_OIDqCqguQju2H8rs3$55s*q&l!jYCh+SQ5!JPp zEV2ABq6h{SDU2Fsk#CbH`$kb?efR0w)}SR17D=^+sB2mkj?{L^YQr@q$_ElDv^a70 zeRx+>p5_up8zz>FAVQ{i1L*`WXOXw5SDKt$Wi9#&KAYOJ5V742lF z!-EphcJkPM_L9=oyf%&~#bsn0#8@z+9>l?F z8nXD^cxQwt)1vJyg;BSTEb}Bs<^3eu2p_VascJ5s_q}8`0L_HDxBt&Wy4L2o2O@GO zWXeL3ODq{38sX=c;lwet$-2)T^PBJvm9BDE)v)a#dc^mYzrGU4fa|~obzpgd2Yps^ ziGH>xmTGUl<$;Eh>hP_MtFa`jsUr!_+E*2@W?x6!9tUBt37!LQgA3pz@D=zD{3Xaj zT-Yi+Aj}JS0ST9dU&SV|P3#iK#AD)<;%V^%@e}c?_@k7Qj!G4YN~ff=((BTB>9X{b z^t<$rtjb0CX_?6{%CE|A%ID;7LvAx`bX?y?6)|GhvO~rp7>z=iTFG5&l25?xKOq*->nq;%Pp3I!x9Wy&; znVDT01%px$gc{THpeXnzf*{_&Du{^oK_3KLeNeC>)(c`wk)TGZ;@O!s*m;@z_y4}{ z{LbFs-rzGQkIE+=h)*OYr=}mAIeBV!Zhm2L>2xxc&SZ1L%PXt-wL-D<5L(xCT&`4& zhc`^R&JW+elD0P?svyJ4O&U(kaGaGX-EiR&aon{8vNUWOR%L8#ES*A4oK4~yY2s8S zIk&Uf-9_o&UBx7J8@2^q0_#kOZu5r|CP)DUn!o@Sr~nA+ zfB*-$@L)bu*O80ioMCM&$8{aLsN!T(*u#kFs;wFfr}pVl*OV$CeXpR)yG`xgpK(iS&p6a= zRCc|;V8fTx>5kAtHSr*g^7qE_CoKotu4gozW+qGOZPVD*s;%&j;bMpNMBfw+1Tyh@ z-Q1*5iY}H^b*Zs#8cx+$Cf2c%+U1+uAG2TKRI9?g-?Bev0%;qob1a{~3_D*AEN1-% zO6u(k1fnJ~Otfxd-$6;eqqR`~&%!3=+7{N5hE|0MV!7CIbCbA?8m4<*8m1c8pl^sH zk(JgWzy(ypL>;AroyX~)a&(FrPO~2{v`CY^Vpl5+mO8c^WanGBAlnO9@Qoo$C#;EV z3Ykr0vz}Yb*fcLC?kR&bxDH&<045+MwYQa*sX~p^>d1Btv+C*74}yC=EMJzGo;I=( zY@;+3Y=qexPn*qwG_3SSi*eo17$M9@3!YUE9`Bw$85p8hJC4xaz+Lod`4D|kf zM0aGiuz?=>tMci{N}CA-W#_OBajgQDfDLxR8AfZZWi-mZ?+#c^1L@?v(nH@5AEkH8 zra z>jT}=hrQM=(3_FYS!x7ymi#IpgmpC7IZpQ?vA13c^l`#}4~mhItwNgZ83I|(R&F4JP4EJE z3A_p}fQ#T0@EQ05+yK9E0{0kqj(dl@#9iTjhPIyoFQ21K7A#!4u*e^oyus9gxueiwcl^}xm#oN9IVMlbj=U|uD}NOX1V0a634R~k4XL46C=|A<2kvWvjS@}Y-R9>hoR+nmr(QA!G3THbdjB3R!MmF?4_O+T& ztTaAG*NbbD=N)XT49dcMCC2o4r0IP z16;#4=biuN%!Xs5@$w{fjF_3yT60E(_PhF0ote z701P8@kQ}f@ni8*@q6({sUjVgni7#tN@t{ZrT3-F(ofQF(hb>=>+;Joli!fvkx!hH zFUa4>SLN#pP@r-^nN}*wS>;3JGv!O=2W3<3QU}$2YFa&_zM!60FU3BHeIC0O`#tuT zHmIdEtOeRz+C^1Xx#^egdN{Q3AR@i*h=48a&N9x)y_ri`3%%s6Gd XZEP6d8NY(g>J^3PgS+;RW&HU!G)R{^ delta 1291 zcmbW0Z)hAv7{+J+-tLBwGa73=B9q2cF*aEIqJrq4>ce{h$>5BGMwHf*=(AAbzPJSV2LQ3Svv4qKHLsHd|}+K}2U@7j}mC zdEV#u?$yDogGXl`Fdln6Igy&2+B@C9Z{~^pvvcW8B0HbU7mB5FrMggCtS>d5M9WPZ zuQ)C8)GALIJ0GqVXcr;}5wAQ+f;AEZ)hU}WnDqm;m_l9?yTo(G$HxnKw2n(Tyymat zd@(n>(M{Y|ED+}6dcK9IxCAk!KIPxa&-N|lFzZkcG9R`@A$~+2<0p;5`)b9ujTnZr z#9OT-Z5uM=1f@K7ag){OuuTxmv>EZefM1eE`j;XDFo*;i@gY91@8Cm*!B1*;@U%Y4 zd)3l-B_(P)KJAus7}?PG3TgZ_Ys3fkK%1f!w&ekK+OCgmZ1W9efJ;5Q__f%*qqP|? zz?5wnDinm7M*Nn&m^E8rKLKGl5Uukw%H4V~*>1aC4z)Wojd(oUS$0X#iYoiwBaL|9 zp6xO>Qke=Iuoe5x-cuuM9FSk7|N8QP8;$5v=7lbA}(5Xapa&8zctMM=3azi z`MQP09BH;-%J&%dSa}k!ppMIqX*+pS>hRO*h*=H8hH13MkvuZ7R1nt?g*JwszwVc3 z9M7kS)@kmnOFe@a2YVr0WR=wwEC|Dz)zd^+%Eb_ z+N3Ec3qj1tfevOU;Lq!0A@m)BKoo{JZHIo`7WxPB{nhK_3996=(;*(?2b95^3G;?E zJXD?fOGThdLVuZI`ZwJR=8Hx-*>*`2(U9+h|AQ~ztq%{BO1>*XtS6zUM6rXY7#=|v zi2)6NBt-uM-^vzWQD__BRgeWfpa6>J8XzDL`+MLY(;z>q{}J-$3+C`4V1O=o6PyC? zf=%!-_!OK6Uw|v%7fF$xlU|k1N}o&LNIyuIrEBtC@@{!fcI21k@8qB4pXJ|_xH78j zR|4gb@`7?g`A|8he63tjCACjYs8AhK_o*4xR-aK1t4Gx1>ZW$THm}vRgW4GV;#2Mus-N{zvnBkwPY!Ji{ab0dVc>CsKKLh diff --git a/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings index 82f4c4880bdc7154907af176ba0076e2805aa97b..960aa63b3e7259abc0379f4d9fd18c6b7949d870 100644 GIT binary patch delta 1325 zcmYjQTWB0r7(R2^*`2*k+{AQKwmGTUt?f3^2wIFKWt&8aq)FZEW_R5r+mo5IyC<2Q zS?3Z>L;@m+1?}bZL5ffi5sTD@eGn}ocxE>#&cMu>|3BY< zzVG}0xjS%o;Plj)r(tHXdIBx08m`qJX^@pwy{hb*Yak25bd&Y+wry4-eC0 zeBXicq(&Tg+_atIad%lKc4H}r9oI6TW5N~-m$I4$9aOhzMojKo8b^kTb!fAi#Hg3X zk%Q~3W+jK4<{F06#8|B=kUq@!(#xEjsw%OOb{XilbQ5Vc+JAMSx@{wPvc3)xmnU#}`DdYbE(MqrKTm=5uKxqkYPFVWQr zJUh)!V5~fCuXCAnF^7=`O+yEB0D(0?fC1_Nf)+4=4IG%x&)^pvDsV48miJCCPT(4H zb*Jp9fHSCxt4hzv|2gf5nD5v?6`?0wDYP`^LR&h0Qy6@-GG*Akz6VV$63uElv=-No;$54(nKT3VGr%?FW4+ zIxF_{%@uOfRYlqE-96{3N|HI16sk%uGpKi9p+mT1PF3l85<6E+n!;A(h<5M zXX$lcI@zwKvZ-M^b9jvyCe#r`mP1rir(=Nu!DKyd${G4jq=)_**dHu!4+6n-B$A>R z<;BCyyMnO;f=G2-q>~NgG{G!r@w-_!T-Fc5`q2a!Xl#W_lk9{BcJP%qqB6%NX*Lw6 zcOv`fsX#ed1K+a!sNFqM16j7v8A#%5 z%%jp&v!xT2Fkv$+>xqGk83y$>#swB9&_9BQx{6uD)!U}VI|frJFiM{YoAmEcD$Y)y zv`p_$)i7)^uh9zK6NOX?en!VaRr;Q9fQF<*pp?UQi*=4J1@4#I!{C}qdRy@>dM(yN zzl`jrx5F9c%U%|rVDH3sKE7G@NZ<`7j7?2ebJg|)47nCzArJuT;2ih>ddS#S&Rtx7e!KJDyFs8xR!{u`|=eD-+Ml&X|P4vyMkE zOd;FA7O{(?qob)Ls^O&sE;}`xOef}cHad=_Q-oT0C0Rl)-vqJiIxf2-z7V^Zz_jYx zkUFr!8?kM1XvzXffItlpV1punpaLA=0SX6l>57RchI7PTUyhq5q^RgEC9#DKx-ySV zg5Y9>636z~J)y7tVuKa*8mM`_D_yZ1WMVcfwzah$7A73?p@;ceAQoorLO;{wrP1Xn zj#YHrjZ6X~6FPQk0Y6XkddnCzT~wg{DOhc^G}(^S!VGzUoe&56bF;RGUFs7}r8vpF ze&lIPjZ$5_M=18VPwXSJ*tHxW)3M_ND!k0 zryQGNn`WkQ0aYz}Md@XRP-P#=ec^091h|08nB57TVV9zPq2&bjDjXcMAC3ftmn=iXZ_OQ2vI%rXaDLGTG@*NR^YCaUH%Hniy7)OVJuHZtRCc z!ZGe)0@sM`Knp?si5QN>Cc-G>E3s;Llbw&8Vo>dFS>qFgfyE!=5tzk52ipy1*=6-{ z$T?&+Wub`LJ_8NMPSZ=eNpWf$J)Bub}T((N|jqE?-@iB2koEMAYtKwbpckwUr zfuu|Q(izE|FQnVjeOZuWa)%7%A^BN(Q8wkxE%~y%Ex#r2D#OY-C8xZr z>?z+W2dbntsV7xKCF)k-mB6*Yzrp6>j&&wV_oJ{9-Yh`V=btRzC=eSk!`5(29a63R=*j6hs6ILX`^UlL*e`Vrf|hcAlB% z|NQ>{xzcf^V|(G?bYy0BZvJRA7EdfB7nhEumRFY3nd9neHb>U-1?|LoF(Ws|3aUwz zO`~iomTj1uN`aW9zrP=5*rtbyV7A*&yu2IQB6(HFNRf{M2TqndPY`YkZpj=j5Cmty+gY)O1V@t z)EvpJ%#fU>Dsv@UGjuB+uPA?jpRV)8RN9|2)it}?VCduU57Xg^PpR4UM5t6MZf4{F zY%{IGkg}!~3G}h;Oe+lV{@QBcScFcXR26SqOiyPrO4OWU=tUGmDmsZYq@z4iPzf2x zLblQwpCzYk;F!~o#w*j4hsl~+F4{{K7s{-sE05VrErV^zbO<~tM zyv98kOg*Jr#I$z{E0ypml0r<=FqflRwxEO!-6pzy_vlFF2+p#L5a2pHm*Vt=)V!+c z3)M`Mhc#o2L7595&>KXm0=%M<0Zw09^j!cW7? zlAjsgtM&lnZh&b=4;@gq%M-*w_(Ir$cEJbldi;$ia3h|?bN3OB8S?%;LSJnGw@|Ko zW#kYC$_lE#q^ZpisAD}S|;e+^) zh8rl+F#VmN>k+!fVO~zaj@0ARPy$6!1oc&XQ`12l0*^GzbnW@_!FBNfc&UdbvHLmX zK%3}1dIw!apQ3Nkk7$R%jKuhvNoJN=W>n?|bDQ7ctwuKLcFNNP~#%eM(FV$RdeB+dyrt=x+w(~F7L07`{iR%Y9a=S$&`ovx_ yB%Tqs#H->@Qd}xa7p3c-wC8irEzgeEkcCvf3nPxJx z>`a15p~1%=m9~kWP#?cU0)q5MHPC|6f{IuLF{q%ZAf<|6wQ4B{{_*ZkES+Jv+2-r%q1K%+B?vPAT*03|Yu7s;8GUm}eUvol4}_ zWF@Pp`ow^0E~})tc{KTFS=VHWK$?LLZ$T>;`7ud$IhT=#;t4KvU$|4!%kbz8O$p@#C zxr|~FIil)Ilc7vTwv?w>BgsAd8n;PIBpFxAQ$`L&4{Q8KcjCq~HAR!Z8}CTH@>f>o@N zS8U1*Y;pS_jSoT%dpI!tlx~u|RWzDNP?IUC^l@UP7Yogsszpqi6THhk!Y4zyoVEtC zqb8b?q|udmO*I#7W<&2zNuq7;zRdjy2MZBS+bP>R{YrZ2WQ6u-k74WEy6Cu_KuRhb zF=S;`Q8i^=BesK-R9+a=gS}A2i9HK5F*Us?hYj5#x-~IC7L*mudfCwcX=Vj3W50W< zFa&u-Stjt8YZyNA`KvWth1+p2?!%AaF8cN1W4IOf;|SbvG{RY_JgDLW^mLHkwNhMH z;Vz5)xPxwc?5&EDD25`anI3geTo8v~+R<6A;!1kbPOE#0ynVPER)j+!cOF8+#}yRcMr)7R0!YTkDQiFO#$5!L;URiS4MVD=8RmRd z5TMO$@<(9Pm1b(-S3Uqo-6H(VC*dpMB{7R-9Hte82D@=9Tys}?2$d-K58@z%yghKv z+YG0C#3NGn5EY`*u*+9a+{6D1!yT; zqa2;|>wrFYHN^Se(nY+VGCx@LjMzv+s0YPY0k60vxa51Nj{Z9?jUrDJJr@%0E{10h z<#nNxj;tQ{(MZCSs}SuIRHfi!1pXA`@4Z$MWS~WiZ=9x+J&vOk7^3eG1=9486Rn{) z&^Ee+uAq<64fG}Y8r?zn7>+s1oMWysyUdTwFU;@EzwCatnH^@c?2GJ8_BZw}`wu5^ z0d9yhxee}l?p5vs?nCYe?ha`t1lF_GBYq`OTTO^hXlmgb>JTCJwZlI(6iHqCmob9Z;L zvoqVB+2}^Fig~djw%$AxMX&{hB3Q7ZA{NBAyjTzof<9Q0h>-Y!6cj0Xb~lYa49uK6 z=YRhH-Be^7bcloDO<#~NeRj`Cv=^-H0SVMspH_n2(>cIBo1gAR&Hj5 zx-18psYzC}ml+u|tU_8N{1Ks*U&p>kS_=)-Wk{uD+Ei!y*)vQxD48g^hHW|Vcun~u z>FK>KQxy93GR?Y;2HQHu|HfUx_%O{B5+_O}vzpc-{371x86a81Wc*>F6Yt~wa$9qw zFgFGhz*Q~VE4Vj0J;|s}Y|BJbh@xd=APeOXK_z4(2e~8~A7{_FT*S{FiPxr2kFqSS znC@&X1sSJBme#@p|Mzq+M6!W_YhqYQB}zI_s7L3Q#RG$>)0V@^ZoP1}1|KXDRxaD+ z`AH*_CnL7yGRxgPI$1m77laue5u?%BIBbaKs9_}=Os7W;r)W4%a*CNO<0j&U3)vr% zBYZ*%w@)P|$I_a%v%6h#X{`fDb%<%L6#%vFpKlm$z)5S(rTFHT67LL@}rtNJkVi0J#EZ6sxF!sx}Nf=Zo+ywH5E- zR1J5oz^fHZK>`F2HPDl=1Q#B2=#RPz<>%G?qOEoFU;Ul@yFeTNy{VNSRS)v#y%9AF z9(L7l_(Cn14+jtPx4qN%>9Efd`Vq4%__1Ngb9IMr1{kOv*innZeU!fy=zC37_+@zy zzovHJK`10(Ot{UgM`2)o8%#Cgz&J#>$J-NNI0*M9xZl1}^oSVTB#?>hok>@MVSY|) z<6HiQ&qmN1rRKn4KH!b;X{9h~qU3))K+6Vh1(02VpJGlom`N>zkxah2ST)fw9OvtR z?$%#jgfEn$JYP_|_@BO;d^nIg4t+7ZP;tnLU804`lFJM<0iy6N1JK)zMP*@X6)i#m zLM6wkUNRh8J9Ll4Pil$>)n42Ug&4o34Dn4l%)6ET^T-Q*Yv?`nG5QSMLf@b}Si&l9 z!^iPBp2rk#;4L8}>=oLDVPR2N6!$9e ziKgYI7rkrVbszEd_>TDA@NN1B{W1Sd|AzmcfL~FScBNl=Tq!Cm%Dc*!>X4dL^Xd!g g)gTRi8vG)7JNQfRPG~Ija_B?Nr=8MLTyG}-0xX_^mH+?% delta 1272 zcmYjQU1%It6ux)~JX%|i%Hw@y@oST?q7Rz{N zCYfPUGF|da$9CZs?u;(gSrNC6n%3LrOO`_o2K~amefRDD7-VnNxpg|N>ob*Q%XIVg&W=5l)+2RtdoX(z zp71S9)m^URjL=MBaf0isk74uM_UT03fwX?lltXBhnigHQSe-#yZ}tcEe=Qs_xl7^n zteMG^QOEX}?Ip)pmR2n9Ww`?~xB?$ao!Wvw1Tsa7%+Y&5)ra5-MTRX|+s{eQIE9K! zR-FzlQ*T9 z@g-X2O)1t;0oAf7fof=(AM+!aZs>*WKoVA!UbqmP#8Eh=bo)X?NAH6-f{(yEp%!>c z`wT8B&G2a`8fG}m_tWBXZaaDtPw9YF^)O_@3%q2Idl7?N@F5u1qMEOK4;NDU0DP?$ zcyxxZbfvBwg8DGL5IF<~IFVQ^MS)-CI_k_#`73jsrzT45ss4Q=^px*7dl+BUz}grv4(MLsyt}%3LE|6i}jiR z9O=6JY(o>q2X=?r3Il3%9R;{$7tkg20lJE=qiysh`Uc%We_#=>;TQ2I_$&N9zKL(+ zyTbj#Az@O;3C{~Z3cm`!3xA2a*eyOLy5hRHA-*bZiPyyM#5)p}B2t?~q=V9<(zIkq ztJ2fbIq4PYs@yL>E~n)8i_@% diff --git a/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings index 20f30400df72b2a214f31f4c7d59ac8fe5d6e38c..72ab24656ca404484ffd2f66b4d97748b7331b54 100644 GIT binary patch delta 1223 zcmYk4U1%It6vyv;?CflIc6Qb@#3Y8^r0#|$F=<*-Ar&M^6C0aNll@GZP1c*;o87w~ zGwaOV=%$Dd_QgUm@%Eur5iM9Mf`#@$>4S(O2tJ4+Rgglc2#N*-DJmj(CmV|o_vKv9 z|NQ^IbFTDW>D`*ye!9QsC@GaI)vWPwyohWJ8&=(h4z=tCEMglE4GpoV*xA1{l_wO= zTMkXn*VihI ztqlxkiCNAXkR1`**$u%L&KkjyJsDW9RVOcNyjkCL(8myI6z+y+W7V6mSkz zan@)X`M;3*sUROOeP@f^P^F5HV9trs7aXfi=4&pzl0vomsAXFM63 z%^Jr3?jDfK8r_^!x0E&7IiU8QOw(`^PSyxbW11_vz8pfa;{t0{qLRhCg1!#s_ztnp zJ>kQt35!}KPQf@$i?~>aJf?dSq`Dd}Qp+R|Q&Pqhu}gto_LX{~WASwJAV}sEdDdl; zFP5-r84<4gINR~IwPlTmlF%$5yIe=Gc^jn4h}xy5rg6ll(1{A3Z_66`~qx#7_?dSI^_VG30Xlo!4B(PtT!;ue(-(9#{BWIr5LH%)&|FvaA7Q+;xI5r zSSo}0y@8wj8cX{lO+Zq7v-L{FG6wg9h1o}eVRla&U<>*Jds};w?RvVHR|~%gRL}sI z!294s@GKDEvzH`2>eY-8GmPX5)E!X@n_+RpG y`QP*J_*O6Y delta 1219 zcmYk5TWB0r9LCSwc4v2Xb|8*S_S6Z5l*(3xt&6djmr`yWq5>jzcAR(>;(1FGCZTZN@#xAJvh&y? zc42UEFqK4`IFrB?XA>vWiJ9$s^hi2IsD)RPMdb32Aa-5HW%tB$k+lS-HP?pJfmJ?; zT@w4pERX~UYytvoPyi5Afdf21Vc&APY9fl^46)0LqoxTdDtMVBws4-V#<58doU2me z*dF^s=;>T*x`JL)HD`3EtCoXI%m&1xN1tpROgMBXJ;0wE#KNpo=w-T`8C)FWS_Q|g zXA>Bi(6Ljq_%)g{I)q78a@3)Y$=O|~s{u)N&Iy2NLDm#1tGyY$d#D#cCajJ7kF z=8KK+9--LdoY;=^v@bncty*;km9Dv*Va(UoE#eiMlO1~`XGEIj9?LvNIMG13+@##p zIgRq=vokzja}C=+b=-B5pMe+I_hEzWDs4xW5~S)nn~qJECW%?Z zkm3^iRe6T(MWR|dQ9~u1nk27cwyebc8D5NBAQg5H zD6@0H9@Z8*-nW)4Qa%}CO3Ij`GMESZzy({pC?#GP6BK!A2n+e6tfIzQ)_00MABYRx z>@%&C-Bx;pKK}Ls+w*m?DgB$k;&gMzgk^#~YIYuZHS7`gi8joB*ZP?eUXUDPh{s!C z#{z8~D`#qyi_h>_C7hjTdSH(ty=){@*0N{U5p_z$F^;u>XbeV9c5wV@Xcv%MuAx@h zcq&yN9a?E{XpOTMPnE4f|qhcGRv}P6@LI;pf;( z>aag^+TpsG9fYF#$~R-uF&7Fj&9@cEG6F9-uIN4@N_7CjGCPzUdV55TA3Cb$j0 z13!RWa34GrB;j@8qVT0~N7xg76Apxb#HYlQVq7eUZ;C&Q`{D!fkz`1{(zN7B=cNnM zJJK!bYw50ZUl!zu9F?KmFHg#IvMF!LZ^)PAtMW}{Kv__hl^x}l@~v{TMeQ%`-;h5v5V{(= n9=fONdQ8vjRlTlX(ZA5Y()Yu$@bU0?cp>~=WW!Q@K diff --git a/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings index a05e1e4a319d2cfc141576587c10c48c4d0eefe5..2c36cf5c131f66130863250c298d72bf83bddc8b 100644 GIT binary patch delta 1285 zcmY*XTWB0r7(R2``(;8K)5L_GG-gA(Ht8Z267?ZX(pqw>yPLgqlT6O;oZX%5?94KA zHo64c7az1DR({dc7r_U`3Jv&DTTrz1MGJ~Wil7$p@*t>K#EMF*XLq&e%)`w5XTIAUu~l^)7m6Awl`Hy2)u^fRo@52vL}^+LTXCpmHQuK(CzWb3pBEq9y(@_s zUbAtDb^w++34d}!q0}Kqb+Rhv76AamAIAZV=ed@8u#eF7DVAxVB*JJD>BvN7q@X&okb|faO)ZkgC%nT{vhCy?!DU?NA zBdXjT|F5Qhhe&s909oh`nwo|F9&;}=2gKA#`{_F z?WD0miEU!4Z{}vHUL}-$!dUnhSPzZEmgh)cHl-Uz0atMarC3A;yT3&>77~Wn{HySZ zC&P`wjljcjJ?OtH&f+Vz{>sf`O~W=*Zpm>t>wg3;c)NlnG|#|JJLB)*clV&5pv88D zGP(`dU!%*(I<|2(NwLY`TBQvzQI)L*W?fBY0ctgAz4=n z!EL~Rh+sit{Drpo;FAb~LPcm1UmE&i`(i-QheoBSFJ6jBiy~6b?u5{Jm@{YQ%>P|s z00!QnTK?2|Tqqi(RIbpqs#$}A*gu*}IZYjxF}1Q2)U8q1%}pAV>1S-0EstZXNK9&# zkL+&@J<*09;cJPS1da)V5SBCX#c_^Rww-2n zfnYRl!u^Oe0p$c%5sUr+C)<+PBO1`o+hkV zX^D3!BQEy|K9inO(_{6z*#uqbp3iIAnMT2+ZpE8yTPN~b)FXEQb70|Q%fcnkWe?{R zE>_RYaD843+u!xhXFLb;+MzjH$LpAyxL^{GL0;=>1@)*Fj+ou2u)IKv6@A>c7_nG( zf|PK>WbZ2dP!t+)RUQcES|R9jxJGO(4p*b25Q%oj5Pjc;*umKp)(f`7QoJ!IU`aXIm04&M99mtPAg0A7xg}!4 z&EP}utH*@|L;`2wLa-Aq2m5+0l;$O=BZJq5aTtfMIx^chRd`+o{ zn~XRXW^^4s_P=~+b!@%hG?{LAShh9{Kd4iX4|E9qkXL))b0r4ft1FNR-+yLt+A9Vv zp&35aZCCVXg67&AhOn*mqm~m55PV(mup8qkCuD`@fU4E2jZj#X| zVVo9Jv}a*6^j2pDrCMILmDIRC44v9EY(!sxlfJ}=$-lOA7WgEG>poDtn4+dxz*U@^ z!G?jIR@au*d0)m838T@Mpy^KpbM35)#K8~?4+j>L3|suT0iQ+*T=e}ZJhz`~Y_rl< zYVjy7j#=Y(KWd`)(TC_0bPe4^U!kwjH|QR^FG#{`!rQ`iVOQ7_ei42b{uQ4PkBhTn zS-dFT6@L}~691MoX;7M$TxnB!L%J+|DeXviqIn^oQlY)jAK}rk8U7%AJ$xg4JJKELi>yYrB3B|ik=xO@ W_N4YEYG0z@tz2w$|H)glOaBA%U6I)U diff --git a/WordPress/WordPressShareExtension/th.lproj/Localizable.strings b/WordPress/WordPressShareExtension/th.lproj/Localizable.strings index fb9e77468f2d04b1538f7694bb317ea1550c8b43..ad9ecfe90bcc00dfd73543f1f7b0d9bff0bacdfa 100644 GIT binary patch delta 1252 zcma)(U1%It6vyYz_iWmmjcKyojcsl}wt>dRZa3X1q3B8Y^75B5U~Vheo{eNlR6w``@Tb>K4G zbM86k|3AMwy?1)ABu*U|K6pqzd_+4sG8#{ejUPMSJu&&hi^=ebsgu*2Po>hC>`ZPp zf4VR?IG-L`D4yA)FP02k3~o$UbQhzBQ+JU^9Jhfg*u_IbLv&h+?97iF7D3aFM{?8k z#j5317E+khT^kVx)mV6T)G!dy%N`vRHw`Q#bi0JB$YVV%yF8oF2`;mqg%nF8vQSdQ&wGJfZ8v~wG}(>kj+T-_wC z0>>Vvf63cmCa#y3vZJ+HwNVU4=@rl~$B=1NG2N|f1^x6{DcscxoKCU{OqK8LU3pN= zrLb-w$EIJ)VJS0(&lB1!UkGLVNx3m>>h&tg`-;(&zKrR8Wur3F@<)S0&$>dkW-xnA zPxLKe`~JeD?O~TR1M~h?*(`)z*Ky}kR;hv#j!m#l+Np6rMPF5B=_Yl@j(mo#UN7sG zJ=0oNZp`wQEzg@t<0>wZY{nwY)H70)np%&T&Zd&|rrJYSGz3D-WoXM>OI*ugG1zqs zlTyXk;8_HFzUx)#pig!G5*&p9PQo$B!x6X*J`X40E~u2*y0Qa&JgOUFP9W>dasQ-+~?)x{?ZT4Cpy(Y&y zFzji1Vp(41#%fjozd%{P;ns7_FFZ?NXh$Zo| zNX4t-wM*jr;)?ja_=|W?;v^&uOUI>x^rrNo^p&(G{VelxmyG0uoRv%RS@~B5DBG2o zl2;na+senvkIEmapk7p8QQuKNQNK{Ht3PR~7S;x|eOg?*s;z2YYTs$U2i67p14je- RfXOvK9<=_P$Nlzrg(GKRu7CJ5q5B2|Y&kUd>E_i+Bd z|Npntw$%1Pc&E^}d(Yn2wAbI**FO**99p${_|1{g{Rblcz}R?n;$SSENQP4B$;_eb z)O6oW?l9Uhn>Q#Df_<5UTZO2IOglYjdh@2|WrhrszzN4AQ(|$=`n1W2u91qbZn3EYOr;t2>`uj0L`c!>)VrM%RvS< zU~l8?ZR}exEli;jqAR6T+hmv}6dkvkj$vd#$4-pnqlA8{t*13{9sNXqk@l)Dg|efz zhh5S@NhBCX&bMk9lYFV(#4`!@SZR7wdqGL|m&;a_LfIe9`Fs4{t5r*H~w03nB*^*J)K`aw ziwa~pG5r8xDrV+OFzna_+ax`R3#ej|59JP;=PUF}DX3@aGsAH-UpKw706G8<_JI(1 z8SwNAx&67v{1$*8^nwkb9lQegS$4}$v+|xm0d%tCEkFRHpli9=Q%(CHHT^%CU4g+m zFao;3APD?h=dKb6gRSguy`9Q>MobW3$lDvGcd&zA;Quef&#JaqU+H0Dfu)4%ISs&5 zYM^#4K>yL(d!8h*$V_ZxaQ$F22!fHvTt4FPxCvUotBuyn%{Yy#a;La6+*$5C_Z{~G zcZs{g-Qxb{MgCp>B!7Xw%-`Ub_&@l&!e*gM7!!)Z3E@}aci~Urj_4CZ;sMbUkBje% zAB$g$--_48TM{p|N&yK@E={;#t`bau|Sl%Wdl(X_X@(KAf`JDWf{Ed89 z(Udl&rkqxORBkG_m3!**YL7ah9#K!Kzp1x1P1~e}wK?r=ZBhGN`(FD+`%72!wR%wR Z(MR=yeoU|Fr}eY?#g>7VA{|}?Sv}AXaY&XgFWasSeWM^mA znc3fEg3=F_5-+4Ga zsp&30Z8`4Z>FS!HJH^#`>Q-$NyB4mn^3s^5VV4vfh>4N@)d^zesDT}ZshfqR3F6WM z!_3UnvUQH)8Qm;pRSXaE?Qos*^=8#@ya9u&6~iJL)mCPyrW1Us;_8;^B$IXI_r)g; z+?^n7Ub9KwZ4OxGF#N^!gp%VVS4xdlDn>1<_QFN3TaM$rZcuoDzmMyNL8+sqSvWJp zUSO>1+Fs;heT(yyXxK6hlt2WXLpm~10bx`@7IKh_`;v3?Nf!j}>4%f`*B6h|JgFLP zx~>AxkuuGyt?~bJ`cK3{(*{t5Rwa|FXv~F%bhs=WI+{6YI@ER>g_XMbj1s1{ZQ0B7 zdaj5kEYqc?yWg6uw_uZBf?lDoFP&rwkpj`pg{G&A$91QyJI+Fa8Z_solDf;ZACY?D zl-SytNX^e=RrOAG`_5(62y-eTWYuFOoQNZ2~2CC24XWeQ&M_A5)%&27*v zwFSQPw8K|Q07iV%LKwwi(|-^`-X4E?fBL;xsDp#^!6ArySHj6DhPRNa6{-fY)I%`p z>w!J*y^v7?T=dQ@3dejh@=3Pu!rcFvZ zJSFdV7N$u}qb~dqY=y0G7ZcjXAS3XyKMbS6AYAju;0sSbd=x0bGl4Eh%h9efI)i9q zW9oZ@+4kIKcblCh*zkQ0H~nO2HAzc0v9U%?TGP!unr18vq%p_r)HJCOH^+95qT6{i zjtG}U2J4h8w#I)eV|8gT8;lEWC=FYT*?Fa%>uB(53$fUgN8py!b0Mp?C0IzzZd{86JHQPydu6XzA0W8zZHMFApRmD z2}{G$l$4P!OMB8EvPZsO9+sb#ugUMoyPj^(sE2wi?}qnN-$7rG@361xyWto72mNLL zbN;vdJAw7U{K1sbec4j+; zj7!CYct9E@`yZI#foUqd@c^SLcL{`$fR{}m1RD1T_5f%?69^a&oWxayE&KQ!`~SZ0 zeBbYl*hcKRaV}UN$I;>3Lu5Ix(?W5@I9W1bncsgfn{sNH6p3NY9x>dq;kwx|-SF_V z?RqChiIu0OVHNxP`%_7>N;5OGY_HN}dS;?t>)4e}8Jjq$@h{D4sB^(%i7FV~-TwOp=;3 z?=2pqx%sv!JzS}nHNeuIshp-wSC>u0UGb4^>rhUM`r>wI zb}SrgSh(Q3?DLF}d})4y?az;){#EBx#&;m6-8yMwvPuk-ESuC>=9ZZRnt2s?T0*9h1bL`CEExAPm(f)w?pHtODS4%h=X-%(VAhU z6Qn{sxGHsm8IAACBuGuCUI8UouqM*ELFB-KG!!YI5k$BgGTBNAHq{txDw`0HW3W$| zf-_1F$m(6~%!V<~C{flzj)7^3<;_}zqHAzC5Qh(fi}0j;hhS?lh$&q#9oj4F$gnjG z?}di^$1e6}RA8&{yZTvtF5xF@oaB~J6*)|l&MwUQtc0qwN!xNr2`+^1fve#@ct4V3 z*ax<;L?RkMp^VP12>s! zi#2wQQ8}o;al#?_C|nLl;9|?5uotD^d$|=Z1Y>s>Sq(uo=1iH@kusWZ78jfU1!nha zZ0@kJ1gFBS=c4ytIu&T+So03a!(fI&Yvrc7w>OFzsmFjCRW5@wP>@M@5xtCFMO)}2 z^a;9*zChQ}ADqBF!JXya?;|FY?duKk>itH~7Bh{Yc9L2*jd#nWrz8F5{FUfhy;rQ_0qv>{!R-jcqQZpyqI zl_%t^d^#`?m=3%Y_%v`MC3W>c4jD)AwVhHB2#q%iy*79Hm!-Fv^E&Juoqb90^7M9b_aH6mYrGZ zLWLhyYrAOx50H&Ns__<$jWtb7t%=4 zd%yR6zI@rXj(=(E5>0OHa9n; zBcywG-yv1A#4f|M!d)3Tp_%c)0JJh`U9=1_WtV$fRaLa4n28$cn)<;uNmpP(G;K{y zkM*`m7L3`NkpN5@V^HkS^pU6_q873WT_AW*R4DZpWW-D=VMr=e2aZ5hlf=%Hr5U;z z3Ss3-^zn-Fpk()}X=%uE8Vr3OS|{$<8af~;Bi*g3R3aM{JZOffb$P`hEdfyzc{@>y z?qRCSoWju#dxGr>XFE$Y)`bI5Qbj{gfFO{-7|?(YVn75bU;qEVNLNXjIvKAb}INl6$LD!u>pbSp%Ug8>OtWpSiCrP>q<(NUhd^ZrP?Zo;%xC=6iu zwj~j!(?+^Kpeb>&&Co5VTboaZ@Dn;i_972eSJxM^HzdU*P497-h7W3HQZvn-AWT5T z>JDj^o&9dcgF5L-cd$Fq5fy}gcehC{D%9AdYN)7CWdo|()$bT~;6#P8hoPm!u`g4z zpoxK*IkUs0!ML-GP~;tD)9zT86Kvu`&%<@-aO+BQ9li*oR@K}wyz+Vd^G zsmb-gb8&WJ5}oEeZZ)`=e9AxSdrdwu5olDi>kI1K-^xpdP>x2~ZK#+Pc4_|~qaJ;_ zGdRQNvvNU*;FIWGZU;Kgq(}1q99?B5P3PMY4v3(ZMC||XG(_w5x2{%kX z=7*pef2h`VSG^W)@crQ1GUXq?<||rYa_bxJ!f&15M0&A(u}+@+adHKH!L*gjxG0}n z%Dq@H9V*GLq7++IBjZqoE}Y!yQipzrZ{TRCgsZ7mmCyYU-&CA^zB+e9iG1vTB61n+ zWFJ5atapc!`*Ze_+?O&YBKytx6?ul2uiJU^d8G68dm&s7-pDkJUrSvcb}ZxLt$7>n z5oakU+s7Zm2JoW#yk|YbHi3#M$D3`^39exdCocsTv4m3s9LRz>@H%)4yazr7OJI$l zi4vlkc#!ZB{e(m;5KGNL($pDhmU@}GNG(#| zQLEHn^cGs7Pt%BghMsz!ewDsJU!||pD-2*nW*>8yi7*y3&zxgkV9qmdGG8&@Ge0rE zy4s z>{hplh$szdmqY6&CdL?u4~p^fP)XDWZ$zVsAP|}eX-v?lG*ysjs1bK|D%Q-yWODxJ z`+eW{pHgk9cB+dKi(Rm$J+@C)RD_4)32h{)6NTRL&_FnogK}Kfj7X-C01@+j^L;*>dxL%qT7Vs8CCy!~q0pU;+!+uqoP`MzW1zw`L^!+Yy4c9Jl&H zSjVb8xEmu)hW@mznTAEKQVn%Ot}AG{)R?rfH?5m8!lad6w{Gq72ZC)CbZhxNtm&B4 zQH`XU?eq3`lv!~zlZyngjG$?ReR#helWN-_%E-fZB;c(exOj`8>w$+3a-qLJrm3t!ZGWYSl?di0hBao~2$0VsItLU1QaFtEt;h0q8 zn!Am;UEvO=!l>J_%XwT@lY6?$`P?-WFK+brxedgmyL~2OaQwKQ(9GyD0$$ciW3~;`Ospv+0jg`OzD*PZ=P~mho?rr3LK1{QeL?@ah&vc z){;l~6!Cbrj#pUW>fEnD1Uc|BH~~(AS@0?N0(=9`fkkkGVyFUjgnFMkLtUbNpcbel zdK0~k-c85p!}Ry`FZ6Z#Pex)InO%&W9B<%k)_xgc0CK(7Ir7=XAzrc zpJgZ6m)KdZl?!lDuD~5c++mJzuW_$)Z*re;Uvl5_YxvFlPCml#<2BykpW=`6C;7Ad zbzy@L68eRtkQNRJGs0=%s>NDOQUQh!2XL;((}&SuroZD841WCw?T(iI>GI;?Ew+ LV|b>?{wnwn#e~Oh diff --git a/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings index 342af77176fe4dcfb6c168dda63d906faa04ea66..80b07ec05c4906af75349bc770898dbb80265ae4 100644 GIT binary patch delta 1277 zcmYk3Z%i9y9LJyge+4!U1%WPv2a(Fe@n_MgM57x+hk*myLScoKyWZ3GXnR+BSN@Z| zkSKI66rasBi&@kd6K9lVB93W%Fg3j^!6&!*F0kl7k8gh4)6((P%6nRCpp%62U1wm4t?=C#PTpB~fEzBkm%d zj|{destJ2^!}Rr}{k?MN?`*x&{Yo~X_K@dib2DgscPYY zHpxU`Yo_0g;`%s(ovIcM2oN`u<#>f~)CGj%mfRSaO2l+YLCSC!Qd9|cCrnk>46oOo z{4qUIdcQ}q`jw;y1-a|e}RO2S5 zvLs(P+-YsFQrT?Bi3XR?jU)x?S`2uA1jd01G!O<5B!CVKU_zHyM3W|_h?#v}d%N!- z3Q4J$IcQTrQHrC0P}cJQO#eaj=QUt~Dl78$B^1j-4jpHyhaUHLXa-7}xx%n5---lL zGN~tr+-fia+jPxDntAW2-9Ex;asby+F4v&fdLbz+sak*Dsqdg_#8t!S_n;UGntfi? zwAdeI>Tow*=JfQrI|G7n_wDYP3kX$~sVXWUlv{$zpB%~u&dUi1CC?)>7_oC1s)-Cs zSkzY^Rotxje)q`uJZcw@fkykoU$8Y$nfrCA3B59XMIN8+KBO$I^>5gJ3OYM*dbDy@ z!83eax#C%mFW3WQH=8}8Ox<~1$<)sE;Op$}8g=-lSkSX-sc!*r=3=h-@N1{mGLu^nKPxGDXP@@kL&%igg6JTB#)!5MBhRC!`Nvj9K&*#Hj6{ z5ZU~8TQCx#x{waii!`QB(Qni5(JS;C{TuxU z0~pA(GA}TGCdpvt4dyN8471AkFELk{Uzjbnf^A?QW1nKru;E{limy5ns#K^H1>4@qS+6z>% delta 1289 zcmZ9KeN5bB9LJx&7bc-7L|%p|!vmHv5KT8dpBN3 zbi^@a0rmtXYK$=w|Ij74B~FqhCc0#5G;s?OO{PIjjEa*uHEQ+;wpX&KZQ5Vj{`&oV zf8XbsDSEbOv6bMLTE+av=zt_E5XIty>QF+%GI`)gPbf7eN^wcm!^c%~ST)U_W~f?X zhhbX1O_Hu4P1WOdb#aUg;uFn|dxu`1G;gp!5CHdRk_H$o^{Qrzqc zA`K~4Ups=TB>Iw;YUn2ZnW!x3cU_65ON|QUok`7*Ai}j|aq<0o4^V8#qHFCMQ#FK3 z2oKJqyXv}|Y*ySzjfDe9f}){^ylB*l3PlYfOi3{-` zHFpP3-#|= zY+`uNLT^A-2E`^rw~%gykE58B)~xf)0jv;d{5D;g+v6;P=#_>Mew3>WLjSqBm=`1} zoXW`Tj3-##C_||_mhU|Yh(k+kOc^)RhH3=ACy>I#kGBc>z`y8lqPI;(gr7im& z*U!C<-{G3>feRa5Upq>MP>64_Wq2Q(S07I(;TlKG`5;!o*zagcR;GxBm z*>6r>IQ!jhsp8$|1ryg2cH^&XVSW~wnVcPTk@ymS5dXwhd!TZ|j~uq`eG(=dWAM-5 z=G4XUFa7bzx;qzsoG**WJ>hiC&`5>$xi`1tlD(}PfH-l@k&8PwN88svt?!nqeYgML z0iDnsisH@nf)yg`W+BIq_Vf$5A}r(xkI2rDXrv;zldf?r#Cy5Zt>cenqq?$NDrY8r zEpWag@`>Y3UJ>RFYj&u`_y{|K|K_Wwvy4#Qcmv?U7xC%Z3pMedq1O6Z= z;uLX?c$c_Nd_{au+#>Ff50Hn+b}~-Rk>8Tr%W>I(Hfb(7km z2|AxHqec1<-9r0lNRQLc&pnP--n*O)h$x0nx@51H$1AzRM2 zuwiz9Rau=q$-d04vLCbCTp{P@x;TX!;-2Ofxpi)f`;q&FXLynK@JIPpzL!V5#!v9C k@~iwB{~mvp|CGPMZ|C&poCev0B-{#y_o`DE`^uUB2am6^-T(jq diff --git a/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings index 2b494027573d40ff58d80c8200bdc54928bb5476..5c8b0f23d782e17fb9869caa787d98b4d3b3fb58 100644 GIT binary patch literal 146 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UYyRR z#b(Lo!sf;1#HP-sl?EhS*o@dbfV5#cn<`LF2guX_$)&TovY7xG?ri!XE{C9$vZlVB ScN7B{Ffu}D22LmqqcQ>FP8oy% literal 146 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBTAaqF z&gQ~q#O48{4b$0N*-U^8cQ$<>sg=&A#bybV^{9>$K64yB delta 111 zcmZ3-xQ@{!sURn_xWvHV3L_IU3o9EtM?_d=ab`(=QE_NkW@>qHgmZpwZfaghai~vb zc4~1Ji#&@RizACEixZ0l5Sy}Cvsg^bk({V6Dx=C`z~TTDabz(9vTT9!{v3i*3Yz*Z Ju>}+R6adlu8?pcZ diff --git a/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings index c4fc909bf3b2a10fb29c87c1e85726b4d3eda8af..7af5b4db942e7ac7bc8714619961a5829252bc61 100644 GIT binary patch delta 109 zcmdnMxPj3rsURn_xWvHV3L_IU3o9EtM}%{JZf0kLv{rHl6B~_{5U^v-787<^!)!3|0$$JyZ~*S$iaN#n^1hdh zx)~OqBrh6`C)3$H$}<-Bu8}ljeV2Uatkt!b^vIQ#3MX`Esf4FBTGZ%q1v4&iP-sx% u0sYa8Lr``o9vv0X7U!U1NRV-uIHU;=6#8hniZ|PRVK5xgmstGx$MX$}_9oQ; diff --git a/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings index db79c7d7b13316f55c2bec134399cb97710fa207..723c21c76dedaa342ec0829eb2d21bfe1777f901 100644 GIT binary patch literal 118 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UL4_< zpOTrFl2{rMnOmNkQ(jpV>XDz8mKo}vpHrUBAtXVtBS{xCX zTb`OzURf0Co}W{m9^sdtl9`y2SQ_e)pO%)%At+~k5*alB delta 79 zcmZo*Y+%$+D#*z!E-^5;!pOwT!pg?Z5)qbJoLQ1zR2&+XnOa^P;hdkFo0?Zr9O{#q eomxE6T2>_58zPiglv>0gD5apO@8mNvK>+~bvl&DH diff --git a/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings index a71629be44e18e771b25f7a41bcfb3e5a9543606..9673d9000898c02e304f8ad8d8df3cb4d002bc5b 100644 GIT binary patch literal 139 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UL55O zkxeX0jc`gWE=|rzEy`waXGmp8V|c=l1B4|E3JkdnnG8kYj-_curD>@gf>O$w`c}?S R3}C>>2%#A`p)`z20sy8oA`$=q literal 139 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBS{&h& zT3ni(ky;e)SejN;nwA>n4UtbQO3h|)XGmp8V|c=l1B4|E3JkdnnG8i7f>H{a`W6n} R3}C>>2%#A`p)`z20sz8aA^QLT diff --git a/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings index db40ace9d22c8c32f1cbc7e2e14d44e942c20e00..a8d22f8322ff950e12cababb3aa4c911130bb4a7 100644 GIT binary patch literal 84 zcmYc)$jK}&F)+Bo$i&P7!V%8-xw)x%CB+e8nZ=nU`9;N{KAG96#i3!DspZ8Sf>O$w R3}C>>2%#BRp)`!r2LQSr5S0J` literal 84 zcmYc)$jK}&F)+Bo$i&P7!VzJa#hE4fMa7|EnW^Q)5zhI!xv6<2#i2f#*{Q`Gf>H{a R3}C>>2%#BRp)`!r2LQVW5Rw1@ diff --git a/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings index db40ace9d22c8c32f1cbc7e2e14d44e942c20e00..a8d22f8322ff950e12cababb3aa4c911130bb4a7 100644 GIT binary patch literal 84 zcmYc)$jK}&F)+Bo$i&P7!V%8-xw)x%CB+e8nZ=nU`9;N{KAG96#i3!DspZ8Sf>O$w R3}C>>2%#BRp)`!r2LQSr5S0J` literal 84 zcmYc)$jK}&F)+Bo$i&P7!VzJa#hE4fMa7|EnW^Q)5zhI!xv6<2#i2f#*{Q`Gf>H{a R3}C>>2%#BRp)`!r2LQVW5Rw1@ diff --git a/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings index db40ace9d22c8c32f1cbc7e2e14d44e942c20e00..a8d22f8322ff950e12cababb3aa4c911130bb4a7 100644 GIT binary patch literal 84 zcmYc)$jK}&F)+Bo$i&P7!V%8-xw)x%CB+e8nZ=nU`9;N{KAG96#i3!DspZ8Sf>O$w R3}C>>2%#BRp)`!r2LQSr5S0J` literal 84 zcmYc)$jK}&F)+Bo$i&P7!VzJa#hE4fMa7|EnW^Q)5zhI!xv6<2#i2f#*{Q`Gf>H{a R3}C>>2%#BRp)`!r2LQVW5Rw1@ diff --git a/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings index bf86bd4f2fc83078aaf2226f355410ff86b92346..898060fbba0bc9d38af155ceee441306c1b6b1e8 100644 GIT binary patch literal 128 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK|aS z1xh9sW#$)0ffXd?m82F&_@*kPmll^KhC{@PIRvGYHTA9C{29Q2kr6^Oa6)Mq6%GJ% C9U;2_ literal 128 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBS{wzI zP0TAvEe?k;i=%-mfC>_eGV_Zgd{Y(DON&bqIRvE?H1(~V{20K1kr6^Oa6)Mq6%GJ) CBq6c@ diff --git a/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings index 79b597432de58fc6514990f7e326f1f1d4365c8a..4c51ca57eb6d2d997742853dcb8d670f1f1c29aa 100644 GIT binary patch literal 129 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK|6J zP0TDxEsg}MNG&ZYPGj&=kYq??$YjW6NDT=qO)cgSlv38zw{Z(*00Txw2+hC=rD0SA E043NTyZ`_I literal 129 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBS{wTgl6D`(l9Cl E05QNHrT_o{ diff --git a/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings index 30d11bcc58cebe6874ac7157d3b506c62f59ff8b..82dc0ba93173ab1c850dd80d351b9bafcb2ce76a 100644 GIT binary patch literal 150 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UYy4I ziuDrfRo06@{3?z09+2^z^#$uq*1PEp3aod4jGI6KAUBKkGV2o%11S7}^%;cCAtXVtBTAapu zkM$z!bJiEEH(Bpyv0i3<0%9;Ius&dY24SbMzGA(^dKIYZD(kCspv)bhikm-Hi2;rV8F--p&2-#G>pmx07lR&uK)l5 diff --git a/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings index 93126d94e9885a969d00785c1958523bd3314a96..a7e9ae7aa18efe05869527cd290cd561e2e915e9 100644 GIT binary patch delta 75 zcmXRfw@fO?$t*50Fu20V#LU9V#>^h!oS&PUnpaXB5tdn;S(0B=9O{#qomw0kmYG^! c9O<18l1wbhoTx9x!67K6tf_D5HZfcQ0IB2{C;$Ke literal 119 zcmYc)$jK}&F)+Bo$i&RT%ErzT5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBS{xIQ zU!0X%l39|Pla(0}P?VaUlbVtl>75T!lUS6=Atk delta 69 zcmZ3$xPVbVsURn_xWvHV3L_IU3o9EtOGH>^ab`(=QE_NkW@>qHgmZpwZfaghai~vb Yc53lNFTIKS((D|9QVN>-P7~`D0reUcW&i*H diff --git a/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings index d73dd285b44ecb3c85294d4542dbb1f4f3e9e87f..8a76c1dd7fc5887a52b07658d4a95b97646cdc6b 100644 GIT binary patch literal 134 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK}qV z=$#LePAt;RhBBf8QuESF^Ri0w(nEqvvlAn|A)LfK4nZkpO?_v-UXVtBS{xOS znwMUhmsOgV9_bCC6Z7H)1ikY?iV}--v!RTT;L_|w4nZjeO?@ku2nH}F diff --git a/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings index dcce30ef073b357d6769af51f836867270f1ea54..5474ad0555c243a49a790564ede42b8b0347e3e2 100644 GIT binary patch literal 138 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UL50C zl2MwTSe%-hl35hyo?2XzS(M4(!|;|Nn<0^*h(Up&j3JZZLzG)iYDr0EUV35?hoF?Q VroN4H7y}qEGD2tuPACnd5&^*>BNhMv delta 97 zcmeBT>|*puD#*z!E-^5;!pOwT!pg?Z5fPSIoLQ1zR2&+XnOa^P;hdkFo0?Zr9O{#q zomw2`o?2XzSrp}#lUh=enU|he6ysQuQJS7uoSK_5(NUC>Lr_XVQ{T+dZ(^1L05A|B AS^xk5 diff --git a/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings index 79ed2149900ffb7f1d6b943dcee74e5eeb17681a..2ec7b01d80c88a4eabb2e5a8c3cc2262a0a1ec48 100644 GIT binary patch literal 120 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UJR4X ni~`Fh0_8J9K=NT=ekzBcl(MG2g|i0(7%(zIXa-Iw4Ws-4`wkv@ literal 120 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBS{wzI oO$5qkhJl%>Fa?<*AO#$PQVN>-R*qf_V8F--p&2-#G>q~G0RF8Wc>n+a diff --git a/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings index e6c61bfced840f9bd9fe355612646350c6d8d2d0..e61d016a9efc1b1bdfd75aa737fb7c45db7838d4 100644 GIT binary patch literal 118 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UYugE z+2EnUXM+>TU0R|34XnuqEudfm0G|dD5b2aZ(;Ao00xYV5SoD#O2a5$0FXx= ADF6Tf literal 118 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBTAbXa z73$x>n%t35X_Z=#VzAlZp}}W^6UhcHK$y!RD5apOZ)WSp00xYV5SoD#O2a5$0EX!u AA^-pY diff --git a/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings index 15303dcc50249b60a960ed43c99bbb63b676338b..797229c46c808b18628031d93187d118851947a3 100644 GIT binary patch delta 84 zcmd1H^Ghno$t*50Fu20V#LU9V#?BGpoS&PUnpaXB5tdn;S(0B=9O{#qomw0kmYG^! ooU~bZ9YgXS&D|EqCnTTfKI(F8O5)xR9D-8Hn))WzP80nU0P64`2LJ#7 delta 84 zcmd1H^Ghno$t*50Fu20V#LU9V#?BEDmRX!xl3!FD8kU(_UL4_^pPQSSS5h46lbM}b ooV-VKx5e=ZiF-dJZ5Cd~kbI*1sLQb_9D-5`n)+szb`$*+0Qd4A00000 diff --git a/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings index 1f6d9ba48d571a1f297b38ee8a1570faf9b09e95..379d03a244ff99fa84401187f0001a303e31e3a5 100644 GIT binary patch literal 133 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UL5TW zkxeX0Ey`eUVn}5uX86I74Wx@0Qo#y~B7yqyGV{_?i#PXVtBTAab) z#E{BR%50V5-XX5fU< HFe(NBqYoiH diff --git a/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings index af2c6a590ea6ce0ebb18053d6a936c6c5af3c6fc..95369ce8e7ccd4e5fec73a16f7050f14850852a0 100644 GIT binary patch literal 116 zcmYc)$jK}&F)+Bo$i&RT%Ertd;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK|mW znwVUYnOYp_lvXVtBS{&(= zT9u!gomx~J8J?P2l%80Ynimn2nwVUYnOe*tD5apOZ|Tec28@glnt=mK!zdpBO&1*T diff --git a/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings index 0bd8f765e97572c30f37d934a69773f4ff259e64..2e08c123cc1268a2374da71d6c805cc8b484524d 100644 GIT binary patch literal 96 zcmYc)$jK}&F)+Bo$i&RT3d9l4`MJ5Nc_qaWVVT95CHY0gp+1?}sl}mTnW^Q)QQr9= c$;6_nR1QHYWlensFkoba&XVtBS{&t_ d58@>jRi$zWN-1dSGk^gjBZOvPgVHd{3IIg(6-fX9 diff --git a/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings index 0b9e6af6a451d13910ba3261d2f03fb7b7b0ce4a..75fdb930568baf7ca20368ece730703623762315 100644 GIT binary patch delta 110 zcmbQoIFB(hsURn_xWvHV3L_IU3o9EtM}%{JZfqHgmZpwZfaghai~vb qc4~1HST-@QBz0n>%tU>0p$O;FqLR#%#9|IXDFsb^tI(W@bqWAOcpcLK diff --git a/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings index de34f3806aa8f670a238774c6d3bc550aeff1f24..b3fe3fbafefd1131ad91e0b9fea55630df3f99f3 100644 GIT binary patch delta 108 zcmbQkIEOJjsURn_xWvHV3L_IU3o9EtM}%{JZf$vzFT0# H#2N(vI^Q9W delta 112 zcmbQkIEOJLsURn_xWvHV3L_IU3o9EtM?_d=ab`(=QE_NkW@>qHgmZpwZfaghai~vb zc4~1HST-@QB(*q~A&eoDp_rkRA(0^m$f^R;&l$clq%us@lMo1V&o3^?FXj-GQqa`5 K3eA~VqW}Q$W+L|h diff --git a/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings index ee5bad35635fc261f2ba4789e62851e5197c1bb4..55afcb4cc2596f48d1cd582a692ba116c5eb99d4 100644 GIT binary patch literal 148 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK|CK z1xh9sWoAZ&WmaXDBmz}rrZWUEX<9Gy^A;hEdr7%pf9L literal 148 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBS{xOY zS(RCm2$avvW(Z@*WT;{&Wk_Vm0kIgF8HyM(qktNK>Jy7HGt(IY7;=E3$v`zF45=J~ YQVN>-R)H}LV8F--p&2-#G>pmy0HgsTYybcN diff --git a/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings index ac7523addd1741d039a3efccd732c1255dc6bd32..2dbac3387567682f73a02d60dc6d240df5958b12 100644 GIT binary patch literal 166 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UYyM$ z#bU=|1B9k5wk%F81}qLN7AzK7Eb>5MN1&h+kn04btywJ6S)^I~SPX#zHb6XVtBTAalq z&tk{o$YRRk#9{%&rYzPh7MVan2e7aWkaPmFy|Y=QfJ_@8G-a^`3K;+eEm$nlS)^I~ hSPX$okV;byK`8}IeV6b&1~6b`gwPC}P#Q+n0svP_9HsyO diff --git a/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings index 305e9deb8bcf5f45048a2e3b751111635829b56e..be565d6da444a237ee85cc372b5307d97f9d5757 100644 GIT binary patch delta 70 zcmeBS>|xYTD#*z!E-^5;!pOwT!pg?X9^ssyo12|xYTD#*z!E-^5;!pOwT!pg?Z5)qbJoLQ1zR2&+XnOa^P;hdkFo0?Zr9O{#q pomxE6Nl7}B!J8qUA(tVQA&;Si;UPm2Ln?=$l!B(dTj0bT1pss<88ZL? diff --git a/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings index c8cd771d3929508a22d112fa8421cef52bcbad21..fb7fe66f3062b7c8710373aab1d4fe9b2335bcff 100644 GIT binary patch literal 134 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UL5Y7 z50XsHUO$w`sN> N2%#A`p)`z&1psGcA5j1R literal 134 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBTAaZU z#*oQS1;ix``3yx2uR{Y8i?UL~z4JkeQqvg%7+y2vFcbn6N~jkF@OOh NBZOw)gwil7764zLA4~uM diff --git a/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings index 98ce6fbd00fc4bbca1f863c2dc961035df75389a..e6b410e39f7783d64caac1ffc58113f63d327fe0 100644 GIT binary patch literal 146 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UL5TW zkxeX0Ey`eUVn}5uX86XC&5+1Y#E=>FSQH5~BoEBu5R_8Z V)VKDDX8;36MhMNo38i6FCIBmTCHMdU literal 146 zcmYc)$jK}&F)+Bo$i&RT%ErzS5tdn;S(0B=92%CHT3#ICoS&PUnpaXB>XVtBTAab) z#E{BR%P-Gbbl8H?b%?wFoTDAtqHgmZpwZfaghai~vb zc53lN2XT{BK1MzxK4m@;KFbU~7Cv<#N0HBgPn*x3Pcog4i_e_TgHIAj>+(r)2udkv M>bnIdO{`J?0H=={YXATM diff --git a/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings index f1a1da40f4448e3f0146bcd88030e7f79ab34ad1..a4132157b027b48042369e50522444a73493f64b 100644 GIT binary patch literal 170 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK|mb zUsRf#lUS6)5XF$mP|1+UP{feRP{QyW$jbq;fD%p&sf_YKW*$^14XVtBTAafW z#gNHR$&koU#E{BR!tfl(%K@^AvKibNzA+R7g@7EOU@k;BA~L_IG&d))D2Ks`A(c@c hD4Pe>k_S=2At~qaxl;=`1f`TU^-ZkpCi*D=0Pgi3I{*Lx delta 84 zcmd1H^Ghno$t*50Fu20V#LU9V#?BEDmRX!xl3!FD8kU(_UL4_^pPQSSS5h46lbM}b ooZP)XdQoaYa{AM9?$m;$?jzm15_{t~1f>)-_04RZCi*D=0OxZaKmY&$ diff --git a/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings index 21416c168f4464fb696bf580b61cc10fca2e12b3..ea493c3074944d33146bb0e50154e11bb4cdf8c1 100644 GIT binary patch delta 85 zcmXRY@J}kp$t*50Fu20V#LU9V#?BGpoS&PUnpaXB5tdn;S(0B=9O{#qomw0kmYG^! poKzaw#gNpc6}>1qnX`LVYDMzAds8>2R&WSPDQoJRSWfg;1OVq49oql^ delta 85 zcmXRY@J}kp$t*50Fu20V#LU9V#?BEDmRX!xl3!FD8kU(_UL4_^pPQSSS5h46lbM}b poYbWiy(oF!y{Q{hE0RhhyBLy_IlE`2R&WSPDQN1OSWom<1OWPA9ohf@ From 6bc3a0dfc1d6a0376a12e5d3cd47a91fc102bf94 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 24 Aug 2021 15:08:36 +1000 Subject: [PATCH 05/14] Update metadata translations --- fastlane/metadata/ar-SA/release_notes.txt | 9 --------- fastlane/metadata/de-DE/release_notes.txt | 9 --------- fastlane/metadata/de-DE/subtitle.txt | 2 +- fastlane/metadata/default/release_notes.txt | 9 --------- fastlane/metadata/en-CA/release_notes.txt | 9 --------- fastlane/metadata/en-GB/release_notes.txt | 9 --------- fastlane/metadata/en-US/release_notes.txt | 9 --------- fastlane/metadata/es-ES/release_notes.txt | 9 --------- fastlane/metadata/fr-FR/release_notes.txt | 9 --------- fastlane/metadata/fr-FR/subtitle.txt | 2 +- fastlane/metadata/he/release_notes.txt | 9 --------- fastlane/metadata/id/release_notes.txt | 9 --------- fastlane/metadata/it/release_notes.txt | 9 --------- fastlane/metadata/ja/release_notes.txt | 9 --------- fastlane/metadata/ko/release_notes.txt | 9 --------- fastlane/metadata/nl-NL/release_notes.txt | 9 --------- fastlane/metadata/pt-BR/release_notes.txt | 9 --------- fastlane/metadata/ru/release_notes.txt | 9 --------- fastlane/metadata/sv/release_notes.txt | 9 --------- fastlane/metadata/tr/release_notes.txt | 9 --------- fastlane/metadata/tr/subtitle.txt | 2 +- fastlane/metadata/zh-Hans/release_notes.txt | 9 --------- fastlane/metadata/zh-Hant/release_notes.txt | 9 --------- 23 files changed, 3 insertions(+), 183 deletions(-) delete mode 100644 fastlane/metadata/ar-SA/release_notes.txt delete mode 100644 fastlane/metadata/de-DE/release_notes.txt delete mode 100644 fastlane/metadata/default/release_notes.txt delete mode 100644 fastlane/metadata/en-CA/release_notes.txt delete mode 100644 fastlane/metadata/en-GB/release_notes.txt delete mode 100644 fastlane/metadata/en-US/release_notes.txt delete mode 100644 fastlane/metadata/es-ES/release_notes.txt delete mode 100644 fastlane/metadata/fr-FR/release_notes.txt delete mode 100644 fastlane/metadata/he/release_notes.txt delete mode 100644 fastlane/metadata/id/release_notes.txt delete mode 100644 fastlane/metadata/it/release_notes.txt delete mode 100644 fastlane/metadata/ja/release_notes.txt delete mode 100644 fastlane/metadata/ko/release_notes.txt delete mode 100644 fastlane/metadata/nl-NL/release_notes.txt delete mode 100644 fastlane/metadata/pt-BR/release_notes.txt delete mode 100644 fastlane/metadata/ru/release_notes.txt delete mode 100644 fastlane/metadata/sv/release_notes.txt delete mode 100644 fastlane/metadata/tr/release_notes.txt delete mode 100644 fastlane/metadata/zh-Hans/release_notes.txt delete mode 100644 fastlane/metadata/zh-Hant/release_notes.txt diff --git a/fastlane/metadata/ar-SA/release_notes.txt b/fastlane/metadata/ar-SA/release_notes.txt deleted file mode 100644 index dd9eaad75801..000000000000 --- a/fastlane/metadata/ar-SA/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -قمنا في الإصدار 18.0 بتحسين الصور المستخدمة للقوالب، ما يوفر لك تنزيلات أسرع وتأثيرًا أقل في خطة بيانات هاتفك المحمول. - -يمكنك الآن تعيين صورة بارزة أو إزالتها لمقالة من إعدادات مكوِّن الصورة. وفي حالة نسيانك، يسلط الشعار "المميز" الجديد الضوء على اختيارك الحالي. - -وكذلك من ناحية التصميم، أصبح للتعليقات والتنبيهات شكلاً ومظهرًا موحدين الآن. وعندما يتعلق الأمر باختيار نطاق أو تصميم لموقعك، فقد تم تنقيح العناوين لإمكانية الوصول على الأجهزة التي تم تعيينها لاستخدام أحجام نص أكبر. - -عندما نُعلمك أنك قمت بنشر مقالة باستخدام إشعار داخل التطبيق، سترى الآن أي علامات عطف في عنوانك معروضة بالكامل وليس بتنسيق HTML. - -وأخيرًا وليس آخرًا، لقد قمنا بتسوية الأمر عند الاستعادة من رموز المصادقة المميزة التي تم إبطالها. diff --git a/fastlane/metadata/de-DE/release_notes.txt b/fastlane/metadata/de-DE/release_notes.txt deleted file mode 100644 index 4d2bb5a2d368..000000000000 --- a/fastlane/metadata/de-DE/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In der Version 18.0 haben wir die Bilder optimiert, die für Themes verwendet werden. Dadurch geht das Herunterladen schneller und es wirkt sich weniger auf deinen Datentarif aus. - -Du kannst Beitragsbilder jetzt in den Einstellungen des Bildblocks für einen Beitrag einrichten oder entfernen. Und falls du es vergessen solltest zeigt ein neues Banner „Beitragsbild“ deine aktuelle Auswahl. - -Außerdem haben wir den Kommentaren und Benachrichtigungen jetzt einen einheitlichen Look verpasst. Bezüglich der Auswahl der Domain oder des Designs für deine Website, stehen dir jetzt zugänglichere Überschriften für Geräte zur Verfügung, die auf größere Schriftgrößen eingestellt sind. - -Wenn wir dir mit einer In-App-Benachrichtigung mitteilen, dass du einen Beitrag veröffentlicht hast, werden jetzt alle Und-Zeichen (&) in deinem Titel als tatsächlich Zeichen angezeigt und nicht mehr verschlüsselt als HTML. - -Zu guter Letzt haben wir einen Fehler bei der Wiederherstellung mit ungültigen Authentifizierungstoken behoben. diff --git a/fastlane/metadata/de-DE/subtitle.txt b/fastlane/metadata/de-DE/subtitle.txt index 7e3c2e9f3cdf..24a9573c2ee2 100644 --- a/fastlane/metadata/de-DE/subtitle.txt +++ b/fastlane/metadata/de-DE/subtitle.txt @@ -1 +1 @@ -Erstelle deine neue Website +Erstelle eine Website oder ein Blog \ No newline at end of file diff --git a/fastlane/metadata/default/release_notes.txt b/fastlane/metadata/default/release_notes.txt deleted file mode 100644 index a001e6185814..000000000000 --- a/fastlane/metadata/default/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In 18.0 we’ve optimized the images used for Themes, bringing you faster downloads and reduced impact on your mobile data plan. - -You can now set or remove a featured image for a post from the image block’s settings. And in case you forget, a new ‘featured’ banner highlights your current selection. - -Also on the design front, comments and notifications now have a unified look and feel. And when it comes to choosing a domain or design for your site, headings have been refined for accessibility on devices set to use larger text sizes. - -When we let you know you’ve published a post with an in-app notice, you’ll now see any ampersands in your title displayed in their full, non-HTML-entity glory. - -Last but not least, we’ve smoothed a bump in the road when recovering from invalidated authentication tokens. diff --git a/fastlane/metadata/en-CA/release_notes.txt b/fastlane/metadata/en-CA/release_notes.txt deleted file mode 100644 index a001e6185814..000000000000 --- a/fastlane/metadata/en-CA/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In 18.0 we’ve optimized the images used for Themes, bringing you faster downloads and reduced impact on your mobile data plan. - -You can now set or remove a featured image for a post from the image block’s settings. And in case you forget, a new ‘featured’ banner highlights your current selection. - -Also on the design front, comments and notifications now have a unified look and feel. And when it comes to choosing a domain or design for your site, headings have been refined for accessibility on devices set to use larger text sizes. - -When we let you know you’ve published a post with an in-app notice, you’ll now see any ampersands in your title displayed in their full, non-HTML-entity glory. - -Last but not least, we’ve smoothed a bump in the road when recovering from invalidated authentication tokens. diff --git a/fastlane/metadata/en-GB/release_notes.txt b/fastlane/metadata/en-GB/release_notes.txt deleted file mode 100644 index b920e0e5a0e3..000000000000 --- a/fastlane/metadata/en-GB/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In 18.0 we’ve optimised the images used for Themes, bringing you faster downloads and reduced impact on your mobile data plan. - -You can now set or remove a featured image for a post from the image block’s settings. And, in case you forget, a new ‘featured’ banner highlights your current selection. - -Also on the design front, comments and notifications now have a unified look and feel. And when it comes to choosing a domain or design for your site, headings have been refined for accessibility on devices set to use larger text sizes. - -When we let you know you’ve published a post with an in-app notice, you’ll now see any ampersands in your title displayed in their full, non-HTML-entity glory. - -Last but not least, we’ve smoothed a bump in the road when recovering from invalidated authentication tokens. diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt deleted file mode 100644 index a001e6185814..000000000000 --- a/fastlane/metadata/en-US/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In 18.0 we’ve optimized the images used for Themes, bringing you faster downloads and reduced impact on your mobile data plan. - -You can now set or remove a featured image for a post from the image block’s settings. And in case you forget, a new ‘featured’ banner highlights your current selection. - -Also on the design front, comments and notifications now have a unified look and feel. And when it comes to choosing a domain or design for your site, headings have been refined for accessibility on devices set to use larger text sizes. - -When we let you know you’ve published a post with an in-app notice, you’ll now see any ampersands in your title displayed in their full, non-HTML-entity glory. - -Last but not least, we’ve smoothed a bump in the road when recovering from invalidated authentication tokens. diff --git a/fastlane/metadata/es-ES/release_notes.txt b/fastlane/metadata/es-ES/release_notes.txt deleted file mode 100644 index c99cd65e3b0f..000000000000 --- a/fastlane/metadata/es-ES/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -En la versión 18.0 hemos optimizado las imágenes usadas en los temas, permitiéndote descargas más rápidas y un menor impacto en tu plan de datos móviles. - -Ahora puedes establecer o eliminar una imagen destacada para una entrada desde los ajustes del bloque de imágenes. Y, en caso de que lo olvides, un nuevo banner «destacado» resalta tu selección actual. - -Ahora también tenemos un aspecto unificado en el diseño de portada, los comentarios y los avisos. Y, a la hora de elegir un dominio o un diseño para tu sitio, los encabezados han sido perfeccionados para la accesibilidad en dispositivos configurados para usar tamaños de texto mayores. - -Ahora, cuando te hacemos saber que has publicado una entrada con un aviso dentro de la aplicación, verás cualquier signo «&» en tu título mostrado por completo, no en su forma HTML. - -Por último, pero no menos importante, hemos suavizado un bache en el camino cuando se recuperan tokens de identificación invalidados. diff --git a/fastlane/metadata/fr-FR/release_notes.txt b/fastlane/metadata/fr-FR/release_notes.txt deleted file mode 100644 index e90444b0cc51..000000000000 --- a/fastlane/metadata/fr-FR/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Dans la version 18.0, nous avons optimisé les images utilisées pour les thèmes, vous offrant des téléchargements plus rapides et un impact réduit sur votre forfait de données mobiles. - -Vous pouvez désormais définir ou supprimer une image mise en avant pour un article à partir des réglages du bloc d’image. Et en cas d’oubli, une nouvelle bannière « mise en avant » met en valeur votre sélection actuelle. - -Également côté design, les commentaires et les notifications ont désormais une apparence unifiée. De même, lors du choix d’un domaine ou d’un design pour votre site, les titres ont été améliorés pour l’accessibilité sur les appareils configurés avec des tailles de texte plus grandes. - -Lorsque nous vous informons que vous avez publié un article avec une notification dans l’application, vous voyez désormais les esperluettes dans votre titre affichées entièrement en mode non-HTML. - -Enfin dernier point, nous avons résolu un bogue relatif à la récupération à partir de jetons d’authentification non valides. diff --git a/fastlane/metadata/fr-FR/subtitle.txt b/fastlane/metadata/fr-FR/subtitle.txt index dff711ca1a27..bc2305a9d3f0 100644 --- a/fastlane/metadata/fr-FR/subtitle.txt +++ b/fastlane/metadata/fr-FR/subtitle.txt @@ -1 +1 @@ -Construisez un site web +Construisez un site web ou un blog \ No newline at end of file diff --git a/fastlane/metadata/he/release_notes.txt b/fastlane/metadata/he/release_notes.txt deleted file mode 100644 index 3a6e81c34c9c..000000000000 --- a/fastlane/metadata/he/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -בגרסת 18.0 אנחנו משפרים את התמונות שנמצאות בשימוש של ערכות העיצוב כדי לאפשר הורדות מהירות יותר ולצמצם את ההשפעה על חבילת הנתונים שלכם בנייד. - -אפשר כעת להגדיר את התמונה המרכזית בפוסט או להסיר אותה מהפוסט דרך ההגדרות של בלוק התמונה. אם במקרה שכחת, יופיע באנר חדש עם הכיתוב 'מרכזית' כדי להדגיש את הבחירה הנוכחית שלך. - -עוד בנושא העיצוב, תגובות והודעות קיבלו מראה והרגשה אחידים. כאשר רוצים לבחור דומיין או עיצוב לאתר, התאמנו את הכותרות כדי לתמוך בנגישות במכשירים שמוגדרים לעבודה עם גופנים גדולים יותר. - -כאשר נשלחת התראה כדי ליידע אותך שפרסמת פוסט באמצעות הודעה בתוך האפליקציה, אלמנטים עיצוביים עם סימני חיבור & יופיעו כעת לפי העיצוב הסופי המרהיב שלהם, ולא בתור קוד HTML. - -אחרון חביב, שיפרנו את הפעילות של האתר כאשר משחזרים אסימוני אימות שאינם בתוקף. diff --git a/fastlane/metadata/id/release_notes.txt b/fastlane/metadata/id/release_notes.txt deleted file mode 100644 index e61fca95b562..000000000000 --- a/fastlane/metadata/id/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Di versi 18.0 kami mengoptimalkan gambar yang digunakan sebagai Tema, memberikan fitur pengunduhan yang lebih cepat, dan mengurangi dampak pada paket data ponsel Anda. - -Kini Anda dapat mengatur atau menghapus gambar unggulan untuk sebuah pos dari pengaturan blok gambar. Selain itu, sekadar mengingatkan, spanduk 'unggulan' baru akan menyoroti pilihan Anda saat ini. - -Bagian depan, komentar dan notifikasi kini juga memiliki tampilan dan nuansa yang menyatu. Saat memilih domain atau desain untuk situs Anda, kami telah menyempurnakan judul agar dapat memberikan aksesibilitas pada perangkat yang disetel menggunakan ukuran teks yang lebih besar. - -Saat menerima pemberitahuan dari aplikasi bahwa Anda telah memublikasikan sebuah pos, kini Anda dapat melihat semua ampersand pada judul yang ditampilkan sepenuhnya dalam entitas non-HTML. - -Yang tak kalah penting, kami telah memperbaiki masalah saat memulihkan dari token autentikasi yang tidak valid. diff --git a/fastlane/metadata/it/release_notes.txt b/fastlane/metadata/it/release_notes.txt deleted file mode 100644 index ddb979277175..000000000000 --- a/fastlane/metadata/it/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Nella versione 18.0 abbiamo ottimizzati le immagini usate nei Temi, per garantirti download più rapidi e un impatto ridotto sul piano della tua rete dati. - -Ora puoi impostare o rimuovere l'immagine in evidenza per un post dalle impostazioni del blocco immagine. E in caso te ne dimenticassi, un nuovo banner in evidenza mostra la selezione corrente. - -Anche dal punto di vista del design, i commenti e le notifiche hanno un aspetto più coerente. Nell'ambito della scelta del dominio o del design del sito, le intestazioni sono state ottimizzate per migliorare l'accessibilità sui dispositivi con il testo di grandi dimensioni. - -Quando ti confermiamo la pubblicazione di un post tramite un avviso in-app, ora vedrai le e commerciali nel titolo visualizzate correttamente e non in formato HTML. - -Last but not least, abbiamo ottimizzato il ripristino da token di accesso invalidati. diff --git a/fastlane/metadata/ja/release_notes.txt b/fastlane/metadata/ja/release_notes.txt deleted file mode 100644 index 7c48b42f0736..000000000000 --- a/fastlane/metadata/ja/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -18.0では、ダウンロード時間を短縮し、お使いのモバイルデータプランへの影響を抑えられるよう、テーマに使用されいてる画像を最適化しました。 - -画像ブロックの設定から投稿用の注目画像を設定または削除できるようになりました。 万が一忘れた場合でも、新しい「注目」バナーによって現在の選択が強調表示されます。 - -また、デザイン面ではコメントと通知の見た目が統一されています。 サイトで使用するドメインやデザインの選択については、サイズの大きいテキストを使用するように設定されたデバイスにも対応できるよう見出しが改善されています。 - -投稿の公開を知らせるアプリ内通知では、完全な非 HTML エンティティでタイトルにアンパサンドが表示されるようになっています。 - -また、未検証の認証トークンからの復旧がスムーズになりました。 diff --git a/fastlane/metadata/ko/release_notes.txt b/fastlane/metadata/ko/release_notes.txt deleted file mode 100644 index 3d70865e0a76..000000000000 --- a/fastlane/metadata/ko/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -18.0에서는 다운로드 속도가 단축되고 모바일 데이터 요금제에 미치는 영향이 감소하도록 테마에 사용되는 이미지를 최적화했습니다. - -이제는 글의 특성 이미지를 이미지 블록의 설정에서 설정하거나 제거할 수 있습니다. 그리고 잊은 경우를 대비하여 새로운 '특성' 배너를 통해 현재 선택 항목이 강조 표시됩니다. - -또한 이제는 디자인 전면의 댓글과 알림의 모양과 느낌이 통일되어 있습니다. 그리고 더 큰 텍스트 크기를 사용하도록 설정된 기기에서 사이트의 도메인 또는 디자인을 선택하는 경우의 접근성을 위해 헤딩요소가 미세하게 조정되었습니다. - -글을 발행했다는 앱 내 알림이 수신될 때 이제는 제목의 앰퍼샌드가 HTML 엔터티가 아닌 완전한 모양으로 표시됩니다. - -무엇보다도, 무효화된 인증 토큰이 원활하게 복구되도록 조정했습니다. diff --git a/fastlane/metadata/nl-NL/release_notes.txt b/fastlane/metadata/nl-NL/release_notes.txt deleted file mode 100644 index 3722aa0435be..000000000000 --- a/fastlane/metadata/nl-NL/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In 18.0 hebben we de voor thema's gebruikte afbeeldingen geoptimaliseerd, zodat je ze sneller kunt downloaden en minder invloed heeft op je mobiele gegevensabonnement. - -Je kunt nu een uitgelichte afbeelding voor een bericht instellen of verwijderen in de instellingen van het afbeeldingsblok. En voor het geval je het vergeet, een nieuwe 'uitgelichte' banner markeert je huidige selectie. - -Ook op het gebied van vormgeving hebben reacties en meldingen nu een eenduidige look en feel. En bij het kiezen van een domein of ontwerp voor je site zijn de headings verfijnd met het oog op toegankelijkheid op apparaten die grotere tekstgroottes gebruiken. - -Wanneer we je laten weten dat je een bericht gepubliceerd hebt met een in-app kennisgeving, zie je nu ampersands in je titel in hun volle, niet-HTML entiteit glorie verschijnen. - -Last but not least hebben we een hobbel in de weg gladgestreken bij het herstellen van ongeldig gemaakte authenticatie tokens. diff --git a/fastlane/metadata/pt-BR/release_notes.txt b/fastlane/metadata/pt-BR/release_notes.txt deleted file mode 100644 index 2cd3eb08447e..000000000000 --- a/fastlane/metadata/pt-BR/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Na versão 18.0, nós otimizamos as imagens usadas para temas, resultando em downloads mais rápidos e impacto reduzido em seu plano de dados móveis. - -Agora você pode definir ou remover uma imagem destacada de um post nas configurações do bloco de imagem. E caso você esqueça, um novo banner "em destaque" evidencia sua seleção atual. - -Outra novidade no aspecto de design são os comentários e notificações, que agora têm uma aparência unificada. E quando se trata de escolher um domínio ou design para o seu site, os cabeçalhos foram aprimorados para oferecer acessibilidade em dispositivos configurados para usar tamanhos de texto maiores. - -Agora, quando enviarmos um aviso no aplicativo informando que você fez uma publicação, todos os "&" em seu título serão exibidos em sua forma completa e não HTML. - -Por último, mas não menos importante, corrigimos um problema na recuperação de tokens de autenticação invalidados. diff --git a/fastlane/metadata/ru/release_notes.txt b/fastlane/metadata/ru/release_notes.txt deleted file mode 100644 index 32d935941708..000000000000 --- a/fastlane/metadata/ru/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -В версии 18.0 мы оптимизировали изображения, используемые для тем, благодаря чему ускорили загрузку и снизили нагрузку на ваш тарифный план для мобильных данных. - -Теперь вы можете установить или удалить избранное изображение для записей в настройках блока изображений. А на случай, если вы забудете, новый баннер с «избранными» выделит ваш текущий выбор. - -Кроме того, что касается дизайна, комментарии и уведомления теперь имеют унифицированный вид. А когда дело доходит до выбора домена или дизайна для вашего сайта, заголовки были улучшены для обеспечения доступности на устройствах, настроенных на использование текста большего размера. - -При уведомлении в приложении о публикации вы увидите, что все амперсанды в заголовке отображаются в полном виде, а не сущностями HTML. - -И последнее, но не менее важное: мы сгладили препятствия при восстановлении после недействительных токенов аутентификации. diff --git a/fastlane/metadata/sv/release_notes.txt b/fastlane/metadata/sv/release_notes.txt deleted file mode 100644 index 19354d344391..000000000000 --- a/fastlane/metadata/sv/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -I version 18.0 har vi optimerat vilka bilder som används för teman, vilket resulterar i snabbare nedladdningar för dig och lägre förbrukning av din mobila datatrafik. - -Nu kan du ange eller ta bort utvald bild för ett inlägg via inställningarna för bildblocket. Om du skulle råka glömma det, finns det ny en ny banderoll ”utvald” som framhäver din aktuella markering. - -På designsidan har nu kommentarer och aviseringar fått ett enhetligt utseende och layout. Och när du väljer domän eller design för din webbplats har nu rubrikerna förbättrats med avseende på tillgänglighet på enheter som använder stor textstorlek. - -När vi informerar dig om att ett inlägg har publicerats med en notis inne i appen kommer från och med nu eventuella ampersander (och-tecken) i rubriken att visas just som en ampersand och inte som något HTML-trolleri. - -Sist, men inte minst, har vi underlättat processen en aning när du återställer situationen efter att din autentiserings-token slutat att gälla. diff --git a/fastlane/metadata/tr/release_notes.txt b/fastlane/metadata/tr/release_notes.txt deleted file mode 100644 index 04cfcc1da9b9..000000000000 --- a/fastlane/metadata/tr/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -18.0'da Temalar için kullanılan görselleri optimize ettik, böylece indirme işlemlerini hızlandırdık ve mobil veri planınız üzerindeki etkiyi azalttık. - -Artık bir gönderi için öne çıkan bir görseli görsel blokunun ayarlarından ayarlayabilir veya kaldırabilirsiniz. Ve unutmanız durumunda, yeni bir "öne çıkan" başlık ile mevcut seçiminiz vurgulanır. - -Ayrıca tasarım olarak, yorumlar ve bildirimler artık birleşik bir görünüme sahiptir. Siteniz için bir alan adı veya tasarım seçmeniz gereken durumlar için, başlıklar daha büyük metin boyutları kullanacak şekilde ayarlanmış cihazlarda erişilebilirlik açısından iyileştirildi. - -Bir gönderi yayınladığınızı size uygulama içi bir bildirimle bildirdiğimizde, başlığınızdaki tüm ve işaretlerini artık HTML olmayan tam varlık biçiminde göreceksiniz. - -Son olarak, geçersiz kılınmış kimlik doğrulama belirteçlerinden kurtarırken yoldaki bir engeli ortadan kaldırdık. diff --git a/fastlane/metadata/tr/subtitle.txt b/fastlane/metadata/tr/subtitle.txt index 31547a98a0a0..8d81fe9a944e 100644 --- a/fastlane/metadata/tr/subtitle.txt +++ b/fastlane/metadata/tr/subtitle.txt @@ -1 +1 @@ -Bir web sitesi oluşturun +Bir web sitesi veya blog oluşturun \ No newline at end of file diff --git a/fastlane/metadata/zh-Hans/release_notes.txt b/fastlane/metadata/zh-Hans/release_notes.txt deleted file mode 100644 index be563ee21c8a..000000000000 --- a/fastlane/metadata/zh-Hans/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -在 18.0 中,我们优化了用于“主题”的图片,以加快下载速度并降低对您的移动数据套餐的影响。 - -您现在可以从图片区块中设置或移除博文的特色图片。 为防止您忘记,新的“特色”横幅会突出显示您的当前选择。 - -此外,在设计前端上,“评论”和“通知”现在具有统一的外观。 在为您的站点选择域名或设计方面,我们细化了标题,以便于在设置为使用较大字体的设备上访问。 - -当我们通过应用程序内通知向您告知您已发表一篇博文时,您现在会在标题中看到以完整的非 HTML 样式显示的任何“&”符号。 - -最后同样重要的是,我们消除了从无效的身份验证令牌恢复过程中的一个障碍。 diff --git a/fastlane/metadata/zh-Hant/release_notes.txt b/fastlane/metadata/zh-Hant/release_notes.txt deleted file mode 100644 index fa7e207bb01a..000000000000 --- a/fastlane/metadata/zh-Hant/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -我們在 18.0 版中最佳化了佈景主題使用的圖片,提高下載速度並減少對你的行動數據方案的影響。 - -你現在可在圖片區塊設定中設定或移除文章中的特色圖片。 為了避免你忘記,我們會透過「精選」橫幅醒目提示你目前的選取項目。 - -另外,設計首頁上的留言和通知現在已採用統一的外觀和風格。 我們調整了為網站選擇網域或設計時的標題,方便使用較大尺寸文字設定的裝置查看。 - -現在當我們透過應用程式內通知告知文章已發表時,你會看到標題中的任何「&」符號以非 HTML 實體的格式完整顯示。 - -最後但也很重要的,我們已改善從無效驗證代碼還原的流程,使其更為流暢。 From dba84bf2c09ead621374cc326a2212571a0688bd Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 24 Aug 2021 15:08:53 +1000 Subject: [PATCH 06/14] Bump version number --- config/Version.internal.xcconfig | 2 +- config/Version.public.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index 74b59a2878e9..2cef3b6fdf9f 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=18.1 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=18.1.0.20210823 +VERSION_LONG=18.1.0.20210824 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 7998505f0bc1..3eed5e525c7f 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=18.1 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=18.1.0.0 +VERSION_LONG=18.1.0.1 From 859f7fe81cd7b16cbaa9c12c68cbe2616807223a Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 24 Aug 2021 16:53:06 +1000 Subject: [PATCH 07/14] Manually track the deleted Jetpack older release notes localizations There's clearly a bug in my rough implementation of the logic to decide whether to commit the Jetpack metadata. Likely due to manually checking the Git commands text output instead of a more appropriate usage of Git machine readable output like @AliSoftware suggested here: https://github.com/wordpress-mobile/WordPress-iOS/pull/17047#discussion_r691042001 These would get deleted anyway or updated with the localizations once ready upon a new beta creation or release finalization, but I thought it best to track it here from a workflow consistency point of view. --- fastlane/jetpack_metadata/ar-SA/release_notes.txt | 9 --------- fastlane/jetpack_metadata/de-DE/release_notes.txt | 9 --------- fastlane/jetpack_metadata/es-ES/release_notes.txt | 9 --------- fastlane/jetpack_metadata/fr-FR/release_notes.txt | 9 --------- fastlane/jetpack_metadata/he/release_notes.txt | 9 --------- fastlane/jetpack_metadata/id/release_notes.txt | 9 --------- fastlane/jetpack_metadata/it/release_notes.txt | 9 --------- fastlane/jetpack_metadata/ja/release_notes.txt | 9 --------- fastlane/jetpack_metadata/ko/release_notes.txt | 9 --------- fastlane/jetpack_metadata/nl-NL/release_notes.txt | 9 --------- fastlane/jetpack_metadata/pt-BR/release_notes.txt | 9 --------- fastlane/jetpack_metadata/ru/release_notes.txt | 9 --------- fastlane/jetpack_metadata/sv/release_notes.txt | 9 --------- fastlane/jetpack_metadata/tr/release_notes.txt | 9 --------- fastlane/jetpack_metadata/zh-Hans/release_notes.txt | 9 --------- fastlane/jetpack_metadata/zh-Hant/release_notes.txt | 9 --------- 16 files changed, 144 deletions(-) delete mode 100644 fastlane/jetpack_metadata/ar-SA/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/de-DE/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/es-ES/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/fr-FR/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/he/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/id/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/it/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/ja/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/ko/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/nl-NL/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/pt-BR/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/ru/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/sv/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/tr/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/zh-Hans/release_notes.txt delete mode 100644 fastlane/jetpack_metadata/zh-Hant/release_notes.txt diff --git a/fastlane/jetpack_metadata/ar-SA/release_notes.txt b/fastlane/jetpack_metadata/ar-SA/release_notes.txt deleted file mode 100644 index dd9eaad75801..000000000000 --- a/fastlane/jetpack_metadata/ar-SA/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -قمنا في الإصدار 18.0 بتحسين الصور المستخدمة للقوالب، ما يوفر لك تنزيلات أسرع وتأثيرًا أقل في خطة بيانات هاتفك المحمول. - -يمكنك الآن تعيين صورة بارزة أو إزالتها لمقالة من إعدادات مكوِّن الصورة. وفي حالة نسيانك، يسلط الشعار "المميز" الجديد الضوء على اختيارك الحالي. - -وكذلك من ناحية التصميم، أصبح للتعليقات والتنبيهات شكلاً ومظهرًا موحدين الآن. وعندما يتعلق الأمر باختيار نطاق أو تصميم لموقعك، فقد تم تنقيح العناوين لإمكانية الوصول على الأجهزة التي تم تعيينها لاستخدام أحجام نص أكبر. - -عندما نُعلمك أنك قمت بنشر مقالة باستخدام إشعار داخل التطبيق، سترى الآن أي علامات عطف في عنوانك معروضة بالكامل وليس بتنسيق HTML. - -وأخيرًا وليس آخرًا، لقد قمنا بتسوية الأمر عند الاستعادة من رموز المصادقة المميزة التي تم إبطالها. diff --git a/fastlane/jetpack_metadata/de-DE/release_notes.txt b/fastlane/jetpack_metadata/de-DE/release_notes.txt deleted file mode 100644 index 4d2bb5a2d368..000000000000 --- a/fastlane/jetpack_metadata/de-DE/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In der Version 18.0 haben wir die Bilder optimiert, die für Themes verwendet werden. Dadurch geht das Herunterladen schneller und es wirkt sich weniger auf deinen Datentarif aus. - -Du kannst Beitragsbilder jetzt in den Einstellungen des Bildblocks für einen Beitrag einrichten oder entfernen. Und falls du es vergessen solltest zeigt ein neues Banner „Beitragsbild“ deine aktuelle Auswahl. - -Außerdem haben wir den Kommentaren und Benachrichtigungen jetzt einen einheitlichen Look verpasst. Bezüglich der Auswahl der Domain oder des Designs für deine Website, stehen dir jetzt zugänglichere Überschriften für Geräte zur Verfügung, die auf größere Schriftgrößen eingestellt sind. - -Wenn wir dir mit einer In-App-Benachrichtigung mitteilen, dass du einen Beitrag veröffentlicht hast, werden jetzt alle Und-Zeichen (&) in deinem Titel als tatsächlich Zeichen angezeigt und nicht mehr verschlüsselt als HTML. - -Zu guter Letzt haben wir einen Fehler bei der Wiederherstellung mit ungültigen Authentifizierungstoken behoben. diff --git a/fastlane/jetpack_metadata/es-ES/release_notes.txt b/fastlane/jetpack_metadata/es-ES/release_notes.txt deleted file mode 100644 index b8c6fb8b2b3f..000000000000 --- a/fastlane/jetpack_metadata/es-ES/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -En la versión 18.0, hemos optimizado las imágenes que se usan en los temas, para que las descargas sean más rápidas y para que tu plan de datos móviles no sufra tanto. - -Ahora puedes establecer o eliminar una imagen destacada para una entrada desde la configuración del bloque Imagen. Hay un nuevo banner destacado que te avisa de lo que estás seleccionando, por si se te olvida. - -En cuanto al diseño, los comentarios y las notificaciones tienen un aspecto unificado. Al elegir un dominio o un diseño para tu sitio, se ha mejorado la accesibilidad de los encabezados en los dispositivos configurados para usar tamaños de letra grandes. - -Ahora, cuando te comuniquemos que has publicado una entrada con un aviso en la aplicación, no verás ningún signo "&" en el título, y lo verás en su máximo esplendor (no en HTML). - -Por último, pero no menos importante, hemos solucionado un problemilla que ocurría al recuperar tokens de autenticación no válidos. diff --git a/fastlane/jetpack_metadata/fr-FR/release_notes.txt b/fastlane/jetpack_metadata/fr-FR/release_notes.txt deleted file mode 100644 index e90444b0cc51..000000000000 --- a/fastlane/jetpack_metadata/fr-FR/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Dans la version 18.0, nous avons optimisé les images utilisées pour les thèmes, vous offrant des téléchargements plus rapides et un impact réduit sur votre forfait de données mobiles. - -Vous pouvez désormais définir ou supprimer une image mise en avant pour un article à partir des réglages du bloc d’image. Et en cas d’oubli, une nouvelle bannière « mise en avant » met en valeur votre sélection actuelle. - -Également côté design, les commentaires et les notifications ont désormais une apparence unifiée. De même, lors du choix d’un domaine ou d’un design pour votre site, les titres ont été améliorés pour l’accessibilité sur les appareils configurés avec des tailles de texte plus grandes. - -Lorsque nous vous informons que vous avez publié un article avec une notification dans l’application, vous voyez désormais les esperluettes dans votre titre affichées entièrement en mode non-HTML. - -Enfin dernier point, nous avons résolu un bogue relatif à la récupération à partir de jetons d’authentification non valides. diff --git a/fastlane/jetpack_metadata/he/release_notes.txt b/fastlane/jetpack_metadata/he/release_notes.txt deleted file mode 100644 index 3a6e81c34c9c..000000000000 --- a/fastlane/jetpack_metadata/he/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -בגרסת 18.0 אנחנו משפרים את התמונות שנמצאות בשימוש של ערכות העיצוב כדי לאפשר הורדות מהירות יותר ולצמצם את ההשפעה על חבילת הנתונים שלכם בנייד. - -אפשר כעת להגדיר את התמונה המרכזית בפוסט או להסיר אותה מהפוסט דרך ההגדרות של בלוק התמונה. אם במקרה שכחת, יופיע באנר חדש עם הכיתוב 'מרכזית' כדי להדגיש את הבחירה הנוכחית שלך. - -עוד בנושא העיצוב, תגובות והודעות קיבלו מראה והרגשה אחידים. כאשר רוצים לבחור דומיין או עיצוב לאתר, התאמנו את הכותרות כדי לתמוך בנגישות במכשירים שמוגדרים לעבודה עם גופנים גדולים יותר. - -כאשר נשלחת התראה כדי ליידע אותך שפרסמת פוסט באמצעות הודעה בתוך האפליקציה, אלמנטים עיצוביים עם סימני חיבור & יופיעו כעת לפי העיצוב הסופי המרהיב שלהם, ולא בתור קוד HTML. - -אחרון חביב, שיפרנו את הפעילות של האתר כאשר משחזרים אסימוני אימות שאינם בתוקף. diff --git a/fastlane/jetpack_metadata/id/release_notes.txt b/fastlane/jetpack_metadata/id/release_notes.txt deleted file mode 100644 index e61fca95b562..000000000000 --- a/fastlane/jetpack_metadata/id/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Di versi 18.0 kami mengoptimalkan gambar yang digunakan sebagai Tema, memberikan fitur pengunduhan yang lebih cepat, dan mengurangi dampak pada paket data ponsel Anda. - -Kini Anda dapat mengatur atau menghapus gambar unggulan untuk sebuah pos dari pengaturan blok gambar. Selain itu, sekadar mengingatkan, spanduk 'unggulan' baru akan menyoroti pilihan Anda saat ini. - -Bagian depan, komentar dan notifikasi kini juga memiliki tampilan dan nuansa yang menyatu. Saat memilih domain atau desain untuk situs Anda, kami telah menyempurnakan judul agar dapat memberikan aksesibilitas pada perangkat yang disetel menggunakan ukuran teks yang lebih besar. - -Saat menerima pemberitahuan dari aplikasi bahwa Anda telah memublikasikan sebuah pos, kini Anda dapat melihat semua ampersand pada judul yang ditampilkan sepenuhnya dalam entitas non-HTML. - -Yang tak kalah penting, kami telah memperbaiki masalah saat memulihkan dari token autentikasi yang tidak valid. diff --git a/fastlane/jetpack_metadata/it/release_notes.txt b/fastlane/jetpack_metadata/it/release_notes.txt deleted file mode 100644 index ddb979277175..000000000000 --- a/fastlane/jetpack_metadata/it/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Nella versione 18.0 abbiamo ottimizzati le immagini usate nei Temi, per garantirti download più rapidi e un impatto ridotto sul piano della tua rete dati. - -Ora puoi impostare o rimuovere l'immagine in evidenza per un post dalle impostazioni del blocco immagine. E in caso te ne dimenticassi, un nuovo banner in evidenza mostra la selezione corrente. - -Anche dal punto di vista del design, i commenti e le notifiche hanno un aspetto più coerente. Nell'ambito della scelta del dominio o del design del sito, le intestazioni sono state ottimizzate per migliorare l'accessibilità sui dispositivi con il testo di grandi dimensioni. - -Quando ti confermiamo la pubblicazione di un post tramite un avviso in-app, ora vedrai le e commerciali nel titolo visualizzate correttamente e non in formato HTML. - -Last but not least, abbiamo ottimizzato il ripristino da token di accesso invalidati. diff --git a/fastlane/jetpack_metadata/ja/release_notes.txt b/fastlane/jetpack_metadata/ja/release_notes.txt deleted file mode 100644 index 7c48b42f0736..000000000000 --- a/fastlane/jetpack_metadata/ja/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -18.0では、ダウンロード時間を短縮し、お使いのモバイルデータプランへの影響を抑えられるよう、テーマに使用されいてる画像を最適化しました。 - -画像ブロックの設定から投稿用の注目画像を設定または削除できるようになりました。 万が一忘れた場合でも、新しい「注目」バナーによって現在の選択が強調表示されます。 - -また、デザイン面ではコメントと通知の見た目が統一されています。 サイトで使用するドメインやデザインの選択については、サイズの大きいテキストを使用するように設定されたデバイスにも対応できるよう見出しが改善されています。 - -投稿の公開を知らせるアプリ内通知では、完全な非 HTML エンティティでタイトルにアンパサンドが表示されるようになっています。 - -また、未検証の認証トークンからの復旧がスムーズになりました。 diff --git a/fastlane/jetpack_metadata/ko/release_notes.txt b/fastlane/jetpack_metadata/ko/release_notes.txt deleted file mode 100644 index 3d70865e0a76..000000000000 --- a/fastlane/jetpack_metadata/ko/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -18.0에서는 다운로드 속도가 단축되고 모바일 데이터 요금제에 미치는 영향이 감소하도록 테마에 사용되는 이미지를 최적화했습니다. - -이제는 글의 특성 이미지를 이미지 블록의 설정에서 설정하거나 제거할 수 있습니다. 그리고 잊은 경우를 대비하여 새로운 '특성' 배너를 통해 현재 선택 항목이 강조 표시됩니다. - -또한 이제는 디자인 전면의 댓글과 알림의 모양과 느낌이 통일되어 있습니다. 그리고 더 큰 텍스트 크기를 사용하도록 설정된 기기에서 사이트의 도메인 또는 디자인을 선택하는 경우의 접근성을 위해 헤딩요소가 미세하게 조정되었습니다. - -글을 발행했다는 앱 내 알림이 수신될 때 이제는 제목의 앰퍼샌드가 HTML 엔터티가 아닌 완전한 모양으로 표시됩니다. - -무엇보다도, 무효화된 인증 토큰이 원활하게 복구되도록 조정했습니다. diff --git a/fastlane/jetpack_metadata/nl-NL/release_notes.txt b/fastlane/jetpack_metadata/nl-NL/release_notes.txt deleted file mode 100644 index 30d0471ffed2..000000000000 --- a/fastlane/jetpack_metadata/nl-NL/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -In 18.0 hebben we de afbeeldingen die voor Thema's worden gebruikt, geoptimaliseerd. Zo geniet je van snellere downloads en verbruik je minder mobiele data. - -Je kunt een uitgelichte afbeelding instellen of verwijderen voor een bericht via de instellingen van het afbeeldingblok. Mocht je het vergeten zijn: een nieuwe banner 'uitgelicht' toont je huidige selectie. - -Opmerkingen en meldingen zijn in een nieuw jasje gestoken en zien eruit als één geheel. Bij het kiezen van een domein of ontwerp voor je site, zijn de headers vernieuwd met het oog op toegankelijkheid voor apparaten die een groter lettertype gebruiken. - -Wanneer we je via een melding in de app laten weten dat je een bericht hebt gepubliceerd, zie je nu ampersands in je titel, weergegeven in al hun volledige, niet-HTML glorie. - -Ten slotte hebben we een plooi gladgestreken wat betreft het herstellen van niet-goedgekeurde authenticatietokens. diff --git a/fastlane/jetpack_metadata/pt-BR/release_notes.txt b/fastlane/jetpack_metadata/pt-BR/release_notes.txt deleted file mode 100644 index 2cd3eb08447e..000000000000 --- a/fastlane/jetpack_metadata/pt-BR/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -Na versão 18.0, nós otimizamos as imagens usadas para temas, resultando em downloads mais rápidos e impacto reduzido em seu plano de dados móveis. - -Agora você pode definir ou remover uma imagem destacada de um post nas configurações do bloco de imagem. E caso você esqueça, um novo banner "em destaque" evidencia sua seleção atual. - -Outra novidade no aspecto de design são os comentários e notificações, que agora têm uma aparência unificada. E quando se trata de escolher um domínio ou design para o seu site, os cabeçalhos foram aprimorados para oferecer acessibilidade em dispositivos configurados para usar tamanhos de texto maiores. - -Agora, quando enviarmos um aviso no aplicativo informando que você fez uma publicação, todos os "&" em seu título serão exibidos em sua forma completa e não HTML. - -Por último, mas não menos importante, corrigimos um problema na recuperação de tokens de autenticação invalidados. diff --git a/fastlane/jetpack_metadata/ru/release_notes.txt b/fastlane/jetpack_metadata/ru/release_notes.txt deleted file mode 100644 index 919fcb55522b..000000000000 --- a/fastlane/jetpack_metadata/ru/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -В версии 18.0 оптимизированы изображения, используемые в качестве тем, и реализована более быстрая загрузка. Благодаря этому расход вашего мобильного трафика станет меньше. - -Теперь вы можете выбирать избранное изображение для публикации и удалять его в настройках блока "Изображение". Если вы забыли, какое изображение выбрали, оно будет выделено новым баннером "Избранное". - -Кроме того, унифицирован дизайн интерфейса комментариев и уведомлений. При выборе домена или дизайна для сайта вам помогут улучшенные заголовки. Это обеспечивает дополнительное удобство работы на устройствах с использованием более крупного текста. - -Когда вам приходит уведомление в приложении о том, что вы опубликовали запись в блоге, вы будете видеть настоящие символы амперсанда в заголовке, а не HTML-теги. - -И наконец, мы повысили удобство работы при восстановлении после сбоев по причине недействительных маркеров проверки подлинности. diff --git a/fastlane/jetpack_metadata/sv/release_notes.txt b/fastlane/jetpack_metadata/sv/release_notes.txt deleted file mode 100644 index 6edc5a573a32..000000000000 --- a/fastlane/jetpack_metadata/sv/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -I 18.0 har vi optimerat bilderna som används för teman, vilket ger dig snabbare nedladdningar och minskad påverkan på din mobildataplan. - -Du kan nu ställa in eller ta bort en utvald bild för ett inlägg via bildblockets inställningar. Och för att hjälpa dig att komma ihåg finns det en ny "Utvald"-banner som framhäver ditt val. - -En annan ändring på designfronten är att kommentarer och aviseringar nu har fått ett enhetligt utseende och en enhetlig känsla. Och när det kommer till att välja en domän eller en design för din webbplats har rubrikerna förfinats för ökad tillgänglighet på enheter som är inställda på att använda större textstorlekar. - -När vi meddelar dig i appen om att du har publicerat ett inlägg kommer du nu att se att eventuella et-tecken i din rubrik visas till fullo, utan HTML. - -Sist men inte minst har vi åtgärdat ett fel som uppstod vid återställning från ogiltiga autentiseringstokens. diff --git a/fastlane/jetpack_metadata/tr/release_notes.txt b/fastlane/jetpack_metadata/tr/release_notes.txt deleted file mode 100644 index 04cfcc1da9b9..000000000000 --- a/fastlane/jetpack_metadata/tr/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -18.0'da Temalar için kullanılan görselleri optimize ettik, böylece indirme işlemlerini hızlandırdık ve mobil veri planınız üzerindeki etkiyi azalttık. - -Artık bir gönderi için öne çıkan bir görseli görsel blokunun ayarlarından ayarlayabilir veya kaldırabilirsiniz. Ve unutmanız durumunda, yeni bir "öne çıkan" başlık ile mevcut seçiminiz vurgulanır. - -Ayrıca tasarım olarak, yorumlar ve bildirimler artık birleşik bir görünüme sahiptir. Siteniz için bir alan adı veya tasarım seçmeniz gereken durumlar için, başlıklar daha büyük metin boyutları kullanacak şekilde ayarlanmış cihazlarda erişilebilirlik açısından iyileştirildi. - -Bir gönderi yayınladığınızı size uygulama içi bir bildirimle bildirdiğimizde, başlığınızdaki tüm ve işaretlerini artık HTML olmayan tam varlık biçiminde göreceksiniz. - -Son olarak, geçersiz kılınmış kimlik doğrulama belirteçlerinden kurtarırken yoldaki bir engeli ortadan kaldırdık. diff --git a/fastlane/jetpack_metadata/zh-Hans/release_notes.txt b/fastlane/jetpack_metadata/zh-Hans/release_notes.txt deleted file mode 100644 index be563ee21c8a..000000000000 --- a/fastlane/jetpack_metadata/zh-Hans/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -在 18.0 中,我们优化了用于“主题”的图片,以加快下载速度并降低对您的移动数据套餐的影响。 - -您现在可以从图片区块中设置或移除博文的特色图片。 为防止您忘记,新的“特色”横幅会突出显示您的当前选择。 - -此外,在设计前端上,“评论”和“通知”现在具有统一的外观。 在为您的站点选择域名或设计方面,我们细化了标题,以便于在设置为使用较大字体的设备上访问。 - -当我们通过应用程序内通知向您告知您已发表一篇博文时,您现在会在标题中看到以完整的非 HTML 样式显示的任何“&”符号。 - -最后同样重要的是,我们消除了从无效的身份验证令牌恢复过程中的一个障碍。 diff --git a/fastlane/jetpack_metadata/zh-Hant/release_notes.txt b/fastlane/jetpack_metadata/zh-Hant/release_notes.txt deleted file mode 100644 index fa7e207bb01a..000000000000 --- a/fastlane/jetpack_metadata/zh-Hant/release_notes.txt +++ /dev/null @@ -1,9 +0,0 @@ -我們在 18.0 版中最佳化了佈景主題使用的圖片,提高下載速度並減少對你的行動數據方案的影響。 - -你現在可在圖片區塊設定中設定或移除文章中的特色圖片。 為了避免你忘記,我們會透過「精選」橫幅醒目提示你目前的選取項目。 - -另外,設計首頁上的留言和通知現在已採用統一的外觀和風格。 我們調整了為網站選擇網域或設計時的標題,方便使用較大尺寸文字設定的裝置查看。 - -現在當我們透過應用程式內通知告知文章已發表時,你會看到標題中的任何「&」符號以非 HTML 實體的格式完整顯示。 - -最後但也很重要的,我們已改善從無效驗證代碼還原的流程,使其更為流暢。 From 1dbde79e80572079b396901cea9a9f6b5d166ed3 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 25 Aug 2021 10:50:56 +1000 Subject: [PATCH 08/14] Update strings for localization --- .../Resources/en.lproj/Localizable.strings | Bin 826938 -> 827050 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/WordPress/Resources/en.lproj/Localizable.strings b/WordPress/Resources/en.lproj/Localizable.strings index f928370d31e27fde653052697a143ffd5e61a3f5..58b11854bcfe47164d9a40ccf7ac20950fb85e62 100644 GIT binary patch delta 196 zcmdnB$7t1FqlOm77N!>F7M2#)7Pc1l7LF~P@AglBcZgGD`>TVTV$9P6_H#a)er^Q^ z*W?dh1g5{+$H_Ilgq2Zfy2D~Nw&@?1vT;pMxXHyPn#54apumvMkk63GkO!m{7)luO ur$@JPT2FuA#LO{$f(9qc^atBG*{1K?$0F7M2#)7Pc1l7LF~P@AgmMc9_#+`o04|0>~1Z?s1-tZ+gQa f&O8V=LzYKqd%%9q6U^-eM>&C*YkR>_ZmXLBcWNRK From 7a4e745b8edb6ddf528db8e3d9ab6c68ff8775fa Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 25 Aug 2021 10:57:47 +1000 Subject: [PATCH 09/14] Add editorialized release notes for version 18.1 --- WordPress/Jetpack/Resources/release_notes.txt | 10 ++++------ WordPress/Resources/release_notes.txt | 13 ++++++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/WordPress/Jetpack/Resources/release_notes.txt b/WordPress/Jetpack/Resources/release_notes.txt index a001e6185814..73e03f8fd972 100644 --- a/WordPress/Jetpack/Resources/release_notes.txt +++ b/WordPress/Jetpack/Resources/release_notes.txt @@ -1,9 +1,7 @@ -In 18.0 we’ve optimized the images used for Themes, bringing you faster downloads and reduced impact on your mobile data plan. +Do you use the Embed block? For media that you embed on your site, you’ll now see an option to “Resize for smaller devices.” Toggle on to resize your content to fit your screen; toggle off to disable. -You can now set or remove a featured image for a post from the image block’s settings. And in case you forget, a new ‘featured’ banner highlights your current selection. +Enjoying the Blogging Reminders tool? We’ve added a new feature that lets you choose a specific time to receive a notification. -Also on the design front, comments and notifications now have a unified look and feel. And when it comes to choosing a domain or design for your site, headings have been refined for accessibility on devices set to use larger text sizes. +Need to close your account? (We hope you never leave us!) But if needed, you now have the ability to do so in your Account Settings. -When we let you know you’ve published a post with an in-app notice, you’ll now see any ampersands in your title displayed in their full, non-HTML-entity glory. - -Last but not least, we’ve smoothed a bump in the road when recovering from invalidated authentication tokens. +Geotagging posts is no longer supported on the web, so we’ve removed the Location option under Post Settings. diff --git a/WordPress/Resources/release_notes.txt b/WordPress/Resources/release_notes.txt index 978da97a74f3..61772da2e33f 100644 --- a/WordPress/Resources/release_notes.txt +++ b/WordPress/Resources/release_notes.txt @@ -1,6 +1,9 @@ -* [*] Reader: Fixes an issue where the top of an article could be cropped after rotating a device. [#17041] -* [*] Posts Settings: Removed deprecated Location feature. [#17052] -* [**] Added a time selection feature to Blogging Reminders: users can now choose at what time they will receive the reminders [#17024, #17033] -* [**] Block editor: Embed block: Add "Resize for smaller devices" setting. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3753] -* [**] Account Settings: added the ability to close user account. +Do you use the Embed block? For media that you embed on your site, you’ll now see an option to “Resize for smaller devices.” Toggle on to resize your content to fit your screen; toggle off to disable. +Enjoying the Blogging Reminders tool? We’ve added a new feature that lets you choose a specific time to receive a notification. + +Need to close your account? (We hope you never leave us!) But if needed, you now have the ability to do so in your Account Settings. + +Geotagging posts is no longer supported on the web, so we’ve removed the Location option under Post Settings. + +We also made other improvements, including a fix to a cropping issue in the Reader, as well as the ability to recommend the app to your friends on your Me and About screens. From c0a7d8343ab20c7b386f711c74eeb79daa6003b3 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 25 Aug 2021 10:58:27 +1000 Subject: [PATCH 10/14] Update metadata strings --- WordPress/Resources/AppStoreStrings.po | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/WordPress/Resources/AppStoreStrings.po b/WordPress/Resources/AppStoreStrings.po index 2f81f26e7d79..01b88e8203fe 100644 --- a/WordPress/Resources/AppStoreStrings.po +++ b/WordPress/Resources/AppStoreStrings.po @@ -15,7 +15,8 @@ msgstr "" #. translators: Subtitle to be displayed below the application name in the Apple App Store. Limit to 30 characters including spaces and commas! msgctxt "app_store_subtitle" -msgid "Build a website or blog" +msgid "Build a website or blog +" msgstr "" #. translators: Multi-paragraph text used to display in the Apple App Store. @@ -40,17 +41,17 @@ msgctxt "app_store_keywords" msgid "social,notes,jetpack,writing,geotagging,media,blog,website,blogging,journal" msgstr "" -msgctxt "v18.0-whats-new" +msgctxt "v18.1-whats-new" msgid "" -"In 18.0 we’ve optimized the images used for Themes, bringing you faster downloads and reduced impact on your mobile data plan.\n" +"Do you use the Embed block? For media that you embed on your site, you’ll now see an option to “Resize for smaller devices.” Toggle on to resize your content to fit your screen; toggle off to disable.\n" "\n" -"You can now set or remove a featured image for a post from the image block’s settings. And in case you forget, a new ‘featured’ banner highlights your current selection.\n" +"Enjoying the Blogging Reminders tool? We’ve added a new feature that lets you choose a specific time to receive a notification.\n" "\n" -"Also on the design front, comments and notifications now have a unified look and feel. And when it comes to choosing a domain or design for your site, headings have been refined for accessibility on devices set to use larger text sizes.\n" +"Need to close your account? (We hope you never leave us!) But if needed, you now have the ability to do so in your Account Settings.\n" "\n" -"When we let you know you’ve published a post with an in-app notice, you’ll now see any ampersands in your title displayed in their full, non-HTML-entity glory.\n" +"Geotagging posts is no longer supported on the web, so we’ve removed the Location option under Post Settings.\n" "\n" -"Last but not least, we’ve smoothed a bump in the road when recovering from invalidated authentication tokens.\n" +"We also made other improvements, including a fix to a cropping issue in the Reader, as well as the ability to recommend the app to your friends on your Me and About screens.\n" msgstr "" #. translators: This is a standard chunk of text used to tell a user what's new with a release when nothing major has changed. From 8fe87e159207b534a310636ccd2813b02b147fca Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 25 Aug 2021 10:58:31 +1000 Subject: [PATCH 11/14] Update metadata strings --- WordPress/Jetpack/Resources/AppStoreStrings.po | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/WordPress/Jetpack/Resources/AppStoreStrings.po b/WordPress/Jetpack/Resources/AppStoreStrings.po index 664562fa277d..da063026fb87 100644 --- a/WordPress/Jetpack/Resources/AppStoreStrings.po +++ b/WordPress/Jetpack/Resources/AppStoreStrings.po @@ -15,7 +15,8 @@ msgstr "" #. translators: Subtitle to be displayed below the application name in the Apple App Store. Limit to 30 characters including spaces and commas! msgctxt "app_store_subtitle" -msgid "Make your WordPress site faster and safer." +msgid "Make your WordPress site faster and safer. +" msgstr "" #. translators: Multi-paragraph text used to display in the Apple App Store. @@ -38,17 +39,15 @@ msgctxt "app_store_keywords" msgid "social,notes,jetpack,writing,geotagging,media,blog,website,blogging,journal" msgstr "" -msgctxt "v18.0-whats-new" +msgctxt "v18.1-whats-new" msgid "" -"In 18.0 we’ve optimized the images used for Themes, bringing you faster downloads and reduced impact on your mobile data plan.\n" +"Do you use the Embed block? For media that you embed on your site, you’ll now see an option to “Resize for smaller devices.” Toggle on to resize your content to fit your screen; toggle off to disable.\n" "\n" -"You can now set or remove a featured image for a post from the image block’s settings. And in case you forget, a new ‘featured’ banner highlights your current selection.\n" +"Enjoying the Blogging Reminders tool? We’ve added a new feature that lets you choose a specific time to receive a notification.\n" "\n" -"Also on the design front, comments and notifications now have a unified look and feel. And when it comes to choosing a domain or design for your site, headings have been refined for accessibility on devices set to use larger text sizes.\n" +"Need to close your account? (We hope you never leave us!) But if needed, you now have the ability to do so in your Account Settings.\n" "\n" -"When we let you know you’ve published a post with an in-app notice, you’ll now see any ampersands in your title displayed in their full, non-HTML-entity glory.\n" -"\n" -"Last but not least, we’ve smoothed a bump in the road when recovering from invalidated authentication tokens.\n" +"Geotagging posts is no longer supported on the web, so we’ve removed the Location option under Post Settings.\n" msgstr "" #. translators: This is a promo message that will be attached on top of the first screenshot in the App Store. From 69a97ef60d9a5a1c9e86bc26b407bc07fb3faa80 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 25 Aug 2021 10:59:53 +1000 Subject: [PATCH 12/14] Manually fix syntax error in generated AppStoreStrings.po files Note that we're working on a fix for this: https://github.com/wordpress-mobile/release-toolkit/pull/297 --- WordPress/Jetpack/Resources/AppStoreStrings.po | 3 +-- WordPress/Resources/AppStoreStrings.po | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/WordPress/Jetpack/Resources/AppStoreStrings.po b/WordPress/Jetpack/Resources/AppStoreStrings.po index da063026fb87..c7b4a3b42f64 100644 --- a/WordPress/Jetpack/Resources/AppStoreStrings.po +++ b/WordPress/Jetpack/Resources/AppStoreStrings.po @@ -15,8 +15,7 @@ msgstr "" #. translators: Subtitle to be displayed below the application name in the Apple App Store. Limit to 30 characters including spaces and commas! msgctxt "app_store_subtitle" -msgid "Make your WordPress site faster and safer. -" +msgid "Make your WordPress site faster and safer." msgstr "" #. translators: Multi-paragraph text used to display in the Apple App Store. diff --git a/WordPress/Resources/AppStoreStrings.po b/WordPress/Resources/AppStoreStrings.po index 01b88e8203fe..f40127b5954e 100644 --- a/WordPress/Resources/AppStoreStrings.po +++ b/WordPress/Resources/AppStoreStrings.po @@ -15,8 +15,7 @@ msgstr "" #. translators: Subtitle to be displayed below the application name in the Apple App Store. Limit to 30 characters including spaces and commas! msgctxt "app_store_subtitle" -msgid "Build a website or blog -" +msgid "Build a website or blog" msgstr "" #. translators: Multi-paragraph text used to display in the Apple App Store. From 1e9b97b812727ac118971004b051ede701a4f277 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 25 Aug 2021 11:04:32 +1000 Subject: [PATCH 13/14] Update translations --- .../Resources/id.lproj/Localizable.strings | 18 +++++++++--------- .../Resources/pl.lproj/Localizable.strings | 6 +++--- .../Resources/ro.lproj/Localizable.strings | 18 +++++++++--------- .../Resources/sq.lproj/Localizable.strings | 6 +++--- .../ar.lproj/Localizable.strings | Bin 4067 -> 4067 bytes .../bg.lproj/Localizable.strings | Bin 3189 -> 3189 bytes .../cs.lproj/Localizable.strings | Bin 4264 -> 4264 bytes .../cy.lproj/Localizable.strings | Bin 2837 -> 2837 bytes .../da.lproj/Localizable.strings | Bin 2830 -> 2830 bytes .../de.lproj/Localizable.strings | Bin 4485 -> 4485 bytes .../en-AU.lproj/Localizable.strings | Bin 2674 -> 2674 bytes .../en-CA.lproj/Localizable.strings | Bin 2740 -> 2740 bytes .../en-GB.lproj/Localizable.strings | Bin 2682 -> 2682 bytes .../es.lproj/Localizable.strings | Bin 3507 -> 3507 bytes .../fr.lproj/Localizable.strings | Bin 4687 -> 4687 bytes .../he.lproj/Localizable.strings | Bin 3994 -> 3994 bytes .../hr.lproj/Localizable.strings | Bin 2845 -> 2845 bytes .../hu.lproj/Localizable.strings | Bin 2914 -> 2914 bytes .../id.lproj/Localizable.strings | Bin 3018 -> 3018 bytes .../is.lproj/Localizable.strings | Bin 3005 -> 3005 bytes .../it.lproj/Localizable.strings | Bin 3444 -> 3444 bytes .../ja.lproj/Localizable.strings | Bin 3194 -> 3194 bytes .../ko.lproj/Localizable.strings | Bin 3056 -> 3056 bytes .../nb.lproj/Localizable.strings | Bin 3442 -> 3442 bytes .../nl.lproj/Localizable.strings | Bin 3350 -> 3350 bytes .../pl.lproj/Localizable.strings | Bin 2822 -> 2822 bytes .../pt-BR.lproj/Localizable.strings | Bin 3960 -> 3960 bytes .../pt.lproj/Localizable.strings | Bin 3314 -> 3314 bytes .../ro.lproj/Localizable.strings | Bin 4345 -> 4345 bytes .../ru.lproj/Localizable.strings | Bin 4532 -> 4532 bytes .../sk.lproj/Localizable.strings | Bin 4484 -> 4484 bytes .../sq.lproj/Localizable.strings | Bin 4377 -> 4377 bytes .../sv.lproj/Localizable.strings | Bin 4499 -> 4499 bytes .../th.lproj/Localizable.strings | Bin 2918 -> 2918 bytes .../tr.lproj/Localizable.strings | Bin 4260 -> 4260 bytes .../zh-Hans.lproj/Localizable.strings | Bin 2712 -> 2712 bytes .../zh-Hant.lproj/Localizable.strings | Bin 2692 -> 2692 bytes .../ar.lproj/Localizable.strings | Bin 146 -> 146 bytes .../bg.lproj/Localizable.strings | Bin 174 -> 174 bytes .../cs.lproj/Localizable.strings | Bin 176 -> 176 bytes .../cy.lproj/Localizable.strings | Bin 118 -> 118 bytes .../da.lproj/Localizable.strings | Bin 128 -> 128 bytes .../de.lproj/Localizable.strings | Bin 139 -> 139 bytes .../en-AU.lproj/Localizable.strings | Bin 84 -> 84 bytes .../en-CA.lproj/Localizable.strings | Bin 84 -> 84 bytes .../en-GB.lproj/Localizable.strings | Bin 84 -> 84 bytes .../es.lproj/Localizable.strings | Bin 128 -> 128 bytes .../fr.lproj/Localizable.strings | Bin 129 -> 129 bytes .../he.lproj/Localizable.strings | Bin 150 -> 150 bytes .../hr.lproj/Localizable.strings | Bin 119 -> 119 bytes .../hu.lproj/Localizable.strings | Bin 160 -> 160 bytes .../id.lproj/Localizable.strings | Bin 134 -> 134 bytes .../is.lproj/Localizable.strings | Bin 138 -> 138 bytes .../it.lproj/Localizable.strings | Bin 120 -> 120 bytes .../ja.lproj/Localizable.strings | Bin 118 -> 118 bytes .../ko.lproj/Localizable.strings | Bin 110 -> 110 bytes .../nb.lproj/Localizable.strings | Bin 133 -> 133 bytes .../nl.lproj/Localizable.strings | Bin 116 -> 116 bytes .../pl.lproj/Localizable.strings | Bin 96 -> 96 bytes .../pt-BR.lproj/Localizable.strings | Bin 158 -> 158 bytes .../pt.lproj/Localizable.strings | Bin 156 -> 156 bytes .../ro.lproj/Localizable.strings | Bin 148 -> 148 bytes .../ru.lproj/Localizable.strings | Bin 166 -> 166 bytes .../sk.lproj/Localizable.strings | Bin 140 -> 140 bytes .../sq.lproj/Localizable.strings | Bin 134 -> 134 bytes .../sv.lproj/Localizable.strings | Bin 146 -> 146 bytes .../th.lproj/Localizable.strings | Bin 154 -> 154 bytes .../tr.lproj/Localizable.strings | Bin 170 -> 170 bytes .../zh-Hans.lproj/Localizable.strings | Bin 110 -> 110 bytes .../zh-Hant.lproj/Localizable.strings | Bin 112 -> 112 bytes 70 files changed, 24 insertions(+), 24 deletions(-) diff --git a/WordPress/Resources/id.lproj/Localizable.strings b/WordPress/Resources/id.lproj/Localizable.strings index 077d3e5c8215..11f6c520ad57 100644 --- a/WordPress/Resources/id.lproj/Localizable.strings +++ b/WordPress/Resources/id.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-23 08:54:07+0000 */ +/* Translation-Revision-Date: 2021-08-24 14:27:32+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: id */ @@ -515,7 +515,7 @@ translators: Block name. %s: The localized block name */ "Add any topic" = "Tambahkan topik yang mana saja"; /* No comment provided by engineer. */ -"Add blocks" = "Add blocks"; +"Add blocks" = "Tambah blok"; /* No comment provided by engineer. */ "Add button text" = "Tambahkan teks tombol"; @@ -1460,7 +1460,7 @@ translators: Block name. %s: The localized block name */ "Close" = "Tutup"; /* Close account action label */ -"Close Account" = "Close Account"; +"Close Account" = "Tutup Akun"; /* Settings: Close comments after X period */ "Close Commenting" = "Tutup Komentar"; @@ -1478,7 +1478,7 @@ translators: Block name. %s: The localized block name */ "Close the Me screen" = "Tutup layar Me"; /* Overlay message displayed while closing account */ -"Closing account…" = "Closing account…"; +"Closing account…" = "Menutup akun..."; /* Accessibility label for selecting code style button on the formatting toolbar. */ "Code" = "Kode"; @@ -2399,7 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "EDIT TAUTAN"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Setiap blok memiliki pengaturannya sendiri. Untuk menemukannya, ketuk pada blok. Pengaturannya akan muncul di toolbar di bagian bawah layar."; /* Edit the post. Editing GIF alert default action button. @@ -2678,7 +2678,7 @@ translators: Block name. %s: The localized block name */ "Error installing %@." = "Error saat menginstal %@."; /* Text displayed when there is a failure loading notification likes. */ -"Error loading likes" = "Error loading likes"; +"Error loading likes" = "Eror memuat suka"; /* Messaged displayed when fetching plugins failed. */ "Error loading plugins" = "Terjadi error saat memuat plugin"; @@ -2741,7 +2741,7 @@ translators: Block name. %s: The localized block name */ "Every day" = "Tiap hari"; /* Short title telling the user they will receive a blogging reminder every day of the week. */ -"Every day at %@" = "Every day at %@"; +"Every day at %@" = "Setiap hari pada %@"; /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Setiap Orang"; @@ -4897,7 +4897,7 @@ translators: Block name. %s: The localized block name */ "Period" = "Periode"; /* Close Account confirmation action title */ -"Permanently Close Account" = "Permanently Close Account"; +"Permanently Close Account" = "Tutup Akun Permanen"; /* Delete Site confirmation action title */ "Permanently Delete Site" = "Hapus Situs Secara Permanen"; @@ -8591,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "Anda tidak akan dapat mengubah kembali nama pengguna Anda."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Anda akan mendapat pengingat blogging satu kali<\/strong> seminggu pada %1$@ pada %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Anda akan mendapat pengingat blogging %1$@ kali seminggu pada %2$@."; diff --git a/WordPress/Resources/pl.lproj/Localizable.strings b/WordPress/Resources/pl.lproj/Localizable.strings index c5056f1921be..2bc933f68a25 100644 --- a/WordPress/Resources/pl.lproj/Localizable.strings +++ b/WordPress/Resources/pl.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-23 11:01:43+0000 */ +/* Translation-Revision-Date: 2021-08-24 19:10:27+0000 */ /* Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2); */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: pl */ @@ -4239,7 +4239,7 @@ translators: Block name. %s: The localized block name */ "Navigates to the previous content sheet" = "Navigates to the previous content sheet"; /* 'Need help?' button label, links off to the WP for iOS FAQ. */ -"Need Help?" = "Potrzebujesz wsparcia?"; +"Need Help?" = "Potrzebujesz pomocy?"; /* A button title. */ "Need help finding your site address?" = "Need help finding your site address?"; @@ -7734,7 +7734,7 @@ translators: Block name. %s: The localized block name */ "Uploading post..." = "Uploading post..."; /* Label to show while uploading media to server */ -"Uploading..." = "Wysyłanie..."; +"Uploading..." = "Przesyłanie…"; /* No comment provided by engineer. */ "Uploading…" = "Uploading…"; diff --git a/WordPress/Resources/ro.lproj/Localizable.strings b/WordPress/Resources/ro.lproj/Localizable.strings index 28a88079c737..6961f285a2fc 100644 --- a/WordPress/Resources/ro.lproj/Localizable.strings +++ b/WordPress/Resources/ro.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-23 15:53:36+0000 */ +/* Translation-Revision-Date: 2021-08-24 06:30:10+0000 */ /* Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n == 0 || n % 100 >= 2 && n % 100 <= 19) ? 1 : 2); */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: ro */ @@ -1987,7 +1987,7 @@ translators: Block name. %s: The localized block name */ "Customize Your Site" = "Personalizează-ți site-ul"; /* No comment provided by engineer. */ -"Customize blocks" = "Personalizează blocuri"; +"Customize blocks" = "Personalizează blocurile"; /* Title for the edition of the share message. */ "Customize the message" = "Personalizează mesajul"; @@ -4574,7 +4574,7 @@ translators: Block name. %s: The localized block name */ "Notification Settings" = "Setări notificare"; /* Title for the time picker button in Blogging Reminders. */ -"Notification time" = "Momentul notificării"; +"Notification time" = "Ora notificării"; /* Notifications 3D Touch Shortcut Notifications tab bar item accessibility label @@ -6760,7 +6760,7 @@ translators: Block name. %s: The localized block name */ "Text Only" = "Numai text"; /* No comment provided by engineer. */ -"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Comenzile pentru formatarea textului se află în bara de unelte poziționată deasupra tastaturii, în timpul editării unui bloc de text"; +"Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block" = "Când editezi un bloc Text, comenzile pentru formatarea textului se află în bara de unelte poziționată deasupra tastaturii."; /* Button title The button's title text to send a 2FA code via SMS text message. */ @@ -7098,16 +7098,16 @@ translators: Block name. %s: The localized block name */ "This site has not posted anything yet. Try back later." = "Acest site nu a publicat nimic până acum. Încearcă din nou mai târziu."; /* Error message displayed when unable to close user account due to unresolved chargebacks. */ -"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks."; +"This user account cannot be closed if there are unresolved chargebacks." = "Acest cont de utilizator nu poate fi închis dacă există restituiri nerezolvate."; /* Error message displayed when unable to close user account due to having active atomic site. */ -"This user account cannot be closed while it has active atomic sites." = "This user account cannot be closed while it has active atomic sites."; +"This user account cannot be closed while it has active atomic sites." = "Acest cont de utilizator nu poate fi închis deoarece are site-uri atomic active."; /* Error message displayed when unable to close user account due to having active purchases. */ -"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases."; +"This user account cannot be closed while it has active purchases." = "Acest cont de utilizator nu poate fi închis deoarece are cumpărături active."; /* Error message displayed when unable to close user account due to having active subscriptions. */ -"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions."; +"This user account cannot be closed while it has active subscriptions." = "Acest cont de utilizator nu poate fi închis deoarece are abonamente active."; /* A description of the twitter sharing setting. Information about the twitter sharing feature. */ @@ -8322,7 +8322,7 @@ translators: Block name. %s: The localized block name */ "WordPress App Settings" = "Setări aplicații WordPress"; /* Subject line for when sharing the app with others through mail or any other activity types that support contains a subject field. */ -"WordPress Apps - Apps for any screen" = "WordPress Apps - Apps for any screen"; +"WordPress Apps - Apps for any screen" = "Aplicații WordPress - aplicații pentru orice tip de ecran"; /* Settings for a Wordpress Blog */ "WordPress Blog" = "Blog WordPress "; diff --git a/WordPress/Resources/sq.lproj/Localizable.strings b/WordPress/Resources/sq.lproj/Localizable.strings index a5dc3c4d5207..0950b56e2b4b 100644 --- a/WordPress/Resources/sq.lproj/Localizable.strings +++ b/WordPress/Resources/sq.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-08-11 11:55:01+0000 */ +/* Translation-Revision-Date: 2021-08-24 11:12:34+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: sq_AL */ @@ -2399,7 +2399,7 @@ translators: Block name. %s: The localized block name */ "EDIT LINK" = "PËRPUNONI LIDHJE"; /* No comment provided by engineer. */ -"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen."; +"Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen." = "Çdo bllok ka rregullimet e veta. Për t’i gjetur, klikoni mbi një bllok. Rregullimet e tij do të shfaqen te paneli në fund të ekranit."; /* Edit the post. Editing GIF alert default action button. @@ -8591,7 +8591,7 @@ translators: Block name. %s: The localized block name */ "You will not be able to change your username back." = "S'do të jeni në gjendje të ndryshoni prapë emrin tuaj të përdoruesit."; /* Blogging Reminders description confirming a user's choices. The placeholder will be replaced at runtime with a day of the week. The HTML markup is used to bold the word 'once'. */ -"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "You'll get a reminder to blog once<\/strong> a week on %@ at %@."; +"You'll get a reminder to blog once<\/strong> a week on %@ at %@." = "Do të merrni një kujtues për të bloguar një herë<\/strong> në javë në të %1$@ më %2$@."; /* Blogging Reminders description confirming a user's choices. The first placeholder will be populated with a count of the number of times a week they'll be reminded. The second will be a formatted list of days. For example: 'You'll get reminders to blog 2 times a week on Monday and Tuesday. */ "You'll get reminders to blog %@ times a week on %@." = "Do të merrni kujtues për të bloguar %1$@ në javë te %2$@."; diff --git a/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings index 0cb38e39d35ad91a1086ab38b4443af1d13096bb..25656cf7edd9e0e67d81683c98e9a99a1ee1ee30 100644 GIT binary patch delta 1252 zcmY*ZT}&KR6rSI+zcZ}RE#R^;uq=NC>K3JJHBA;+3P^##E|daYhn>5-Q-+y!cR12#-GF(jWPa&8mlp;NqzA}qfInTG||N1gE8>|y}Lt*-sH|X_nz;b z^PTS`bEo-E^A)`}^Ke>S&1xiQcFI!JO;tD4Rf8yH-6rLQ5xu;wm&I%6_;BPSO&( zneXfCTN*dZq+~0Ty19lwa!(vyOqI42HLvRC(kxlGHi;A3=7XrRk75(oK6q}H*c&BN zv8^iQc?XvX+%-z7uP$W;qk6s|5c$4$C~TJga95%CKeH#I#c> zs(5OOJZ3K@HQiQb=*$)?;we+=I>D^a-k475wm~w1!2a-@xza@Vv()7y&<#D%0jFRD zKlUu~R-ggjf_tfL!%sayEPCqkrqqkarPrVTezMp2BfP`K>R>0j5qy7L);FrDyT0De1o&kKx z6Tz^*9&_GzaYhQ^B?#d~Uk8r6{=ysXX}m2)X#-I>R?X9e*X1rLSM@8|I^j6hcpkzv zccR4#)IcBQ7@?#RFhRc+B1zg(2dz8|U0C$Lh8M)RU!&(97=ySKXvJs5&Pw+f^fu!) zxrMEzH*NT~FN7;%ggvycP#q^18do8V5my*bx{vgm`z3p6vtuxR zKw%X6VMwD_{d6ZC`rTFR1b!rjFy^brp!7hEqg|XTH%6nQ*d&LaX57pcbBVdie8zmo z?6JT~>>>7UHo`v0CfU>MBkVT&3i}2Z;d;3^H^qI<{l@*xvwVp#jvCtBIC?bdtmLl{;Eht`!K@eY5Ji8k!_Q0I~od5Ej z@B3hGL~caZjNokMxH^~B^jv=4II&g5~lu_IDCP$a%Ov9Z&Hl}+^ zj-`0EQXuK69!*m`HSfZ=Oc*Y+6+5T;R8P;_&PsYrU$mEXW!SJ5;5-|x&jc&tr6Fah zVA`stYqLjn%}|w*f@j#4n@SaN67-{$JCZ6H)EqVEl?QCA8@iaNoa$Ax3*$Y7g1M3j z)~}z9_~S~>F!f9@3@@`)w{8&_VXI)3<%Nfb$xDWnZ*6T|e_|gPNMN#GnMH(gYqB-BNH{gYh{6Md?c)y+)sj%`N> zc!?x=Aw6Eui2AbRqf}iyeZ+Eg$15dflk=)mY}Osec4o$m?7Y%vTb^!tw@L$$V~#;J zSJyb5a#j>IuNu}w*~iI#!(B97cOt2qde$3H8D3F$ZBc1wvr=zrB_~`$EMY6^vTB&> zoT)3W;puL2d~7%q3~n?2&(lXJ1%}x@(o9)Y*(acwO87#or}n~{SO-4~m5`7_zAPTZ zcjGvSff%ge5LH{Mwu!Z{A%z<9IEMRi6TXLZ4dEUW*W>n5su3xr7$`HtCQ{$d3-%RbEldyajTeT#jcy~_T`-sBLcaNXP? zF3mm3eav0uu45X9@Dp?RBz_KGz<>IpzJtCa`~$qfzr%mTZ~80zQ~nqI7Xv#3?SaXF zCR7R4LR=UWR)kZ+yTTPQEVheDu^{b`Mx_O5S$ax(MmjHjFIUKWqwK5KTW$N^BiI&L&unlg~JRkV!^6Rn$Abqp6f<$1%|G#rP#%|0F0lu%sNJE-BRZQF6xt+r_+ z9qZ&%IGiglZLOPz(^^g;tB%d(0yc5oEzPytW_M*y*Hsra9TOA)0^7g<7H9$$w1EvA z;Ho1lDdgg&-RYL+aRY6cE;%Q~-sRQ7(-~UAu$p6IW0eKV!5vr47}f^)i9NS(wb<#Z zsEG`#lE<6&Htrwoa3O-2mx$#XiLd3cyVbE&*Y+eY_v19>k>l8{w`ktJO`5$>%4am? z068NJl8Zi({LT!?wL%MZdO?`@;2OEghxuX>)i-v&KX9m=$4FOgtJ?S5m#8U$_`SWU zl-fGA<|*6hMo5g`$7xE0T$A^cZ+$}WpAzX#$LifyZD19)aU94G+@qQJC0s7RU{LFoxk1FbSvWmFNDGI*ACONPyOu z0VK;`Vb>T$MY^eZ}46ZgIO%fI&D+TbO|jcmZC5AHefpz#H&K_$S=uIbP%k_{aGq zf0D28ZT@xs8h@StO@Kl`cv3hlRE5`s4~5T!pM5po1>Y5MK%5pA#8<_)#81R;#GBHD zl$C1IE7BX%`_gq;lB053F31h}P5C|fBl&armi&jG@rV6We$C$o-orAa_E7k5Z0B)% delta 1215 zcma)(TWB0r7{}-G&2?>eNjBLeU~|$WXl+Tmi6J31X|hQgQ#YHqmt4BpY)^Jhc85-8 zwlkAzC}JN3Q6F?YMW|LRK8PY(5D^ve3ep!5iiCnMRRj?%3N=rncy>2N5NUlFX86v0 z|I7Jpw`{jOH`OZ-j~p8vi;YiA9-n%!ar(qV@tM}d?A*i2R5~-iu()(GyPR7&n9ui| z!m9;?tQAW%3hneuvH8BGNyGHfoa6Zma~rFc>6KQJ#NTjj$Qs_T{H1C_l)&qx@>$Eh z^W)eq5Gx;Q*lEmkY9W|dHd8iOyLzP=zAKuYwmstdwLvab!fy3v;<}EzoHPq1H160w zvHjhnNqSvfq5Gt+150Ul6X7B@?fLpWElil+y6JiIDPoa=pGlj(Me?Ej)lvh8P`72& zntCi)!a?{fHZ8nr5#*UZ@lu&&JRb_}B>v~l&hUuFp>5A{y;S{5C@+TTRc*3LnDT)L zy(vY4|Kj>L&Sn$Z;0VN^ANpVfMqvqZYkE;TOc`VPfqY=^F2EXF`jOtP?~Znv(z4VPF4bK7Sehfu zbrAY@5RTpn;Tkls+9z08mg)bqoL2iE=TvT!yTHB8z0ZBhea&6xwt3+9@U8pZ$BbKzUzhL{yki6zk$pB5|PYvMcNmiWE+tM~^5pa4$+ zg%{yfcmuA$H}DhOlsE}VL(-I#l`cu|Nnc4nNVnvWoNAYQ<(zz8eqO#TUs1Z0Atk3+ z$_3?JWlQ-*ZBzTy3H1~8ntDqMYlpM}Ev}u@UeT^d N?g@+q5;Suc`U_;8ZKD7H diff --git a/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings b/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings index 8838a0bdd55d2d98035af98f66e4330e5f992606..a503458573f71c4fa6116892735a3c5585eb985d 100644 GIT binary patch delta 1257 zcmYjQTTC2P7(R2|WiPV>NGVcekV1mAm`xvqq9)vIjoh*q7Fd?;*`2ey(;a5knX_A$ zCe#N_8Xi>qTTImW;1fI;jSu$8rdUlhR*A+KZ!z+0&}j5QlM>IegqV4l$^ZZ7`@aAC z=4^Fsb-l85zC99+#pe?93yaC6)N(p@31_l8$>j^i<)WEZo2G3ISFmB?j7c=tpu|m# z8}5qXy6`gJe=@DMgf-p4IjWUxmulsbX=9z}@UGZ1lb9`MOv5eAjbSTG%(*BrNtVV( zN+q*8Kcedz#d+66QG`(i8OTC;q@fbBk&CF-J3odg$=gmfF-~&0Y*Kh%IQ^=mwJuIF z3d70|3=AZnwp`*+ZPKuc@C$$S#6rxeYB-M#D;Xgxc7@bi8$t_U?h2gZdk2>zgq9sk zqxPZXx%ymMZG4K*Y=Pm{*JS9?cw{oIcEsyD!5RJ}{Kj?pQqcl-YI6iU;&MmpQD4`> zhk$3;J7<_AHj1;wjqf_nB_agtnr$uBZKx|xtD*Y%v1Q44NoN}$3f`!8!fELQWcY`h zkLe~H$97^-Tp`fLb#MF~nn_I&-N4#Ri5j-$rq$+J^Z#+!*7>D~ku7Lrwnd3WV=?A< zY??er7bbLrYO^e}g_?QVG+rT)6?@y_F@u^Ut*S@i)pKP)@VfG-LReZwYA+Ui-D zRXX9xhF)m!w8E$UCtymM8Z4q&R7M$OvPg?8%nI6L(b_q*$j+5H%*u3bu9|T$&9PCN z)z;8HqA)0Tz`C!$EfFba9HWQ}?8F{}Fxmg1Gl+ed4;X^2YDctP%?6rAm2=P$Mf)FsE^V1z?bqc=najq?M=ZCfp$=W+psAO1#~8~#I@Hf>4ev$KDZ{gz!hI3 z(-%41nAFtQco@?|p1u}#uSSZrj7?+JuHYj>a? zVn1Q7?V(jfPz63y&Rs)ZR7EeLO|*l)M+cnD1-S>f2f1$Uac+W};-2L;xHq{izMDVG z5AoCdUH(`8Ux5=^gf?MFSQ0J^9|=DRd%}Szi_Kz>7#1hRoOoT_6yFeUi(iO8ihqa) zk|24dCh3$kDqWP4(ztLJ&oUC+0k-@UiJ_q;zh zgnY6u;%3E+z&Pdp9!u7KM8)V^eCfBR(VUgrF^XH QDu0E7p;G87TvxUK0C0YQ^#A|> delta 1258 zcmYjQTWB0r7(R2`%k1pz7}MrvnyKxEq?*_jBqk9`ZWJNeguNx3&1Q3UXLfho$;>)4 zo4OHd3Kgm^HT*$pl|J~O>4R4&s1KU>P!J!2P>Lvs@vUG`#6Ac{JhKT&A7)_A`Ty_s z|Fd~|^YmK_ow0Z#nVOwT&u130i`m=~&KDH5SbDasy;RX5!gj%3=H$8bgrYg}jA=Ww zGqt>~+2zHU>eMVlc1*cSj^{=cMRst>hFzu;zGg!w=Ekt2mQ1UjiK)xxiYiZPMg`tw z&xCVQDAH(>YgOIEimGI%R7Jz`bk)&J!%iezoG5*%`SCa=jf#bf&Ow7|48b6CMof(2 zLM1s;t?Koh6kdO)%O8=8ny%)gPPoOk9DQ}cG}{7etS>M>NtiUF)ZgE~{`OPwALBcv zqd3B71!>4YB_yLNGLelOxjPY6UvXfQdbK6t3YZ;Ni@2scY1e@q#mnmYc56>+3>yVi z&q+;(i4gFHNWzdwRu$s@!15GzHj;VKuvN=x9Ax8VY`Mj%WtrAOOe>V-G1G8V!#TQ| zfFiR9r?|7d>4a66aS3Zi>LAD2am`-VY&#WKb+zCm6Pn}te$sV1@U$G(l|~Xa5f(LN zyn;0y=XF)KHAl7M$=GC0k`5IgXZkWF!z9}tTsSawkP}c$Gc*Nt6(zhX~lLdY>)*ql?q-pr5@Pg zhd~lgz&)Y2-;_cqN{~qOjd7@C9D8IO%jf}N(9m9yT6%;aBuD58gj~nahDj?Nr~d(=mdBdts<2yl1wxx|0abiggK4Xy@mLnwrw%g$G7w)>y08sRLA;nTbs*QSqic$*{rtVX}(;>Q=w_9!{VqoCEgUj6aNie2w9=m;hH4>4}xKO AKL7v# diff --git a/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings b/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings index c92735992da2ef56c8794e7dbb3c42c5d3e4cbf8..54fa0a86b8f9837d2d6395f83a4aaaf153983b71 100644 GIT binary patch delta 1221 zcma))O>7%Q6vt=3cTJ+0h9r~{G9;uz0wRTQDFWJL?W6_A3I2@ZIA-b@+e`^E33i+y;IGN|@e}6l{C#zHt+*bZcAcPEu#s0IZXrutQe*kWR?Cex z7BPklH3Ao80Rp?g0Ul@o2wH%G05EuT!$yoWs2>#*q>e(D@t4e_T-NTI*i2D`9j`Gr zH&;I81;l4C<#=cK5At*4rJNr@)Ig3`&X66tOZu&jGRBeAmS#CMrXHGyb;l*!8Nx!} zgN(u!4OpQ+Uya|oOjxZc_QSwoBoJ4!`AmvW8Pohr{q9&L+eCi1OZYG5_T)sq_Q+SFsj zW4W9NJeMZVuu>8`46X~?rEYXEjdloMw(gy9m`keh_<-E?HC@PR)<)sK0WWOWQIisk z9f2R?XeYcWOy?hnlbb2G9kC`A@rrw^r0vmwVrWM}+jaT(^7BLGT;zEn#MC7o{|~?; zHw2jP&GUF{>;P6%2eGPwG`I#_L2Lddlmxeg(-xMIAHqaWSy_Vz!Lku<4`5aP4=nNT z*}`)>3PcWdN<=)3f?(#LFrOv?s#jL18#O|~v+hw`N_y>q2!ZY#5$tY&4wxVUuYwEU zGWZ7UOS&{H-6q{3%}9?(NoiF&D|Mtdq<7>Q`2qQuoR&Y6f0h4IBxOuFtQ=Fel&6(X zl|AK0Wnb0RQFT_GS5sW4MKjN7hqODjCGDhE)><0V-qJqM z_Oze0-*jCc(HHcrzOA3tuj+pq!^VroyT*scC&pLCHFLt8HD53Autyipz)_c}v>x%V-wP*bt8;TtQy-$|<6*LEx58Yz@4e4Wl00000 delta 1214 zcma)(O=w(I6vyAkeP1bcUTvD1N}H=~;zu=-3X0X*CU4SMolMf1H39{6D(LU?hfbP zbI$+&|D75*HSo&RKJ~!k2M>);Sn0{bQ%`I?^5j#Q>A~#G?9pAhyj>{HmCDB|^9y?y ztD{S3d0)-J^#&UQL+opL;NJ42j zc_%v$Qrk)v3UPz_NhOC@=qiR8*E`PM0K12)W@@ZE1fv$A$idFSG1Q&EfXxA$C>M#hvU;u)SLiu^C=H z2lP$HGW>$;HAY8A+pq0qf66+$q6`8%i=SpK_2hQDb7C%y>nI{&xuX$g(F$&VdE4DZ z3wbq6s^+chp81-t48E&UXgSLtQNxu31+u)}y{VTzKZ z5pkt;k2)nQX;SPs?ms}^#MiCZiRVSop#*y!zIScJx5)XrDEd#reKjE~{3`J9H=s-6 zBy7@kx}2<9$l?Ii*$MTTlx-m=E>C(fOn1a_rVsFJ9Vc0d{uL@0o_1qy8u?Lggr(Gx z1Lic2JsMC4T1gNSasy(QZ`Isl@dV-|;O}*cxtzvLm`ApBLdshxD%hCwT*vv~MmYaJ z%FnfJ&kDMb2(Jns3ZDvJ2;U1o2-ig*ZWaf{$Hc5SFCy`xxF)5ferbm^AuUVKOD{{G zNnc4nN|)q{yd*beUw%n$%kRpc$QR|G7xWMG^ZK{?CH<;#*dT^)tQsecw~e#LH^${YxzA+R``}+NDURR( diff --git a/WordPress/WordPressShareExtension/da.lproj/Localizable.strings b/WordPress/WordPressShareExtension/da.lproj/Localizable.strings index a4d69897e97a1e632a7760f26a5c8d76e17e134f..21448ae085fb6b13c4c82fbde079936b66483f61 100644 GIT binary patch literal 2830 zcmds3%aapD9PUYGl9?6UVRwol^r|OMK1#~c+KYPN%3;gjOtMP~0&11zE0@V`cmMkPec$){ zG9}MtzB+jDhJ9FzM0Fz;H?6)0)~$cA-`+4VIJEJhO`ErD-L`$l!#nY=-NTQJ?Ag2T z(fyAl4kRBxIQqnsPd$C;@H0n_K6~uB=i%53>(;+GHa;;qICcEQ^vP2%ZJRlrIy3un zdN`BK&E@9{XBQUFoiC2QLP}+a7VUwQz@$l-OG+-qK2y}sPcpyGe7|V#%kl8vO5ld) z3gX~V>_}2k*b}}=;1Sos73Nady0Lquvzt0adv}i#cO1^oHcHTcZEk|_GIi%N)TL#W z8}mH3H9zJ!Sdpslq6{Lai5TLjiZJq!Kt57<&-?^Yv?^pPKS?X3;i{s&YeFhRG?o+Ao4C6~h`%*zPBqrsuXmEuc zL4C}H!Zp&Q*rPI_jR_uH)FG@+9Y%t`RgL)}zW}91aR!*iV@{oMP+k%xBrX$<%QeEQ z6gE@8yP%&eWMvDJDq(yfP3r=#YXchSkOyExQ2=q#ma{G;P{1V(Uakeza9&7fR#M-` z#PbqBOck>b=h{NDEb5qW2iM6GIH4gaZiz;_H3C#ZMTG@#nfR%Z%;_q z@SktvUS;jv>Cp0LJOz^g$uJlybo*o=%3_*h_ z+!Cq6INc|;{%vWMIYH}xKCB=fg1DlLJHBErc(Y33N8)!gi=q_F6}*5T%266o7&Hd& zB@{^*wcs7afq`2_)%hUDIBD`f9%Iz)5o5?iE%YY3ims!t(TWz+)@wuBR&7{2rcG(5 zwO6$(+B@0@k>SXJ$dO1Y@_FRv$gQXr-5A{xJrZ4vUWk4c{Vw`LbVZNpgZhX*s?X>Z z{SE!9{}EU`e?9(Q{962@_!seC%zkr+*)T7gZiGYJ>w^jJ+6QqKV)EqX8lZ4jfE;yOlze7(LER z=KK5eIXZN7=-Big^QoupXP%8s^v5Ts_TN8!VCK1lBZ=AM+>ZI@Q)wr&kj>>63y&6; zqRXX2dvLkp5;?Aq%5&P#Bl#(p3N-HpB0JwIGaA&EQ$)0Uj)aGr;dL(Nx=7$^ATMd# z>!k>i>(+2|H*?VnWh5v?2FAMqsMTa1c8R+*OI(W4 zTvJew2aeOpOsX%*HG5EAu^#GmCUB*mi8Y&SRUWa%d5H2>KrsN1*mOG4H z59b|!72ztTd|_i7*-08SXb>!<2_qGeaj0OV6xrDwD_ z=}an7ibVb**w~xL_sSO)Boq3!zT!sr8}my=8@vT5zqGe+$z{x3>ldmSf2xf=+|!e3S5-{}Oi4rOIrCI3X~%O420MEu)E_GYDyR4)NZa2W(Z z0Mha5OHY$VuEWG}n}XqAPvMh_X*fDn$h=7nCdNfI6sd zQzz82`nvkI`nh^m{XxB`6|_TIP4l(4v^DLxc2c{b{jB}2{h{~j75zhI|v=qL0~ z^zZav^{WOjkg?a8HVQ`DIA(lgoHEWDKN+*vjGN{IX4H(Er_FE8>*h`CK`UletcLZj z^{Mp*d;&fRCt(p1co@C`KZIxCI{Xp-W>45Po7=)ZY`<@RW}mlz=}~(6<+UF4Cp=AS AF#rGn diff --git a/WordPress/WordPressShareExtension/de.lproj/Localizable.strings b/WordPress/WordPressShareExtension/de.lproj/Localizable.strings index aad8fcea7073e049b835af57293253f46fb807fb..02139ca3267eaa09d5928c70cee35920b3eac923 100644 GIT binary patch delta 1342 zcmYjQYiL_l96vYrk)%y?@7ndXt$1AeU|UxxKIR@@x~{{yK1P!?P180z$^9p}&CR*- z+>_2KK0qddkJ%lVAEvM`f*`u-{2&Oz94da89|U3IKIrs|Oa^`sRL1lqcMds_+~oZ4 z@BCipbmDa4jpYN|=aZ@QLS`|$lv`d|&8JS1LeYj&x#Fx<-MrN~>tV7^9G4Vaz`n!5 z&m3|5n&bQ8OlVJE-s&F5HX|jD>z>bXqwadd23uUzhUPLS8U@$!D+`l^7QtOef(u2S zo~YN|jl~Ju#+;OW7bOuv>&QVAl@UgDNF6+@XZ4J=ql7z@$tZnwy83w+_M9rrIrta!Tw74L`Oz54^!B z=3a~PLNJ%Nwj2dstVrBIrbJJs=cn`5KswMQMniq#w(?-xO0q&&a}GpUTOH`Vw{PR| z7T~D-E;%lw4wGVa^ZLL;nRy^K_ULk8L%=+5nZfvd%W~S@=AWL`D=x&giyos(ywbL>D|%ja*lh^LaiN(5>PV1$7qGP+?D?K4J`!hq^JqTohrCe6=71DY}8_t4Q+O(9M2og?tm*^G7mnF zB4`7>j?SSg=zDZmF_aEvtFlc=D2J3OWkz{Y*;L+A-VG%}dqev}v!Sb@TcN*IMeSDm z)&1(Sx~6`v-cWy1?`nqDr44E0+O$^EUe?ZO=e5tYYuXRm@7i5m)gyYRzC%B(Kd$HW zv-*3+m{B#}F+MbMpBmp7KZm!5kB8IY)$m`DlMxnqEqW<>HTrE^d;7!f7u#>P{}zkH zGOu3T> z(lTsU`UbKocMX#=vDjRTW9ES6tyrEnm!vi=`stMAH+3)`~E8s+cAbUP14pkJ0DoD|8wCA;>~hxLw#MObLqu5iSYWMP2L= zyT$!tL3~;~A$}^J6TcUKlycHxsUo@3^U}KXj`X2)N%~p(UHVH7%SHJ)8RXaHx8(Qa zQ}Q?RRr!X36s(LX4=Oq3api606Xm>eQyoxqX|Qm}v^=2Rxh-;IYqkW-$t6dAy z;77r0!Hv+d&bb-h!c R)}PVO8oP{?;Q+l2{|oD`lrjJS diff --git a/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings index a2aa9c7466733d697b49f95cf142e3d1cfea0cd6..d63d155e547181ed2f676d3379dd48592a923d9b 100644 GIT binary patch literal 2674 zcmds1OKcle6rHaa#aDY;PnvI2+cJ-}X>nI^d7-|J^E-=^#II0qu|Pdq5vB1U@ES|w zwhe+*Lr*G5MB0>G$(O1UNP)zpP!e!_X_5$9WxP?Iq8p^{3CkRqWOdK>PY8%HN98#v zk^pcHP6cn|Eb~YkTzjKknZ;pUznaVCRxbG=Tz^P`KJgw?3+lIXW^+%V=Bp*R!@$TW=GHP=VwIT4IQh4@f$h+n1nG7VcB zhPmY;Zvd$h*I&ug8pG=nK%GtU5Ns?8BDPGv;8B7NJW}^7PSg#`jN1#Gh9Qt3$RaUS zaATai2e}HX0r739k!$FLI;YTJ^<*@HRANT~%uh^`jhbTp4k)~I=z)x8(K?Y;uI8zz z^Z4e-28+osmU&=?ii#6W5ql8FD3tQEkxsGk=-t*!x>+U^BI-vVa2S$IaJ&|WBHXdH zf zjK+!;;t-;H8sJb)wLczo@^d+geKN(uTAVZC2aR-qUVrx3w>|Z?&JbJKDCc z>W1E_AJ!-Ii~5Ql=(qLH^dI#*sh-r?)OhNP)OYEbw4Z(_y_Nnn{X_b9W6UTT*Nu0L nE#o8ObK`sC&y128%ACneWR@~C^S%^+6ghcHSDMe}BlGd!ncQd7 delta 1056 zcmcJMTS!zv7{}+FnRD3|b+au~ah=S<(iD3LGP}5|mbI<67cZ@5v%AxJ@_5d6&Zvn& zLA~TlF4Ic|1w9146!jD#(FJ;mh#(>eqU%FYQ9+MIdn<#Yo|=~rX6F08|Nr;@?EdVY z^{rbEQH#8x)v;jXrp?7$+PtNUeC-`&o#k6Aw^eznyOwR=;olkP?%5TrZ&=gV6bi46 z^!D`+@Mcua@4_Xk2RafO!#$?W`g+D=x@M2;2~sw08JL+kmAUS3OC&HONt?fbRs04j zS={dZL9ZxGYLN)J3W&8+IoxA;+shW{& zY;5Eysh)p>sz(PQK)?jhfB}*KgA_1<4H#Y-4$y;)x5?9G;q11)cDj#@>uew^7YE1~ zP2XBt*Xtujoa)1_(t`cW^qiv1ifAO2$XLz$`y|yiN4pH0S}b=l6dEB`_A|9C(;5tF z@e%AZ4Mq+2^QnVBQ}%F=RJ&>*Y)xU3B%0Biht}7w*<+e*_lBrW<17-^m`;aXH94#I zC1*oMQNYAxf@nI4=@i=U-c5m!0Np=w=7zG6zk-$7 z0JBlye?|4zlzvYpm&OyRlKbT8^qr;E|CJ{Eg;U)hIsJuE@lc+TJ`d?IP{9;92`+(a z;3jwgo`5d`5{iU!p;ZV7g8~sA3-81d(JfYpUNI&f6HkcO#oOXj@i~mby>J9ta0aH~ z1$Y%chA-hq_!T)(934j-okr);MRXZGLT}M~2}oFKk+w=vX+oNn&Pj99J?VoS0dlc? zR6Zro$*&cptW`;|A!SG832s9rUo4yu|usXkD@I4T@X4zDBTIOLcCxg!es3U(K2 Ip*YTd2kEUwwEzGB diff --git a/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings index aa7c2b21ee351a8af53ce3e582a9830232393cb7..baac0a79ecb46ef1091561a9b4f54eae2698af5c 100644 GIT binary patch delta 1042 zcmb8sOH30%7zgm#-I;w5kqQ(+G!7I=3`$Z_6BHj%K-5yO4+<1)#_rIrF1vMis5Txn zo;>)fV~mM_u`WN7$EG}abRj3h^c+d8(7?Ho`0 zsv|Zg1!9=wm`Sl~FzP0I4R_jbU4BJut55s`? zUOGi)OvaC>E!PlUJ0AAFFsy8Qdwc4j?uwk9xAH*|tV{xa5NtPH^DoUsA0xge9 zlAjad6n`bRwjYgBHse^B**_wWl;5R&Yx*h60x@j%{nAd}uja+E*3)6D5_%>)uU2B9)38c?+uJ^-6Qi zuho5yV>|H}DNz0%1^7!;H8eR$b%WrcJTq*|P5WvVr@xEa)~<=Dk;&nZZ82)Gc-%vc zN9bub)~6c`4|}zYE&AXHnWj7gTN@H_gPAn#^Zo3noYGsw2eq}lByL`@R$fpVc}#8g zs@RYNVXrO%^m2W;b$KDYSq&`7S1pt0vs%*%ydLb9$ug+bAK4DNeDU^iU!aXq{ZWTMli19 z9^FC@(LDMh`{f;SzZ{k4>Gy)Ya;gdQQEg-dAVU=jvCjTHCJmXjEg` OdF`flS9`&)SK#lSm`S_< delta 1073 zcmb`EOKeP07{|}O=iFCIJ1DJJd(9pq2*R;mz+|!wx-rhUzJyRwY zNNm_tbBGWt5kZ0k3y}~kBo@L#L?Ys`laSOxVnf`{jK_l7*na1H-}nE1znjx*Gaj<4-( zrUN8vvhMNtI7Ei%=>4j?jsUTe)J*uM7IApf^U=H&@mNOpPS4-VKS>Mx@$HsN9hNWj zMbg9>|4bdnc6!4`GK~Ya#i+%8KDF=?bvLh;7A)?LIyp>I#IQOF5IdUx=gfoJ#CTrqY9%mVK@JhYk$q z0-NJDCey?)$yt+P&tTNcbQ@mL@H~D?+`~Vswfw0Z>dy>Joiz<_VlYCiJT(WC)TDWq z?sOcpG}NifM%u!OaDl&2n!;lV%BEZk zGaEa$#|F!Lxxl6#%JLJwZaI;!o=hiV{F748A1OO4Mw1i7U7k{2LSs9s(~jxepgL|@ zk=g6N(G>AMK;ML2$pr4BPT@f#C8K>n<5*E2jMO2S*Y{ zega2qi&2ZEQaI*c}CsFn^3*q(YjxXanviEOTixvgnnz_Z|K*+zI83^{1L3%J6c9<{x9ndzq019 zVB<38mVd_VgWPrX4}buH61WLw!E^8iED4IRUZ@mmg^r znpOHhIc zZid@oR}VZ6v(SML;T(JizbZ9Kn-W!?DX-OD)m5*lchxy{LH&q2&=9(SuA_VCF`7pU VXi-C2v(~QlYG<^f#`)0LuW_M>*ph6LWAR|(vC>S(KMErq*{0J4>Ed>jdp*z6JvRii-v@u3a zNQ_FKSHmpq?~nVobbfOl&F9i@}T6Z|0qE-sk!5{qCLe z@7M`ot+cC7S+;x6-t2w#4Y_&##-@V(h0Vn+C2LAs*R~yK?+6_1JQUotxw2|YNZlIl zigfp|YFNsifK?SeO`7iFPRns4o#TUs?u_&YsXK0)*tKvXHSVt0H0+XLhrI(OYzF4! zcl(J;hb=o94bm}dg5q}F9A#JFI$z9_Q@s$v;|aqe8rAwbsHPKqFyZQ!>8NV@oq%x6 zn-?Ofpk|XHHxsbTTDB9c%T^mmd^B92NEpeO$H(SS9vhHzLCjOauE7F!Pey!cYFfZf zLzI2EJ+(wPhpVcpVxA3)mshZFU?qDa7K&>fp<(qphYxZFgbN7aAdUY8j@sZP~p+JwAf{mg!Q{ z{e9HLhCn~Fl=6)|s-47SnCNC#hEk+acgA$b=?YPU#@(>0y9SMU%F<}k220X@*}Ra$ zx>0Fb97Bo^|4Y%5c2XMtp@b#G$`t!zc85<+&lR!9Qr`cgx}H4{eH;D?XbCvkeHl2$ zA{`!hPjQG#a+kQf+(T}bd&a%uzVVRH;tTmYKEU_#gn!9@5^@BuP$V=6gTkb6L3kuQ z7G4W)K@<#t5nzM!U>e*6_rXi>9((~m;c^&<=OBZZ;SG2j-hmSQm%AXx+={|A7ms~$Pqaq&m(|VqjJ=OR5XYzbP~NlKa?`1Mrl)y MD3i)Xc6b^71!9Ild;kCd diff --git a/WordPress/WordPressShareExtension/es.lproj/Localizable.strings b/WordPress/WordPressShareExtension/es.lproj/Localizable.strings index 4e1e69adc69a8031bcc656c452bdae1466ac3d19..2548ce3968d05d757d018b1bb5af64207c240df5 100644 GIT binary patch delta 1343 zcmYjQOKclO7@qY${7kbnP0}=pI(Zh-G)>^pG%84W7+NV!f}e5i#Ef^x_B87qcXpgK z6jX6Rm5@rqs1;Isfdk@(AV?f|NPv)f;B^GGm4GXvh)TVH6fw4wz{%3iukY>c?(Oay zxvB10JdsSLmopc#xs}y?;w4nDY+Njr$;CA%ZysEr5UnHPpn`*;M>zJF~4i{0);o>88@GTv7UYM5@#4U}Djb+cd z9%dZQ6L(Gg;=9t3Nw7_bN{G1G7_QKD+%9GsXz z*4oxjz0ag$7}=1zxn>Ma<$1HUdA=W6Hd(c$*dY1`s4rWpzc&IMyxWNr7p)VPb6gGi3NO_XQDRYa7lKS zsfPy_Pz4K18=grf2zPMaGP{6<+0A-gbgL0X2K~y{)I;)IGo{`?{EMg_(+En%>Gi~kxF^F9US>iJaLGD8{LyTjsf@Tu)jjW$J$1tw3mrKq!x8AQ-Q5{NToqvfbW zD#WcDJhWJlSrRNsccW-<9}_z%eEx8OVyTY&{w?aMft$$d&6Y4mXiE?tOhB@*waZ;*DI~=dp zN70~Zc$VA?v{GPlQrKxGibXLzezgb^vJwtzzyVYSve)arcI-@n0N4cA!7cD5_!;ad zhSH)OQjRDC${8i9oL4R>Tgn~fecyoZgzvO(!S}WAci-QtqPDAD>S;BnUR1wQ@2kJ6 zJDQ=jX+zqCHm?=6YuYXCws!Rk?K|zB_LsJ!t9n2`sQ2hI`dK}zZ|JY-pXv9E14gF- zjbp}1BW4ie72}%mz44FV@9*;8@W1E(*#98#FgP4M6O0CP!PkS^!MmZ2(9O`D(C49V qLia;|hSl(MVJj@cx5IbC55kWk9g(rfWMn4tVgyHSM&1>o1^x@=`>{p< delta 1313 zcmYL{TWlLe6ozN7-t{_-Ax=`-CK;tpMAOzZeL+nrQf?|psS{$yj%z3Gcz5g!S?{{D z>yW@hLE@ne5;P2oR6s>S0)fP>q==gcH>s*nfd^29gpisQH1_M%fxZiC{CIZQvY?MD9{WS;Vw-Yn`|K$4amA%8`Dt8rmoS_l&LVq7 z-rHA2@tgY{7|4Lf7 z4N?GsB|v}!Dgc5SaDfMW*q=_~WuLtzJk^;F1Z2l>8P#n+7ZAWCs^Yb;cix{FMUIK> zV)Wj-j_~FUk$ggare<;aCh`d(KA3;h@i6rp2Xmq<54d{+(gzQ~KHF+I;c;O}7osIZ zY*ex_^oWnW)XelmF&e$A_Sp2U2R07M~INs)zS z8!b#ki_x}>YcF965wy|PHG4qqV;93c?5fcoCt#HO>;ueQb^!&q0GbDQ4> zp4^6HXVpiJwKj9GeaPX)gA_nyL({F+5cLVSw7r=J(ojPKQj>qPtNJBYi6q$hP{+XR zxJ|0WK{PjpJ&wwElNq;hh0rocbBldY2R3kv(L(|Hi|P)RSN3#r(5=O7aYAelu^-ff z>|vwt%wl6z4lwz$Y`!!HSipt-ylk?>1IoSNl6aE%3b;Q&11sPq@E-UCd;mT9e+CK9sIY zH>BIrnSW$MHsy0NlV6r!m*1A(mw%T3ly50Ofy$6_T*)iz%4OwS<(hIsRn&gN)jQ^^*E|=vwHu)}_U@1Dd5huWf4I>5AT>$MuB%hW@Vpss6owQ@<1L4j&FLhgZX| ig+DgR#=7y2@saVRamDy4qH2-e$dO1n@*G=h>HQC9(5K}9 diff --git a/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings index 651ba5fd946bc69cb9ba30c04d541de6fdab144f..89709ae0204404a7f47f60b5a5054987d2144d9e 100644 GIT binary patch delta 1332 zcmYjQOKclO7@qY$Y{#*8^KjFUqzrWuph+AVRMAjMank@1c@#h5x{m8kykmQk_3mbN zHzjSQs7OeN10jr*ODb`I145OGkT}2rwIGftR}ct+#HFG_Y9$aaMU3q(%8UdH=DF=WBq(m*P)B5jsemD zfi*yY390}B8(6>rE*w5TiCkQ@=z8uft{~5F*(c)QyE5##FvC|6vl@@b3)7~9sS9U_ zxx#+(T|Jb~&~=Eah?s>Gu3Kxkb+jc$84@nDe&6tkiz)1S)P%0pq`c6&SJFCO#BRC9 zaa%GudODk$DQN@QmL@jpJIsC)9&0P6Ylt@PVdj@E4)pAw>oCy-9OcgnF>vM#Dz9vP zJMeTag^>;|bFpPZi+M>?Th|XPD`ah*D{d0rT7Q%c%7@sJ?`YS-x+zL6nn|NI%zA~` z*6-?kaTe&C*nj_otxSv>ENN-Bp(vI|n^o{hrbYI$&ML8gM%Kh>g`DM8vJMvZe zPvsfqhVp?@ys3Px>?(Wy3IB{A`F{+Y3`_@>gXv%`crEy8+s)8WC>6R8+6?W4{%9|^ zUk=;h&%(DO{z!l1SR@;HJ@S6!o;s`M)z8&k^?~+^R@A6=McdSNIwBq2Y`hcx2X+sl AEC2ui delta 1333 zcmYL|TWB0r7{|}-%-*t>nY4+~)+UGMR*fd^L%k&4k~EfJl7{Ri+hnuZoa~(4oMd)p zbLLEHY#>%GXhAd_DOj}+eGo6Gpa|lFv;}Wa$cvUzLE63r6-4ks#NfBPAu=$0XXZQK z_x*q8f417T+TLJBHaAZe@+K`57unLXRgwv|Xhp+8R#{ko@vwf4OX}<&5^t zw_3spTwoT>8HeOWt!Z!7B2Q>d@&zpvnHhmj%r16!cW<8Wk~?as*+NM~&?;icMn!~C z89B&B0(Ydw=yO88ubgg5RR%~OqXptwV!EOLkC77HymI%EsX=1rsg*PK?Gl0F)ghrn zX0mL8`kLfXr7e*ewq43a^+PtfNO&cga_;ci36@{PgN`kzE%ts5$$~m3oBeI~O{e%8 zCPl*RsT#-hG3J(->rN%9Me|}Z#Y9E-;fm5n9>DFESta4ZU}Fv@tAtr(!J^n@g1X7c ziIJRP>`weY(-j5F5$!;1wkE2^Nh)fCd@1C?!& zZn+gm$g8oTry#N4wmqwoM{yZ4Ns%%%2&e_x2G9=TfE-4yPkQAtXQf)E#i;EVJ@R5C zAz#xUR2`!M;wE`BRxh{o*2X3D0~BCr1$l@b}lpa_emk;Yr@$4X+NRgJ{1mN%_31Ybud_vyv zW9WJroMAy<4*f9r!$Vx|1o}ehq{mi?E#y*Y`=QK`&1sRjf>XYP#z8BGWE1ojAoh^R zj5#H2dbp;t8I*O&jzE1Vy~|3jhx=qY-UZD!1nCLXBtQ*{Tjw zxxW>JGm)bkCdqI1O26FN=&&&d0ZJ&W)-4bSAO&9z6Rd`-+*ty_pE~;ETr*5k6sh_FW)jR4R>c3h<%WJP{QoEpC(mv2W)qd2rwcq{7 zkNv&=ptEJRBSimV;+Q>!F{*1L5ItGJLJBv+k9; z^O60LBawV$Ihu;jN4@Bo=;i45F(uX=`zUrTb}RO0{8xQWclFcyOZq$dB_n9G7+uDa O@m;-9-z6U&1q6BW%*L7u<*vT>AEshE7eX-uIgj^Xb&P40Da{3p0(m&icrequ(p&sEgu z9sEZ%okY(m$%*VrWz#?}QB-UiL&Y@|ohRgyBK+yf;<2;}6T619vsLsIIz~sh=fh9s zIx-nE6YW!`35~GT*(W7E!{>>rDYz$XYo=i(8(&^rCx7iW*s zoLENdLt*v>ddv4Rosp{MRkVu=Xd7)104}3dc;r=-hj1O`Cm>jY;x5`}Fxp4=puU9m zb@UK^o2UTET^F#z)H`1a?Sa@mNEHB?9|uY&D7fvLzuaTL-dMyL)R}n^<)JYL zuT>ZO2W<#0u*YGY74$vHOXq!ZPz9aefH-f;Ck_i0^dDbUNeV2uHz?}SMX|DM0;aqV z!b>nKhNb;KL>zU{wons2>+3-($ZgUO#SR)3BlJ)41QornzNxte*4(}w*HD2#>hLm2 zSWFHrYCvBA^522{@IV@1H{h9nM(vy6V1T$ToQ>?$WvOPK@iMc_$ILb6duEk6U`1A9 zkFv+vYW6j@gFVl_!)Dpf*sr*1?ljlJb#p&*kGOw%mM`Tad<#FskMlq9>-;u*5{p zJ8{X=?3wd?;JM|EdQ;xZ-YXsT&^RIs~TLg@t?xhPQ+8(-A;&n&H(hdJl}zyJHc z?>p0x>BzaKr;a@+4<=74LwzY#8%~etr$!Ch#7F3NT;<;WHdS}Xam#jkkBqkusuD*@+w>M!L%-%rEBaa$M@w6|iA1NCvBotL)y+}*E?-xlluMhu zAu^UVEJfAS!FEm671EJ)bj!5kahE5?K387WrNE$?Q-+=5fMp({&0Jk5eppG3cDH1+ z#za!CpL!?aZz99Gp(W)SdVvq$yG3XRAEqz!KJl3-Y|_niLqo&VoBQa$oUhhET}VOW zNJl10BZ9KXLN;>9&Uj3F-k~2cFNEW+fZik8urg*i{jLKNQ!?7rH&wfPS`{;;8AaD}MuTnC77x%rq_SES-^OeB z7G6Gu=kXjI^N8SUP%J=kfxaSy=_Rq54ocOvX}pRT@Q=`0!;3ht<2*pt0KN*>by_90 zF(!>jVcHnPJ2Q9&NY(*bfNlYA0PZ@z>JDmn16aHwecyM7QmL8d0=*ULT?HyI&x44( zCGVx@f)CU7z%Hg1sQ1%Fzf7+LJ4(}_q<~lO4buRc5q+pgjzXy3SN z*`p{3sn$^#cJsRJ+4SOYd#)JQ=!_TYEZi2sdIA5Wd%q=*X~iqA(Urg?tq%1b(82gk z;3`Jux|vOZ+IhUHftq=sfH%@SAscYqu;g8k(IfPGaXTHv`zQ%i(3e7WoF$X3?Czs) z1P`7`1BvIRm`4UA%(~jZ%nY2}CtWVKkPl6u^XOCb1-guWKnv&&!!r_7%{7%Q7@hU*+TM_m%^zu#{!AOv25?PMT1rZR=C8DnIL7wc`8Q+l#Jll&XW1P) zH3!a|DsichpchU^+&Cc)NCk0(6Fs0JRdDD92~@#}L&UdhC$XBe;sB^%AJ*R4@0<6% z_vYCJ$1*)WI(kPvCxk>v4o9L&+hgq=k9VqF-95d1PxK!+I52qV@R6hV*zut!hfkaw zdFttBVyEKIj*gvv?#$We&%H2y{>2L~y$ofqw0B&bn4FrP>Am#o8Lm1O zBRU?#x=YqMc9_Rwc-YeMx@l2(w6Arg`83t@>hXPA+*h1SRtqq{k)0xTky_a_wP=xR z6OLom7bbKab5imwltu*Akcn(mLKr!SArEnUVquDKT4HWJH%-?`)#7>e*c7W;x_y%4 z0JC2n#~I>an8T&qt;h4~;eBxJjbF6`ro#_q zGzQl3t+JM)yy^x!`!>inhRLg4mnbh9{uF@+VT`nvn)P)Gj7RUcUZY!H#c7}VG3*!& zNG32|i$ekK`PH;RT)!`MUFPOhEoU(1crom;3I$PMWs`!In=bP|8h{adjgmM9wF6mp z=8OS5^#a8v6a<@guw#C`uYR2a(<5LR^w;>5HQB@#-a077CW~AG2zXlP{ zK)3&RvT0?D+2FCg$@V`;H7!BjCh+tAkXU=v;!I21W(D;4$MY-;dB$p{0smMmFgHay zqCy1GCC!Co4C3vtg<3X2Jd4%#Ni`Hjb#x6~M>o;;XiEqS9YU`#APfl?gc)H@cuROs z_)z#bG!!}&8V@BxUxj`S{UHispLkFl7gxj$@k{Xs@ken>3QIlGurwykO6$_Q(sk(r z=?m!_>9%xF+LA>%DtF6=ooxqL^yEB_X5508eE;ZoQO{}Snmj6`lk zzK(nsxgGg6+8I3^y%>Ez`f2pD=&k5a(ccxM3@T@poI;hda!t9Re4^Y`zEy51ca?i> V{cT53@CpfyD_U<}o0qn+KLK^cnXmu= literal 2845 zcmd^=O>7%Q6vt=3>~%`W_KP-wG}DGQEf|x8k3uLPX_A(f)CsoNZa%l;-HCVO_0DQ{ z>@*;8KuD-u0Ko}*Ks_M16txG0I3aomAwh*yArLntkhs7NiMMOViP}_x3Kb#j!&p1x zH}C!5@BO#zyH3al2fx=23!)?|iKLq9*m6hbon6}2ZQFP3yldC)?w-5v>D|+Z_wMVz zcmIKbgNN?BKm9=F!NH;7haP_9(Zi2DKJvto#FI~@I-Y)J^yt|5#IfzipFMH%x$enR z*{MB!)6eJf1-)20Ju^EuzmQop&J2^XX;DMlowrFq@hYnaIOHr?#WoFSCX+F=UApfw zVo?hZVV{LO4eOHQ(wPa%;dmOJl&0%t$lPAcQC<%`%vpT!^r&TFPAZ|H_1q9+ziY)& z!o@M-nbgH0B;a_J(_@6w3M4R>qczr`c+&BzhK4r;umZBgTdB0e7+O~|JzQ_4yKstH z4#87CcbFFz3UMOAv`a}yu}kWnX=83vTw;MW9ndhu#P`$KWfkniHMBP}CaYoMS-3{3 z6o>VuP}nAr9^p8O$T9O^%i%N~1%>~Egrq_o4;0*mDh)G}5+NAar3p;#yA(t@kEEHG5`geVfGD*wxud=r!~qZvDYc z4sX1)t$ry-i3Mf3D31tgAP0Gr7Hao>8l!msgg*GS>69=-)>AnSww!qvw#_F!+4FCop zT#P$pNc^aVfC2@Xxf5PU10J7Wh{i06MT39^^En3?9Ah4*9&c|=L|cZYmu$xTFpWc2 zqfkBkX$6kqm4HP*ZJ5BdnaN;~HLkx+T^d+jEmI5=x)P&RaUE{j0AqiQUDUZ4JizWo z@@5Ka^cI^_SQ>Z2s5!+vb*ahqg2P=9Z{H?-G+}C!0TO0`?gnw(nBQnb!n~fFG&HTH zZ7ghaCVDpsxDH(8MK?}Cbm4rnUu)cMJw~C}NV534nB`k=xLG{_{9=nMPL-EQ!@17k z{*JNz10Gfc4`U6-(EdvwO>=Ji~J>pTZEWRSXE`BP0E?yIVkmjT_k}U<&Ytoz2`_g6Us`R7utMrGw zMK}vd@&)-r`6Kyj`6u}o1u0k=QI0EfN<(==c~`lhTvEPJzDuCQwggTLB+e%; zC%#EsOG?T9c{F8^{dpO)KrS6UQE55I+wbb ax{|t@`n^Nz=tc2I6q+kqYOSrMW9U!QX`HM8 diff --git a/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings b/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings index 63cff5d45e5b41fd10beb44187a74884a3abef72..b032e9a37ed85eb56ca502bc1d3a03a98f978239 100644 GIT binary patch delta 1198 zcmb`GJ8T?97{|YT%-+s{C{_qn>hT=%N_4dOh%`=x?|I)&zwE?`uTVwnVPvUn9gK#`NHhn#bRlG zVXVA(f-Y6ckpoGO&<$!kbje{PusI6~Q+BX!2Z8uZ9T8>oRq>5}BvqKHFFAIwl8;ii z!km1DIjq8S6SbPtn4PdJ!f7>dAOjROzy=qpK%fR51i;DgY?N|V_54O*iY?Q+!^Jgo z=n5iz7vmnaY_~c(I$AvI2F&LqZo6yZXZ3^LxvbwHv`THam}cwV25W`3wH`s0_rxJ} zcyuAnc-?mi_ejkPc)oS69C>A$@yd$K+nPvb&*ai^aV&ILJTl%0&u3Ps-;6TRj~Dv; zay3V`!7MVio90ca%eKR^leDt7{Zs$(LYh&Fcy6gRe5>Dbq_cIL)Z5pKxtb;CY_(ZL z17ZmEid5)u*YkQY-}n4%hHfy?X$)R5I#crrX4#aaYTWkRpd9IH28rdbab`Je!q9XOrxGJ{PlWPG;oXb4|}klCCq+z{Am8*5(c?Mn4??MqUu1gfzNMXzG6xvf(`ZA%6jrR<6l?Q@J3v(6J_(%N2-9i`VyH z112=!Q@9F0!hP6L45dTqR$fyEl~YPgNhp_;ZRJblYjsdPs*bBk^_Kcn{Yz7{9_^qu zu9dV^?WXond#vr~hTf$g(Z}?-zN~+uU)8_Rzt`{T5A@&l9dubkCOUu)p-FTG6;Ta+ zjJ`#8&@)3dI*eiCoUv+rXj~5+4NZn_gdT-{Gm&}F95+kms(I6VX#Ro$ci;g$f~WB! n{s?d3&+&KoHok|S;y=SLg-?bT!&TT_s?t)h+PW(`KzQ?SD$;4Z delta 1225 zcmb7>UuYaf9LHyOX8*<{he;C?NHewxR1H@yK8QuF$t9+>cbD{T?~=~%A+4bDip~KJj9Z97#y9cLdj%IU4zA!si zd~CiHUszlkEiaRm3QwRx{sruLv^Z&649~beo1NKMu`PdfDNEUg=V0dIdayk=W}29h zn$K^*0scAa+%=aZjMiMQQOeSFca!3j<*f0y(ca;5tTPc6;f=cO5|f&XX=+*oPuH2{ zI=*3qeKO+l?yejO3QdnxS+l@(4)7=8-VS4&RMzri^}5|C$A)=Y9%viE30$>oT8<6y zcTlg~{Nu~oo{srcaEs;C;_-MnwlB=)7qmA1CscX6+$R|s`Xb}+3orE=;eE3cv`RK? zRtyE>3|XgVEUplWkhLnSIO#f!I_%!jB(K6HzFQi4q-b~zOlrh(3eB<2PFViB<@<#kwP}Ur4U2^y z_wZ@d`@{$yw#~@39|+61m~0ZuCM!0@zQw4Y%V$&NSgfV^?-3poFi)ZW_JyXY=4iM8 zyYB+$ZTkM97r+s42W$oF7GTj!f&DM;cX5Yc@lIg>lc`=P1U9$G&OH0qz&N0Rq&vWl zg!v#Iu79!(xOQ2Q{>>+Wqk4 zKP$bwF747QAPH`R^%l6tcLMjnpuG%K&;W0M55TA368IW?3w{-l&@S`|PYD@eK_J3) z;U}?E>=ygQadAaFA)XRH6R(Khi9f;;T!yRAgRjFg@ICkuybibFFYpi4hAQYa#L-*m zEIN-qMAy(QbXx)vmJUc$Qc2pBPD>Z1Ytl^_$X2I3Do@B+`KtWA0u)8ruS_e)l#|NG z%2&z{>bzQ3kE^e$Z>s0itLpEXtaWJ*YYpvP?Gx=w?Hlbk{Q-SYKd2Y=Du^CYXhvYR JVk_ude*vQKbM^oL diff --git a/WordPress/WordPressShareExtension/id.lproj/Localizable.strings b/WordPress/WordPressShareExtension/id.lproj/Localizable.strings index c2145f8403c3cec44d6117829ab603bd4a72ed78..b7d2a28513d087e4a4bf796d15f12c59b9a80527 100644 GIT binary patch delta 1371 zcmYjROKclO7~c1*t-5K*6NgNbCY5NKHbOia6;SgiX=6L7cWuXU5_jw!+Y_&M%|1e{ z9&&&K5)u$bs)|5D;=~D1RdGT{&;wE>#DNP44j^$rio{FeQlW@huM@GCSGKVW^?(q!g_IIbE|X{mMa#j*6Mh>VVCq% zX&1m9h;3N55%6(<{QLs;o7nfsTim(9lHNB1EDu%#&~p6%ge}{J7P81E!o*5`H7wiM zujl5WQ$cplKsKrb*(kNQIIvMk*SqG$zEU9aq6Uty zEm0KQfKEw2OGdSRvMH-1EotNfWt1eeaid@&uZ#m)k)4A9w6m+&#`QJ23tMz^(}c}3 ztkbv1e1}Ofi2B~9?l-CPkiK^lK>c5i{l{cqd72&Rc9Ro@6l#Vrp#D$|4ea9x7nm>% zphE@~Z>liwmLafV4R6eakopv#(J-fwbI2|li$aiH$!90J*e5S+Eh9?L#-M?sf^~zM z)xaKY5Z|s*_SlXB5_WFe@_BMxK1(jDeWa>Z*we(7hsdY0axC9PD(U0VUTO+V*j6VO zd729dEWAbMC`S@e^v*B?oj`yx^6Jp1T`U|rwHmC`F;^*V=!N)j%%V8P_D8JwlKuo; z2c0ZDAd|FnLEsv z%n!@~E3qfo$Jk+ZoW0C0vMKguc8`6Z{fHaq&U2TzH1~kp=N|Da-^UN}m-r2SoBxXc ziT{N^5G0{jm=I=!q)-)J7w!n}310}`2tNvc2?ydXFDl|GF(J;0OJY&HExsmxEPgBg zE&eNUk|Om;qtaz*QMx7Fl|Gd2%aig&`FS}bKalt3M~bKnD~pPwysG@FDyptNqrRY~ v)SB8>-&OCa->JW;e`pEqf;Ov}+D*;U8rrV*hW45EIn#MKmSM>KWBvaDNNuf3 delta 1275 zcmYjQTWB0r7@qqr#7s9an}l3Wo2E6b1fz(Uwn&q#X`9U^-CMHRBye6z7K(_9R8Sv^V$mWBMd*tZFE8qw*h&$7Q}N7hn))>7{O7-Ym$??b z7JV@hnT|a^bK>Nw+4x*ye&KX7l^$%sPUXQeK2x#jxHLq+61xxOViqP~!S%`FLQu4^ zUtUWh5_k?EE~v5a(s9cI1eSdIvp7JnNFDbsO+kW6u2;_|QPtfsV`Gi;hv~nfHfVDx4sx3u z<{YlX0j|cmoX-((Ae}&G34Mp(il)N_7N^k$3~Z7M5r71&qQ)0J_hqM`vySY78QEck zHE%A-Cgd|Ui=l5pp5ynA=TAC5@<=nVnkqvtOh%sPdMio1UItUHLy$vupJH@FT%&{X z{?T08s{>eq*vYndT%5*!75jcRg>1A=GHFag-1|bLkK7MNY^%wH&lXF#0B%BT!=jCV zj|uWqnPj|RnmZfc<@8A&(74pszS08K;)(KN7p?32_`P&M>wQVrjugy2slXxO@}U>l z7dp8#@`{*LptClMszqpHP(fkm)ih++GJ6P(K~4R@K{k345@?69A}fO>yfoXg30|2D zAnTik0in0_aXPQ}bS%%;d<>fANHJ5;r0Ub7Mh}f?qg{(T)0WtLSYsWT5$KjOK#yq# z?bi;=gENda`n%TGo|{9}01_rl!8{n|MDFsm$eaX$h3Swopl0LHIm70EtazQ-6t32w zlV^Iv=2p<5m*l-lrip+aQ=?|bLWsc&@SXRV@-Tf%iHt>Jp|rqyN zY5tcmNuSm*ecl*7l$&yk5ZH{B#(dW{1oIwsARgDzE~ZUYCbyUItxE zkzM{n(ixHodR7731+zQEZ-XjwN`X@wG_({x* zPl#pF+ZNA>4e@R9L-B_Ai+Ef7M{1MSrRO9ny(V3h-jzO(zLkEJZpoYs^nmH60Jx z*k(KO$Wnf}weFCho|{2#1v|M6c5sDerSfHaB&kX}dkl zPQxLo92sVpjVOCt)CT_Tk??)bw=!r8v!gHZMDYS{%clzjf)*{rwx~E9o`R z6CqDzr-@Gy0SjOkP`(gn7}D(gC)oU)<24#B|31&&8b9j*3_2jr7kgHJCPc|1$_Qi9 zzyofxk8mSk4s7slK0mw5Zw`;cj=P}2n}-rGsPZT*8Mk@D0e^zd|IpM67IDmV#65GO z!%rZ|?rA4j5l%je@bJS3vpEt_^nf9&D+f)}p;Q-;I!JT_{s25~ ztb;*{8{)44Aoc}3-cw4UD!;hctq~^(kzUGiq{ML^!xU(s4K9N#;5xVs_60@g5e^H- zgqZMxkPsGyH-v5BQ{i(lCO#*g6;t93@i*~rNstDmqtaQaByC9FNOz^5rF~hE2jmfX zOis#G`91lH{E7Uv{H=UP{zKk}mn5jce)u$;h6}I=o3I5xgID1X@E7=((x*g~Nu{W4 zDDSGGI-*XfJL>o9uDYl7Ysa-oZB28uo7#`sJzdrh=`sDBeo^1nztXSkxAb52J>!`1 eyfJSSjEeD&@xJk;aTOeVqR{uEOk@> delta 1287 zcmaKrTTC2P7{|Z4Ur1r4R0IP~DHyzj6n&#w%fbTHWuffsvUGv%*`34gVTYM@<}8-@ z&=+5-4~nNRVtlFbmKdA#$!Mz82Te?j#+b%L6E6=K6HQ1=O?c3FW*4z)>&(l{nRCAH z|NsBKxzc&1^SQ|f)Q68ha$+<-HlCQ6oH}^&(Z`b0U8$MbQ@wL(JCmKyEu79TF5S0W z7&?QBB?qsRD{NT4i+v>Be(yrUA=H}nLpncOFS;bGEYD$D4?K(dR*f&`MjgkZs2sBI zr5^U4+;%88hA1xk!A5=#uleiPN)oTiUX+gv6k=_|jYC$w=K9FN&eAk?2(o5sl=xm~ z+fkjA_(aFSG~x%H0IksG0pA;8$MhpDb{v(enbBI!-C&orL3XF!$CzQYo=)<5#48UC z4HaU8?6}&)zBO9dAClhdLK+aP0|5`pU_lLh2!UF6+bMjOve$(tJMF05{5W1gb(bzg zdaV>%!6A1 zA1uz1QpFncJ&HZL|0%&L`ZDWP`tMn=gAEIn5%IFk)aJ)YxJJS-o5n6K(Tq)~iwm(n zHY0bkUA^Ugt|;YOXdMw36V(gWPyLq)ML3rhDzNhIvnwFiLGWQ_EC#bfUPm~npdZNi9;4(f0Y*p=P z-6!0D&yJd%=Kj(?^gaR;u*%a8xTkGifj`?xzlyRPHgWmP?b9BFPOcHcX{sO!OZ^Kpi48DTvf-D>mx`c;>l&~lu;hONX*d}&} z-C|rUicg8pitmUYieHQ0NqOmvRFMMdX=zh>Rk|!)lYWqPq~GNhxg?*L&oOyRz9_#T zUy{F+f0BPuK(Uk&Wm3s2&ns^#A1j|K-zdAPuEx{{)vQ`k&#PNnn>L_LX{WRe?FH>! z?Gx>~-l})$7xXRtHT`}43;jn!HU^D^kv3M1v&QGfZ>C|knup90bH>b>Rr4A174tGQ JF7|Ru_n!^!h1mcA diff --git a/WordPress/WordPressShareExtension/it.lproj/Localizable.strings b/WordPress/WordPressShareExtension/it.lproj/Localizable.strings index c5f08d36b2586705351228982da986d6c4ac6a46..9a629676369f6b42db6411564b247bf0caab78d9 100644 GIT binary patch delta 1364 zcmZuxOKclO7~XenuiI=IoW^;OY15<-ny4wNpb3{G4QkcIiTsG|*p55d9oy5acg*gr zO9E=RAR!KgFj6m6f@6`85aq%N33@705A;NV0~`?#ffOXvL&U7@L_Kg?$^Y-~|6aR$ z{d@iI7pDi3sdQ#Fo6D~iily~(`WoCYEmW!2@byi*Y#dJz0GkloaKlEx!xVYhOW3Pp z&tvaNFZ7j-*c7l_SfQXnJPQ1VO`wG=_L(xeoL%uZZ0yxm=b>XFdo_h@WYWxRqhW95 zW-SX)SoLfnB|xDmV8Icp0uUMk5j=r{vD`eQs7l?KrzzD?OZ`Sb@WII*_KPhh7y zIXPLl;&{lVU=cf;>}TnX-hA5K0&%q=k00zAu~ z6>OvQ95gp~zaM%rn?%q8#3{CIXfrPxUG4Ql%L#TB;*?`{pV(`qlomV$ zVG34wX8FK8kbrf>Ol2&dNn>iGvSD<>Yv;;=*tdFrG?zqP13Q$IjdSc{9kAi3$`YDB zP&VRI0J;>L#3o>aY;Qwga+^#@*&TiIT#m!>GMF$s>o~q`!+g+&ZO)tj!VAGC#o1~V z`%V=HyeFZJd-6~M5t;v!y4>|jcm7@3jF#^}NQXV>Rjhw5A);jyi^N`XBS1Di|x zVkLAzjAfI!;gTlgcGP{+Y>(K3@Hl%{tBI2bSYd!V@v$$}Ga>%3);5FDIP;F285~GK zy9t98!uw;AI_hZk{AqSIGQi%9JZ3l5p>XbsV_`&H!hTmzUd}Bdt_^s8+34%&Z?Of~ z;UKOT(B|esWa1i$a&<^41r-hKPCEOBj3ttP5g?&*IkBZNT{o;uDint&y ziLZ&f;vMm>G$Kt%7o~)BU;0gYB8zfNj>{M2qI_NcM*d0uMc!95rAHZ6rj$jcqP(Nr zRz6g|QXVQlDt{~cs;q|8L(h);+4&-wrV zyUor1oBb~q29ic9y`0JBR`P}7YSBCj*DM>A%J)?8!|M*6l!oXhV&8af&c*>)B7Trr zs;@cNudF6fQ1@IA5Kv>~?6hrz0G56FgE&AxkUD#_voJtq;%(%Us7e|L%wu<*UX+GM zO}%rn*#zn}hd>+I#RX(z2o`GrCa#}Kg>w?Zv7T-NvPRp3rJ&V7+$nm$INXt%f!2C@ zx>j>GOnr3o{E#{cO4vcBK0sfS;yYhMbWw`a$EB#YGS4<)w>&X1v3c%J`nMPzbU1^9 zT!X`$%au96)i}cWTmbG!CD8GJUgA&0Qz3xNAyk5OC&+~iKmu0L=Cxg8%d^n6kYnn% zY%9WsH$k!u`E<=@>|2x<_>sx{Vb@1q&@2><3iQIq$n%I-NMfr3W{DdhH`uwFqa|^b z4$33@aw%^Ez%s<{a!bd|A?#PN?=Kt3K~|7X;UMIFd&qSEU0~F)n@ac$Sb_l9fY^a+ z4gx+7kZ+`u^QNwEBmPg*M|eQzrT+Fpi&RS|%8Na;OB<$7#s&sVy=#HkxP&bTpci0^ zI3&yFurOGVit66>!gRTe>uwo`IiQzfx6!w>cs#cq0}L6{YMnGNaKa#**7ng~W4&FA zwMUuf7*xXq7|eOh!eo=kuVIEe7g`(20+*S)OlVUd4@uH3 zIY#qx|87(7{a5-OGZ?)o_Ajt^qoSz~v2*B@sqfl`-P8kMm*MdIP#9D1GcZFFmj0(0 z7v(m%m$=Nt$Fy&q`FfAiXYKmaa%&Nk2=!$eax1DfuBe zFQ1ez%2(v8@^|tLrCk|OCX@rpnsQuuMmeKwMYu`?GDN?ZGxkQ|;g% DP8Xib diff --git a/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings index 362c10d7c7a94035beacf29b8779dd987437341e..fb04ebc799938b42216384e8a00b2e77b72a6da8 100644 GIT binary patch delta 1315 zcmYjOTTC2P7@pa=?98mBD=P&Q)~Q@9X@MV!u>})SphOXtvKL@kU^}yOc6ZoeX1hB} z0b{Wy#s*RgdxV;z)>LC^Ow-28lZmFb!D^z>2XCn+RDH0L)HKxxNhQv*2tD^}m>@4&cqBJh4nj~vTOsghJ z_qVI*F*TjWr)+yl!p@=wQAtTrQ%o9ZQ_LhaLsF1}FVa;#{f9ELrl#Y4ZIT{ATAvST zC}IW{9gvUa>vBGw4rEic(Bc^^g~h8RIBFnx~4eL>|Ru zw(5N&USwucx@a03lKb+wu=CyyWJcl^Z{DWG?hAOk!p`zQ-V@$yE5WzOUBa+0E~Rof zgzfZ5dGY345gRrL_gZgM)sVkciX`U0FK_JkB1sVqeJCG8UU}HLBM;w-EEGs8mg5b< z^OFzaN@gdPZ4bG&)*VcxjFjIejU!x2R?Ppkqi47qDXJv)Bu&-O(_yD8H~fDchTb&f zRU>h+&CpGxn|{BQxZi^&%-}&qHN`_#XTe-}qDLA-I6_x<1pKP0p|I1rSzf+Zi%9p@ zWOhRgx?vVRfH&b9bU`c3z%d8`j-DPl5ua>=1O#E$aJunvy9;-5HMriv;|9JApA{bM zlzX*>Sp*m07q|l-!m2zsA-^WishQmfK88z>J@t?G^_aXc)dJa`pF#tkTCp0zJFpDz z!|!kx!Kd&IybY^x4L{32hH1whT*DO^FTb0!M? z&;y4d0PR~qZ|9;imfw?;WFex^ZW##@b-9C=*advd-duw=FcWe!%*wex+NSZW@7wU{ z?O$TGg|5WiY$<-qUgJQ$M`ApjhnsL0ukaF1GL4L!@XW=&$6Gh-?6{iL-v$?+J1(s z=SH~;Ht|EUR*xJ_K5$X(gb@y~fdPONJ<5+xiLU}Q%k{YI%EYOcU9@-%* zrm$N#%=X>=lByVq9zQnw)0$xFLdq(4Y?Ecd6ypZDP8X4jOz!HAdeOvjJv|im<34== z3yq4FB!`&|r4es#O{PicPpP^nW4XHt%Zey8r%XlHj9}2#@j3S9tqO=%qns9FX0}1s zYRNP7h6jV&#b~m1TPmdvMZBexZx(YkLQGL{#9Ks;F!}dy#iW_ZCnJp8)7fZEQnYw= zb@k*-CHaqbuUAn3iD&>RNJDWXpcK-PflQ$+=);31IYqskAG8g$H{h7qubLs7K=6ru zc=A#~d0V}xMX?(3K72P3OFU!Jnhzau*^ZutDBu4j;^=wH+D3~4+#JH$vZP^^#8x*5YF^skVR&ms94JxM1{g_R< zEr z?GT`?X#1H%)W;Z+!mXS_}|e;@Af zRS9KM@=+KhKRNdnNp=ZagT8^&umqRyxzU0-{w6ZdmU{4tYclLwn{)5QRO}W$M-t90 z756LAx)zKxsHfltEGI0o&*2iBxA+#UJx>@;B+q#^)+XUKc;1J4PQtFy7_>t(^g=5% zNOlCVLp^UKhH4=RAscW|IwD)}Z^LC+(!GV`7*|1>d5(nHqE(9TXP*bO3|rFv1*n!B zbyjk^_aRi{`xi7a=Ug|etN{3`P_?~Oct4{!6Egbt!P^db5b zT|wWXe<+5^p$e&IDIe8EiPR$XnvF*G`w|8glJ(edN03u5dr??st#4$K3}x59j69a^+kT*TEUw p2=@Uu&t2iJ@pXKHALjS-ll%;Sl)uXV?e;L9O`f19PC6eD{s)k+tsMXW diff --git a/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings index c356d86c3ce8eb639bc2a40c9f46ea6e429c62ee..5ba30139bbefdd1d4ae78df1791ce4fa3cd85ce9 100644 GIT binary patch delta 1238 zcmYjOYfM{J96$Hjdv7x-?}6YBKtUu_r6kDMj7X1bc=@A2thE!dYk&Lg?Z_{Vss^5=YA!Ia z^t3G_p=g1|#zyx^ErP-Zv?oz>34+3p%@Sq&22{``WVVV(^N4Qi5GDNS@+DK z9T}rx4I28M<=)($*OGr68NOhKHy1O*-s7~}yp~F5E)#Ab58}UwDq)}}D2B6p2%G4^ z%F=yYhSoj8hRpOUDsmhXeZ$i?Dv$Kpktjo5^WG4Cj zhAF`kdARVdTt_&phaElQ7{X;l_4J**u7OiXRz%npG8A2lcrArl@cwh?TC2yd_=2!a z*9@c?4o9YOM<;s8=iA^f~hQaTK*(Fy=llS}Cs05F-1d*;*gkKk(I$Z`2v#nxL}u2_?__Iu)- zlzqnR){^aj!p$W^XN}0bEMYeY+2>R768c)=E}9%Lf{>AG_HJ z+-$NI1!5rX0dVfSWP223tY!D{O`!}U(_{EQw!w^|cTy0*<(dT-R(T&`!BeIZJjDo% zH2-njgOkj|nBa=7fo!OI0!prk`%4Jq%qEj_p_K7`9J`rHd__2f&zYX!SG`_5OwEx(mSTuFdXsC}m5NW^biza#rJq`0D0<;*_y4 ziP!k2Co);SmW6TN0&Ah_A#>AQHEXkT#3tP;Vv$bq1+s2+?-(;igBD-ulX>ypn zrm*R6?l5QNp5nT=G43*VmCxs!`4;{RKgv(?@A04T3I10hUnmzkgl=I#cvW~?I4`^_ Vd??Ha+rn>P?~z1q;-Ae0{{wHOuH66t delta 1255 zcmYk3ZA@EL9LCRm?d`>lPT3Fw^i1f6W7e`c=ZJ~fU{R6|2rZ?og>rB2ZF|S1t-Ti} z(FBbcomryf5R++QmSq~rN?iaG3TRehTQK9z$+E;QnYs@%!N`|Ij4$zCN`@cL|D6Bx zJiq5`6mJxN=q+z`INMz9?vAq_Z)aDhubbojf*1%M2}$RAWK>IF%yeui9u2xa)i-n;Yfl+PjJ}C%L<$?ui@B&;}{x=s^*zUT=Dr!5LGE}-TYBH=o8 zf~ef>JjMBY+D=BJ@_^4|8NOsT*1~`!i#}61`jjkwbTXr6vKYNdG6iStnv)a`TCLXM zk804r1XCdc2jDdQU@v;aNNfi}GTdUn?GHoZ`>GV|$B0E{S%bSPF_k=K_sH8W& zp0K6L0GzwJdN~;fF#a$LffZO$q0w?!NB{tDO)abnvt?@+*4znOFaf5#08ZRYH^f20 zCa&bhHUV55i34=Pc+f0vt;59!sf)srx@wQ#OUA`yYDETczAPR^rEHBw0=03?P?t`p zr@WK7$?Cw&=2u1ONdPm)Qf^+?L@~o4^08*r&pgZWlUJv_{5+N!MZX)4qGsk0o!3Br z8xEo|dN+EDI*z)HdrQwHK(;~i0@=^j+~XqvF6@B^`0@K$JIc^+w+s1;gpE(wW;eHk zW!2i1LV75b&hZM7R;XW!XwAybuf z2a@q6H-O9T)s`iQt}}jgjXh=-$M4VOw9a!A-|~7d{LFK6IX(qf?rO*BQM61QMILJZ zp3si<^~(!6P>0^7EhuH&KN!@L?F5oJJ*w z1@!ZDBkiI+^d0(7L$%=Y!~y^S diff --git a/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings b/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings index 977e2e9d0b08cddafe3f74e4c0b8c16be374bc5d..c17213833e9f48b83ce0e954927cbb10b9d485ae 100644 GIT binary patch delta 1358 zcmY+DOKcle6o&6S{TM@r=KZ2K&7(yPks>xpg(!I{1?M4q{Hl|<*PiR~*pnG|=Gv*% zMHfhj6%Z~|NIWEVu%dz`5*4tkKbLaEhJG%w#0xFhtTsA6ZwPqF6V;c@cO=McAXkqA?1bdlf)7vvW zkG{sA9w?~2vru}OC+^WuUoC` zg04e?49@~dfIt(Nzy=0@pbi}10RpG8ONd~@aa);XTt*Fx&`*SkHze49KF(U0wlOm^ zlRsyB*d;J-+BNzkf4MKGxh;qcWZL-z-gBBb2ptH$6mk1>grAz*O<>Y+ZAhH<$mt-j zpgysRNvXo>1~OUoWGWFasH3Ss6P@M<=zVT1x|6IR*U!T=B<_y(cj7vnZ5NzoXW6u{ zwunl#gPWtzWD*$Z(6P4z48i0DwJS(JLY7a}b*8vI@ImW1osjxykw4LW)NaLf9al@D zCZ>bj_`z>on>*`RHxb;d6VtK1g4*o||GN&yKC_)LOBJ}}*aX`|(-?7W179M!72PCo zi|s7u!-E@W57Ux3^?XV*iG>TQ+F4$(S5~N?4xY0O%)ptJQN`@lG7aAoI(9SX4BK(B zTToBZ(b$MG4JR$VO~IwtB4a{9eTv=p)8TMr=O~g5I$$@w&@8$wqNTBAXp3&6#+DJs zhT(UD9x-b*$JPBiWUwC4v~7z;*@Ch!1{N{1NrG%0xjKCmxk!g%#|Lt8AZ3_lxB7z*rGoxr>}r8Xn|M3RqzG41r9lxdyMPhhPZL=S#E_}=Pq&w+`HU| z{5bzKKhJOQU-9?&KLt+c6$XWQVOyvQUkbN{JHnwTi{0X+I4j1*viOR4ReVSMT>M7- zLHtELlmsa(9g{|+MQKgSOZ(Cl=_Bce^t<#(zAVd%tjZJeoV*~vAb%!*FaIR}8kWPu z;gjLB5g1vG>_keDM&uxJBl2BzKl)bmz3BDm*U_8N`_YF=zcQy>P|C{7%A3mj%D2jG c<*ss1c^C`DR%7d+{qS6Hg1ye!IbxUo2G$d;T>t<8 delta 1320 zcmY*XTWlLe6rFw9Uaymw)J;fek_m09q^%-3e4tc_Dvv@7juZLqII%nSj@KJ+cHP~v ziG@V?s6c=ajRsMmq7)yD}7uCz7djCcB(lS~U2maLIB= zdZ}JCbf=P!VN$nENGw=m>CB9(LV`4h-V}!Db+Kn}W)2aoS#~oQ!|PT9!-#HH>3MPg zSRvRGZZ*Mr&9IP))zt;8>Ig2@h;ErqBH_-7@=t~K#1U&$ZB!=h2FpB3r-l99iCI*t zCTD6jqge=!ZM`ufhhbSaa3MHEFNpnjPa||u?5EF)K4m$=UeZl%a&mI(wZrru!8dGx zI6$BQbYKDvKu`k~Z~%b^6H&ZD=m*@>{RtO9dLEZi-5^<)0gR$`y!FNX z_I4Cu!&@NP3%O)XW$fFO7q|oA+)2~HHfbeR;}vAPm$7YI_DW1IRp6Xu5^R#YrQ@_L zqI#rMDO_baSzao{yuuvFHN!4#n`Ge zY(w2N4XkOI_AG1{f}yr0SdHk$Zk+}_ee`WVq|Yhcq0EzQPw2VF)-W@Vfte++GCENR z?g{U9K&#eL&n8*d7Px^7EfXhtwQAWaJ?6VfFDPNUB~N#y6S`4ERh*c$>s1Qn@u7hT zatJ2w2pEP{1F7l}_QR~fY(lSl`swrjZhy9Q%VvwBo6@0!We@?FZQgajtwQj=2-56( z1lg@*6g%YO9Z!fGNVbX$4l-3_tJw%+fKAje>1AnjGBwjE+D%dj?%h@8e{=GS9cC@! zm_Fe-J)VzaLR{+YTy7p4Ons+}b%R->+A38nL#5mDJJcIEHnj$pfDQg)zJ<)W8dzi4 z&1BqQW6~!z(_+vQDQsvdW(?x`bE3uj7pa%#qVK=|oS!1q^9J`{h zC7)nsWY8U5ZDoKDG{LLj3it$k4!!|5z@MDRb#VjSBV3eQ;SjgY{l@q3A%2jb<%|3o z{uTZj|0Vw;|C5jtP6-vk7G4y#giFFzVO#iFxGmff6|p3~Akt0oP4QjvviPC+z4)v6 zy96XC9hDxJa#CHQ(tFYs=_~06>2Hth>GceI9`z(Vd5`8j;ca@adarpu^WO4tz6sw$ zzE$6v?-}12`JDWgd`bRD{#L#r-;C-Fg0P;{Y15mZnF^}&bg$%W!mhMfO=-~V0C z{^N3Z$rA2#%07?>`s5YTWu0-6omfhIEPO)(TruQyA!<<(M) z5SNjiiX$79Npil?uy-@_rU?kFdNvp5AlKq74s%rwa1GAkJdS{=%pxSH>bSe<3#bB{ zHlgnclh-9Mv=Lzx7Ou|D&gL#*54i+HEL^7tzGnur33nI3DztDehPIp*>K^S0K??b8 zdd4^PP%(x`)5U-|ot0DFIYU3Wj7Yi0aJw=YdOR7682VVUtBFqghUstoxLSzUpxd59 z)GrpthI;2F2zLOd*>A>wDjfJ&=weXaWc4yEb$;H}wAQ__1ZVWW!{N+Y9gQ z06HlR(vt7&z%kpB>pE^C4qJ$h@DqD~^+yY<$h07cHi+e5&(H_jhyPE*!4KzSR=EZi z9ZV1=i3Bq|v4(a?cFD8|SZ9%C+ungSxP@q0oO&#ou!xNeUGHVrjg^k=1?-VV$OhCV|Nw0r1|*8ku}2d<1 zw-5-qnFZ8B9*R zn^k}r4U_6J^GNRaT3e$YZ$APCS%Y?m+R-PeA)lwuDg*Su9||&zWv591X)|FDn5^}f zzN}ibDLpDDJNWc>X(^bFpbk*}*bpX!-jwgXtB^)+y|W`IS(`K`jnX^XIK8G!E9q#% zvmwMZFUPMIyEmDh4oSY-2Z!|mu{w+_pzXGdvcq0qgY?v}%~_T@)8w)j&iZEIn$t8h zDaWoNY@#B&)n@OFck99I*fR9{dVnF@1Qmxk)US;&LCg=E-q41xatgQ0y~6EtA9LSw zN4(6R;7{|T`~?39zr?Tdm-#*Z4gPK4gm1<-=UelA>igCAkH8B-VMLe{^1`O@iSWH} zC>)8hI3R|^uow|5;)~+G_`3L^_=WhL_=k8T36dh6lFmpA(nTpJ5$THbuJnsMDu?9k zIeAWAkk@5Tz9PRM-;(dhKgoakYyPMGFZth8o>SgYK2yF_ehi!oqyqK8SL#W1NX@IJ odRcuZ zc4H7R4?Cv+at+^TEWC#WqA>inri`K1BV@_#tj1ySoY|y*h4>&+PhMdkf5^du4fj} zs$EAQf~_ijL+TsI2ir#)MWE)GHZ+itn?(kOVBR6vw!B!(?=vT?b#_D{D>PhKBFzHZ z8lz{$zP8u|ELP*=j$^Lpg9Dqd9aTp_37aS%?4fT;p@XlZbY2S44N1|LB1{Qe<)NXW z&8?I4o~ZPiT$F=cox_~Pl{vsUoXvS00T0LK&@+Ty=bsJ5`~i|vs03>!N&5s~4z8lj z+eaQrOhT)O%zW_hz9X!8V@Rfui8}_PZz9j~{Ue$4mWN!@ILJjS(Dg4P*R|d3A}&_I zq-_yok%M2;v?MOmUb%lT9dp+KEJJK1nm#6{u(ygmFA+s1Dw22%6QBE-Pda)E446j4 z36BjnX9HM=*n|ZW0S^=8MdOQ+d@#5_@qeCP;sK3F;nr*us_7Hu#m=65Ff@gb2`U)5 zU>i@vXPwdE2vDmT)>;(};M zo2C`Ly*s_15R8@+$X&xL29q%TlyvD)dPzIpnr-I7X1PEfeXC_R+|86AbV1Q(<~w9x z5ZKNbeN;W(9*-fnR!&WzI`RlE(+y=>2^Yr?)&{ut#Oxg3J&XuT)uv zuvM{Z2Cb@?eyyJzWy`bR+6Ba{vKUC8 z;BL#EmhTl=(UneRO1YwZqfURSr(kJUZ(A1$N}XbH{G*0q zlDZNbHn2dI*mP5VKv=P2TV4w`uwex%QpKVx7N|mEfz*g^W}L)o(~1SE3YM&~eeeD5 z`OZ1tamh9fmk$lyQcnw!s3^taveNX#lg&@HsE1nH+B=@^?CS1$ruXo(NAS^Oeb4m| z93OoCg%=Yik}nMnkGy>Hl~bo*9X<2f*>kVMu{Yjq9vh#SoN8-7|JH?zZ(o|8nVp+| zCzbBYWEXOa`K7}0%4+f5;SqAOr0GSqb(UeWNeq*eOp0BDQ#UthxK+b-i|Sz33V!Ac zd$!4lj)$@CkTs5N=JEvYH+8&bm=v~lG_KTlQ>cIJfD-o{&dqxz=)bZsK`f1$3u$Un zjc3Pf+pH~)={n}5?3yTz2--vjvQQaeWFv-L#PPu51mU#IoLX*@t`X1VMfKq@i|XM6aP7CYG!4xfRymnW7A{&YbvT|jtc{|2InO)?6HQ~D z#j(z)i!H`+g=|u6Q^%*xV3vPTov>Y|p zyhB|V6WdMzF=cE7IQJHk8mnSr>9|TZzzLp1agBLlYXqo-iX1a5G)clQ3g>r0!KM8V zWi$cS@vX9&qTF+Wn|&KBgv}JyL+2^iDt;G%2ceC0HZ|?*6c~@*YrU{qQN?MW`eAHW z7?4b$y#|K@+%qfb3UU0p)NzXE~`=y1y;5wXu0Ju|6>I(VmCaJ#GrN{ z%U+)eV5e51*nk7UWo6R<+|Yh!1JKamA;io$(ZD!8_bu-YPcB7avY53T`X3MlBDO$N zz|h_-6|%MtR09u>73OVG(-&h~R| z!&_e%vpmyVe_*8LFNKk2kbfh~Oq4?!v|2+P-dm8O7NjV}1CL3vfkOZ74AW5-{)#+d z@}LyUkLi%Q`2Ue*YiJ(+cDG=1{y-2X56QI0Ez1^`h;6u69zmKFrt}*3*6|kH_s_D6 zqD(NHo-lqufFT(cucB+{YxFbP5n@8K&@S`{eZpB`N|+Je6Fw0>6}BUNkrR>8$ZX`> z$ZwIqqC&JI+8rH@E=Sj+-$Z|j{u{(rxK?>Cae8tUGotwi4TneGt1FZ;gK#|2%#p{$2cL{I)E~ zgYqf)s=O_KA^#}flJCfOl`dsO$tWeoP(D_!E1xM}D&H$VDLYLH3SJQ*d?H$Z)*ns1 Fe*@KAm!$vz literal 2822 zcmd^>U1%It6vyv;?arn)nKZ3!(x$m>Oj=D`lloDO^&?-cY11U#k8C!ZWO{ezW@nPw znPKKm(#^9k`cg$v5TB|Pe5pkcR1nlx9|VyiC}@2vDhT3}2%eeUY(kTO7O98}%iW#1 zbM86+^E?0DqHCEx>+AbYImz*YD8=G(qG8uPyBnL7<~=QY_uaeyKx^BLzCCX-23*`IYS zhv-zt{n&MU)(h*RY0>ttd>eWjH)zM)5Ae6-TCuW zHwm6}nd#VmCKDy%O<9!q6k8;)H3Kt);+*5@Qy%qwOkB4YTTTg^Q4RGQNzEx^V(Yj} zmMQjws!-SO$=B^~bENE`MJKuOV6NZN2fFapQl zwk0z}wB_ue>sl36>B`!qXwgvHYJt#&jfm?#QI+-`gsS#TRXVnbv$?CY2!`+z)dWosZrF;k&(KIKp8P*-@W7}a> zC0**3P2Y!RZ7Q-H^$?0?hUrK8CUFLumIkHqpk6j@m>7=$u~;KE)(m2oKqP}gk2eDP z$xJAAZiFt9z+(B3DLg^SR8{tEma)#xbQMZf*;7Ls6p4rfSqfQK2S#gP9vOB5OSg{! z1|VF7J7h@Qum+C;1{XsY*6yIF9T0 zV&5rKs2(0#g>87%bHa}XOyK&=Br(Vu)nBKs7g((nDTWDMjnFDtCesXnu`|Lh>|6vM zV7HaLd}f{A>FN~bMod3!&UBhuRAbqU$t)1>=r(**VXBh>5>5c!E5x)Se!~&*)7jLx zswg#WBVnsE(Y{T<4d6mA+ByZ{fpgV#g;Bl2f+f7_ntp!L z4NY!2Sh~&S{*Jlj&sELMB>#Y;smg!J%ofoUc)=?2(60!L;BMKOg>pzkYp8-4yjQ`T zY%nK^yH({co7;}2_AmO`^eh1=*LL);K|8R5rT?pc=_m_7I{`Pch$fK^%&ozfI7OL= zgMb^lbL+|v>hNCy-*p2+GUWa$x`sYLpP(<$*XTD+vG#2%hkw@Un1Kcu%+?{2=@y{2}fVHSq=U74Z%6iujKB zuK1OBOZ-_v5|##}Gg3iXkzSJCl&(teOJ7Pir5|IBF&s0br{h-q z_4swUM?N8+l`qJPvM0YLUy-lNAIqO7Ium1wR6(PgDl308>ipaP_#N^B5F6;ufzMLf@himv8q?tS;1d(L^g zqr0OYBu*}#IC<*ynU~^A%ZZhjhm)yvCYxK$uN8`=a^)4YuBf;=TdQklH}s0!vur}t zMw*V+bqsCI!FFyzvm2UilZ)(A0~I+k3snnM9oRH&2ez8JiBznTPxvE=+)8U**X(+B z9vKSOvni}&#mU5)O?`7UrmE0EHCqQMfIu5)zyLJ>K@*t31`eE9oktF?nbu}*0asB= zcgW}5;Y$KMuokBfno*mXnJJt$Y-~9&t{EHT9{YNKK5cD6R709kNaBXs#$IWQix9-T zN=Dd;XUa+Jv@8QUrb{{N^;P62PGCo=)4AT7bb2b2j927?8E+>t#SW0)nejj=RYz8* z4-+3>K6qfiuEJS&;1vB9EU0$^a;s}+jOw1ILSSf^ZMrf&6}

J(q%!>(|6#hK%{o9qq}Q zx`Qm(L>Ag7M7`{!%A#?ZYuSoR)qNEdj9lqR%jaTG87Z*K-Yh_(gDdkD(RfH&FgbauytmO1$&IhNK79y#6+3rm_=rZImc`76K tBs3CwKC}=@hES*(x*qydN=Q|yA#F=Hr0=AiFdyy>kA7%Q7=~wm{j*tnn^OGpPP}7hoAs{Q zU7G|B1qlhkff5a>L=in8fy#xSAf$*xpny0aph%#C%B9c?NECrkl?nu6ympJY?as`% z-}gTA?DgL3y)Pt&LQ@YOdFbfF$70j*#LOeJNp&ujp3f{~bBp=HakNy_aH)LPvVLO4 zAR~N~e9GN2l$p|W7tUCYo1UpH8M?EapT%y?Hlb_5DqWr**EHy&vO|90ddL)4q@ zv{18A$!!)`<`@~}`ale}MA zh|x~ESsor9UO#;Y`G@oO8XyS}r~@6CpbQ|W0t-06g}143yy}v3%o7o{F+ln-E}@#? zW*P}#998i8`CWslNn{qWQBc}jMCix8A!&!~Tvem#n~|rP{*mla)4{guEi5LNk=;0q zZQHVQvwCqEPFkjmP50*36e)3e(kt}eo>A>Jh{{MeQ%#QP!@5(^9VeB<1}?gDs_r&& z?`?Qs2a8(})sb$XB?Ci8cd?V4n~fC|r8V(?Odn++iSb=>t{JMyi7;FT zskTj$YZ4sIHViFIzA@7Kt z;WC&3HuwXqQWq+~B47Eo2U1C7)RA4HTL@@$`wFlYRVs!BHOrg4pmfpR9R!Nvoz(V* z4IYvf9oqVa5BYJoh7A32ilh9k9}ACia+9y`k(i226hJa1WpHD32X$;2RDNs1V0a63T{h4>XiDW*Q5>U3+a;d id)rpquQHJRa=Y9k56Mr-Z_A&Ax{4Kxc6UIc&r!z diff --git a/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings index e1d889e80a555e8147a6e06da7cb1901d72b1ffc..f6623ca466cb9018cfb8a6232925842e05643c3e 100644 GIT binary patch delta 1245 zcma*lPiP!f90%|>JAZa(#*k_Lv`uQ@)!kI2BoYfkMbOPAZBsX!ba%3wO|n^EcHYju zW->E*^EM_Z_8@{FsPREBQ7^rS7r{Ru2!eVP4}xg59^yenq+$ai6dHY-O~go{&S4Jo zhVT4--_Pvy?ex7iF`0Pc$@FMuZ2a8$3lkTg%1-8{rcYeT7wnm0DLGr7n_s9bR-Z;o zH3!$-2D!XkwYqWvL~Dq6XvxDcA`C~RF%qqiDB`ciP9LvYy(7?}sLo&*L<}}VFF+1< z_`Awrsx;kP@<`MuW{_XQUa^2ZTw^ooF!VNN(~bifa`~Hy6IKQ>>;`nBG=}S_=`sGE zoO)e_$L6vkjQH;G@bLVEA7RR1miWtjJNE3+vQ0N2auM<8^LQm#!|kI@xtAm98Ga{z zYGg5wS(EyZ1$)C4+wWDaBj+%yHAHTEA(38~$!Dw90KcRi;{%BV|4lk+R0<75TQ6ZA zR~GqO>T%T`MYZM4>jRIJ@)$WV@E6*fwMVR4og;@^n4bw9v07`g&2`9A>QSCaB)blR z$0-e{T|jG?=d|SJADvT`N$d~=r$R;oKdM^Yt;2u!8~Becr&ukmHk)6Zq ztUT@z2B!r=xz!QOp%u&}^VFj=HenvFTGqZsdqfd*cijos4=AGd)O~n%FRzB^Y`X+R zOX<)f;(?eu?U0&S0a1t}(6%1g>sWlQ-)`BJ%ZL%F5wsSNm-Q~aUmwyZ^-zCa|3?2^|I_F(P8w&7 pIb+NC(D>H)$+&4+X3Cs0u}RJ6%oj~=eqerY{tWgme*M1wzX9KXm2Ut5 delta 1206 zcma))OKclO7{_Oy-Ur2|gce649qI%UL{kb9hf)EK&%Wr zLl3P496;ic4kxIpiUU$P6af-c98h=&i38$-s)!;~;DC@Cfr5HM6|C(LUKL_T+QT>B z{OAAuf3q3gjJ`C!|DlKDBZ<-E;ju@?AAKw}k)DiB9m!;^T)t2&O_yh8=PE~0wKi_8R|lfm_0^m3o1eUjZlpLWW;#P*vaoOhm2BkyZdtJ+8^-3`Ml=@*B0VUhXmLC z3!ol}!=O%a9nn7#Y6Ff9=ZS-PSnbt|SzK?CAlWv{zQR}wQ5(?(Fa|gzOS6}e_+E@|2E?9n_F~n2qGyFI8_JM6${|Ds$IV%7hgkxjqddps+OOqDH z>#j!;od*`!01UK%1H8ZB9K0^h|3G=-ZzzMtIP|Iv)9yP6q5>LN0WX8|-~w0!Ux0OR zRgi@pLR2^;q=gv)2^WPcVp!}Ed&Lp4Dn2c~D84U#Bwi9POJ(V()R3t3oU|&vF1;;X zl)jUGmafUBT$7)bx%`U!ntbA%{HFY+{G+^~00k-sl`*BPoL1gdK2bhbzE(EXuo_eM zscCgdeM&vAUI@Jt`Yd!M^h@YhEv6+jtohm*?LBQxe?U*@)B16p>!AH`2*;DeEo*r-vJ|Eh8q9? diff --git a/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings index 960aa63b3e7259abc0379f4d9fd18c6b7949d870..583ac9a450e3f399fe3923cdcf9f36c7ac60ac2f 100644 GIT binary patch delta 1245 zcmYjQU1%Id9G}^*`^eqxB{6BzCU){!N_&Bzs42GfnnVnyxq2VDyIzuWvO9M-$!7Pu zJA0al2tElyYdTPhruZa?AfiR22!i%a)MB5EHBx;Q1woPe5S-kl!H1n;`2Y9!|9#9n z7W;^dU$-1=5|e+VjHL1x{AG)JwfRYG8^oH=5Q`Wrm#o*V z^+M7#5yMr_0vUio15jXtDnOtP9N+_!94vMxRlVX&rGwRr0Io`Qf{C^ydeQF_1jT)MCY({LB%?ih}bL3@K zoHi*#7er>oJ@e2UUL)L4MtgHv$}Ccj$M?f)v zz8CkCr=&2mR=21@8NV9w;2=+ir`jp_PFxj3K)PZb17jRUkKNn}hakTc8{(g8Bm9L( z&rLrNfG{EcnBjLq?UN$kG-*)VK^A^E%xWT;f?gfU0_}jPP@gn?qj?b$zDorsCw_wO zXww3#liv#Fy9M)U*AYsQNl;y|$1CE%OVQ8ymU=o`X+q=XZKnLJHp$-&cMTTz+#wqR zPQ06({g4O32J^8+H!$PXNP;h_XJM~kew5$QJNf<4^TB)uTa7*ZAGJmPx^|qW0!R2p z@H9UY?e8m03+rlx5ejlb#hTE<#3OQn4=lc|9^?PC_4DpnNoz*y^9eoi8VG`Qa2Z?! zUxID03pE&pkHEul2tEy`;dyuoZo)12zBD8yqzP$Gx-I=C{VPMcOYW5?7rJ}r{TvOgrzEHkZ?kRsNyQ-`P)ef~!J*PgWmQ<#`s{X8XX{Kgt zrH1yVc3r!r-O;wSUjv!I+kp=QcZ2tWyP=`bMEIHTjqu0eufscSPqbZWdoQvSxe@sw s@_ST@Mxw*fRP=K6b}Sa_j(M@I*k`f7^mhHQp3t+pqkp5{<=b)eAE)|*>Hq)$ delta 1260 zcmY*XTWB0r7(R2`%j{*wHusWb(j;xum`Dn>q-yIn4H8HiC ze_mBaye6$yH7r~pg}Gy-K(RJeb*W`KsZ{-*IR8k~_9SMF1sfOLMuTM@gi)b4nmU5@ z<#eoCHP-TK|Hez*!4a)U4U$(o;Z?Eq&R;i7iLLOs7zmx1WRs{_8Xg|rcwrE33xO^J zB@sreh$0h}kcO(rLJo4ZU8y*E)P*;>$68Z$0GXqth--$MtuxT#xI#9*XxlSAhE1Iq zd3D>CBJ6SxB%6>+R||}NgYq%1ZzMNiI>dIpz+AG7?Rqh>ZOfibP`#{;S*A-&_fBdY zio!f}Nqqy^l)a|m5~k*KL&wZf>Qt!XOecv!bT^%%Zk_keI@1GpYyC#SQ^H}u;+BS2 zF*Wd_K{SWD#7U+TlX+F$Lj0emE1U+CVn<}QL8_q>a6%JIMPjfJegKA)-CbF)PscW! zcUOX}Qq$55tYO=wx@EwNz8=9+HNfFPxDsv#CpsW!x3+*1xE<(c=^@yZ$6?CX4Bjz01wJ@a81r}eXtSP z2U@75g?hz0E4Pu3hU>4T-ow(}a8^1DH^a>Xd6jLGu}aqe#alC&Qxv6HONA4V%iOn7 z4H*|M`GZ_rre4gL&P-IQ2GyxsL2;I?z(s!xY)bpPGBLAecv5U{$nw8?p)WE7zxY<* zyuTMtg<3jIG{y#){0?v3YHXZ_7FndkFuU-2=rdSRa&R@!3-8M9yJr%_sWKPH65CP2 zh!aN3WnYZeIl=S1W~sZj_)DIiIjJ2kDML)-om<5F;n~Rkli4~@vd+jd=VOJM?ybU5 z&894b0%#4LM(?1H(dXzpbOrs%iClzh=kDj?+$@K=%iIlK;hXpl{s_OwKgplsKjpvV zukxEhPFN7if-O8FYzS`%?+KTM>%t$x-(pDA#ivCO&xo&yZ;9tmia&_Ii8m!AY0^RI zAt@)Fk$&_cpX}@M9riupd)xPc?wVqH<2TuG~Q0 J!^5W9{trY?gMa`4 diff --git a/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings index 1a5ae871c49c338e40ab5e719224c39f8ab2ff96..ecdf2694cfdde255379620d7321657cba4e2bda5 100644 GIT binary patch delta 1328 zcmYjQZ%i9?7{2Shccp)>cTgx`Kn^?D7XAoh4IN-N=$Oux!up3lD^QR2M>#m|y7oYc z(P?6w`=AqEvgkDNlZnO{qw-13j9ap3%uJSjanTR+gCC4hGmT%2BmUYhlU$lh`aJLR zKJWA7cKkd3*C&rf#-igBr(@B0A~`uVJ#!{CJ2#(BJf$vVvScy0q%E)LX}Kn9D(bqb z>FR<`l%i&l;?!}ixT+P4c+u9;ke2Ium25#>w3NJAw3M~HZmL<5#gCwEd}?BCLDz~) zlVR1!5PdREbds@>!}+|vF+H5kDwdin>P(zbnRP~E3?|1YOr9~BB4a7-(_z&jIkT`a zb(}1!Yr2J>aQn7+rT$EWuF#BJcXxN{q){XVONnU43f{3j>zhdwHWW3dYDOwXR?T%% zfi}51RN1Go$<`j6j}dFFU?`SZwmezkrRC}q#L6sD-O8C%J)Vq3(sFaMauasi8t`|v z)j1bmQVS&>K|9Ph*WbspN^e=PlfD->k8UDS1wZhv6uM zp%(_}z`*|lOB5J^AqY^lU`c^M4V0FS$_{|KrKaj>9Ru=I-`__N2q4dlxv}t z!lQJmhw4={1C)Y)II9ojKq)&YSss8MovMc@7N!CrYU}axOc0`Y+x;B=DUD;u+31p} zonh*WF2tLH4@K8sc+KO-uZ0%8=w zCc<>l{|{4R0T{-4PXo3&#&AvCkGI5Eahngg2sBehe~E>sg`;@IS?|^Mgww-xmmUn- z58`L;R-EJeF)R<_UB?*Z?LE7)`)47ETf%-!+q*bZZb8*ki`z~aKlJ#3eqRo}EcW{d zG*Lt4@CZ$|j$_;~Kdm z+$^`uUFCk{e&TjP057!Bk|VGPufQdE3$DNo_yO+1F3<5*d=1~kkMK|MDgI^t9id7H z3vUP?3#qHZ4dIS(&wjw(Z=bM#Th&z6SCw#_bm)!?jvePOt|wh*T`#!acYWb*b)RtG x5}jh5m=IUQ=f!u$>*77nfakpDvgbF+CxxY#q|c@6(oN}KxmsSAFW`2y@*n>%VwnH{ delta 1248 zcmYk2YfKzf6vyw(oLP3+ot5 z14`-x6Vn7!Q|M_l)<>crd?ZE_LWCi1b?ySrGMo5|#! z|2_Zn`=2e(mSIp@g^kES8S4(bGo6V)YQy~n$i?`G-qi>){I6AJ|Xt0%8H0W8&i2@ z-YPX1*={_-dEC){CAk<2vB|j7msZU$@K69ozS^$_BROgjt-I^*S zkVDFny7^Vj!{Y-=HmT|fY47evsCf~RPKd{HDVn|%d4xIOiw|c_HE$IQGm(svFFaQB zc_Tj^){+@{z{px^*19JR;XF5s_56Y6sc3#xR?>==9WU*1Vo)=eG}9c9sJfc8Vo}X1 zZ#%;ObQk9XjdPp+Q5@p_jfsN}c*4 zXh?@HxV!O?trE9+9v^cGjJHr&v+;P><-|IBExygCF-k%1*b1X6sZ$R%@MF}zGpIo$ z^uZ9dZU4_wr&Ib!fwz}RJ#c(i3N1hlEsatsK+g#(QD8%=qe;8=WT2k%+((A%j)VA~ z(1_u(Gw8QBqQ~XMv!Wj#cb%u9n{GW0bG}SoFO%pc2$LUg`NuS zKH_%LRyerkY<`~D$tt->J|dUNm*fZXBiUhq5tv%0mkBY`jKbVx{$xeAlHJGlvvcf= z?0NQc_G|WM_7)fCPIDP9&%MNLa_@4Va5uSMxoz$aI3Wq^fN%-kfe+wgxDJ27ZJzKl z-_0NAlxR}uFI~Ugs8AAToSIiXWiepe|PVQZn0Ku6<-iP6u%I+rGWID Kw22q@$o~TCy;)}f diff --git a/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings index 1168c72b61484d3b4670051b8b555fd6cd3612b9..df6b0e64338a9b21318d6926bbed589b61cb4553 100644 GIT binary patch delta 1307 zcmYjPTWlLe6rI_ZpX=SkNmDlsY?3A^q_|i-L=sAyS4kmp9KZ5#5_jw!+iP!jjdvYz zKvbY2At6E2sq#Tlr3wl9MG)b$MNmEvLjBHWjpvG#zDhtXP_jt@#PfTGK3xyvGb4Ov~*dMXjKmt&~m6R;p#)L@HLv zHrF>hAE{<^%_=0vk&(rEGKO`WwG*S|vR+#lRaM1Cc}oW|fWSJ?fC2JA0cBtU3)o8k z!Z@;V-mKK-CvXl`b(?&~9=XUX9ZS=+g=XY~!C>l)Vd09cOlwAo{KC9?U@=~)DJYLL zBNfGK<~nYcHraN9;LGGN)BntB6x-E`q1a|)P=oLoJ#(6l<6|gW+PvNM#C#MZRWXg_rVY)> z)3Vfr?^~8ilvS#@G4N*XVRD2&Kr&2^f4|*irD9g%F|>|J0QPSFDb23TU{yoPY}wXK z!%EBkdh!2pn8xsORLd5WanrD|VaMat@pu@&VlPgrnyo}=W{Y+6lrUPuB+K;&5^>Ge zaaxx5!fWPAiO95cQp|xRPytnlfCe#%xYt-yZXs7(J@kB(c;#VoRyZ`HQPeuX6p2BR z=1Q?SkOVc5p--rOiO`g*@b!9Sjb17=ezjhq3$Q_dKu`oFP%~ve^pcRnPwu;0$W_7L zUTlCd1+P;Eo$?#tH}bu=MEf75{evX$>ItlYFx{yFrM*LOh>}|L8w5czB6jY$JuGac z{zuGG)lxRhGAdPzHYT47z2r4-Xy+|Q3xuIPvZu*E{D5Brv$Q2$%LZjb5J}0$$z|6J z`OcYWp=?X4hIM3USjiS@8FE#;2?OMm&_}NGqD!SqUIurmWhaCaz22|s|>m|o^FW{3$hUo*cmf3uKnX9MgI zyUZ5Zo9xf*9d?%!I6v3Ng}7-h$Gy#MahJI-xLe#$+#lR7&+<;bl|Rgn@l$+?f1m$Y zXcLBn3&Mv&>Qmu{aN7YLZH`AAmmI%38E2>KA=l%sIoF$R;{MCi?RnCZ^?c&xy&c{k xM32}e&WT0wocNJ=%P088eHVQ@zAq)eG%O)$OWKyMOW#O$r3dnYoF;0E@-I{6d2Ijy delta 1297 zcmYjPTTC2P7(QoacG=tPj0K8dfRRf9G1L{SDWxE{mReYDyUS&P?b)5P?6AYkIx~wd zCf>?}mj@+3G0`R__QBMc)WjNNj5W%GrVnajlwf=jW12LI@ui7AwDs&ls+r8>%zyd* z@B99<-nicQ`f#YH_wl~|fx)3ur-#oxadu=hJT^WtITeYEVpFoYf&D)WcW&;Rj}iRLxPwP1~6s&nI=w&MZz+CvO>wV=6fop6OFn#UV>J?DDnn zxgb@}3=oGdnN}e_NmtBOs*Gqx7A^>l%?Viwm70`%PB)24)rC>2YD5{!IhtwMkw_6I z%so|6K1EogYLT?F-(VVDaGY-pM*2xA8|};G^g=>z-gvX#8&cAmP7`u1ye(AS{i}yD zp$eWCJpQ>6Hc2yAqC}-iEQL3M9v+`aqbSmmxj%53O)qLw8I;Mwl<~cxvkALsjRjU2 zy2+AR2C;_nP~mPaiLw}BQZi%0+X>-9ZZf5hgvS#K;Hoxpp zxZhu1kw&pnoy8ocu`p3{nhnR@(-3#{LPBomO}X{Jjs|wFW#_KSWi(mhzW0CM;1U1P z=a7e?ZKBKQ6Z8f84(*_uSimB##@#rK=P|+C_zzCvD!3Z1pG$J<+-uyY+!psU_X{8A z&+!@F;$Pu6_;>ja`ECAJ{xANP;1^QD%K`{*2^WR;gb#!tgd4)13%L|mm+Q1E?%H%+ zb6t1+<8E-DbjR1+@3=p5|5(;qHdeM;cHXn;x#m^8ZQe({7rfVf$9&_ytG;dD9ltLi z25JIF1H*xpz*^w_!1v-wF(zij7sQJ}68tRqZE!dEXYi&pBE2eoEPLfsavaoqlz##G C%zEtr diff --git a/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings index 72ab24656ca404484ffd2f66b4d97748b7331b54..5fe946bfb93ab63b5d7a166d870b96456ebd3318 100644 GIT binary patch delta 1223 zcmYjQTWB0r7@pa=?C$JkCXGp&rXiE7mt1HJUYZ&tX;M?No1}Z+WRvym&dJW%ot@dv zoQ>V&LBW@TpiK@0s(r2aVvF@jP{9k@7kyD^MGJ})loE-GQZEG0W<&AmoZWi|Ue$mKP-R?tzgWR$bYk$Fo6>i`)bXF%0K7&^&m zwS>8`PI(0!@8!9 z9smx}a}60VHU;vft=pYr$p{3RYMGga4UNgOiri>_VA*oKqEW>M18>#3NT1M3a;~1{ z2Xr&GZP~FXScjyY?cMrAURVi34FPqbf{|r9S*5vN{C^ylIi882ysnjFpGZtu*eb&0q**oSSz;EMdyLI&&}54=VU5vg$|$*%1GEjTMs;kN zNQD@cAO@r+^|z+x8mXhqBCx?mp$Ij-2+6p=M2Q9{QRtB}MYZUr)b|BY^b-Bj8Cc($ z%$X{tfFU|0ee|Yut1TTt728^;G?`g+zV2?lWRjnJgYS;I-7GswG0%}MZxh{RWe)35 zuTpsjs!=&se?#ue{p5r3NFm`a6{5OvAF|B5@l{NeTJQ3!|Zu>i@n0W|Em9{|40A*KzG0lTn~!D=YrwjmEf)5Z}Ow^v>cLS@}|5a|19s3zZCU9 Dv-gaG delta 1188 zcmYL{ZA=_R7{_OC_x6^1**yhITck`WP_Y(EO~q1;0gARM2Y4?W^bT;~hP%1j+dXz? zu|SNC^^5&t@iC@Y!v_;9#zbTNVwz}tNz}v-CTgnD7^_JWjgpY4@g-`UII}G`nXL91_C3;2pCF`Y4?vp2;Vw1bCQ~>B_s?ZyOsR)+{xrqc>kSBARc76gOm2m7Jij zA;+Y)?#yw^r4HZvF_|b3r+Sz=j_qXQY_@<0Y>QKi-`E<2Ie7|p`P(`tlFlL~dBUu* zn#c4}=9Zc3jwPr`XL%~gc$K@gO4@S=ZZ~sVCR`D0*v4dmFq6!f6uXR5H<5}DO-G~G z6aVjYUcxY>?2Ke8*KdWF!n@%kwOvb(64#?HgKL2=>Qix#6lr#p zIAkebq}8~vY&1(dM5}{Zy3g`VVE{hU_Q7A_PVfgRBJ1$vDQ?h74(PNNA_y$?=> zK7{keLp>95R&neFAt+hZFmX(1ph8};ghmCZgO0tX~NJES08T2Z86TO2zL0_WZBt?oy zJEVK1VJRyS>5BBT&+s+)cKZ5#GrlK$Px&tU-t&F!yDDeohvkCo$YTwnOn@vr-@sbRHV?NAS?lWFy7^@6&t z{vHSi_6F|M?$*lMW$k_K#S3*}qKZI`z_l92# lUkYzTw8(K?*NI-zEBcbYqMz4)F|ZLco;SWR{(wKD_&;5+du0Fs diff --git a/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings index 2c36cf5c131f66130863250c298d72bf83bddc8b..61d20368fa2adbe340282566e2fd32984291fe0b 100644 GIT binary patch delta 1317 zcmY*XZD?Cn7(VwqA5HFUYqxc-?6%n|C2KXtA9mOuU7KNDn$CQ+S(;`ixhKhKZtsov zo9OD*lpw&pjAa?K7&kDCAs-l%j~Yr8-`9`-8Df5 zK+pjgSfCDc&;mAa0nsPd79c@&+v%<@q8e#ypGmS7*s9OW%oLX_7db>v zVyj7i<kwPTG}^K|$V+VtBNTGa(nI{@;~Qy2+K#0YyH7dq)s?lulZaFs z4A&czp=WaGWLX=_c{9;t`~mt0Hy$Wu8qn$0A*zTQWBd2=h92t!9%F9}n<#q%R-4=3 zkHuHh2pYO=t$Q+f%*&eUmEV)Bm}?nq;y&T+?qPaF+D9w=#PGd#3CFRWYzB4^9pxh1 zf2k{_Wn^Heue1oZEw`)<_mcm&!?upEr*XBRFW44A7RhFr;@K2>jua9GCi-dSS)nJM zo`PG5R>jHDTow}(l{Ib8JkM7KL}%5xFk)^IaI@!?t;J~A|1^C*FzC0n2@qrEwJE0z z)7@ZHu(e0&hw3a1tI=qo4^>4D%+Gf!PL~)U&oE4|*#KE)yvgoOu*Iy0G%iQ!rNH5# zwNsw^cr8PqWkAQE=LcS-@2l1ELJ}G*zzk}FCB~%2Hm1&YNbkc~ph>?7>^{;2C&3-y zuwA+Xnkr?>*(w~j zwJG|GyhO|XAbro52o@KSX)!z98lsudU2cMw=>e>$tg$1IRz@fI)`FTyA~_l;7N=IF4t#Ppom)AOL(Q@YmEEthFQ2h!_u zX?(+j)eVmlTd)3ZK$9THf&_PH*B7VLp@&8a34)u5us8y#J}<&_|4AAjZ1j0D0hy?f z`C-vh;bkSCZdV-Kr03N5dEf(G@G`gvJ_SF39Zu##+ymS}F2X&*CAeko8E%_)ut-h^( at$wHetnO->R?-a6KRoBXOoRK5_WHm4NQ#R9 delta 1239 zcmY*XTWB0r7(R2^*~{!)nnn|2(o9WLZ6nd850YTeG>N5Vvx(VDvTl;i*`2ey)1Az0 zXHHg^QtN}@?Lp%&wYE^i2hj>G_~50WXe)v!2t|tE1?%OZpin6m6|A1!4HeHk%$zg- z_n+_b!vG9CZ|TeVRa_{Vq*Sh02defO#KeC1M7Vi(cFMG%@p#P8Cjw1A}>8i?u+;dd+sR zNzCOLVp`aktx?N${8XyhC&53`xiyIy(DZPLwgIj)3M0aRn%awt)%19+W;gQs;Ks}S z;h0gfY?9ae;H21fW7iL}Vi!CvhUACi>?X@84-XG-936t|LTHXDUG+rSLj;s4LYZurNtVc-^MirUD~@*T}|4-FIXruu~*XoAMe4 zE@R8dw0&HdwEQ*8_cKXilOj#0EZWq4TT|&hcN&AX*>b{X#1gK7>)5h!!6t@pQQ{}l z^YOf{Z!-SR(}SD=aj{2PYKv<71f0+bk~;Q+G6mmh+auW)tVlcze?*4hk~9Q!%1rml zc)j2?s9_S@VZg=dcJ3CehHr(dYEE$VZs3%y@VV00%d&4}jcrOi2UDw_ouXEiP_~6r z;j3^^i^1FSRL^3{vh4z{;tEQ!glzWwgw|L_7*0g;faNqd4EG0bhbzGjIIL=LT#}(z z2`kw+HcjlY6kI(9CnFERn6^bJp*X|)t(1R;NN~GMP@;80S;q%M{}}0H4SRSoNwLG= zW~BviP?Ze_W*0jUlJ*5NZLQD<$KbNk5BCM19H^rGtfs_m( zv|SL4{s|rW^k@}5fUY5rk-5gY8%$go5#%hSuu*V5O4w9V#*EFRi8AcNMh7zU>jlrM z!mLz=TwpAaVlj?_sqbOl-o5F<2#l-K(OjD#Y3hd|`K}`6_q4&<;Kpd@9rkoeKRH`YSAlE8+Jey^)=fXCucV??pbA&&!|67vvwKyQ8saA$mj! vDgDZjl2WJDW9k|89rc|0nR-DR(dybE?Xq#oLe1E(G;wKon(h=+uPfIAh4fCRmiOQk*}4k=?hQ~{+2n9E4tFrpE z`Bq&q)Nz~yr3%w+nP=+hY$`$XNG}`*Msg{F4dgmYtvy?Qi=p;bIa=RtFJ!9*+p}r2UVEAjfG%27`oj;$O?sZ| zWzu+qP$Wm{ciU%|XNX~8G+PZU*YS&?a3hHf51T>L3LE;;Qpze-P~3F_;slutF8i4z zc{|8Y8diYj*xLEV$xsrn5qeQO@Nza|1vaA?+NSeRXjiZ%?1wx&2BYvW8QXsd=^eM8xR7H>kdUf-;$44EDfo_yW7k{{?2jJ~#~zHLpCvj53=9 zcCxz-HQdtcpgU|q9lqF%G$6EY$v~bp;UFu21`14IXcwNG%GJ2{xeMGE+zoDvm-#mS z3BH$)@UQTb{0#plU*|9LSA>W#B#a74;Va>m@TbU&onntTDlUnq#4p94#9zfNNtVJ= zREkLn$&}7X7or<=0;qy_!4>d1_#NDl+vJ#hQa&Z0 zk?$!$=~d1vpD14|-zuBR1GQg$UOlINtX@;UQ*WrZ)ce{YEulHuJKB5NRqa#l8*Nkj cLwlg>`hNYezNnYE<`ekV&zT%Y7aoIu0XY?B!~g&Q delta 1213 zcmb7>OKclO7{_OK_UVvGXp_#T*2ysAx3OFJm6jkC-Ku`$*5*Ji1JZ7B`5aLk|bC{X$ z`+xuc_q)|~tLw#yLG9s3%%S0t(d5|p>509QQ;$BDicY7`%ygg4WOMo1x%tAm;=;gU zHomlcevp*P7Uc=$0RIqn9Vv`kHp4Ssz~*MwN{$`WmNJyB`7UN2u8ZgS5zE4iR0IA6 zypO-Dv~|uW38PidZxl0h)mx`HWxFfMXbK*$FPxn_k3-V!m#PklV?orQSqw$_=Q`nh%TF8u7zo>ieF*kg>}( zob+5qUAFr*&W{>Pyj$%(RLJ=aOsd3oXSdfiH)aQ`b`Z>FsYA;wpR<`m`KH=;R9H!S zn5+}qAti_6z-Bba<}<0~_Vyi*e=O^93GA+{6*Ph*G=;{H zjD}GUdJs*bV@R)x%f0BJ`0N&slYhbeJLR@2>O(PcP9R;Vq(Z*O|BJ7U_KSIgLR><} z#Yv#pztV24h@!r*OqksNXWsm*77aP~{v%_GI-7aIMnPIg#e`54?L#M##P5%EZd~t* zSDIFan=zz2B7L%klIVy~-c7#C^iFW^DT&5d1q}!2O>j}LZre^x8UCZGx=j$ diff --git a/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings index a9f8ddfb05a35c36243678c9be437dd3b3423a3b..d800be2488ed6327ca6f6a36b8d3635c087d34ae 100644 GIT binary patch delta 1182 zcmYjPOKclO7@qY$Y_He$($q~ul4gyQRFIHjAt;TAL|#p+Jh9hy9LF&e@7URTz3c35 zQcR_S5J){BsPjujqDT~}NWCGbcpM5++gnkDI3SgmXihy;LMjp$4iV!xinz>Z=KtsW zzsFpUUXNa09_~ye)l@pOm|e;(=T{2qYk0M&ky3e0KUXmd@}W6P!JAk&@Tx%+M|X*n znb4i8?l|y)XW(c-j>Hws#wAy&S&pl0)C>!2M1#+{zWL0;#;Tz^Yw2-p7KxEg5`z@o z)M%|{)E7rJO>uGAF;Eg=w25?NqB2rY4Oz%RuF}6aj$Kl=?0RN`l<HhUD+%Im z*rwuIdz90yzJmP3Y2p^wC~iw8MNg&@GX=Rj)zSomo}=&=6BYBxHEcKg2za@b?)Lq< zro{IE2kBnY4Wf?WVx@7v`}s_QU`?^i<(3UC<^?(2YCo_nm#S%0@gCtuy$5>vBe3du zs_kIhq-|Tan#7v~I+$4FpYVKsmS{Rw=4-BQnNC4&YZm_>hh+{gC-mZ)GH#hJF8`RsGs`y3Q|54$K#}Y3NU6GOkb*4lhu6xL0>QOVTu4ph8g}8BI1ir& zPOz5T2P48L7=Hh78D(jZbtaCg$UvAd&(SPhdSw)8!~{J|r|RVm15@Rbu3jN@imfZ8 zVi0&+9Plqrx8l}eJrIEtQe`Xr0W4H2n^g@ z_qH=kFGR%{EclOuU+4*z&~$Sy(kK}l8sQE~G`io>#cD{0+rB(}B}L(}w9P2+oqxnf zZ`CQv2!@3zsEX}ihGWpk8uI)IoD83YTmC6AJ&o%caV}-?c*)E z3#ss@5P@sH=wKBsQOV68-Tc=IT_4i3P4`OnKz$}@nKrJ#ul%vjDjGwW>1jGgAGnlw z^N~Zn)ZtbT2TFVO0y3C5{1}SAiF~Mz-bYu^ZS)J;WdtV39A=(mV$93TBs0sbGY#fr z=7uNcdDe5vGv~SMdF1(*W!MPY!JcB5*>mh2_IGxN-Q@(XjqBs$+zeOZE^$}5tK9e8 zHuoF%nA_!9-p3!}yZABw44>oQ_^r7ln6)4~09z55fcQwD&FVRqxln ziti2IC%$|B9dS^c6_-Ru{5B8?yeKi!gmhNAEPW>3lO6>R2VV_d3jP$lABu*~gsPz% Vp}V2&(9fa2!@;l_z5wsY%71;EXrBN8 delta 1259 zcmYL{U1%It6vyv;?B~qRjy3I?)?{bhCT-f7x}u@7Y{z6WmCj5}XJ>M=bMtfg6L_JZlVa(~MY>crAR$KKOJUod?66K< z?YQN*Q^#uy26YzaCy86LP0h8mD%+kO)OF3pB?oQ`9q^eL-a364yQE~<_1q+>Sj$8k zqh=Ydi1Dtx8csBmv|81$uuk;3aiUYK9jm(3GM!YaQD=gGuI=F@W{J9ui*75yG6$ev zh%2cfTqvgpt5u_(SG!g(MFR<~NDY!#JK!}jvbl=FF);#XM87mM#%`i!sjshZ^_9Kw zkKpe#P!eIZj3_cu32CT`EaV_p>rPFO=UuqQosOg$0;Z0TBCZ*3wn3mx;0js2`N;0f zVQdzNkyp1oaD)|aiexwB(p8<&w~)uVor&C0(;>Fo+?Y!)V!Lse*tTWQPSV1ncGxmq zV!E55VJHgo(COLPlTF!m4VN%AGc6ydj!>sU9Ve3{1}V7d6m=Wik2OdS_G(>*-gLrY z!X_*YFJo%p1%qe~b%~QqPmbkP^?~C5Jw3^3FeYvf&9;G=Lqv=_dXWALmJ4`w$jef*WbodZkhhwH&PIW@v+ zXVUdj&A@OwFwVzXxe(k1=RzZJ#@$u1@3OVc<}w_RzJYK!e_%dE$~Lw&otUIf%_16YlxrE1 z9>rDc7Fe$mbhp@)l1By;Q3lmJ4mnQ(PKWm~%=Q-MkFv}#B}j%2!aH(&C9iHvvZrUS zpp}SAZEDcEWwRzlepE*n(fjB+`W$_Wen5Y6A{XM?xu>`ZZkEH`I`=Cd=G*w~{1Csu zzr>&CZ}4C68~o2gPB%Wo%dUyZ; diff --git a/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings b/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings index e7e56a34468e0fc3c086f2169ef1e8b4b086ffbd..fbb7a837fbdc0ac293b696c9897ac10ca060988c 100644 GIT binary patch delta 1259 zcmY*WTTC2P7@pgi3)-+PE;m62DHH<|Hzq2T#89AVE!|~zc3GAM*14SB9d>qRyEBU} zC?vLO4Y9C26iL+TgGQ4+X!@XOj3(Y+?1PQeqSep`HO5qIqcJIlI?Btod5g3 z@BhAk#k=BN9NT?&NC-!Uqa(4=_}KVFBK(9X$qG!S(&}VJOL%tp4PKlQRZWyM$eXGK z&1k=BW>wQf3q(h4!sGSvN?uG_e9kZ}zL3)lQGp72mud|}hYFIWn(5&_QJ0}MEI%3)@M;>-@3D5Su(2~54Ke^&;^4?;y1`9RK64c$z5s+{8O>oD})VVH zLEQ?6?Zm@=_>>hJP*jT_vUe79!sGp779yEy>x_g|OM?lI=f?8fz1l<&t_vH5_UX0U z87XLEwm^H_;H=h=#bD+A?C{ znIOcvoL7<01>w?`{1*C>>1&eb|0$iFUsZ~m%ZhVZ20MB#9eR|`qHA<(v$F8*@K4U2 z}v z&eXO!hTLBD|K=STCHWV8uRLWO)Ojc2y0&_IJ`M!+Gc7=JtfMR7z9GfobF`Jw;{joj zTPbFv?f#$rcgzK+*X&*!cQe)N^>X~{;B)aal9Qk``|IpwWv+UmR2Ftb!`q5~qK{bL zoDEo6nRIy^uQ!vqUXQU@5j%!0W1nDa*cMLX+wi;adb|bi!3Xez_#wQ6zly&@v=H|b z-Gra`jQE|nM&hKGtRuV0F>;dpl)Ok@BDW}-s-jvcA2moNsiV{~^$PVdb(Z>pxYy;cO?qy?anw?>fu&=SF*;V#?j^ys-yxara!(0#7%RSBs+!5|Y Oto#r-hM{LGs{aFhGP0cj delta 1300 zcmZ9IeM}p57{~AZeg`tDgCU)aL)NWq4y`8YHWRY}Av5ftZ05*lS_Fzm`906~ z`F=lBl~a{tJvA=3$J^=a@^=S%di#2V{h}0-VK{PkR2hh=$U)VjGvtPC{uWs=_zq1s zd>w<5s_4-^7c>S_3Et57WWL?CN0xa*jOgfFvIc!fl~;B(i3W^lsZ78H<60W>ZAv1B zo~P<N&IVFaT;)0ggg?5tl z>pXkKP|Uk0nN%}Di!JwTE$86FiVB048Z=E+-Kc6&J5_}qr9f$STmF)gh%`1f<|enJ z>m=BuVs1>t(wKrJun5LuNle3Z%;2|p1bEOuGx%_o$28z;hGB6~HT-4*UJ&CjcluU) zXOox+K{aT(WtB)?ykIhaA>d8Q`Siue`|-_=z`leIQ%0fD>yC;ka~P&lTB^sTgraYJqd9nNXkK!E*+=UGdNIllA4YY+RwcXV z;!ija2(!|mVb^v!vpgw}Uk|;CE`f$RrS~_Xq@B;xcVPVRXNBeNXWHFk+*C#?D7?eO zH^zN-;Rm5~#5r^^KYcmSb!6YrgXZjt6+O-FD3Q#=Qs4NX9o4foQnTEQE`#cu@{+F|$-7m$Z( zYL(2UG<_laN+E@(EVCHl9{`pW5Oxw$l>4NTZQz1si~GjUpb*!$tIqO>g?4} z;H>kpz$x@8yAyf2J2!^1f95{Vo|jB$l2e~pkj6OaN}kNr6q=>CjzBo?zB*_hx|lpQ zPz+)IuH9R)#)@3mESaqRj;Cw`a9%zCfAB@CdCx^MiV5n-yY4wtvDm@@mchoc6WDv$ zN7xtG1#Dyqr|>eo8h-#6@E%;m=kTA2a-xE;5_<`WI7*BX?-L&rUla3Wfb1uuWQu%} z%#p8=C&@YTJ93fyiz=l;)Nu+?&rvT?uTyVQ=cp^x0*%o;y^C(81GGU;(9`tG^c(cs z^d(tq?qzl}GY>JJFpJC*bB(QKo7o7PW?x`WvZvWIfCKBmdT<-K2iy-@ nK?jI~G#CMogAc$jU{Si=7eByPxv diff --git a/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings index 80b07ec05c4906af75349bc770898dbb80265ae4..637914427ab61d5ad40726bb59371b6aafe33b48 100644 GIT binary patch delta 1268 zcmZ8fTTC2P7(R13bD=?|g)R3uxaHE6f~aYvUTO;%n!qmXF1x@2%gmm$%do@DvO6sI z@F0m4tw2voP#aB*4<=1x(;5>mF{wT@G5TTSeXJxRxte5@Qeu{zG}D$mkm}21!RB*3=ju0NCFe2fhE`UwkQ^ko2ltgD~>4>x<#%rM=n6Q zxWB`e(2RIPLqqtik;W-Y?$C?`xlPX=?hB-*WhJg?M%ahP%nZ(5tuZd5P?MyBu6cII zhpmZ}AzNnFaxjOBNC#iWR&>PX&Be6Y{XM>ph*a5=%S7tw67m~Wl{e@gQBn>L6P_Ka zEPi;8!aYf3C(asPn|_=e zfrp7oKT-Hdt}T@^Qvtt{!K9ROul-Tr9qhzNQ)F+_(o7>AkqVv5|E|L{P7e6A=!o26 z8WuLJK)`N1;K5T?UmMaaxy#;JpHrUfQN}QdvNiQR0nO5JM3NpZFSl2l2#;6!?@!dt zUz^!hFYa7CXG%rnSFW5K;PRQo-~+PD6_LM$+7oJK&fBi~x5k##)hYj$+83IrL-=a% zJENs@D4vLh>bjo__u^M)Zp$^QkJ}hhH>Bm`;sWpLOJnv+&H^(nyYyG;`zRXRfvyt!xHwIWyHkCLCe(r+>@w z-yIKsk|QSv`C9TB=N6HV^IRs4%kPtnaEd9g^Sr=U@KH~m2W(I_%0(nm8jks%TrFL? zGkN9Q-TgA`P&zr~8g1}_C$H+ zmHz$zKO!f1H&mT|$bERU9XafdG1PzItN(&6vp3QFy_LqS1xG%RKhs363r81h$VNxpnLA~9I~R=oG9Z9y@CH~1H^4U7qc|#` zDx%6LH}yQ#Ms-r-)Eae(`ha%R$LVI;Lw`m8LjTQBjEgB{nwbG+l=+g`VeT+{EXNkI z)oc^n!N%AncAb5j{eu0L{fXUW_aFlWcnB_3z%#HNhG7gQ;5xhlH{mwC1@FRpaF+ud zcY-lu}@~{y<-_KNKDq9Ec2wQdGvVcw0glPO8Mk)RC{~U5^Kk$%>A; z)0!UW&Pl4GB?diM&t+3cPos>{?mH~YNEhQ8*`#a9XH0ozUx%pUcse^C^5Btl9-~er zl_YO64UG|7xvL;Txr~|?Wh@VLVObH8JEJS}fU>pytI^t#=rDf@C zGr3R0Ju2`55#)gaQXmcx$bdA^fR37c0v^-J`_!bvXBr3`#W69b>OqqL3E~J|`eL`! z-yx==SdG{!9wcH6FPJnognBcwL0?4fqV~E%$5R^4>V?LDHz8)t$2gl!XTu&Pnm`@t zl#WyS!>eN?Mh}ub?B4xBUv?acaZyS6i#Z04D%yymX?`zOaa8a1DZ0u1m`Qrz3Dl^{ zg(Nh?n2<(dUQ|?3QZdpL9c$iRPiMqtd*Jy0Oh+k1I+^OSa1pAQ6QO9kBN=ceWe+EO z=pM??;A6t8pvC+M59^UU{p&(2er4j8l%I0HATO->Z<>{iSNbjtS53*J6*f9#@A}BB zIY9Do%Y*XxKWF8|hUspy0r%G{1Ahr6-K$3SE`TPl7sUOqom*QRTV|!gglpVrc|6R& ze0<_iPg|%Df4W^w&hw2sqC$xPmMJM1$T`U+)F;F1#x&F#MyYs8A|^$?L?=b=W1dEiK#T zpDg(Hl})&k%TldwMHkKrjwo2Ooh?z~|swa0C2JF;p2 zM435;Fz1+em=BoC%o_6>^9Ku9#J01~vmrLi681d%HhYm>WkWaEP4*Xdi`&gLb5C;z zxr^LY?k0DeyTd=qKf?$41W)+4_{;pq{5}3Yq~Q+O0G;pvd=7@73`bxduEGs?8{UCi W@GiV(Mb>6(yVYw=ST!P-p#J~|Uz;=l diff --git a/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings index 5c8b0f23d782e17fb9869caa787d98b4d3b3fb58..f9c3d1f94f175adf7abc5d97b67a18d7bef789ee 100644 GIT binary patch delta 95 zcmbQlIEhg|sURn_xWvHV3L_IU3o9EtN2pI`c4~2GSY~Q@aYR^Vab`(=QE`NGer|4R uUP04n((YXATM delta 89 zcmdnMxPj3rsURn_xWvHV3L_IU3o9EtM}%{JZfXVtBS{xddnOa^P5tdn;S(0B=9O0awo12Ykrdo*ogITb`OzURf03m!FcEn37n^At)}Zrf+KP!T<)0j1ZcE6H3DXDz8mKo}vpHrUBAtXVtBS{xddnOa^P5tdn;S(0B=9O0awo12X^U_m`I0U7XHTA9i7{Gv$5kfO?Kxr5i F0RYHa9`FDF diff --git a/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings index 9673d9000898c02e304f8ad8d8df3cb4d002bc5b..a6d078e058bb7aca6961bc52d1aba34af27c4cda 100644 GIT binary patch literal 139 zcmYc)$jK}&F)+Bo$i&RT%ErzS>XVtBS{xddnOa^P5tdn;S(0B=9O0awo121; z&XCHG#_)t82M9|T6c}}GUMD#*z!E-^5;!pOwT!pg?Z5#gMlo12>2%#BRp)`!r2LQFd5QzW) literal 84 zcmYc)$jK}&F)+Bo$i&P7!V%8-xw)x%CB+e8nZ=nU`9;N{KAG96#i3!DspZ8Sf>O$w R3}C>>2%#BRp)`!r2LQSr5S0J` diff --git a/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings index a8d22f8322ff950e12cababb3aa4c911130bb4a7..cdc4d9972a55beee492c4d0dfb472a44acdc2826 100644 GIT binary patch literal 84 zcmYc)$jK}&F)+Bo$i&P7!l6Ey*{Q{$VVSAr#Svkd#hE4fMa2=$`MJ5Nc_qahg5t7j R3}C>>2%#BRp)`!r2LQFd5QzW) literal 84 zcmYc)$jK}&F)+Bo$i&P7!V%8-xw)x%CB+e8nZ=nU`9;N{KAG96#i3!DspZ8Sf>O$w R3}C>>2%#BRp)`!r2LQSr5S0J` diff --git a/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings index a8d22f8322ff950e12cababb3aa4c911130bb4a7..cdc4d9972a55beee492c4d0dfb472a44acdc2826 100644 GIT binary patch literal 84 zcmYc)$jK}&F)+Bo$i&P7!l6Ey*{Q{$VVSAr#Svkd#hE4fMa2=$`MJ5Nc_qahg5t7j R3}C>>2%#BRp)`!r2LQFd5QzW) literal 84 zcmYc)$jK}&F)+Bo$i&P7!V%8-xw)x%CB+e8nZ=nU`9;N{KAG96#i3!DspZ8Sf>O$w R3}C>>2%#BRp)`!r2LQSr5S0J` diff --git a/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings index 898060fbba0bc9d38af155ceee441306c1b6b1e8..62c962e9b957a7132ffd9090b1cfcac06a4bab4e 100644 GIT binary patch literal 128 zcmYc)$jK}&F)+Bo$i&RT%ErzS>XVtBS{xddnOa^P5tdn;S(0B=9O0awo12XVtBS{xddnOa^P5tdn;S(0B=9O0awo12OoC@!m}Z{z6A00xYV5SoD#O2eoK E0N#}!qW}N^ literal 129 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK|6J zP0TDxEsg}MNG&ZYPGj&=kYq??$YjW6NDT=qO)cgSlv38zw{Z(*00Txw2+hC=rD0SA E043NTyZ`_I diff --git a/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings index 82dc0ba93173ab1c850dd80d351b9bafcb2ce76a..cf97d6140c33499d4ed14edf1b042317b576e5e9 100644 GIT binary patch delta 94 zcmbQnIE_(1sURn_xWvHV3L_IU3o9EtN2pI`c4~2GSY~Q@aYR^Vab`(=QE`NGer|4R yUPm}B!K!K~QuQ&w7W!3cUf)gf|DF6V^)*yud delta 94 zcmbQnIE~RWsURn_xWvHV3L_IU3o9EtM}%{JZfnqkvtXEkt0`aRf)_Xw4bJiEEH(Bpa)K}r;5R_8Z)VJ}Bm{_I&0O%SZV*mgE diff --git a/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings index a7e9ae7aa18efe05869527cd290cd561e2e915e9..eea1175434ece2087024eea607bd9fa4b8860903 100644 GIT binary patch literal 119 zcmYc)$jK}&F)+Bo$i&RT$jZhZ>XVtBS{xddnOa^P5tdn;S(0B=9O0awo1275UfO)Sdf5EPeH)39O7_C$SYRt`aNS+$9^$^fQZ8Vvvd delta 87 zcmZ3$xPVbVsURn_xWvHV3L_IU3o9EldxUd-Zf9O7_C$SYRt`ZaWzC7T$^fbE8XEur diff --git a/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings index 8a76c1dd7fc5887a52b07658d4a95b97646cdc6b..aac52d46bb4acbc54a9bd5ec31838ed0e009caa8 100644 GIT binary patch literal 134 zcmYc)$jK}&F)+Bo$i&RT%ErzS>XVtBS{xddnOa^P5tdn;S(0B=9O0awo121IP29D?GqYWgO2o(y2X$OxesIH5F* GiUk00RU>f# literal 134 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK}qV z=$#LePAt;RhBBf8QuESF^Ri0w(nEqvvlAn|A)LfK4nZkpO?_v-UXVtBS{xddnOa^P5tdn;S(0B=9O0awo12EZc1hmhoHEu Vn!b~72m=@}GD2tuPACnd5&?#UBNzYx delta 88 zcmeBT>|%6ID#*z!E-^5;!pOwT!pg?Z5#gMlo12-iko03@+=AK$yl36rSUyhSQP)b=--^Mv?VwM5`{zn|l diff --git a/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings index 2ec7b01d80c88a4eabb2e5a8c3cc2262a0a1ec48..bc3f07167026913af9ba07681c5f3a9799500489 100644 GIT binary patch literal 120 zcmYc)$jK}&F)+Bo$i&RT%ErzS>XVtBS{xddnOa^P5tdn;S(0B=9O0awo12X<9Gy^A;hEe_i@p&F# literal 120 zcmYc)$jK}&F)+Bo$i&RT%ErzS;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UJR4X ni~`Fh0_8J9K=NT=ekzBcl(MG2g|i0(7%(zIXa-Iw4Ws-4`wkv@ diff --git a/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings index e61d016a9efc1b1bdfd75aa737fb7c45db7838d4..ad8e981b949d1b57a6a9bad49190cfb6c6214f8b 100644 GIT binary patch literal 118 zcmYc)$jK}&F)+Bo$i&RT%ErzS>XVtBS{xddnOa^P5tdn;S(0B=9O0awo12TU0R|34XnuqEudfm0G|dD5b2aZ(;Ao00xYV5SoD#O2a5$0FXx= ADF6Tf diff --git a/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings index 797229c46c808b18628031d93187d118851947a3..1be402008aea93c94b70c6a1c2ccfdabac0c9829 100644 GIT binary patch delta 84 zcmd1H^Ghno$t*50Fu20V#LU9V#?BGylbM}b92%CHT3#FxmRX!xl3!FD;hdkFo0?Zr ooP47DsLQb_iF-dJ@6p_CaePA3X5n=V9D?GqYWilD4io(p004>}`2YX_ delta 84 zcmd1H^Ghno$t*50Fu20V#LU9V#?BGpoS&PUnpaXB5tdn;S(0B=9O{#qomw0kmYG^! ooU~bZ9YgXS&D|EqCnTTfKI(F8O5)xR9D-8Hn))WzP80nU0P64`2LJ#7 diff --git a/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings index 379d03a244ff99fa84401187f0001a303e31e3a5..e92e94b8775cb5ce4d1ede7a87647b9813ed807e 100644 GIT binary patch literal 133 zcmYc)$jK}&F)+Bo$i&RT%ErzS>XVtBS{xddnOa^P5tdn;S(0B=9O0awo12XVtBS{xddnOa^P5tdn;S(0B=9O0awo12>6BWPpPHQtlnhEuOfJbxE#?pumsQiZbY=hpMn(wDzyYOUln($#JRIc! literal 116 zcmYc)$jK}&F)+Bo$i&RT%Ertd;hdkFo0?Zr91)gToLQ1zR2=G)nVni38kU(_UK|mW znwVUYnOYp_lvX<9Gy@xyhEY}kKTs7v literal 96 zcmYc)$jK}&F)+Bo$i&RT3d9l4`MJ5Nc_qaWVVT95CHY0gp+1?}sl}mTnW^Q)QQr9= c$;6_nR1QHYWlensFkoba&O?&WP7XnFSv7r&;JAr(3IHB`8KeLJ delta 81 zcmbQoIFC^;sURn_xWvHV3L_IU3o9EtM}%{JZfO?(NP7XmSWlepzz^I9J3IHOl8N~nq diff --git a/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings index b3fe3fbafefd1131ad91e0b9fea55630df3f99f3..0b45bc3ed64e94894a84e8b50e30f2c473843f43 100644 GIT binary patch delta 81 zcmbQkIEPU$sURn_xWvHV3L_IU3o9EtN2pI`c4~2GSY~Q@aYR^Vab`(=QE`NGer|4R hUdhA&Wv(c&U}9cL>O?&WP7XnFSv7sLz?g|O3IH7A8I}M5 delta 101 zcmbQkIEOJHsURn_xWvHV3L_IU3o9EtM}%{JZfdXu^6y8uvoBIObisAsISDyAtXVtBS{xddnOa^P5tdn;S(0B=9O0awo12r delta 101 zcmeBS>|xYTD#*z!E-^5;!pOwT!pg?X9^ssyo12XVtBS{xddnOa^P5tdn;S(0B=9O0awo122Z z!0?(OhoO)mlOdNOH8dcxC@VFCAq>c^0^$;ee1;;1*WupzAl0cHg5t7j`gSg%3}C>> N2%#A`p)`z&1prAKA4UKG delta 93 zcmZo;Y-99DD#*z!E-^5;!pOwT!pg?Z5#gMlo12s&0q*)$YiJj;u3~@h9ZX76ZJ(oIRvGYHTBIs!Y8IF003Ps95Vm_ diff --git a/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings index e6b410e39f7783d64caac1ffc58113f63d327fe0..eef639ea43439da185811b210c12583d9adfec4f 100644 GIT binary patch delta 126 zcmbQlIEhg|sURn_xWvHV3L_IU3o9EtN2pI`c4~2GSY~Q@aYR^Vab`(=QE`NGer|4R zUP~qaxl;=`1f`TU^-ZkpCi*D=0Pgi3I{*Lx diff --git a/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings index ea493c3074944d33146bb0e50154e11bb4cdf8c1..d9eef6346651cfa0b6a3ec6e33d462e319ebcf24 100644 GIT binary patch delta 86 zcmXRY2uLc($t*50Fu20V#LU9V#?BGylbM}b92%CHT3#FxmRX!xl3!FD;hdkFo0?Zr qoSe+rJu9^$dEULL8&fNiy0oGfC6z{YF>nZq%c|*{**Z-OPyhfE5FQu+ delta 86 zcmXRY2uLc($t*50Fu20V#LU9V#?BGpoS&PUnpaXB5tdn;S(0B=9O{#qomw0kmYG^! qoKzaw#gNpc6}>1qnX`LVYDMzAds8>2R&WSPDQoJRSUOA$Pyhf0RvsJx From 7e025b7835c96726d9847b2e01eaed47947b9134 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 25 Aug 2021 11:04:52 +1000 Subject: [PATCH 14/14] Bump version number --- config/Version.internal.xcconfig | 2 +- config/Version.public.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index 2cef3b6fdf9f..4462acd2b0bf 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=18.1 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=18.1.0.20210824 +VERSION_LONG=18.1.0.20210825 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 3eed5e525c7f..55c46aa47a1d 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=18.1 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=18.1.0.1 +VERSION_LONG=18.1.0.2