##// END OF EJS Templates
scm: change i18n key name 'text_scm_version' to 'text_scm_command_version' in setting (#4273)....
Toshi MARUYAMA -
r5606:5fe5e3dba37d
parent child
Show More
@@ -12,7 +12,7
12 <br />
12 <br />
13 <%= image_tag((@repository.class.scm_available ? 'true.png' : 'exclamation.png'))%>
13 <%= image_tag((@repository.class.scm_available ? 'true.png' : 'exclamation.png'))%>
14 <%= l(:text_scm_command) -%>: <%= @repository.class.scm_command -%>,
14 <%= l(:text_scm_command) -%>: <%= @repository.class.scm_command -%>,
15 <%= l(:text_scm_version) -%>: <%= @repository.class.scm_version_string %>
15 <%= l(:text_scm_command_version) -%>: <%= @repository.class.scm_version_string %>
16 <% end %>
16 <% end %>
17 </p>
17 </p>
18 <% button_disabled = true %>
18 <% button_disabled = true %>
@@ -971,4 +971,4 bg:
971 enumeration_activities: Дейности (time tracking)
971 enumeration_activities: Дейности (time tracking)
972 enumeration_system_activity: Системна активност
972 enumeration_system_activity: Системна активност
973 text_scm_command: Command
973 text_scm_command: Command
974 text_scm_version: Version
974 text_scm_command_version: Version
@@ -986,4 +986,4 bs:
986 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
986 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
987 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
987 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
988 text_scm_command: Command
988 text_scm_command: Command
989 text_scm_version: Version
989 text_scm_command_version: Version
@@ -975,4 +975,4 ca:
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 text_scm_command: Command
977 text_scm_command: Command
978 text_scm_version: Version
978 text_scm_command_version: Version
@@ -976,4 +976,4 cs:
976 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
976 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
977 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
978 text_scm_command: Command
978 text_scm_command: Command
979 text_scm_version: Version
979 text_scm_command_version: Version
@@ -989,4 +989,4 da:
989 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
989 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
990 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
990 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
991 text_scm_command: Command
991 text_scm_command: Command
992 text_scm_version: Version
992 text_scm_command_version: Version
@@ -989,4 +989,4 de:
989 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
989 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
990 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
990 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
991 text_scm_command: Command
991 text_scm_command: Command
992 text_scm_version: Version
992 text_scm_command_version: Version
@@ -972,4 +972,4 el:
972 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
972 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_scm_command: Command
974 text_scm_command: Command
975 text_scm_version: Version
975 text_scm_command_version: Version
@@ -975,4 +975,4 en-GB:
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 text_scm_command: Command
977 text_scm_command: Command
978 text_scm_version: Version
978 text_scm_command_version: Version
@@ -944,7 +944,7 en:
944 text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)"
944 text_git_repository_note: "Bare and local repository (e.g. /gitrepo, c:\gitrepo)"
945 text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)"
945 text_mercurial_repository_note: "Local repository (e.g. /hgrepo, c:\hgrepo)"
946 text_scm_command: Command
946 text_scm_command: Command
947 text_scm_version: Version
947 text_scm_command_version: Version
948
948
949 default_role_manager: Manager
949 default_role_manager: Manager
950 default_role_developer: Developer
950 default_role_developer: Developer
@@ -1009,4 +1009,4 es:
1009 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1009 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1010 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1010 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1011 text_scm_command: Command
1011 text_scm_command: Command
1012 text_scm_version: Version
1012 text_scm_command_version: Version
@@ -976,4 +976,4 eu:
976 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
976 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
977 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
978 text_scm_command: Command
978 text_scm_command: Command
979 text_scm_version: Version
979 text_scm_command_version: Version
@@ -975,4 +975,4 fa:
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 text_scm_command: Command
977 text_scm_command: Command
978 text_scm_version: Version
978 text_scm_command_version: Version
@@ -993,4 +993,4 fi:
993 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
993 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
994 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
994 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
995 text_scm_command: Command
995 text_scm_command: Command
996 text_scm_version: Version
996 text_scm_command_version: Version
@@ -987,4 +987,4 fr:
987 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
987 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
988 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
988 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
989 text_scm_command: Command
989 text_scm_command: Command
990 text_scm_version: Version
990 text_scm_command_version: Version
@@ -984,4 +984,4 gl:
984 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
984 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
985 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
985 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
986 text_scm_command: Command
986 text_scm_command: Command
987 text_scm_version: Version
987 text_scm_command_version: Version
@@ -977,4 +977,4 he:
977 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
977 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
978 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
978 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
979 text_scm_command: Command
979 text_scm_command: Command
980 text_scm_version: Version
980 text_scm_command_version: Version
@@ -979,4 +979,4 hr:
979 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
979 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
980 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
980 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
981 text_scm_command: Command
981 text_scm_command: Command
982 text_scm_version: Version
982 text_scm_command_version: Version
@@ -991,4 +991,4
991 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
991 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
992 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
992 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
993 text_scm_command: Command
993 text_scm_command: Command
994 text_scm_version: Version
994 text_scm_command_version: Version
@@ -980,4 +980,4 id:
980 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
980 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
981 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
981 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
982 text_scm_command: Command
982 text_scm_command: Command
983 text_scm_version: Version
983 text_scm_command_version: Version
@@ -973,4 +973,4 it:
973 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
973 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
975 text_scm_command: Command
975 text_scm_command: Command
976 text_scm_version: Version
976 text_scm_command_version: Version
@@ -949,7 +949,7 ja:
949 text_git_repository_note: "Bare、かつ、ローカルリポジトリ (例: /gitrepo, c:\gitrepo)"
949 text_git_repository_note: "Bare、かつ、ローカルリポジトリ (例: /gitrepo, c:\gitrepo)"
950 text_mercurial_repository_note: "ローカルリポジトリ (例: /hgrepo, c:\hgrepo)"
950 text_mercurial_repository_note: "ローカルリポジトリ (例: /hgrepo, c:\hgrepo)"
951 text_scm_command: コマンド
951 text_scm_command: コマンド
952 text_scm_version: バージョン
952 text_scm_command_version: バージョン
953
953
954 default_role_manager: 管理者
954 default_role_manager: 管理者
955 default_role_developer: 開発者
955 default_role_developer: 開発者
@@ -1024,4 +1024,4 ko:
1024 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1024 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1025 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1025 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1026 text_scm_command: Command
1026 text_scm_command: Command
1027 text_scm_version: Version
1027 text_scm_command_version: Version
@@ -1032,4 +1032,4 lt:
1032 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1032 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1033 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1033 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1034 text_scm_command: Command
1034 text_scm_command: Command
1035 text_scm_version: Version
1035 text_scm_command_version: Version
@@ -967,4 +967,4 lv:
967 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
967 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
968 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
968 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
969 text_scm_command: Command
969 text_scm_command: Command
970 text_scm_version: Version
970 text_scm_command_version: Version
@@ -972,4 +972,4 mk:
972 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
972 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_scm_command: Command
974 text_scm_command: Command
975 text_scm_version: Version
975 text_scm_command_version: Version
@@ -973,4 +973,4 mn:
973 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
973 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
975 text_scm_command: Command
975 text_scm_command: Command
976 text_scm_version: Version
976 text_scm_command_version: Version
@@ -954,4 +954,4 nl:
954 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
954 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
955 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
955 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
956 text_scm_command: Command
956 text_scm_command: Command
957 text_scm_version: Version
957 text_scm_command_version: Version
@@ -959,4 +959,4
959 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
959 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
960 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
960 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
961 text_scm_command: Command
961 text_scm_command: Command
962 text_scm_version: Version
962 text_scm_command_version: Version
@@ -989,4 +989,4 pl:
989 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
989 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
990 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
990 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
991 text_scm_command: Command
991 text_scm_command: Command
992 text_scm_version: Version
992 text_scm_command_version: Version
@@ -992,4 +992,4 pt-BR:
992 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
992 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
993 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
993 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
994 text_scm_command: Command
994 text_scm_command: Command
995 text_scm_version: Version
995 text_scm_command_version: Version
@@ -977,4 +977,4 pt:
977 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
977 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
978 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
978 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
979 text_scm_command: Command
979 text_scm_command: Command
980 text_scm_version: Version
980 text_scm_command_version: Version
@@ -965,4 +965,4 ro:
965 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
965 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
966 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
966 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
967 text_scm_command: Command
967 text_scm_command: Command
968 text_scm_version: Version
968 text_scm_command_version: Version
@@ -1085,4 +1085,4 ru:
1085 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1085 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1086 text_mercurial_repository_note: Локальный репозиторий (например, /hgrepo, c:\hgrepo)
1086 text_mercurial_repository_note: Локальный репозиторий (например, /hgrepo, c:\hgrepo)
1087 text_scm_command: Command
1087 text_scm_command: Command
1088 text_scm_version: Version
1088 text_scm_command_version: Version
@@ -967,4 +967,4 sk:
967 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
967 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
968 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
968 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
969 text_scm_command: Command
969 text_scm_command: Command
970 text_scm_version: Version
970 text_scm_command_version: Version
@@ -968,4 +968,4 sl:
968 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
968 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
969 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
969 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
970 text_scm_command: Command
970 text_scm_command: Command
971 text_scm_version: Version
971 text_scm_command_version: Version
@@ -972,4 +972,4 sr-YU:
972 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
972 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
973 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_scm_command: Command
974 text_scm_command: Command
975 text_scm_version: Version
975 text_scm_command_version: Version
@@ -973,4 +973,4 sr:
973 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
973 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
974 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
975 text_scm_command: Command
975 text_scm_command: Command
976 text_scm_version: Version
976 text_scm_command_version: Version
@@ -1013,4 +1013,4 sv:
1013 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1013 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1014 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1014 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1015 text_scm_command: Command
1015 text_scm_command: Command
1016 text_scm_version: Version
1016 text_scm_command_version: Version
@@ -969,4 +969,4 th:
969 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
969 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
970 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
970 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
971 text_scm_command: Command
971 text_scm_command: Command
972 text_scm_version: Version
972 text_scm_command_version: Version
@@ -991,4 +991,4 tr:
991 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
991 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
992 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
992 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
993 text_scm_command: Command
993 text_scm_command: Command
994 text_scm_version: Version
994 text_scm_command_version: Version
@@ -968,4 +968,4 uk:
968 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
968 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
969 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
969 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
970 text_scm_command: Command
970 text_scm_command: Command
971 text_scm_version: Version
971 text_scm_command_version: Version
@@ -1023,4 +1023,4 vi:
1023 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1023 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1024 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1024 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1025 text_scm_command: Command
1025 text_scm_command: Command
1026 text_scm_version: Version
1026 text_scm_command_version: Version
@@ -1026,8 +1026,8
1026 text_git_repository_note: "純(Bare)儲存機制與本機儲存機制 (e.g. /gitrepo, c:\gitrepo)"
1026 text_git_repository_note: "純(Bare)儲存機制與本機儲存機制 (e.g. /gitrepo, c:\gitrepo)"
1027 text_mercurial_repository_note: "本機儲存機制 (e.g. /hgrepo, c:\hgrepo)"
1027 text_mercurial_repository_note: "本機儲存機制 (e.g. /hgrepo, c:\hgrepo)"
1028 text_scm_command: 命令
1028 text_scm_command: 命令
1029 text_scm_version: 版本
1029 text_scm_command_version: 版本
1030
1030
1031 default_role_manager: 管理人員
1031 default_role_manager: 管理人員
1032 default_role_developer: 開發人員
1032 default_role_developer: 開發人員
1033 default_role_reporter: 報告人員
1033 default_role_reporter: 報告人員
@@ -975,4 +975,4 zh:
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
975 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
976 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
977 text_scm_command: Command
977 text_scm_command: Command
978 text_scm_version: Version
978 text_scm_command_version: Version
General Comments 0
You need to be logged in to leave comments. Login now