-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Google Drive authentication window not showing when using older r…
…clone versions
- Loading branch information
1 parent
4c4c9bd
commit 2ea8dc0
Showing
7 changed files
with
49 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "celeste" | ||
version = "0.8.0" | ||
version = "0.8.1" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Hunter Wittenborn <[email protected]> | ||
pkgname=celeste | ||
pkgver=0.8.0 | ||
pkgver=0.8.1 | ||
pkgrel=1 | ||
pkgdesc='Sync your cloud files' | ||
arch=('any') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Celeste 0.8.0\n" | ||
"Project-Id-Version: Celeste 0.8.1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-10-23 20:35+0000\n" | ||
"POT-Creation-Date: 2023-11-19 01:22+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -78,7 +78,7 @@ msgstr "" | |
msgid "Local folder:" | ||
msgstr "" | ||
|
||
#: src/launch.rs:613 src/launch.rs:775 src/login/gdrive.rs:208 | ||
#: src/launch.rs:613 src/launch.rs:775 src/login/gdrive.rs:214 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
|
@@ -213,32 +213,32 @@ msgstr "" | |
msgid "Finished sync checks." | ||
msgstr "" | ||
|
||
#: src/login/gdrive.rs:205 | ||
#: src/login/gdrive.rs:211 | ||
msgid "Authenticating to {}..." | ||
msgstr "" | ||
|
||
#: src/login/gdrive.rs:206 | ||
#: src/login/gdrive.rs:212 | ||
msgid "Follow the link that opened in your browser, and come back once you've finished." | ||
msgstr "" | ||
|
||
#: src/login/gdrive.rs:233 | ||
#: src/login/gdrive.rs:239 | ||
msgid "There was an issue while running the webserver for authentication" | ||
msgstr "" | ||
|
||
#: src/login/gdrive.rs:242 | ||
#: src/login/gdrive.rs:248 | ||
msgid "There was an issue authenticating to {}" | ||
msgstr "" | ||
|
||
#: src/login/login_util.rs:15 | ||
msgid "Server Name" | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#: src/login/login_util.rs:27 | ||
msgid "Server name already exists." | ||
msgid "Name already exists." | ||
msgstr "" | ||
|
||
#: src/login/login_util.rs:29 | ||
msgid "Invalid server name. Server names must:\n" | ||
msgid "Invalid name. Names must:\n" | ||
"- Only contain numbers, letters, '_', '-', '.', and spaces\n" | ||
"- Not start with '-' or a space\n" | ||
"- Not end with a space" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters