123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Copyright 2010-present Facebook.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <resources>
- <string name="com_facebook_dialogloginactivity_ok_button">OK</string>
- <string name="com_facebook_loginview_log_out_button">Log out</string>
- <string name="com_facebook_loginview_log_in_button">Log in with Facebook</string>
- <string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string>
- <string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string>
- <string name="com_facebook_loginview_log_out_action">Log out</string>
- <string name="com_facebook_loginview_cancel_action">Cancel</string>
- <string name="com_facebook_logo_content_description">Facebook Logo</string>
- <string name="com_facebook_usersettingsfragment_log_in_button">Log in…</string>
- <string name="com_facebook_usersettingsfragment_logged_in">Logged in</string>
- <string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string>
- <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string>
- <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string>
- <string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string>
- <string name="com_facebook_picker_done_button_text">Done</string>
- <string name="com_facebook_choose_friends">Choose Friends</string>
- <string name="com_facebook_nearby">Nearby</string>
- <string name="com_facebook_loading">Loading...</string>
- <string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string>
- <string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string>
- <string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string>
- <string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string>
- <string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string>
- <string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string>
- <string name="com_facebook_requesterror_permissions">This app doesn’t have permission to do this. To change permissions, try logging into the app again.</string>
- <string name="com_facebook_tooltip_default">New! You\'re in control - choose what info you want to share with apps.</string>
- </resources>
|