[svn-commits] mvanbaak: branch group/appdocsxml r128332 - /team/group/appdocsxml/apps/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 5 18:00:46 CDT 2008


Author: mvanbaak
Date: Sat Jul  5 18:00:46 2008
New Revision: 128332

URL: http://svn.digium.com/view/asterisk?view=rev&rev=128332
Log:
add dutch translation to app_chanisavail

Modified:
    team/group/appdocsxml/apps/app_chanisavail.c

Modified: team/group/appdocsxml/apps/app_chanisavail.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_chanisavail.c?view=diff&rev=128332&r1=128331&r2=128332
==============================================================================
--- team/group/appdocsxml/apps/app_chanisavail.c (original)
+++ team/group/appdocsxml/apps/app_chanisavail.c Sat Jul  5 18:00:46 2008
@@ -44,7 +44,7 @@
 static char *app = "ChanIsAvail";
 
 /*** DOCUMENTATION
-	<application name="ChanIsAvail">
+	<application name="ChanIsAvail" language="en">
 		<synopsis>
 			Check channel availability
 		</synopsis>
@@ -70,6 +70,33 @@
 			Simply checks if specified channels exist in the channel list
 		</option>
 	</application>
+	<application name="ChanIsAvail" language="nl">
+		<synopsis>
+			Kontroleer beschikbaarheid van een kanaal
+		</synopsis>
+		<description>
+			Deze applicatie kontroleerd of een kanaal beschikbaar is.
+		</description>
+		<variable name="AVAILCHAN">
+			De naam van het beschikbare kanaal, indien voorhanden
+		</variable>
+		<variable name="AVAILORIGCHAN">
+			De volledige naam die gebruikt is om het kanaal op te zetten
+		</variable>
+		<variable name="AVAILSTATUS">
+			De status code van het beschikbare kanaal
+		</variable>
+		<option name="a">
+			Kontroleer alle kanalen ipv alleen het eerste kanaal
+		</option>
+		<option name="s">
+			Als het kanaal in gebruik is, neem aan dat het niet beschikbaar is
+		</option>
+		<option name="t" implies="s">
+			Kontroleer alleen of het kanaal in de kanaallijst bestaat
+		</option>
+	</application>
+
  ***/
 
 /*




More information about the svn-commits mailing list