This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 206249 - I18N: "or" and "port" are hardcoded on Clone Repository dialog
Summary: I18N: "or" and "port" are hardcoded on Clone Repository dialog
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-12-12 07:04 UTC by Masaki Katakai
Modified: 2012-02-28 12:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2011-12-12 07:04:36 UTC
"file:///path/to/repo.git/  or  /path/to/repo.git/"
"http[s]://host.xz[:port]/path/to/repo.git/"

are hardcoded on "Clone Repository" dialog.
Usually we translate "or" and "port".

Please extract entire messages so that we can translate.

./git/src/org/netbeans/modules/git/ui/repository/remote/RemoteRepository.java:
        FILE("file", "file:///path/to/repo.git/  or  /path/to/repo.git/"),      // NOI18N
        HTTP("http", "http[s]://host.xz[:port]/path/to/repo.git/"),             // NOI18N
        HTTPS("https", "http[s]://host.xz[:port]/path/to/repo.git/"),           // NOI18N
//        FTP("ftp", "ftp[s]://host.xz[:port]/path/to/repo.git/"),                // NOI18N
//        FTPS("ftps", "ftp[s]://host.xz[:port]/path/to/repo.git/"),              // NOI18N
        SSH("ssh", "ssh://host.xz[:port]/path/to/repo.git/"),                   // NOI18N
        SFTP("sftp", "sftp://host.xz[:port]/path/to/repo.git/"),              // NOI18N
//        RSYNC("rsync", "rsync://host.xz/path/to/repo.git/"),                    // NOI18N
        GIT("git", "git://host.xz[:port]/path/to/repo.git/");                   // NOI18N
Comment 1 Ondrej Vrabec 2011-12-12 09:37:06 UTC
fix: http://hg.netbeans.org/core-main/rev/3b39483215bb
Comment 2 Quality Engineering 2011-12-13 10:35:12 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/3b39483215bb
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #206249 - I18N: "or" and "port" are hardcoded on Clone Repository dialog
Comment 3 Stepan Zebra 2012-02-09 12:40:18 UTC
verified in trunk
Comment 4 Ondrej Vrabec 2012-02-09 13:48:18 UTC
http://hg.netbeans.org/releases/rev/4cea25682acf
Comment 5 Quality Engineering 2012-02-10 02:34:11 UTC
Integrated into 'releases', will be available in build *201202092200* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/4cea25682acf
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #206249 - I18N: "or" and "port" are hardcoded on Clone Repository dialog
(transplanted from 3b39483215bb2f7243d99ce85cb7afa3aa903e5b)
Comment 6 Stepan Zebra 2012-02-28 12:33:10 UTC
verified in 7.1.1