diff --git a/WordPress/Classes/Models/Comment.m b/WordPress/Classes/Models/Comment.m index 2a6a096d7421..e5d4aa9b63f1 100644 --- a/WordPress/Classes/Models/Comment.m +++ b/WordPress/Classes/Models/Comment.m @@ -159,10 +159,11 @@ - (BOOL)isApproved - (BOOL)isReadOnly { // If the current user cannot moderate the comment, they can only Like and Reply if the comment is Approved. - if (self.blog.isHostedAtWPcom && !self.canModerate && !self.isApproved) { + if ((self.blog.isHostedAtWPcom || self.blog.isAtomic) + && !self.canModerate && !self.isApproved) { return YES; } - + return NO; } diff --git a/WordPress/Classes/Services/PostService.m b/WordPress/Classes/Services/PostService.m index 33027f305733..6751efcbd2fd 100644 --- a/WordPress/Classes/Services/PostService.m +++ b/WordPress/Classes/Services/PostService.m @@ -54,8 +54,8 @@ - (Post *)createPostForBlog:(Blog *)blog { post.postType = Post.typeDefaultIdentifier; BlogAuthor *author = [blog getAuthorWithId:blog.userID]; - post.authorID = author.userID ?: blog.account.userID; - post.author = author.displayName ?: blog.account.displayName; + post.authorID = author.userID; + post.author = author.displayName; [blog.managedObjectContext obtainPermanentIDsForObjects:@[post] error:nil]; NSAssert(![post.objectID isTemporaryID], @"The new post for this blog must have a permanent ObjectID"); @@ -77,8 +77,8 @@ - (Page *)createPageForBlog:(Blog *)blog { page.remoteStatus = AbstractPostRemoteStatusSync; BlogAuthor *author = [blog getAuthorWithId:blog.userID]; - page.authorID = author.userID ?: blog.account.userID; - page.author = author.displayName ?: blog.account.displayName; + page.authorID = author.userID; + page.author = author.displayName; [blog.managedObjectContext obtainPermanentIDsForObjects:@[page] error:nil]; NSAssert(![page.objectID isTemporaryID], @"The new page for this blog must have a permanent ObjectID"); diff --git a/WordPress/Classes/ViewRelated/Comments/CommentViewController.m b/WordPress/Classes/ViewRelated/Comments/CommentViewController.m index ccb8c841efbe..4993985f7ac5 100644 --- a/WordPress/Classes/ViewRelated/Comments/CommentViewController.m +++ b/WordPress/Classes/ViewRelated/Comments/CommentViewController.m @@ -376,7 +376,7 @@ - (void)setupCommentCell:(NoteBlockCommentTableViewCell *)cell - (void)setupActionsCell:(NoteBlockActionsTableViewCell *)cell { // Setup the Cell - if (self.comment.blog.isHostedAtWPcom) { + if (self.comment.blog.isHostedAtWPcom || self.comment.blog.isAtomic) { cell.isReplyEnabled = [UIDevice isPad] && self.userCanLikeAndReply; cell.isLikeEnabled = [self.comment.blog supports:BlogFeatureCommentLikes] && self.userCanLikeAndReply; cell.isApproveEnabled = self.comment.canModerate; @@ -702,7 +702,7 @@ - (void)sendReplyWithNewContent:(NSString *)content }; void (^failureBlock)(NSError *error) = ^void(NSError *error) { - NSString *message = NSLocalizedString(@"There has been an unexpected error while sending your reply", @"Reply Failure Message"); + NSString *message = error.localizedDescription ?: NSLocalizedString(@"There has been an unexpected error while sending your reply", @"Reply Failure Message"); [weakSelf displayNoticeWithTitle:message message:nil]; }; diff --git a/WordPress/Classes/ViewRelated/Stats/StatsViewController.m b/WordPress/Classes/ViewRelated/Stats/StatsViewController.m index 02e826c025de..85cbf6c89c22 100644 --- a/WordPress/Classes/ViewRelated/Stats/StatsViewController.m +++ b/WordPress/Classes/ViewRelated/Stats/StatsViewController.m @@ -99,15 +99,17 @@ - (void) installWidgetsButton - (void)initStats { - if (!self.isActivatingStatsModule && ![self.blog isStatsActive]) { - [self showStatsModuleDisabled]; - return; - } - SiteStatsInformation.sharedInstance.siteTimeZone = [self.blog timeZone]; // WordPress.com + Jetpack REST if (self.blog.account) { + + // Prompt user to enable site stats if stats module is disabled + if (!self.isActivatingStatsModule && ![self.blog isStatsActive]) { + [self showStatsModuleDisabled]; + return; + } + SiteStatsInformation.sharedInstance.oauth2Token = self.blog.account.authToken; SiteStatsInformation.sharedInstance.siteID = self.blog.dotComID; @@ -115,6 +117,7 @@ - (void)initStats [self initializeStatsWidgetsIfNeeded]; return; } + [self refreshStatus]; } diff --git a/WordPress/Resources/ro.lproj/Localizable.strings b/WordPress/Resources/ro.lproj/Localizable.strings index fe96205860dd..d8ba139a764b 100644 --- a/WordPress/Resources/ro.lproj/Localizable.strings +++ b/WordPress/Resources/ro.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-07-13 08:47:56+0000 */ +/* Translation-Revision-Date: 2021-07-15 15:08:08+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 */ @@ -929,7 +929,7 @@ Title for Jetpack Backup Update Status Failed screen Title for the Jetpack's backup list Title of section showing backup status */ -"Backup" = "Copii de siguranță"; +"Backup" = "Copie de siguranță"; /* Title for error displayed when preparing a backup fails. */ "Backup failed" = "Copia de siguranță a eșuat"; diff --git a/WordPress/Resources/sq.lproj/Localizable.strings b/WordPress/Resources/sq.lproj/Localizable.strings index 0280f1123b63..4704dc1d77e4 100644 --- a/WordPress/Resources/sq.lproj/Localizable.strings +++ b/WordPress/Resources/sq.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-06-18 11:23:02+0000 */ +/* Translation-Revision-Date: 2021-07-14 11:56:43+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: sq_AL */ @@ -298,13 +298,13 @@ "< 1 hour" = "< 1 orë"; /* 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"; +"%d<\/strong> times a week" = "%d<\/strong> herë 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" = "Once<\/strong> a week"; +"Once<\/strong> a week" = "Një 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" = "Twice<\/strong> a week"; +"Twice<\/strong> a week" = "Dy herë<\/strong> në javë"; /* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */ "@%1$@" = "@%1$@"; @@ -507,7 +507,7 @@ "Add image, or avatar, to represent this new account." = "Shton figurë, ose avatar, që të përfaqësojë këtë llogari të re."; /* No comment provided by engineer. */ -"Add link" = "Add link"; +"Add link" = "Shtoni lidhje"; /* No comment provided by engineer. */ "Add link text" = "Shtoni tekst lidhjeje"; @@ -652,7 +652,7 @@ "Alt Text" = "Tekst Alternativ"; /* No comment provided by engineer. */ -"Alternatively, you can detach and edit these blocks separately by tapping \"Convert to regular blocks\"." = "Alternatively, you can detach and edit these blocks separately by tapping \"Convert to regular blocks\"."; +"Alternatively, you can detach and edit these blocks separately by tapping \"Convert to regular blocks\"." = "Ndryshe, mund t’i shkëputni dhe përpunoni ndarazi këto blloqe, duke prekur “Shndërroji në blloqe të rregullt”."; /* String displayed before offering alternative login methods */ "Alternatively:" = "Ndryshe:"; @@ -1029,7 +1029,7 @@ "Blog's Viewer" = "Shikues Blogu"; /* Label for the blogging reminders setting */ -"Blogging Reminders" = "Blogging Reminders"; +"Blogging Reminders" = "Kujtues Blogimi"; /* Accessibility label for bold button on formatting toolbar. Discoverability title for bold formatting keyboard shortcut. */ @@ -2342,7 +2342,7 @@ "Duplicate block" = "Përsëdyte bllokun"; /* No comment provided by engineer. */ -"EDIT LINK" = "EDIT LINK"; +"EDIT LINK" = "PËRPUNONI LIDHJE"; /* Used for Geo-tagging posts by latitude and longitude. Basic form. */ "East" = "Lindje"; @@ -2413,10 +2413,10 @@ "Edit your homepage" = "Përpunoni faqen tuaj hyrëse"; /* No comment provided by engineer. */ -"Editing reusable blocks is not yet supported on WordPress for Android" = "Editing reusable blocks is not yet supported on WordPress for Android"; +"Editing reusable blocks is not yet supported on WordPress for Android" = "Përpunimi i blloqeve të ripërdorshëm nuk mbulohet ende në WordPress për Android"; /* No comment provided by engineer. */ -"Editing reusable blocks is not yet supported on WordPress for iOS" = "Editing reusable blocks is not yet supported on WordPress for iOS"; +"Editing reusable blocks is not yet supported on WordPress for iOS" = "Përpunimi i blloqeve të ripërdorshëm nuk mbulohet ende në WordPress për iOS"; /* Editing GIF alert message. */ "Editing this GIF will remove its animation." = "Përpunimi i këtij GIF do të heqë animacionin e tij."; @@ -2466,16 +2466,16 @@ "Email sent!" = "Email-i u dërgua!"; /* translators: accessibility text. %s: Embed caption. */ -"Embed caption. %s" = "Embed caption. %s"; +"Embed caption. %s" = "Titull trupëzimi. %s"; /* translators: accessibility text. Empty Embed caption. */ -"Embed caption. Empty" = "Embed caption. Empty"; +"Embed caption. Empty" = "Titull trupëzimi. I zbrazët"; /* No comment provided by engineer. */ -"Embed link" = "Embed link"; +"Embed link" = "Trupëzoni lidhje"; /* translators: %s: host providing embed content e.g: www.youtube.com */ -"Embedded content from %s can't be viewed in the mobile editor at the moment. Please preview the page to see the embedded content." = "Embedded content from %s can't be viewed in the mobile editor at the moment. Please preview the page to see the embedded content."; +"Embedded content from %s can't be viewed in the mobile editor at the moment. Please preview the page to see the embedded content." = "Hëpërhë, lëndë e trupëzuar nga %s, s’mund të shihen te përpunuesi për celular. Që të shihni lëndën e trupëzuar, ju lutemi, bëni një paraparje të faqes."; /* Title for the Emoji section */ "Emoji" = "Emoji"; @@ -2494,7 +2494,7 @@ "Enable Quick Start for Site" = "Aktivizo Nisjeje të Shpejtë për Sajtin"; /* Title for the button that will enable the site stats module. */ -"Enable Site Stats" = "Enable Site Stats"; +"Enable Site Stats" = "Aktivizoni Statistika Sajti"; /* NSMicrophoneUsageDescription: Sentence to justify why the app asks permission from the user to access the device microphone. */ "Enable microphone access to record sound in your videos." = "Aktivizoni përdorim mikrofoni për të incizuar zë në videot tuaja."; @@ -2506,10 +2506,10 @@ "Enable site notifications?" = "Të aktivizohen njoftime sajti?"; /* Error message shown when trying to view Stats and the stats module is disabled. */ -"Enable site stats to see detailed information about your traffic, likes, comments, and subscribers." = "Enable site stats to see detailed information about your traffic, likes, comments, and subscribers."; +"Enable site stats to see detailed information about your traffic, likes, comments, and subscribers." = "Që të shihni të dhëna të hollësishme mbi trafikun tuaj, pëlqimet, komentet dhe pajtimtarët, aktivizoni statistika sajti."; /* Text displayed while activating the site stats module. */ -"Enabling Site Stats..." = "Enabling Site Stats..."; +"Enabling Site Stats..." = "Po aktivizohen Statistika Sajti…"; /* Title of a row displayed on the debug screen used to display a screen that shows a list of encrypted logs */ "Encrypted Logs" = "Regjistra të Fshehtëzuar"; @@ -2671,7 +2671,7 @@ "Event" = "Veprimtari"; /* Short title telling the user they will receive a blogging reminder every day of the week. */ -"Every day" = "Every day"; +"Every day" = "Çdo ditë"; /* Label for the post author filter. This filter shows posts for all users on the blog. */ "Everyone" = "Kushdo"; @@ -3053,7 +3053,7 @@ "Go to Reader" = "Kaloni te Lexuesi"; /* Instruction telling the user how to enable notifications in their device's system Settings app. The section names here should match those in Settings. */ -"Go to Settings → Notifications → WordPress, and toggle Allow Notifications." = "Go to Settings → Notifications → WordPress, and toggle Allow Notifications."; +"Go to Settings → Notifications → WordPress, and toggle Allow Notifications." = "Kaloni te Rregullime → Njoftime → WordPress, dhe ndërroni gjendjen për Lejo Njoftime."; /* Button label for going to settings to approve push notifications Opens WPiOS Settings.app Section */ @@ -3431,7 +3431,7 @@ "Invalid URL. Audio file not found." = "URL e pavlefshme. S’u gjet kartelë audio."; /* No comment provided by engineer. */ -"Invalid URL. Please enter a valid URL." = "Invalid URL. Please enter a valid URL."; +"Invalid URL. Please enter a valid URL." = "URL e pavlefshme. Ju lutemi, jepni një URL të vlefshme."; /* Error message generated when announcement service is unable to return a valid endpoint. */ "Invalid endpoint" = "Pikëmbarim i pavlefshëm"; @@ -3461,10 +3461,10 @@ "It's been %@ since %@ was published. " = "U bënë %1$@ qëkur qe botuar %2$@. "; /* 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 %@!" = "It's time to blog on %@!"; +"It's time to blog on %@!" = "Është koha të blogoni te %@!"; /* Title of a notification displayed prompting the user to create a new blog post */ -"It's time to blog!" = "It's time to blog!"; +"It's time to blog!" = "Është koha të blogoni!"; /* Description of a Quick Start Tour */ "It's time! Draft and publish your very first post." = "Erdhi dita! Hartoni dhe botoni postimin tuaj të parë fare."; @@ -3482,7 +3482,7 @@ "Jetpack %@ or later is required. Do you want to update Jetpack?" = "Lypset Jetpack %@ ose më i ri. Doni të përditësohet Jetpack-u?"; /* Message for Jetpack users that have multisite WP installation, thus Restore is not available. %1$@ is a placeholder for the string 'visit our documentation page'. */ -"Jetpack Backup for Multisite installations provides downloadable backups, no one-click restores. For more information %1$@." = "Jetpack Backup for Multisite installations provides downloadable backups, no one-click restores. For more information %1$@."; +"Jetpack Backup for Multisite installations provides downloadable backups, no one-click restores. For more information %1$@." = "Jetpack Backup për instalime Shumësajtëshe furnizon kopjeruajtje të shkarkueshme, jo rikthime me një klikim. Për më tepër hollësi, %1$@."; /* Title of the button which opens the Jetpack FAQ page. */ "Jetpack FAQ" = "FAQ-e mbi Jetpack-un"; @@ -3748,7 +3748,7 @@ "Loading stream..." = "Po ngarkohet rrjedhë…"; /* Loading message shown while the Unsupported Block Editor is loading. */ -"Loading the block editor." = "Loading the block editor."; +"Loading the block editor." = "Po ngarkohet përpunuesi me blloqe."; /* Shown while the app waits for the username suggestions web service to return during the site creation process. */ "Loading usernames" = "Po ngarkohen emra përdoruesish"; @@ -3831,7 +3831,7 @@ "Logs" = "Regjistra"; /* Title for the error view when the stats module is disabled. */ -"Looking for stats?" = "Looking for stats?"; +"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…"; @@ -4234,7 +4234,7 @@ "No Items" = "S’ka Objekte"; /* Title when users have no Jetpack sites. */ -"No Jetpack sites found" = "No Jetpack sites found"; +"No Jetpack sites found" = "S’u gjetën sajte Jetpack"; /* Menus selection title for setting a location to not use a menu. */ "No Menu" = "Pa Menu"; @@ -4430,7 +4430,7 @@ "None" = "Asnjë"; /* Title shown on table row where no blogging reminders have been set up yet */ -"None set" = "None set"; +"None set" = "S’ka të caktuar"; /* Used for Geo-tagging posts by latitude and longitude. Basic form. */ "North" = "Veri"; @@ -4497,7 +4497,7 @@ "Notifications Unread" = "Njoftime të Palexuara"; /* Title of button to navigate to the next screen of the blogging reminders flow, setting up push notifications. */ -"Notify me" = "Notify me"; +"Notify me" = "Njoftomë"; /* First story intro item title */ "Now stories are for everyone" = "Tanimë shkrimet janë për këdo"; @@ -4855,10 +4855,10 @@ "Please contact support for assistance." = "Ju lutemi, lidhuni me ata të asistencës."; /* Subtitle message shown when the Unsupported Block Editor fails to load. It asks users to verify that the block editor is enabled on their site before trying again. */ -"Please ensure the block editor is enabled on your site and try again." = "Please ensure the block editor is enabled on your site and try again."; +"Please ensure the block editor is enabled on your site and try again." = "Ju lutemi, garantoni që përpunuesi me blloqe të jetë aktivizuar në sajtin tuaj dhe riprovoni."; /* Message asking users to make sure that the block editor is enabled on their site in order for the Unsupported Block Editor to load properly. */ -"Please ensure the block editor is enabled on your site. If it is not enabled, it will not load." = "Please ensure the block editor is enabled on your site. If it is not enabled, it will not load."; +"Please ensure the block editor is enabled on your site. If it is not enabled, it will not load." = "Ju lutemi, garantoni që përpunuesi me blloqe të jetë aktivizuar në sajtin tuaj. Nëse s’është aktivizuar, s’do të ngarkohet."; /* Error message shown when a URL is invalid. */ "Please enter a complete website address, like example.com." = "Ju lutemi, jepni një adresë të plotë sajti, bie fjala, example.com."; @@ -5080,7 +5080,7 @@ "Posting Activity" = "Veprimtari Postimi"; /* Informative tip shown to user in the Blogging Reminders Settings screen. */ -"Posting regularly can help keep your readers engaged, and attract new visitors to your site." = "Posting regularly can help keep your readers engaged, and attract new visitors to your site."; +"Posting regularly can help keep your readers engaged, and attract new visitors to your site." = "Postimi rregullisht mund të ndihmojë t’i mbani lexuesit tuaj të angazhuar, dhe të tërhiqni vizitorë të rinj te sajti juaj."; /* All Time Stats 'Posts' label Noun. Title. Links to the blog's Posts screen. @@ -5389,7 +5389,7 @@ "Related Posts displays relevant content from your site below your posts" = "Postimet e Afërta shfaqin nën postime tuajat lëndë të afërt prej sajtit tuaj"; /* Title of the completion screen of the Blogging Reminders Settings screen when the reminders are removed. */ -"Reminders removed" = "Reminders removed"; +"Reminders removed" = "Kujtuesit u hoqën"; /* Add asset to media picker list Alert button to confirm a plugin to be removed @@ -5975,7 +5975,7 @@ "Set as Posts Page" = "Caktojeni Faqe Postimesh"; /* Title of the set goals button in the Blogging Reminders Settings flow. */ -"Set reminders" = "Set reminders"; +"Set reminders" = "Ujdisni kujtues"; /* The Jetpack view button title for the success state */ "Set up" = "U ujdis"; @@ -5984,10 +5984,10 @@ "Set up Jetpack" = "Rregulloni Jetpack-un"; /* Description on the first screen of the Blogging Reminders Settings flow called from site settings. */ -"Set up your blogging reminders on days you want to post." = "Set up your blogging reminders on days you want to post."; +"Set up your blogging reminders on days you want to post." = "Ujdisni kujtues blogimi për ditë kur doni të postoni."; /* Title of the Blogging Reminders Settings screen. */ -"Set your blogging reminders" = "Set your blogging reminders"; +"Set your blogging reminders" = "Ujdisni kujtuesit tuaj për blogimin"; /* Title of a Quick Start Tour */ "Set your site title" = "Caktoni titullin e sajtit tuaj"; @@ -6953,7 +6953,7 @@ "This is where people will find you on the internet." = "Ky është vendi ku do t’ju gjejnë njerëzit në internet."; /* The body of a notification displayed to the user prompting them to create a new blog post. The emoji should ideally remain, as part of the text. */ -"This is your reminder to blog today ✍️" = ""; +"This is your reminder to blog today ✍️" = "Ky është kujtuesi juaj për të bloguar sot ✍️"; /* Message displayed in Media Library if the user attempts to edit a media asset (image / video) after it has been deleted. */ "This media item has been deleted." = "Ky objekt media është fshirë."; @@ -7075,7 +7075,7 @@ "To take photos or videos to use in your posts." = "Që të bëjë foto ose video për t’u përdorur te postimet tuaja."; /* Prompt telling users that they need to enable push notifications on their device to use the blogging reminders feature. */ -"To use blogging reminders, you'll need to turn on push notifications." = "To use blogging reminders, you'll need to turn on push notifications."; +"To use blogging reminders, you'll need to turn on push notifications." = "Që të përdorni kujtues blogimi, do t’ju duhet të aktivizoni njoftime push."; /* Message asking the user if they want to set up Jetpack from stats */ "To use stats on your site, you'll need to install the Jetpack plugin." = "Që të shihni statistika në sajtin tuaj, do t;ju duhet të instaloni shtojcën Jetpack."; @@ -7211,10 +7211,10 @@ "Turn off site notifications" = "Çaktivizoni njoftime sajti"; /* Title for a button which takes the user to the WordPress app's settings in the system Settings app. */ -"Turn on notifications" = "Turn on notifications"; +"Turn on notifications" = "Aktivizo njoftimet"; /* Title of the screen in the Blogging Reminders flow which prompts users to enable push notifications. */ -"Turn on push notifications" = "Turn on push notifications"; +"Turn on push notifications" = "Aktivizo njoftime push"; /* Verb. An option to switch on site notifications. */ "Turn on site notifications" = "Aktivizoni njoftime sajti"; @@ -7301,7 +7301,7 @@ "Unable to load posts right now." = "S’arrihet të ngarkohen postime tani për tani."; /* Title message shown when the Unsupported Block Editor fails to load. */ -"Unable to load the block editor right now." = "Unable to load the block editor right now."; +"Unable to load the block editor right now." = "S’arrihet të ngarkohet përpunuesi i blloqeve këtë çast."; /* Text displayed in HUD if there was an error attempting to load a media image. */ "Unable to load the image. Please choose a different one or try again later." = "S’arrihet të ngarkohet figura. Ju lutemi, zgjidhni një tjetër ose riprovoni më vonë."; @@ -7402,7 +7402,7 @@ "Unavailable" = "S’mbulohet"; /* When the App can't figure out what language a blog is configured to use. */ -"Undefined" = "Undefined"; +"Undefined" = "E papërkufizuar"; /* Accessibility label for underline button on formatting toolbar. Discoverability title for underline formatting keyboard shortcut. */ @@ -7423,7 +7423,7 @@ "Unfollow %@" = "Hiqe ndjekjen e %@"; /* Verb. Button title. The user is following the comments on a post. */ -"Unfollow conversation by email" = "Unfollow conversation by email"; +"Unfollow conversation by email" = "Hiqe ndjekjen me email të bisedës"; /* Verb. An option to unfollow a site. */ "Unfollow site" = "Hiqja ndjekjen sajtit"; @@ -8025,7 +8025,7 @@ "We're restoring your site back to %1$@." = "Po e rikthejmë sajtin tuaj te %1$@."; /* Description for label when the user's site is a multisite. */ -"We're sorry, Jetpack Scan is not compatible with multisite WordPress installations at this time." = "We're sorry, Jetpack Scan is not compatible with multisite WordPress installations at this time."; +"We're sorry, Jetpack Scan is not compatible with multisite WordPress installations at this time." = "Na ndjeni, Jetpack Scan s’është i përputhshëm me instalime shumësajtëshe WordPress hëpërhë."; /* A hint to users indicating a link to the downloadable backup file has also been sent to their email. */ "We've also emailed you a link to your file." = "Ju dërguam gjithashtu me email një lidhje për te kartela juaj."; @@ -8208,7 +8208,7 @@ "WordPress for iOS Support" = "Asistencë për WordPress për iOS"; /* Title for label when the user's site is a multisite. */ -"WordPress multisites are not supported" = "WordPress multisites are not supported"; +"WordPress multisites are not supported" = "Instalimet shumësajtëshe WordPress nuk mbulohen"; /* Explaining to the user why the app needs access to the device location. */ "WordPress needs permission to access your device's current location in order to add it to your post. Please update your privacy settings." = "WordPress-i lyp leje që të hyjë te vendi i tanishëm i pajisjes tuaj, që të mund t’ia shtojë atë postimit tuaj. Ju lutemi, përditësoni rregullimet tuaja për privatësinë."; @@ -8378,7 +8378,7 @@ "You have changes to %d posts that haven’t been uploaded to your site. Logging out now will delete those changes. Log out anyway?" = "Keni te %d postime ndryshime që s’janë ngarkuar te sajti juaj. Dalja nga llogaria do të sjellë humbjen e këtyre ndryshimeve. Të bëhet dalja sido qoftë?"; /* Text shown to the user when setting up blogging reminders, if they complete the flow and have chosen not to add any reminders. */ -"You have no reminders set." = "You have no reminders set."; +"You have no reminders set." = "S’keni të ujdisur kujtues."; /* Show when clicking cancel on a comment text box and you didn't save your changes. Title of message with options that shown when there are unsaved changes and the author is trying to move away from the post. */ @@ -8428,10 +8428,10 @@ "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 %@." = "You'll get a reminder to blog once<\/strong> a week on %@."; +"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 %@."; /* 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 %@." = "Do të merrni kujtues për të bloguar %1$@ në javë te %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!" = "Gjithçka e përditësuar!"; @@ -8485,7 +8485,7 @@ "Your post is currently being uploaded. Please wait until this completes." = "Postimi juaj po ngarkohet. Ju lutemi, prisni deri sa të plotësohet kjo."; /* Description on the first screen of the Blogging Reminders Settings flow called aftet post publishing. */ -"Your post is publishing... in the meantime, set up your blogging reminders on days you want to post." = "Your post is publishing... in the meantime, set up your blogging reminders on days you want to post."; +"Your post is publishing... in the meantime, set up your blogging reminders on days you want to post." = "Postimi juaj po botohet… ndërkohë, mund të ujdisni kujtues blogimi për ditë kur doni të postoni."; /* Message of Export Content confirmation alert; substitution is user's email address */ "Your posts, pages, and settings will be mailed to you at %@." = "Postimet, faqet dhe rregullimet tuaja do t’ju dërgohen me email te %@."; @@ -8640,7 +8640,7 @@ "viewer" = "shikues"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ -"visit our documentation page" = "visit our documentation page"; +"visit our documentation page" = "vizitoni faqen tonë të dokumentimit"; /* Second part of delete screen title stating [the site] will be unavailable in the future. */ "will be unavailable in the future." = "s’do të jetë më i passhëm në të ardhmen."; diff --git a/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings index 8275d00b0f4d..7090a8d644d7 100644 Binary files a/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings b/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings index 524c77492f09..e601c466e25a 100644 Binary files a/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings b/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings index 1f384fcf2d27..80b01259f734 100644 Binary files a/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings b/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings index 85d1a9d7172e..6a085725f6f5 100644 Binary files a/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/da.lproj/Localizable.strings b/WordPress/WordPressShareExtension/da.lproj/Localizable.strings index 006cd85ab4f8..7bc587ff9641 100644 Binary files a/WordPress/WordPressShareExtension/da.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/da.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/de.lproj/Localizable.strings b/WordPress/WordPressShareExtension/de.lproj/Localizable.strings index b5c23ae76b76..ea44092ce62e 100644 Binary files a/WordPress/WordPressShareExtension/de.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/de.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings index b4d86fea0167..060f77e5a50e 100644 Binary files a/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings index d916476c7f05..66be4c138bdd 100644 Binary files a/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings index 8fa4d1c7cbd3..478835bb38f5 100644 Binary files a/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/es.lproj/Localizable.strings b/WordPress/WordPressShareExtension/es.lproj/Localizable.strings index f1f99af401bc..f14441328759 100644 Binary files a/WordPress/WordPressShareExtension/es.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/es.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings index 8254efb0a422..3fd65b646a2e 100644 Binary files a/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/he.lproj/Localizable.strings b/WordPress/WordPressShareExtension/he.lproj/Localizable.strings index fea1fe348813..cde927ee44f5 100644 Binary files a/WordPress/WordPressShareExtension/he.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/he.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings index a1bc968f70e6..7029b8a3b213 100644 Binary files a/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings b/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings index 8eba1f92668f..b0f7189028be 100644 Binary files a/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/id.lproj/Localizable.strings b/WordPress/WordPressShareExtension/id.lproj/Localizable.strings index b00da34114a4..72471bc749b1 100644 Binary files a/WordPress/WordPressShareExtension/id.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/id.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/is.lproj/Localizable.strings b/WordPress/WordPressShareExtension/is.lproj/Localizable.strings index e3cc027610ff..8b51d770bd4a 100644 Binary files a/WordPress/WordPressShareExtension/is.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/is.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/it.lproj/Localizable.strings b/WordPress/WordPressShareExtension/it.lproj/Localizable.strings index bb4ed10fa865..1509342ca56e 100644 Binary files a/WordPress/WordPressShareExtension/it.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/it.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings index ad3f89e6bff2..d6d95c41ad72 100644 Binary files a/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings index 803284849898..2583bbab9d59 100644 Binary files a/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings b/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings index cc3337ee1284..4a2642c03426 100644 Binary files a/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings b/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings index 444f8d277fff..60e63b4144b8 100644 Binary files a/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings index 38f1947bb00d..1b84957dc4d1 100644 Binary files a/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings index 8f40e7681e23..98398ec64315 100644 Binary files a/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings index 4e6a6aa85e87..7945202bacce 100644 Binary files a/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings index 6d37d8a084e7..5bf46ee426ea 100644 Binary files a/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings index 295d6b8ddc18..71ee7b47400a 100644 Binary files a/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings index 50013da288e1..28cf63763cc8 100644 Binary files a/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings index 161d7ae67679..14a958203c75 100644 Binary files a/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings index 69bf3d3c90c3..da82f4de6902 100644 Binary files a/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/th.lproj/Localizable.strings b/WordPress/WordPressShareExtension/th.lproj/Localizable.strings index ba450f50a4c5..65a7f4a0444a 100644 Binary files a/WordPress/WordPressShareExtension/th.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/th.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings index 0c2f65d0a6d8..10899e44617a 100644 Binary files a/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings b/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings index 3fb71f5b9f9e..ba239342b07f 100644 Binary files a/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings index d7a9b16e5e75..77a4fbe7cf7c 100644 Binary files a/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings index fff3596d6b84..6b807ca0f524 100644 Binary files a/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings index a924817cb670..a6b06dcc032c 100644 Binary files a/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings index f4f8162e1f8a..040bd738d1a2 100644 Binary files a/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings index 417be38cd9c4..770148665323 100644 Binary files a/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings index 53b71a01cd33..a884007e24fd 100644 Binary files a/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings index 81a6d0222ca5..05a423b47486 100644 Binary files a/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings index 5551b9a6f28a..d785417f96fb 100644 Binary files a/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings index 5551b9a6f28a..d785417f96fb 100644 Binary files a/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings index 5551b9a6f28a..d785417f96fb 100644 Binary files a/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings index f72b2ca0f791..e407b594820d 100644 Binary files a/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings index fe4b5cf6f314..f18bd16fec25 100644 Binary files a/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings index 9ac531b08daa..d225d5bdb829 100644 Binary files a/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings index 0441b66dfdde..f0e381d4a738 100644 Binary files a/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings index 39fb58f424db..efc11379201a 100644 Binary files a/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings index a0d4df624fa8..f8c3a7dd1ba4 100644 Binary files a/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings index 764def69d1be..ac95671dfbc0 100644 Binary files a/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings index 27eb52b33ab5..c0bb992c09c8 100644 Binary files a/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings index 6f80c5cb43be..a23d58dcb061 100644 Binary files a/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings index 2757a99101d8..488e98219b41 100644 Binary files a/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings index c4f6a413a613..8ff58069b862 100644 Binary files a/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings index c26e1dab047a..1aa7f5171a67 100644 Binary files a/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings index 938dd163b879..3c80436adfaf 100644 Binary files a/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings index b60cb1bcc784..25c652745552 100644 Binary files a/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings index 197066e0e9fa..cb9c61fee90d 100644 Binary files a/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings index dc62659b9372..79842d6ef0de 100644 Binary files a/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings index 22562c49ab35..f5c325b2b939 100644 Binary files a/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings index c8275d542818..8457a5c69fa8 100644 Binary files a/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings index 48f9b72eae94..e0517b6c31c6 100644 Binary files a/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings index 334d9f8717f6..c09f8c6eb5e5 100644 Binary files a/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings index 6885379d3c9b..4243500cac46 100644 Binary files a/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings index 1427e4659721..6ebc99c237f9 100644 Binary files a/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings index a0cdd8244ecc..0031a8d3fcf0 100644 Binary files a/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings index f74834c1d826..9e0e76513be0 100644 Binary files a/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings differ diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index 177112208e50..fe2e20dafc0b 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=17.8 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=17.8.0.20210714 +VERSION_LONG=17.8.0.20210716 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index d09903ebf291..d09ae270248a 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=17.8 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=17.8.0.1 +VERSION_LONG=17.8.0.2 diff --git a/fastlane/metadata/default/release_notes.txt b/fastlane/metadata/default/release_notes.txt new file mode 100644 index 000000000000..230cca11c2a0 --- /dev/null +++ b/fastlane/metadata/default/release_notes.txt @@ -0,0 +1,7 @@ +Text blocks get some love. Color and background customization is added to the block editor’s text blocks. + +Other block editor updates include fixing an issue with the block selector on iPad and update loading and failed screens for the editor’s web version. + +If you’ve experienced some refresh issues with the follow buttons in the Reader, you can rest easy now, as those issues have been solved. + +Authors and Contributors are no longer in the dark! They can now view a site’s Comments via My Site > Comments. diff --git a/fastlane/metadata/en-CA/release_notes.txt b/fastlane/metadata/en-CA/release_notes.txt new file mode 100644 index 000000000000..84e46acb55cd --- /dev/null +++ b/fastlane/metadata/en-CA/release_notes.txt @@ -0,0 +1,7 @@ +Text blocks get some love. Colour and background customisation is added to the block editor’s text blocks. + +Other block editor updates include fixing an issue with the block selector on iPad and update loading and failed screens for the editor’s web version. + +If you’ve experienced some refresh issues with the follow buttons in the Reader, you can rest easy now, as those issues have been solved. + +Authors and Contributors are no longer in the dark! They can now view a site’s Comments via My Site > Comments. diff --git a/fastlane/metadata/en-GB/release_notes.txt b/fastlane/metadata/en-GB/release_notes.txt new file mode 100644 index 000000000000..84e46acb55cd --- /dev/null +++ b/fastlane/metadata/en-GB/release_notes.txt @@ -0,0 +1,7 @@ +Text blocks get some love. Colour and background customisation is added to the block editor’s text blocks. + +Other block editor updates include fixing an issue with the block selector on iPad and update loading and failed screens for the editor’s web version. + +If you’ve experienced some refresh issues with the follow buttons in the Reader, you can rest easy now, as those issues have been solved. + +Authors and Contributors are no longer in the dark! They can now view a site’s Comments via My Site > Comments. diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt new file mode 100644 index 000000000000..230cca11c2a0 --- /dev/null +++ b/fastlane/metadata/en-US/release_notes.txt @@ -0,0 +1,7 @@ +Text blocks get some love. Color and background customization is added to the block editor’s text blocks. + +Other block editor updates include fixing an issue with the block selector on iPad and update loading and failed screens for the editor’s web version. + +If you’ve experienced some refresh issues with the follow buttons in the Reader, you can rest easy now, as those issues have been solved. + +Authors and Contributors are no longer in the dark! They can now view a site’s Comments via My Site > Comments. diff --git a/fastlane/metadata/es-ES/release_notes.txt b/fastlane/metadata/es-ES/release_notes.txt new file mode 100644 index 000000000000..5cb2b54016c1 --- /dev/null +++ b/fastlane/metadata/es-ES/release_notes.txt @@ -0,0 +1,7 @@ +Los bloques de texto reciben algo de cariño. Se ha añadido la personalización del color y del fondo a los bloques de texto del editor de bloques. + +Otras actualizaciones del editor de bloques incluyen la corrección de un problema con el selector de bloques en iPad y la actualización de las pantallas de carga y de fallo para la versión web del editor. + +Si has experimentado algunos problemas de refresco en el lector con los botones de seguimiento, ahora puedes estar tranquilo, ya que esos problemas han sido solucionados. + +¡Los autores y colaboradores ya no están a oscuras! Ahora pueden ver los comentarios de un sitio a través de «Mi sitio > Comentarios». diff --git a/fastlane/metadata/es-MX/release_notes.txt b/fastlane/metadata/es-MX/release_notes.txt new file mode 100644 index 000000000000..c1dc4a112355 --- /dev/null +++ b/fastlane/metadata/es-MX/release_notes.txt @@ -0,0 +1,7 @@ +Los bloques de texto reciben algo de cariño. Se ha añadido la personalización del color y del fondo a los bloques de texto del editor de bloques. + +Otras actualizaciones del editor de bloques incluyen la corrección de un problema con el selector de bloques en iPad y la actualización de las pantallas de carga y de fallo para la versión web del editor. + +Si has experimentado algunos problemas de refresco en el lector con los botones de seguimiento, ahora puedes estar tranquilo, ya que esos problemas han sido solucionados. + +¡Los autores y colaboradores ya no están a oscuras! Ahora pueden ver los comentarios de un sitio a través de "Mi sitio > Comentarios". diff --git a/fastlane/metadata/ru/release_notes.txt b/fastlane/metadata/ru/release_notes.txt new file mode 100644 index 000000000000..3a73fde3c7a6 --- /dev/null +++ b/fastlane/metadata/ru/release_notes.txt @@ -0,0 +1,7 @@ +Текстовые блоки получают особое внимание. В текстовые блоки редактора блоков добавлена ​​настройка цвета и фона. + +Другие обновления редактора блоков включают исправление проблемы с выбором блоков на iPad, а также загрузку обновлений и экраны ошибок для веб-версии редактора. + +Если у вас были проблемы с обновлением с помощью кнопок подписки в Чтиве, вы можете расслабиться, поскольку эти проблемы были решены. + +Авторы и участники больше не в неведении, теперь они могут просматривать комментарии сайта через Мой сайт > Комментарии. diff --git a/fastlane/metadata/sv/release_notes.txt b/fastlane/metadata/sv/release_notes.txt new file mode 100644 index 000000000000..3d342954cddf --- /dev/null +++ b/fastlane/metadata/sv/release_notes.txt @@ -0,0 +1,7 @@ +Vi har verkligen brytt oss om textblocken denna gång. Nu går det att anpassa färg och bakgrund för textblock i blockredigeraren. + +Bland andra uppdateringar i blockredigeraren har vi rättat ett problem vid val av block på iPad och uppdaterad skärmarna för laddning och misslyckande i webbversionen av redigeraren. + +Om du tidigare upplevt vissa problem med uppdatering av prenumerationsknapparna i läsaren kan du nu sova bättre om natten eftersom vi nu löst de problemen. + +Författare och bidragsgivare står inte längre utanför informationsflödet! Nu kan de följa kommentarerna på en webbplats via Min webbplats > kommentarer.