~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/ro/d_editfile.ro.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- RCS Identication ; $Revision: 1.1 $ ; $Date: 2002/04/24 10:20:43 $ -->
2
 
 
3
 
[IF url]
4
 
<H1>Editarea bookmark-urilor [path]</H1>
5
 
[ELSIF directory]
6
 
<H1>Editarea directorului[path]</H1>
7
 
[ELSE]
8
 
<H1>Editarea fisierului [path]</H1>
9
 
[ENDIF] 
10
 
Proprietar: [doc_owner] <BR>
11
 
Ultima actualizare: [doc_date] <BR>
12
 
Descriere : [desc] <BR>
13
 
<BR>
14
 
<H3><A HREF="[path_cgi]/d_read/[list]/[escaped_father]"> <IMG ALIGN="bottom"  src="[father_icon]" BORDER="0"> 
15
 
  Nivelul precedent</A></H3>
16
 
 
17
 
<TABLE CELLSPACING=15>
18
 
 
19
 
  [IF !directory]
20
 
  <TR>
21
 
  <form method="post" ACTION="[path_cgi]" ENCTYPE="multipart/form-data">
22
 
  <TD ALIGN="right" VALIGN="bottom">
23
 
  [IF url]
24
 
  <B> Bookmark URL </B><BR> 
25
 
  <input name="url" VALUE="[url]">
26
 
        [ELSE] 
27
 
<B> Inlocuieste fisierul [path] cu fisierul tau</B><BR> 
28
 
  <input type="file" name="uploaded_file">
29
 
  [ENDIF]
30
 
  </TD>
31
 
  <TD ALIGN="left" VALIGN="bottom"> 
32
 
  [IF url]
33
 
        <input type="submit" value="Modificare" name="action_d_savefile">
34
 
  [ELSE]
35
 
        <input type="submit" value="Publica" name="action_d_overwrite">
36
 
  [ENDIF]
37
 
  <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
38
 
  <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
39
 
  <INPUT TYPE="hidden" NAME="serial" VALUE="[serial_file]">
40
 
  </TD>
41
 
  </form>
42
 
  </TR>
43
 
  [ENDIF]
44
 
 
45
 
  <TR>
46
 
  <FORM ACTION="[path_cgi]" METHOD="POST">
47
 
      <TD ALIGN="right" VALIGN="bottom"> 
48
 
[IF directory]
49
 
 <B> Descrie directorul 
50
 
        [path]</B> <BR>
51
 
[ELSE] 
52
 
<B> Descrie fisierul [path]</B> <BR>
53
 
[ENDIF] 
54
 
        <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
55
 
  <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
56
 
  <INPUT TYPE="hidden" NAME="serial" VALUE="[serial_desc]">
57
 
  <INPUT TYPE="hidden" NAME="action" VALUE="d_describe">
58
 
  <INPUT SIZE=50 MAXLENGTH=100 NAME="content" VALUE="[desc]">
59
 
  </TD>
60
 
  <TD ALIGN="left" VALIGN="bottom">
61
 
        <INPUT SIZE=50 MAXLENGTH=100 TYPE="submit" NAME="action_d_describe" VALUE="Modifica">
62
 
  </TD>
63
 
  </FORM>
64
 
  </TR>
65
 
 
66
 
</TABLE>
67
 
<BR>
68
 
<BR>
69
 
 
70
 
[IF !url]
71
 
[IF textfile]
72
 
  <FORM ACTION="[path_cgi]" METHOD="POST">
73
 
  <B> Editeaza fisierul [path]</B><BR>
74
 
  <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
75
 
  <INPUT TYPE="hidden" NAME="path" VALUE="[path]">
76
 
  <INPUT TYPE="hidden" NAME="serial" VALUE="[serial_file]">
77
 
  <TEXTAREA NAME="content" COLS=80 ROWS=25>
78
 
[INCLUDE filepath]
79
 
  </TEXTAREA><BR>
80
 
  <INPUT TYPE="submit" NAME="action_d_savefile" VALUE="Publica">
81
 
  </FORM>
82
 
[ENDIF]
83
 
[ENDIF]
84
 
 
85
 
 
86
 
 
87