[svn] Move things around before switching to hg for Mozilla. trunk
authorflorian
Tue Aug 19 04:03:14 2008 +0200 (2008-08-19)
branchtrunk
changeset 2cbcdd512814f
parent 1 040553c98802
child 3 160272429f01
[svn] Move things around before switching to hg for Mozilla.
instantbird/chrome/branding/brand.dtd
instantbird/chrome/branding/brand.properties
instantbird/chrome/instantbird/aboutDialog.dtd
instantbird/chrome/instantbird/account.dtd
instantbird/chrome/instantbird/accountWizard.dtd
instantbird/chrome/instantbird/accounts.dtd
instantbird/chrome/instantbird/accounts.properties
instantbird/chrome/instantbird/addbuddy.dtd
instantbird/chrome/instantbird/away.properties
instantbird/chrome/instantbird/buddy.dtd
instantbird/chrome/instantbird/credits.dtd
instantbird/chrome/instantbird/instantbird.dtd
instantbird/chrome/instantbird/joinChat.dtd
instantbird/chrome/instantbird/proxies.dtd
instantbird/chrome/instantbird/proxies.properties
instantbird/chrome/instantbird/prpl.properties
     1.1 new file mode 100644
     1.2 --- /dev/null
     1.3 +++ b/instantbird/chrome/branding/brand.dtd
     1.4 @@ -0,0 +1,3 @@
     1.5 +<!ENTITY  brandShortName        "Instantbird">
     1.6 +<!ENTITY  brandFullName         "Instantbird">
     1.7 +<!ENTITY  vendorShortName       "Instantbird">
     2.1 new file mode 100644
     2.2 --- /dev/null
     2.3 +++ b/instantbird/chrome/branding/brand.properties
     2.4 @@ -0,0 +1,3 @@
     2.5 +brandShortName=Instantbird
     2.6 +brandFullName=Instantbird
     2.7 +vendorShortName=Instantbird
     3.1 new file mode 100644
     3.2 --- /dev/null
     3.3 +++ b/instantbird/chrome/instantbird/aboutDialog.dtd
     3.4 @@ -0,0 +1,9 @@
     3.5 +<!ENTITY aboutDialog.title      "About &brandFullName;">
     3.6 +<!ENTITY credits.label          "Credits">
     3.7 +<!ENTITY credits.accesskey      "C">
     3.8 +<!ENTITY aboutLink.label        "&lt; About &brandFullName;">
     3.9 +<!ENTITY aboutLink.accesskey    "A">
    3.10 +<!ENTITY aboutVersion           "version">
    3.11 +<!ENTITY geckoVersion           "Gecko">
    3.12 +<!ENTITY libpurpleVersion       "libpurple">
    3.13 +<!ENTITY copyrightText          "&#169;2007-2008 Contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU GPL license version 2.0 or later.">
     4.1 new file mode 100644
     4.2 --- /dev/null
     4.3 +++ b/instantbird/chrome/instantbird/account.dtd
     4.4 @@ -0,0 +1,12 @@
     4.5 +<!ENTITY accountWindow.title           "Instantbird - account properties">
     4.6 +<!ENTITY account.general               "General">
     4.7 +<!ENTITY account.advanced              "Advanced Options">
     4.8 +<!ENTITY account.name                  "Username:">
     4.9 +<!ENTITY account.password              "Password:">
    4.10 +<!ENTITY account.rememberPassword      "remember password">
    4.11 +<!ENTITY account.alias                 "Alias:">
    4.12 +<!ENTITY account.newMailNotification   "Notify on new Mail">
    4.13 +<!ENTITY account.autojoin              "Auto-Joined Channels:">
    4.14 +<!ENTITY account.proxySettings.caption "Proxy Settings:">
    4.15 +<!ENTITY account.proxySettings.change.label     "Change...">
    4.16 +<!ENTITY account.proxySettings.change.accessKey "C">
     5.1 new file mode 100644
     5.2 --- /dev/null
     5.3 +++ b/instantbird/chrome/instantbird/accountWizard.dtd
     5.4 @@ -0,0 +1,33 @@
     5.5 +<!ENTITY windowTitle.label            "Account Wizard">
     5.6 +
     5.7 +<!ENTITY accountWelcomeTitle.label   "Welcome">
     5.8 +<!ENTITY accountWelcomeInfo.label "This wizard will help you in the process of setting up your IM account in order to use it with Instantbird.">
     5.9 +
    5.10 +<!ENTITY accountProtocolTitle.label   "Protocol">
    5.11 +<!ENTITY accountProtocolInfo.label    "Please choose the protocol of your IM account in the following list.">
    5.12 +<!ENTITY accountProtocolField.label   "Protocol:">
    5.13 +
    5.14 +<!ENTITY accountUsernameTitle.label   "Username">
    5.15 +<!ENTITY accountUsernameInfo.label    "Please enter the username to use in order to connect your account.">
    5.16 +<!ENTITY accountUsernameField.label   "Username:">
    5.17 +<!ENTITY accountUsernameJabberInfo.label "For Jabber username, please use the form login@server/location. For example instantbird@gmail.com/Instantbird.">
    5.18 +<!ENTITY accountUsernameIrcInfo.label "For IRC username, please use the form nick@server. For example instantbird@irc.freenode.net.">
    5.19 +<!ENTITY accountUsernameDuplicate.label "This account is already configured!">
    5.20 +
    5.21 +<!ENTITY accountPasswordTitle.label   "Password">
    5.22 +<!ENTITY accountPasswordInfo.label    "Please enter your password in the box below.">
    5.23 +<!ENTITY accountPasswordField.label   "Password:">
    5.24 +
    5.25 +<!ENTITY accountAdvancedTitle.label   "Advanced Options">
    5.26 +<!ENTITY accountAdvancedInfo.label    "Feel free to skip this step if you want to.">
    5.27 +<!ENTITY accountAdvanced.newMailNotification.label   "Notify on new Mail">
    5.28 +<!ENTITY accountAliasGroupbox.caption "Local Alias">
    5.29 +<!ENTITY accountAliasField.label      "Alias:">
    5.30 +<!ENTITY accountAliasInfo.label       "This will only be displayed in your conversations when you talk, remote buddies won't see it.">
    5.31 +<!ENTITY accountProxySettings.caption "Proxy Settings">
    5.32 +<!ENTITY accountProxySettings.change.label     "Change...">
    5.33 +<!ENTITY accountProxySettings.change.accessKey "C">
    5.34 +
    5.35 +<!ENTITY accountSummaryTitle.label   "Summary">
    5.36 +<!ENTITY accountSummaryInfo.label    "A summary of the information you entered is displayed below. Please check it before the account is created.">
    5.37 +<!ENTITY accountSummary.connectNow.label "Connect this account now.">
     6.1 new file mode 100644
     6.2 --- /dev/null
     6.3 +++ b/instantbird/chrome/instantbird/accounts.dtd
     6.4 @@ -0,0 +1,20 @@
     6.5 +<!ENTITY accountManager.title                "Account manager - Instantbird">
     6.6 +<!ENTITY accountManager.newAccount.label     "New Account">
     6.7 +<!ENTITY accountManager.newAccount.accesskey "N">
     6.8 +<!ENTITY accountManager.close.label          "Close">
     6.9 +<!ENTITY accountManager.close.accesskey      "C">
    6.10 +<!ENTITY account.name                 "Name:">
    6.11 +<!ENTITY account.alias                "Alias:">
    6.12 +<!ENTITY account.autoSignOn           "Sign-on at startup">
    6.13 +<!ENTITY account.connect.label        "Connect">
    6.14 +<!ENTITY account.connect.accesskey    "o">
    6.15 +<!ENTITY account.disconnect.label     "Disconnect">
    6.16 +<!ENTITY account.disconnect.accesskey "i">
    6.17 +<!ENTITY account.delete.label         "Delete">
    6.18 +<!ENTITY account.delete.accesskey     "D">
    6.19 +<!ENTITY account.edit.label           "Properties">
    6.20 +<!ENTITY account.edit.accesskey       "P">
    6.21 +<!ENTITY account.connecting           "Connecting...">
    6.22 +<!ENTITY account.connected            "Connected">
    6.23 +<!ENTITY account.disconnecting        "Disconnecting...">
    6.24 +<!ENTITY account.disconnected         "Not Connected">
     7.1 new file mode 100644
     7.2 --- /dev/null
     7.3 +++ b/instantbird/chrome/instantbird/accounts.properties
     7.4 @@ -0,0 +1,11 @@
     7.5 +account.connection.error=Error: %S
     7.6 +account.connection.progress=Connecting: %S...
     7.7 +account.connecting=Connecting...
     7.8 +account.deletePrompt.title=Delete account?"
     7.9 +account.deletePrompt.message=Are you sure you want to delete this account?
    7.10 +account.deletePrompt.checkbox=Do no ask next time
    7.11 +
    7.12 +requestAuthorizeTitle=Authorization request
    7.13 +requestAuthorizeAllow=&Allow
    7.14 +requestAuthorizeDeny=&Deny
    7.15 +requestAuthorizeText=%S added you to his/her buddy list, do you want to allow him/her to see you?
     8.1 new file mode 100644
     8.2 --- /dev/null
     8.3 +++ b/instantbird/chrome/instantbird/addbuddy.dtd
     8.4 @@ -0,0 +1,4 @@
     8.5 +<!ENTITY addBuddyWindow.title           "Instantbird - add buddy">
     8.6 +<!ENTITY name.label                     "Username">
     8.7 +<!ENTITY account.label                  "Account">
     8.8 +<!ENTITY tag.label                      "Group">
     9.1 new file mode 100644
     9.2 --- /dev/null
     9.3 +++ b/instantbird/chrome/instantbird/away.properties
     9.4 @@ -0,0 +1,4 @@
     9.5 +away.default.message=I am currently away from computer.
     9.6 +away.prompt.title=Get Away
     9.7 +away.prompt.message=Please enter below your away message.
     9.8 +away.back.button=I'm back
    10.1 new file mode 100644
    10.2 --- /dev/null
    10.3 +++ b/instantbird/chrome/instantbird/buddy.dtd
    10.4 @@ -0,0 +1,4 @@
    10.5 +<!ENTITY buddy.status                "Status:">
    10.6 +<!ENTITY buddy.screenname            "Buddy:">
    10.7 +<!ENTITY buddy.loggedIn              "Logged In:">
    10.8 +<!ENTITY buddy.account               "Account:">
    11.1 new file mode 100644
    11.2 --- /dev/null
    11.3 +++ b/instantbird/chrome/instantbird/credits.dtd
    11.4 @@ -0,0 +1,13 @@
    11.5 +<!ENTITY credit.title     "&brandFullName; Credits">
    11.6 +<!ENTITY brandMotto       "'Cause witches can also type!">
    11.7 +<!ENTITY credit.leads     "Engineering Leads">
    11.8 +<!ENTITY credit.thanks    "Special Thanks To">
    11.9 +
   11.10 +<!-- localization credits look like this: -->
   11.11 +<!--
   11.12 +<!ENTITY credit.translation
   11.13 +  "<h3>Translators</h3><ul><li>Name Here</li></ul>">
   11.14 +-->
   11.15 +<!ENTITY credit.translation "">
   11.16 +
   11.17 +<!ENTITY credit.poweredByGecko "Powered by Gecko&trade; and libpurple">
    12.1 new file mode 100644
    12.2 --- /dev/null
    12.3 +++ b/instantbird/chrome/instantbird/instantbird.dtd
    12.4 @@ -0,0 +1,26 @@
    12.5 +<!ENTITY convWindow.title   "Conversations - &brandShortName;">
    12.6 +<!ENTITY blist.title        "Buddy list - &brandShortName;">
    12.7 +<!ENTITY file.menu          "File">
    12.8 +<!ENTITY file.accesskey     "F">
    12.9 +<!ENTITY addBuddy           "Add Buddy">
   12.10 +<!ENTITY joinChat           "Join Chat">
   12.11 +<!ENTITY getAway            "Get Away">
   12.12 +<!ENTITY tools.menu         "Tools">
   12.13 +<!ENTITY tools.accesskey    "T">
   12.14 +<!ENTITY accountManager     "Accounts">
   12.15 +<!ENTITY account.commandkey "a">
   12.16 +<!ENTITY account.accesskey  "A">
   12.17 +<!ENTITY sounds             "Sounds">
   12.18 +<!ENTITY addonManager       "Add-ons">
   12.19 +<!ENTITY help.menu          "?">
   12.20 +<!ENTITY about.menu         "About &brandShortName;">
   12.21 +<!ENTITY about.accesskey    "A">
   12.22 +<!ENTITY conversation.contextMenu.close "Close Tab">
   12.23 +
   12.24 +<!ENTITY textEnlarge.commandkey "+">
   12.25 +<!ENTITY textEnlarge.commandkey2 "=">
   12.26 +<!ENTITY textEnlarge.commandkey3 "">
   12.27 +<!ENTITY textReduce.commandkey "-">
   12.28 +<!ENTITY textReduce.commandkey2 "">
   12.29 +<!ENTITY textReset.commandkey "0">
   12.30 +<!ENTITY textReset.commandkey2 "">
    13.1 new file mode 100644
    13.2 --- /dev/null
    13.3 +++ b/instantbird/chrome/instantbird/joinChat.dtd
    13.4 @@ -0,0 +1,5 @@
    13.5 +<!ENTITY joinChatWindow.title           "Instantbird - join chat">
    13.6 +<!ENTITY name.label                     "Room">
    13.7 +<!ENTITY account.label                  "Account">
    13.8 +<!ENTITY autojoin.label                 "Auto-join this Chat Room">
    13.9 +<!ENTITY autojoin.accesskey             "A">
    14.1 new file mode 100644
    14.2 --- /dev/null
    14.3 +++ b/instantbird/chrome/instantbird/proxies.dtd
    14.4 @@ -0,0 +1,18 @@
    14.5 +<!ENTITY proxiesDialog.title                 "Proxy Settings">
    14.6 +<!ENTITY proxiesDialogHeader.title           "Proxy Settings">
    14.7 +<!ENTITY proxiesDialogHeader.description     "For this account">
    14.8 +<!ENTITY proxiesDialog.useGlobalSettings     "Use Global Settings">
    14.9 +<!ENTITY proxiesDialog.directConnexion       "Direct Connexion to the Internet">
   14.10 +<!ENTITY proxiesDialog.noProxy               "(No Proxy)">
   14.11 +<!ENTITY proxiesDialog.useEnvironemental     "Use Environemental Settings">
   14.12 +<!ENTITY proxiesDialog.noProxyInEnvironment  "No proxy settings found in the environment">
   14.13 +<!ENTITY proxiesDialog.otherSetting          "Other...">
   14.14 +<!ENTITY proxiesDialog.http.label            "Http">
   14.15 +<!ENTITY proxiesDialog.socks4.label          "Socks 4">
   14.16 +<!ENTITY proxiesDialog.socks5.label          "Socks 5">
   14.17 +<!ENTITY proxiesDialog.hostname.label        "Hostname:">
   14.18 +<!ENTITY proxiesDialog.hostname.defaultValue "Hostname">
   14.19 +<!ENTITY proxiesDialog.port.label            "Port:">
   14.20 +<!ENTITY proxiesDialog.username.label        "Username:">
   14.21 +<!ENTITY proxiesDialog.password.label        "Password:">
   14.22 +<!ENTITY proxiesDialog.useAsGlobal.label     "Use these Settings for All Accounts (Change&#160;Global&#160;Settings)">
    15.1 new file mode 100644
    15.2 --- /dev/null
    15.3 +++ b/instantbird/chrome/instantbird/proxies.properties
    15.4 @@ -0,0 +1,13 @@
    15.5 +proxies.directConnexion=Direct Connexion to the Internet (No\u00A0Proxy)
    15.6 +proxies.useEnvironemental=Use Environemental Settings
    15.7 +proxies.http=Http
    15.8 +proxies.socks4=Socks 4
    15.9 +proxies.socks5=Socks 5
   15.10 +
   15.11 +proxies.alert.invalidInput.title=Invalid input
   15.12 +proxies.alert.invalidInput.message=You need to enter at least a valid hostname and port number to add a new proxy.
   15.13 +proxies.confirm.passwordUpdate.title=Update Proxy Password?
   15.14 +proxies.confirm.passwordUpdate.message=The same proxy alreaady exists with a different password. Update the password?
   15.15 +
   15.16 +proxies.username.string=Username: %S
   15.17 +proxies.port.string=Port: %S
    16.1 new file mode 100644
    16.2 --- /dev/null
    16.3 +++ b/instantbird/chrome/instantbird/prpl.properties
    16.4 @@ -0,0 +1,65 @@
    16.5 +protoOptions=%S Options
    16.6 +
    16.7 +prpl-aim.server=Server
    16.8 +prpl-aim.port=Port
    16.9 +prpl-aim.always_use_rv_proxy=Always use AIM/ICQ proxy server for file transfers and direct IM (slower, but does not reveal your IP address)
   16.10 +
   16.11 +prpl-gg.nick=Nickname
   16.12 +
   16.13 +prpl-novell.server=Server address
   16.14 +prpl-novell.port=Server port
   16.15 +
   16.16 +prpl-icq.server=Server
   16.17 +prpl-icq.port=Port
   16.18 +prpl-icq.always_use_rv_proxy=Always use AIM/ICQ proxy server for file transfers and direct IM (slower, but does not reveal your IP address)
   16.19 +prpl-icq.encoding=Encoding
   16.20 +
   16.21 +prpl-irc.port=Port
   16.22 +prpl-irc.encoding=Encodings
   16.23 +prpl-irc.username=Username
   16.24 +prpl-irc.realname=Real name
   16.25 +prpl-irc.ssl=Use SSL
   16.26 +
   16.27 +prpl-msn.server=Server
   16.28 +prpl-msn.port=Port
   16.29 +prpl-msn.http_method=Use HTTP Method
   16.30 +prpl-msn.http_method_server=HTTP Method Server
   16.31 +prpl-msn.custom_smileys=Show custom smileys
   16.32 +
   16.33 +prpl-myspace.server=Connect server
   16.34 +prpl-myspace.port=Connect port
   16.35 +
   16.36 +prpl-bilboed-netsoul.server=Server
   16.37 +prpl-bilboed-netsoul.port=Port
   16.38 +prpl-bilboed-netsoul.location=Location
   16.39 +prpl-bilboed-netsoul.comment=Comment
   16.40 +
   16.41 +prpl-qq.use_tcp=Connect using TCP
   16.42 +prpl-qq.server=Server
   16.43 +prpl-qq.port=Port
   16.44 +
   16.45 +prpl-simple.dopublish=Publish status (note: everyone may watch you)
   16.46 +prpl-simple.port=Connect port
   16.47 +prpl-simple.udp=Use UDP
   16.48 +prpl-simple.useproxy=Use proxy
   16.49 +prpl-simple.proxy=Proxy
   16.50 +prpl-simple.authuser=Auth User
   16.51 +prpl-simple.authdomain=Auth Domain
   16.52 +
   16.53 +prpl-jabber.require_tls=Require SSL/TLS
   16.54 +prpl-jabber.old_ssl=Force old (port 5223) SSL
   16.55 +prpl-jabber.auth_plain_in_clear=Allow plaintext auth over unencrypted streams
   16.56 +prpl-jabber.port=Connect port
   16.57 +prpl-jabber.connect_server=Connect server
   16.58 +prpl-jabber.ft_proxies=File transfer proxies
   16.59 +
   16.60 +prpl-yahoo.yahoojp=Yahoo Japan
   16.61 +prpl-yahoo.server=Pager server
   16.62 +prpl-yahoo.serverjp=Japan Pager server
   16.63 +prpl-yahoo.port=Pager port
   16.64 +prpl-yahoo.xfer_host=File transfer server
   16.65 +prpl-yahoo.xferjp_host=Japan file transfer server
   16.66 +prpl-yahoo.xfer_port=File transfer port
   16.67 +prpl-yahoo.room_list_locale=Chat room locale
   16.68 +prpl-yahoo.ignore_invites=Ignore conference and chatroom invitations
   16.69 +prpl-yahoo.local_charset=Encoding