Class: Yast::Yast2ServicesTranslationsClient
- Inherits:
-
Client
- Object
- Client
- Yast::Yast2ServicesTranslationsClient
- Defined in:
- library/network/src/yast2-services-translations.rb
Instance Method Summary collapse
Instance Method Details
#main ⇒ Object
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 |
# File 'library/network/src/yast2-services-translations.rb', line 24 def main # This file contains only translations for # FATE #300687: Ports for SuSEfirewall added via packages # # Translations are grabbed when 'make pot' is called. textdomain "firewall-services" @tmpstring = nil # TRANSLATORS: Name of Service (File name: avahi, RPM: avahi), can be used as check box, item in multiple selection box... @tmpstring = _("Zeroconf/Bonjour Multicast DNS") # TRANSLATORS: Description of a Service (File name: avahi, RPM: avahi), used as a common label or an item in table @tmpstring = _( "Zeroconf/Bonjour Multicast DNS (mDNS) ports for Service Discovery (DNS-SD)" ) # TRANSLATORS: Name of Service (File name: cyrus-imapd, RPM: cyrus-imapd), can be used as check box, item in multiple selection box... @tmpstring = _("cyrus-imapd Server") # TRANSLATORS: Description of a Service (File name: cyrus-imapd, RPM: cyrus-imapd), used as a common label or an item in table @tmpstring = _("Open ports for the cyrus-imapd Server.") # TRANSLATORS: Name of Service (File name: dhcp-server, RPM: dhcp), can be used as check box, item in multiple selection box... @tmpstring = _("DHCPv4 Server") # TRANSLATORS: Description of a Service (File name: dhcp-server, RPM: dhcp), used as a common label or an item in table @tmpstring = _("Open ports for ISC DHCPv4 4.x server.") # TRANSLATORS: Name of Service (File name: dnsmasq-dhcp, RPM: dnsmasq), can be used as check box, item in multiple selection box... @tmpstring = _("dnsmasq") # TRANSLATORS: Description of a Service (File name: dnsmasq-dhcp, RPM: dnsmasq), used as a common label or an item in table @tmpstring = _("Open ports for the dnsmasq DNS/DHCP server.") # TRANSLATORS: Name of Service (File name: dnsmasq-dns, RPM: dnsmasq), can be used as check box, item in multiple selection box... @tmpstring = _("dnsmasq") # TRANSLATORS: Description of a Service (File name: dnsmasq-dns, RPM: dnsmasq), used as a common label or an item in table @tmpstring = _("Open ports for the dnsmasq DNS/DHCP server.") # TRANSLATORS: Name of Service (File name: hplip, RPM: hplip), can be used as check box, item in multiple selection box... @tmpstring = _("mDNS/Bonjour support for HPLIP") # TRANSLATORS: Description of a Service (File name: hplip, RPM: hplip), used as a common label or an item in table @tmpstring = _( "Firewall Configuration file for mDNS/Bonjour support for HPLIP" ) # TRANSLATORS: Name of Service (File name: iceccd, RPM: icecream), can be used as check box, item in multiple selection box... @tmpstring = _("icecream daemon") # TRANSLATORS: Description of a Service (File name: iceccd, RPM: icecream), used as a common label or an item in table @tmpstring = _("opens socket for the icecream compilation daemon") # TRANSLATORS: Name of Service (File name: icecream-scheduler, RPM: icecream), can be used as check box, item in multiple selection box... @tmpstring = _("icecream scheduler") # TRANSLATORS: Description of a Service (File name: icecream-scheduler, RPM: icecream), used as a common label or an item in table @tmpstring = _("Opens ports for the icecream scheduler") # TRANSLATORS: Name of Service (File name: isns, RPM: isns), can be used as check box, item in multiple selection box... @tmpstring = _("iSNS Daemon") # TRANSLATORS: Description of a Service (File name: isns, RPM: isns), used as a common label or an item in table @tmpstring = _("Open ports for iSNS daemon with broadcast allowed.") # TRANSLATORS: Name of Service (File name: netbios-server, RPM: samba), can be used as check box, item in multiple selection box... @tmpstring = _("Netbios Server") # TRANSLATORS: Description of a Service (File name: netbios-server, RPM: samba), used as a common label or an item in table @tmpstring = _( "Open ports for Samba Netbios server with broadcast allowed." ) # TRANSLATORS: Name of Service (File name: nfs-client, RPM: nfs-client), can be used as check box, item in multiple selection box... @tmpstring = _("NFS Client") # TRANSLATORS: Description of a Service (File name: nfs-client, RPM: nfs-client), used as a common label or an item in table @tmpstring = _( "Firewall configuration for NFS client. Open ports for NFS client to allow connection to an NFS server." ) # TRANSLATORS: Name of Service (File name: nfs-kernel-server, RPM: nfs-kernel-server), can be used as check box, item in multiple selection box... @tmpstring = _("NFS Server Service") # TRANSLATORS: Description of a Service (File name: nfs-kernel-server, RPM: nfs-kernel-server), used as a common label or an item in table @tmpstring = _( "Firewall configuration for NFS kernel server. Open ports for NFS to allow other hosts to connect." ) # TRANSLATORS: Name of Service (File name: ntp, RPM: ntp), can be used as check box, item in multiple selection box... @tmpstring = _("xntp Server") # TRANSLATORS: Description of a Service (File name: ntp, RPM: ntp), used as a common label or an item in table @tmpstring = _("Open ports for xntp.") # TRANSLATORS: Name of Service (File name: openldap, RPM: openldap2), can be used as check box, item in multiple selection box... @tmpstring = _("OpenLDAP Server") # TRANSLATORS: Description of a Service (File name: openldap, RPM: openldap2), used as a common label or an item in table @tmpstring = _("Open ports for the OpenLDAP server (slapd).") # TRANSLATORS: Name of Service (File name: openslp, RPM: openslp-server), can be used as check box, item in multiple selection box... @tmpstring = _("OpenSLP Server (SLP)") # TRANSLATORS: Description of a Service (File name: openslp, RPM: openslp-server), used as a common label or an item in table @tmpstring = _("Enable OpenSLP server to advertise services.") # TRANSLATORS: Name of Service (File name: rsync-server, RPM: rsync), can be used as check box, item in multiple selection box... @tmpstring = _("Rsync server") # TRANSLATORS: Description of a Service (File name: rsync-server, RPM: rsync), used as a common label or an item in table @tmpstring = _( "Opens port for rsync server in order to allow remote synchronization" ) # TRANSLATORS: Name of Service (File name: samba-client, RPM: samba-client), can be used as check box, item in multiple selection box... @tmpstring = _("Samba Client") # TRANSLATORS: Description of a Service (File name: samba-client, RPM: samba-client), used as a common label or an item in table @tmpstring = _("Enable browsing of SMB shares.") # TRANSLATORS: Name of Service (File name: samba-server, RPM: samba), can be used as check box, item in multiple selection box... @tmpstring = _("Samba Server") # TRANSLATORS: Description of a Service (File name: samba-server, RPM: samba), used as a common label or an item in table @tmpstring = _("Open ports for Samba server.") # TRANSLATORS: Name of Service (File name: sendmail, RPM: sendmail), can be used as check box, item in multiple selection box... @tmpstring = _("SMTP with sendmail") # TRANSLATORS: Description of a Service (File name: sendmail, RPM: sendmail), used as a common label or an item in table @tmpstring = _("Firewall configuration file for sendmail") # TRANSLATORS: Name of Service (File name: sshd, RPM: openssh), can be used as check box, item in multiple selection box... @tmpstring = _("Secure Shell Server") # TRANSLATORS: Description of a Service (File name: sshd, RPM: openssh), used as a common label or an item in table @tmpstring = _("Open ports for the Secure Shell server.") # TRANSLATORS: Name of Service (File name: svnserve, RPM: subversion), can be used as check box, item in multiple selection box... @tmpstring = _("svnserve") # TRANSLATORS: Description of a Service (File name: svnserve, RPM: subversion), used as a common label or an item in table @tmpstring = _("Open ports for svnserve") # TRANSLATORS: Name of Service (File name: vnc-httpd, RPM: tightvnc), can be used as check box, item in multiple selection box... @tmpstring = _("VNC mini-HTTP server") # TRANSLATORS: Description of a Service (File name: vnc-httpd, RPM: tightvnc), used as a common label or an item in table @tmpstring = _("Opens the VNC HTTP ports so that browsers can connect.") # TRANSLATORS: Name of Service (File name: vnc-server, RPM: tightvnc), can be used as check box, item in multiple selection box... @tmpstring = _("VNC") # TRANSLATORS: Description of a Service (File name: vnc-server, RPM: tightvnc), used as a common label or an item in table @tmpstring = _("Open VNC server ports so that viewers can connect.") # TRANSLATORS: Name of Service (File name: vsftpd, RPM: vsftpd), can be used as check box, item in multiple selection box... @tmpstring = _("vsftpd Server") # TRANSLATORS: Description of a Service (File name: vsftpd, RPM: vsftpd), used as a common label or an item in table @tmpstring = _("Open ports for vsftpd server.") # TRANSLATORS: Name of Service (File name: ypbind, RPM: ypbind), can be used as check box, item in multiple selection box... @tmpstring = _("NIS Client") # TRANSLATORS: Description of a Service (File name: ypbind, RPM: ypbind), used as a common label or an item in table @tmpstring = _("The ypbind daemon binds NIS clients to an NIS domain.") nil end |