Skip to content

Commit

Permalink
Update .pot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Gade committed Jun 29, 2021
1 parent d733743 commit 77817b9
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 18 deletions.
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"language": "wp i18n make-pot ../ --exclude=\"assets\",\"tests\",\"vendor\" ../languages/login-with-google.po"
"language": "wp i18n make-pot ../ --exclude=\"assets\",\"tests\",\"vendor\" ../languages/login-with-google.pot"
},
"devDependencies": {
"cross-env": "^5.1",
Expand Down
100 changes: 83 additions & 17 deletions languages/login-with-google.pot
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
# Copyright (C) 2020 rtCamp
# This file is distributed under the same license as the WP Google Login plugin.
# Copyright (C) 2021 rtCamp
# This file is distributed under the same license as the Login with Google plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Google Login 1.0\n"
"Project-Id-Version: Login with Google 1.0.15\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/login-with-google\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-04-29T09:17:01+00:00\n"
"POT-Creation-Date: 2021-06-29T16:19:14+05:30\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: login-with-google\n"

#. Plugin Name of the plugin
msgid "Log in with Google"
msgstr ""

#. Plugin URI of the plugin
msgid "https://github.com/rtCamp/login-with-google"
#: src/Modules/Settings.php:228
msgid "Login with Google"
msgstr ""

#. Description of the plugin
msgid "Minimal plugin which allows WP user to login with google."
msgid "Allow users to login/register via Google."
msgstr ""

#. Author of the plugin
Expand All @@ -34,16 +31,85 @@ msgstr ""
msgid "https://rtcamp.com"
msgstr ""

#. translators: %s: User email.
#: inc/classes/class-google-auth.php:398
msgid "User <strong>%s</strong> not registered in WordPress."
#: login-with-google.php:40
msgid "Login with google Plugin requires PHP version 7.3 or higher. <br />Please ask your server administrator to update your environment to latest PHP version"
msgstr ""

#: login-with-google.php:47
msgid "The plugin Login with google has been deactivated"
msgstr ""

#. translators: %$s is replaced with requested service name.
#: src/Container.php:61
msgid "Invalid Service %s Passed to the container"
msgstr ""

#: src/Modules/Login.php:172
msgid "Registration is not allowed."
msgstr ""

#. translators: %s is replaced with email ID of user trying to register
#: src/Modules/Login.php:199
msgid "Cannot register with this email: %s"
msgstr ""

#: src/Modules/Settings.php:93
msgid "Log in with Google Settings"
msgstr ""

#: src/Modules/Settings.php:101
msgid "Client ID"
msgstr ""

#: src/Modules/Settings.php:110
msgid "Client Secret"
msgstr ""

#: src/Modules/Settings.php:119
msgid "Create new user"
msgstr ""

#: src/Modules/Settings.php:128
msgid "Whitelisted Domains"
msgstr ""

#: src/Modules/Settings.php:148
msgid "Create oAuth Client ID and Client Secret at"
msgstr ""

#: src/Modules/Settings.php:185
msgid "Create a new user account if it does not exist already"
msgstr ""

#. translators: %1s will be replaced by page link
#: src/Modules/Settings.php:192
msgid "If this setting is checked, a new user will be created even if <a target=\"_blank\" href=\"%1s\">membership setting</a> is off."
msgstr ""

#: src/Modules/Settings.php:215
msgid "Add each domain comma separated"
msgstr ""

#: src/Modules/Settings.php:227
msgid "Login with Google settings"
msgstr ""

#: src/Modules/Shortcode.php:91
msgid "Login with google"
msgstr ""

#: src/Utils/GoogleClient.php:98
msgid "Access token must be set to make this API call"
msgstr ""

#: src/Utils/GoogleClient.php:173
msgid "Could not retrieve the access token, please try again."
msgstr ""

#. translators: %s: User email.
#: inc/classes/class-google-auth.php:407
msgid "User can not register with <strong>%s</strong> email address."
#: src/Utils/GoogleClient.php:199
msgid "Could not retrieve the user information, please try again."
msgstr ""

#: template/google-login-button.php:10
#: templates/google-login-button.php:9
msgid "Log in with Google"
msgstr ""

0 comments on commit 77817b9

Please sign in to comment.