[Uludag-commits] r15310 - in trunk/comar/mudur: bin po
uludag-commits at pardus.org.tr
uludag-commits at pardus.org.tr
5 Eyl 2007 Çar 12:06:54 EEST
Author: selda.kuruoglu
Date: Wed Sep 5 12:06:54 2007
New Revision: 15310
Modified:
trunk/comar/mudur/bin/network.py
trunk/comar/mudur/po/ca.po
trunk/comar/mudur/po/de.po
trunk/comar/mudur/po/es.po
trunk/comar/mudur/po/fr.po
trunk/comar/mudur/po/it.po
trunk/comar/mudur/po/mudur.pot
trunk/comar/mudur/po/nl.po
trunk/comar/mudur/po/pl.po
trunk/comar/mudur/po/pt_BR.po
trunk/comar/mudur/po/tr.po
Log:
Modified: trunk/comar/mudur/bin/network.py
=================================================================
--- trunk/comar/mudur/bin/network.py (original)
+++ trunk/comar/mudur/bin/network.py Wed Sep 5 12:06:54 2007
@@ -186,7 +186,7 @@
links = {}
for rep in collect(com): # reads scrip-data values ( by collect method ) and stores them in dictionary
links[rep.script] = Link(rep.data)
-
+ """
################# TEST code for parsing operations of Link authentication properties ###########################
if (links[rep.script].auth_modes):
print "\nAuthentication mode properties for % s \n" % links[rep.script].name
@@ -194,6 +194,7 @@
line = "identifier: " + item.identifier.ljust(15) + "type: "+ item.type + "\t name: "+item.name
print line
################################################################################################################
+ """
print
return links
@@ -284,11 +285,7 @@
usage()
return
else:
- name=args[0]
- i = 1
- while ( i!= len(args)): # for profiles that has names having more than one word
- name = name + " "+ args[i]
- i += 1
+ name=" ".join(args) # for profiles that has names having more than one word
com = comar.Link() #communicating with comar deamon
com.localize() #set language for translated replies
com.Net.Link.connectionInfo(name=name) #get connection info from comar deamon
@@ -302,7 +299,7 @@
usage()
return
else:
- name=" ".join(args)
+ name=" ".join(args) # for profiles that has names having more than one word
com = comar.Link() #communicating with comar deamon
com.localize() #set language for translated replies
com.Net.Link.connectionInfo(name=name) #get connection info from comar deamon
@@ -441,7 +438,7 @@
print _("Please enter a valid profile name ")
profile_name = raw_input()
else:
- profile_name=" ".join(args)
+ profile_name=" ".join(args) # for profiles that has names having more than one word
com = comar.Link()
com.localize()
com.Net.Link.connectionInfo(name=profile_name)
@@ -455,7 +452,7 @@
if ( len(args) == 0 ):
profile_name = raw_input('%s -> ' % _("Enter name of profile"))
else:
- profile_name=" ".join(args)
+ profile_name=" ".join(args) # for profiles that has names having more than one word
com = comar.Link()
com.localize()
com.Net.Link.connectionInfo(name=profile_name)
Modified: trunk/comar/mudur/po/ca.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/de.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/es.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/fr.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/it.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/mudur.pot
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/nl.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/pl.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/pt_BR.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Modified: trunk/comar/mudur/po/tr.po
=================================================================
Suppressed!
Too long (more than 250 lines) diff output suppressed...
Uludag-commits mesaj listesiyle ilgili
daha fazla bilgi