Advertisement
Guest User

Untitled

a guest
May 21st, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'allowedTags'       => array(
  2.                 'post'                                 => $allowedposttags,
  3.                 'comment'                              => $allowedtags,
  4.             ),
  5.             'strings' => array(
  6.                 'unsavedChanges'                       => __( 'You have unsaved changes.', 'o2' ),
  7.                 'saveInProgress'                       => __( 'Not all changes have been saved to the server yet. Please stay on this page until they are saved.', 'o2' ),
  8.                 'reloginPrompt'                        => __( 'Your session has expired. Click here to log in again. Your changes will not be lost.', 'o2' ),
  9.                 'reloginSuccessful'                    => __( 'You have successfully logged back in.', 'o2' ),
  10.                 'newCommentBy'                         => __( 'New comment by %s', 'o2' ),
  11.                 'newAnonymousComment'                  => __( 'New comment by someone', 'o2' ),
  12.                 'newPostBy'                            => __( 'New post by %s', 'o2' ),
  13.                 'newMentionBy'                         => __( '%1$s mentioned you: "%2$s"', 'o2' ),
  14.                 'filenameNotUploadedWithType'          => __( '%1$s was not uploaded (%2$s files are not allowed).', 'o2' ),
  15.                 'filenameNotUploadedNoType'            => __( '%1$s was not uploaded (unrecognized file type).', 'o2' ),
  16.                 'fileTypeNotSupported'                 => __( 'Sorry, %1$s files are not allowed.', 'o2' ),
  17.                 'unrecognizedFileType'                 => __( 'Sorry, file not uploaded (unrecognized file type).', 'o2' ),
  18.                 'pageNotFound'                         => __( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', 'o2' ),
  19.                 'searchFailed'                         => __( 'Apologies, but I could not find any results for that search term. Please try again.', 'o2' ),
  20.                 'defaultError'                         => __( 'An unexpected error occurred. Please refresh the page and try again.', 'o2' ),
  21.                 'previewPlaceholder'                   => __( 'Generating preview...', 'o2' ),
  22.                 'bold'                                 => __( 'Bold (ctrl/⌘-b)', 'o2' ),
  23.                 'italics'                              => __( 'Italics (ctrl/⌘-i)', 'o2' ),
  24.                 'link'                                 => __( 'Link (⌘-shift-a)', 'o2' ),
  25.                 'image'                                => __( 'Image', 'o2' ),
  26.                 'blockquote'                           => __( 'Blockquote', 'o2' ),
  27.                 'code'                                 => __( 'Code', 'o2' ),
  28.                 'addPostTitle'                         => __( 'Add a post title', 'o2' ),
  29.                 'enterTitleHere'                       => __( 'Enter title here', 'o2' ),
  30.                 'noPosts'                              => __( 'Ready to publish your first post? Simply use the form above.', 'o2' ),
  31.                 'noPostsMobile'                        => __( 'Tap the new post control below to begin writing your first post.', 'o2' ),
  32.                 'awaitingApproval'                     => __( 'This comment is awaiting approval.', 'o2' ),
  33.                 'isTrashed'                            => __( 'This comment was trashed.', 'o2' ),
  34.                 'prevDeleted'                          => __( 'This comment was deleted.', 'o2' ),
  35.                 'cancel'                               => __( 'Cancel', 'o2' ),
  36.                 'edit'                                 => __( 'Edit', 'o2' ),
  37.                 'email'                                => __( 'Email', 'o2' ),
  38.                 'name'                                 => __( 'Name', 'o2' ),
  39.                 'permalink'                            => __( 'Permalink', 'o2' ),
  40.                 'post'                                 => _x( 'Post', 'Verb, to post', 'o2' ),
  41.                 'reply'                                => __( 'Reply', 'o2' ),
  42.                 'save'                                 => __( 'Save', 'o2' ),
  43.                 'saving'                               => __( 'Saving', 'o2' ),
  44.                 'website'                              => __( 'Website', 'o2' ),
  45.                 'search'                               => __( 'Search', 'o2' ),
  46.                 'anonymous'                            => __( 'Someone', 'o2' ),
  47.                 'preview'                              => __( 'Preview', 'o2' ),
  48.                 'olderPosts'                           => __( 'Older posts', 'o2' ),
  49.                 'newerPosts'                           => __( 'Newer posts', 'o2' ),
  50.                 'loginToComment'                       => __( 'Login to leave a comment.', 'o2' ),
  51.                 'fillDetailsBelow'                     => __( 'Fill in your details below.', 'o2' ),
  52.                 'editingOthersComment'                 => __( "Careful! You are editing someone else's comment.", 'o2' ),
  53.                 'commentURL'                           => __( 'Website', 'o2' ),
  54.                 'showComments'                         => __( 'Show Comments', 'o2' ),
  55.                 'hideComments'                         => __( 'Hide Comments', 'o2' ),
  56.                 'redirectedHomePostTrashed'            => __( 'This post was trashed. You will be redirected home now.', 'o2' ),
  57.                 'redirectedHomePageTrashed'            => __( 'This page was trashed. You will be redirected home now.', 'o2' ),
  58.                 'postBeingTrashed'                     => __( 'This post is being trashed.', 'o2' ),
  59.                 'pageBeingTrashed'                     => __( 'This page is being trashed.', 'o2' ),
  60.                 'postTrashedFailed'                    => __( 'There was an error trashing that post. Please try again in a moment.', 'o2' ),
  61.                 'pageTrashedFailed'                    => __( 'There was an error trashing that page. Please try again in a moment.', 'o2' ),
  62.             ),
  63.         );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement