Skip to content

Commit 42a656d

Browse files
authored
Merge pull request #74 from ElectricMagic/fix-strings-file-type
Fix strings.xml files that were still typed as being symlinks
2 parents 5fbb909 + 01c3e78 commit 42a656d

File tree

21 files changed

+201
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

21 files changed

+201
-16
lines changed

AMZNMediaPlayerComponent/src/main/res/values-en-rUS/strings.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://aws.amazon.com/apache2.0/
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
14+
-->
15+
<resources>
16+
</resources>

AdobepassAuthComponent/src/main/res/values-en-rUS/strings.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!--
2+
Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://aws.amazon.com/apache2.0/
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
14+
-->
15+
<resources>
16+
<string name="title_activity_adobe_authentication">Authentication</string>
17+
<string name="adobepass_login_instruction_line_1">Go to your computer or mobile device</string>
18+
<string name="adobepass_login_instruction_line_3">Enter the following case-sensitive code:
19+
</string>
20+
<string name="adobepass_login_instruction_line_4">Loading…</string>
21+
<string name="btn_submit">SUBMIT</string>
22+
<string name="btn_get_new_code">GET NEW CODE</string>
23+
<string name="adobe_pass_error_authentication_message">There was an error authenticating the
24+
account. Please try again later.
25+
</string>
26+
<string name="adobe_pass_error_registration_message">There was an error authenticating the
27+
account. Please try again later.
28+
</string>
29+
<string name="adobe_pass_no_authorization_message">Your subscription package does not include
30+
this video. Please contact your cable provider in order to upgrade your subscription.
31+
</string>
32+
</resources>
33+
34+

AdsInterface/src/main/res/values-en-rUS/strings.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- copied from ../values/strings.xml-->
2+
<!--
3+
Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
A copy of the License is located at
8+
9+
http://aws.amazon.com/apache2.0/
10+
11+
or in the "license" file accompanying this file. This file is distributed
12+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13+
express or implied. See the License for the specific language governing
14+
permissions and limitations under the License.
15+
-->
16+
<resources>
17+
</resources>
18+

AmazonInAppPurchaseComponent/src/main/res/values-en-rUS/strings.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<!--
3+
Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
A copy of the License is located at
8+
9+
http://aws.amazon.com/apache2.0/
10+
11+
or in the "license" file accompanying this file. This file is distributed
12+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13+
express or implied. See the License for the specific language governing
14+
permissions and limitations under the License.
15+
-->
16+
<resources/>

Application/app/src/main/res/values-en-rUS/strings.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- copied from ../values/strings.xml-->
2+
<!--
3+
Copyright 2015-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
A copy of the License is located at
8+
9+
http://aws.amazon.com/apache2.0/
10+
11+
or in the "license" file accompanying this file. This file is distributed
12+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13+
express or implied. See the License for the specific language governing
14+
permissions and limitations under the License.
15+
-->
16+
<resources>
17+
<!-- Copyright string -->
18+
<string name="copyright">Copyright 2016. All Rights Reserved.</string>
19+
<!-- Search hint text -->
20+
<string name="search_bar_hint">I\'m looking for…</string>
21+
</resources>

0 commit comments

Comments
 (0)