-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
26 additions
and
10 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
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
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
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
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
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,11 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="cd_settings">Settings</string> | ||
<string name="cd_application_icon">App icon</string> | ||
<string name="cd_application_visibility">App visibility</string> | ||
<string name="cd_application_icon">Application icon</string> | ||
<string name="cd_application_visibility">Application visibility</string> | ||
<string name="cd_search">Search</string> | ||
<string name="cd_pin">Pin</string> | ||
<string name="cd_pin_item">Pin item</string> | ||
<string name="cd_wallpaper">Wallpaper</string> | ||
<string name="cd_undo">Undo</string> | ||
<string name="cd_save">Save</string> | ||
<string name="cd_save_changes">Save changes</string> | ||
<string name="cd_add_widget_button">Add widget button</string> | ||
<string name="cd_select_intent_action">Select Intent action</string> | ||
<string name="cd_select_component">Select component</string> | ||
<string name="cd_app_system_settings">Application system settings</string> | ||
<string name="cd_delete_extra">Delete Intent extra</string> | ||
<string name="cd_delete_alias">Delete application alias</string> | ||
<string name="cd_widget_preview">Widget preview</string> | ||
<string name="cd_add_item">Add item</string> | ||
</resources> |