-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #441 from maks/fix-translation-lint-errors
Fix translation lint errors
- Loading branch information
Showing
20 changed files
with
282 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="dialog_cherrypick_msg_hint">Commit Hash (העתק מרשימת commit)</string> | ||
<string name="dialog_rebase_title">בחר שלוחה</string> | ||
<string name="dialog_commit_title">Commit שינויים</string> | ||
<string name="dialog_commit_msg_hint">הודעת Commit</string> | ||
<string name="dialog_commit_is_amend">לתקן Commit קודם</string> | ||
<string name="dialog_commit_auto_stage">הוסף אוטומטית קבצים ששונו</string> | ||
<string name="dialog_commit_positive_label">Commit</string> | ||
<string name="dialog_import_local_path_hint">נתיב מקומי</string> | ||
<string name="dialog_import_import_as_external_repo">יבא כמאגר חיצוני</string> | ||
<string name="dialog_import_set_local_repo_title">קבע נתיב מקומי</string> | ||
<string name="dialog_clone_local_path_hint">נתיב מקומי</string> | ||
<string name="dialog_clone_neutral_label">צור מקומי</string> | ||
<string name="dialog_init_local_path_hint">נתיב מקומי</string> | ||
<string name="dialog_init_repo_title">נתיב מקומי</string> | ||
<string name="dialog_init_repo_positive_label">צור</string> | ||
<string name="dialog_add_remote_title">הוסף שרת</string> | ||
<string name="dialog_add_remote_hint_name">שם שרת</string> | ||
<string name="dialog_add_remote_hint_url">URL שרת</string> | ||
<string name="dialog_add_remote_positive_label">הושלם</string> | ||
<string name="dialog_push_repo_title">דחוף ל-...</string> | ||
<string name="dialog_push_repo_msg">האם אתה בטוח שברצונך להעלות שינויים אחרונים?</string> | ||
<string name="dialog_push_is_push_all">להעלות הכל?</string> | ||
<string name="dialog_push_result">דחוף תוצאה</string> | ||
<string name="dialog_create_external_title">צור מאגר חיצוני</string> | ||
<string name="dialog_create_external_msg">האם ברצונך ליצור פרויקט git בתקייה זו?</string> | ||
<string name="dialog_create_external_positive_label">יצירה</string> | ||
<string name="dialog_cherrypick_msg_hint">Commit Hash (העתק מרשימת commit)</string> | ||
<string name="dialog_rebase_title">בחר שלוחה</string> | ||
<string name="dialog_commit_title">Commit שינויים</string> | ||
<string name="dialog_commit_msg_hint">הודעת Commit</string> | ||
<string name="dialog_commit_is_amend">לתקן Commit קודם</string> | ||
<string name="dialog_commit_auto_stage">הוסף אוטומטית קבצים ששונו</string> | ||
<string name="dialog_commit_positive_label">Commit</string> | ||
<string name="dialog_import_local_path_hint">נתיב מקומי</string> | ||
<string name="dialog_import_import_as_external_repo">יבא כמאגר חיצוני</string> | ||
<string name="dialog_import_set_local_repo_title">קבע נתיב מקומי</string> | ||
<string name="dialog_clone_local_path_hint">נתיב מקומי</string> | ||
<string name="dialog_clone_neutral_label">צור מקומי</string> | ||
<string name="dialog_init_local_path_hint">נתיב מקומי</string> | ||
<string name="dialog_init_repo_title">נתיב מקומי</string> | ||
<string name="dialog_init_repo_positive_label">צור</string> | ||
<string name="dialog_add_remote_title">הוסף שרת</string> | ||
<string name="dialog_add_remote_hint_name">שם שרת</string> | ||
<string name="dialog_add_remote_hint_url">URL שרת</string> | ||
<string name="dialog_add_remote_positive_label">הושלם</string> | ||
<string name="dialog_push_repo_title">דחוף ל-...</string> | ||
<string name="dialog_push_repo_msg">האם אתה בטוח שברצונך להעלות שינויים אחרונים?</string> | ||
<string name="dialog_push_is_push_all">להעלות הכל?</string> | ||
<string name="dialog_push_result">דחוף תוצאה</string> | ||
<string name="dialog_create_external_title">צור מאגר חיצוני</string> | ||
<string name="dialog_create_external_msg">האם ברצונך ליצור פרויקט git בתקייה זו?</string> | ||
<string name="dialog_create_external_positive_label">יצירה</string> | ||
<string name="dialog_show_invalid_remote">Invalid remote report</string> | ||
<string name="dialog_not_supported">Not Supported</string> | ||
<string name="dialog_not_supported_msg">This feature is not supported on your device, please see the manual for more details.</string> | ||
<string name="dialog_error_title">Error occurred</string> | ||
<string name="dialog_error_send_report">Send error report</string> | ||
<string name="dialog_error_occurred_msg">An unexpected error occurred</string> | ||
<string name="dialog_keymap_title">Shortcut Keys</string> | ||
<string name="dialog_keymap_mesg"> C - Commits\n F- Files\n S- Status\n ? - Help\n</string> | ||
<string name="dialog_open_remote">Open remote url</string> | ||
<string name="dialog_open_remote_title">Choose app to open %s remote</string> | ||
<string name="dialog_open_remote_no_app_available">No Apps available to open the url</string> | ||
<string name="dialog_permission_not_granted">MGit requires that you grant it write access to be able to write local git repos to your storage, until you do this MGit will NOT work properly.</string> | ||
</resources> |
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string-array name="merge_ff_type"> | ||
<item>Fast Forward</item> | ||
<item>Fast Forward Only</item> | ||
<item>No Fast Forward</item> | ||
</string-array> | ||
<string-array name="repo_file_operations"> | ||
<item>Add to stage</item> | ||
<item>Checkout (Reset Changes)</item> | ||
<item>Delete</item> | ||
<item>Remove cached from repository</item> | ||
<item>Remove force from repository</item> | ||
</string-array> | ||
<string-array name="repo_operation_names"> | ||
<item>New Branch</item> | ||
<item>Pull</item> | ||
<item>Push</item> | ||
<item>Add all to stage</item> | ||
<item>Commit</item> | ||
<item>Reset (HARD)</item> | ||
<item>Merge</item> | ||
<item>Fetch</item> | ||
<item>Rebase</item> | ||
<item>Cherry Pick</item> | ||
<item>Diff</item> | ||
<item>New File</item> | ||
<item>New Directory</item> | ||
<item>Add Remote</item> | ||
<item>Remove Remote</item> | ||
<item>Delete</item> | ||
<item>Raw config</item> | ||
<item>Config</item> | ||
</string-array> | ||
<string-array name="dialog_choose_repo_action_items"> | ||
<item>Rename</item> | ||
<item>Delete</item> | ||
</string-array> | ||
|
||
<!-- MUST KEY theme_names and theme_ids in SYNC --> | ||
<string-array name="theme_names"> | ||
<item>light</item> | ||
<item>dark</item> | ||
</string-array> | ||
<string-array name="codemirror_theme_names"> | ||
<item>default</item> | ||
<item>midnight</item> | ||
</string-array> | ||
<string-array name="theme_ids"> | ||
<item>0</item> | ||
<item>1</item> | ||
</string-array> | ||
|
||
</resources> |
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
Oops, something went wrong.