fixed #654
This commit is contained in:
parent
b842520d53
commit
a498318334
|
@ -62,8 +62,8 @@ public interface TwidereConstants extends SharedPreferenceConstants, IntentConst
|
||||||
|
|
||||||
String TWITTER_CONSUMER_KEY_LEGACY = "uAFVpMhBntJutfVj6abfA";
|
String TWITTER_CONSUMER_KEY_LEGACY = "uAFVpMhBntJutfVj6abfA";
|
||||||
String TWITTER_CONSUMER_SECRET_LEGACY = "JARXkJTfxo0F8MyctYy9bUmrLISjo8vXAHsZHYuk2E";
|
String TWITTER_CONSUMER_SECRET_LEGACY = "JARXkJTfxo0F8MyctYy9bUmrLISjo8vXAHsZHYuk2E";
|
||||||
String TWITTER_CONSUMER_KEY = "i5XtSVfoWjLjKlnrvhiLPMZC0";
|
String TWITTER_CONSUMER_KEY = "0WEJk1x6AlgtjGRhyABXw";
|
||||||
String TWITTER_CONSUMER_SECRET = "sQncmZ2atQR6tKbqnnAtqjrECqN8k6FD4p4OoNS0XTDkUz3HGH";
|
String TWITTER_CONSUMER_SECRET = "gWXNqEFhO3fMkAqoIKpTdjK0MOJs68xnOky0FRdDTP8";
|
||||||
|
|
||||||
String DEFAULT_TWITTER_API_URL_FORMAT = "https://[DOMAIN.]twitter.com/";
|
String DEFAULT_TWITTER_API_URL_FORMAT = "https://[DOMAIN.]twitter.com/";
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--Generated by crowdin.com-->
|
<!--Generated by crowdin.com-->
|
||||||
<resources/>
|
<resources>
|
||||||
|
<!-- HTTP 407 - Proxy authentication required -->
|
||||||
|
</resources>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<!--Generated by crowdin.com-->
|
<!--Generated by crowdin.com-->
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- Normally you don't need to translate app name -->
|
<!-- Normally you don't need to translate app name -->
|
||||||
<string name="app_name">Mhd fwzy</string>
|
<string name="app_name">Twidere</string>
|
||||||
<string name="app_description">Your own Twitter app</string>
|
<string name="app_description">Your own Twitter app</string>
|
||||||
<string name="compose">Compose</string>
|
<string name="compose">Compose</string>
|
||||||
<string name="add_account">Add account</string>
|
<string name="add_account">Add account</string>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--Generated by crowdin.com-->
|
<!--Generated by crowdin.com-->
|
||||||
<resources>
|
<resources>
|
||||||
|
<!-- HTTP 407 - Proxy authentication required -->
|
||||||
<string name="error_http_407">Potrebna proxy autentikacija</string>
|
<string name="error_http_407">Potrebna proxy autentikacija</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--Generated by crowdin.com-->
|
<!--Generated by crowdin.com-->
|
||||||
<resources>
|
<resources>
|
||||||
|
<!-- HTTP 407 - Proxy authentication required -->
|
||||||
<string name="error_http_407">Proxy-autentisering påkrevd</string>
|
<string name="error_http_407">Proxy-autentisering påkrevd</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--Generated by crowdin.com-->
|
<!--Generated by crowdin.com-->
|
||||||
<resources>
|
<resources>
|
||||||
|
<!-- HTTP 407 - Proxy authentication required -->
|
||||||
<string name="error_http_407">Proxyverifiering krävs</string>
|
<string name="error_http_407">Proxyverifiering krävs</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--Generated by crowdin.com-->
|
<!--Generated by crowdin.com-->
|
||||||
<resources/>
|
<resources>
|
||||||
|
<!-- HTTP 407 - Proxy authentication required -->
|
||||||
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue