[Libreoffice-commits] .: bug/bug_fr bug/op_sys.txt

2013-01-18 Thread Jan Holesovsky
 bug/bug_fr/op_sys.txt |   13 +++--
 bug/op_sys.txt|   13 +++--
 2 files changed, 14 insertions(+), 12 deletions(-)

New commits:
commit 99d00cd7853f0fc3e51da2c17a1577f981081d1e
Author: Jan Holesovsky ke...@suse.cz
Date:   Fri Jan 18 09:03:33 2013 +0100

Move Windows to front, and add openSUSE.

diff --git a/bug/bug_fr/op_sys.txt b/bug/bug_fr/op_sys.txt
index 75f858a..011b9b2 100644
--- a/bug/bug_fr/op_sys.txt
+++ b/bug/bug_fr/op_sys.txt
@@ -1,12 +1,13 @@
 All::All
-Ubuntu::Linux (All)
-Debian::Linux (All)
-Fedora::Linux (All)
-Linux (Other)::Linux (All)
-BSD::BSD (Others)
-Mac OS X::Mac OS X (All)
 Windows XP::Windows (All)
 Windows 7::Windows (All)
 Windows 8::Windows (All)
 Windows (other)::Windows (All)
+Debian::Linux (All)
+Fedora::Linux (All)
+openSUSE::Linux (All)
+Ubuntu::Linux (All)
+Linux (Other)::Linux (All)
+Mac OS X::Mac OS X (All)
+BSD::BSD (Others)
 other::other
diff --git a/bug/op_sys.txt b/bug/op_sys.txt
index 75f858a..011b9b2 100644
--- a/bug/op_sys.txt
+++ b/bug/op_sys.txt
@@ -1,12 +1,13 @@
 All::All
-Ubuntu::Linux (All)
-Debian::Linux (All)
-Fedora::Linux (All)
-Linux (Other)::Linux (All)
-BSD::BSD (Others)
-Mac OS X::Mac OS X (All)
 Windows XP::Windows (All)
 Windows 7::Windows (All)
 Windows 8::Windows (All)
 Windows (other)::Windows (All)
+Debian::Linux (All)
+Fedora::Linux (All)
+openSUSE::Linux (All)
+Ubuntu::Linux (All)
+Linux (Other)::Linux (All)
+Mac OS X::Mac OS X (All)
+BSD::BSD (Others)
 other::other
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: bug/bug_fr

2013-01-04 Thread Rob Snelders
 bug/bug_fr/bug/mail.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 32981f96d1d2f2aba545fc81140aceb5ac247a32
Author: Rob Snelders programm...@ertai.nl
Date:   Fri Jan 4 22:45:52 2013 +0100

removed emailadres

diff --git a/bug/bug_fr/bug/mail.php b/bug/bug_fr/bug/mail.php
index 892ca5a..68ea3ee 100644
--- a/bug/bug_fr/bug/mail.php
+++ b/bug/bug_fr/bug/mail.php
@@ -5,7 +5,7 @@
 echo(FALSE);
   }
 
- $to = programm...@ertai.nl;
+ $to = ;
  $subject = New Bug via the French BSA!;
  $body = Hi,\n\nThere was a new bug filed in french. Can somebody triage it 
for us?\n\n;
  $body = $body + Component:  + $_POST[component] + \n;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: bug/bug_fr

2013-01-04 Thread Rob Snelders
 bug/bug_fr/Makefile  |5 +
 bug/bug_fr/bug.xhtml |   40 
 dev/null |binary
 3 files changed, 21 insertions(+), 24 deletions(-)

New commits:
commit fe0715353cfb193d826b4db994dd946d37819be5
Author: Rob Snelders programm...@ertai.nl
Date:   Fri Jan 4 23:22:31 2013 +0100

translating to French

diff --git a/bug/bug_fr/.bug.xhtml.swp b/bug/bug_fr/.bug.xhtml.swp
deleted file mode 100644
index ce5fb6b..000
Binary files a/bug/bug_fr/.bug.xhtml.swp and /dev/null differ
diff --git a/bug/bug_fr/Makefile b/bug/bug_fr/Makefile
index 4ae7318..52bee92 100644
--- a/bug/bug_fr/Makefile
+++ b/bug/bug_fr/Makefile
@@ -20,9 +20,6 @@ extract:
mkdir -p build
curl --silent https://wiki.documentfoundation.org/BugReport_Details | 
tidy --numeric-entities yes -asxhtml 2/dev/null  build/tidyout.xhtml || echo 
ignoring tidy error
xsltproc --encoding UTF-8 --novalid stripnamespace.xsl 
build/tidyout.xhtml  build/BugReport_Details.xhtml
-   xsltproc --encoding UTF-8 --novalid component_comments.xsl 
build/BugReport_Details.xhtml  build/component_comments.xhtml
-   xsltproc --encoding UTF-8 --novalid subcomponents.xsl 
build/BugReport_Details.xhtml  build/subcomponents.xhtml
-   xsltproc --encoding UTF-8 --novalid components.xsl 
build/BugReport_Details.xhtml  build/components.xhtml
curl --silent 
'https://bugs.freedesktop.org/query.cgi?product=LibreOfficequery_format=advanced'
  build/query.xhtml
perl op_sys.pl  op_sys.txt  build/op_sys.xhtml
perl query.pl  build/query.xhtml  build/versions.xhtml
@@ -35,5 +32,5 @@ check:
perl sanity.pl TEST
 
 clean:
-   rm -f build/BugReport_Details.xhtml build/tidyout.xhtml 
build/component_comments.xhtml build/subcomponents.xhtml build/components.xhtml 
build/query.xhtml build/versions.xhtml bug/bug.html
+   rm -f build/BugReport_Details.xhtml build/tidyout.xhtml 
build/query.xhtml build/versions.xhtml bug/bug.html
rmdir build
diff --git a/bug/bug_fr/bug.xhtml b/bug/bug_fr/bug.xhtml
index 75c136f..8d9c473 100644
--- a/bug/bug_fr/bug.xhtml
+++ b/bug/bug_fr/bug.xhtml
@@ -26,7 +26,7 @@
  along with this program.  If not, see http:www.gnu.org/licenses/.
 --
   head
-titleBug Submission Assistant/title
+titleAssistant de soumission de bugs/title
 meta http-equiv=Content-type content=text/html;charset=UTF-8/
 script type=text/javascript src=jquery-1.6.2.js/script
 script type=text/javascript src=bug.js/script
@@ -53,28 +53,28 @@
   /div
   div class=header
 div class=title
-  divBug/div
-  divSubmission/div
   divAssistant/div
+  divde soumission/div
+  divde bugs/div
 /div
 div class=submission
-  Thank you for using LibreOffice. We regret that you seem to have 
found a bug in our software, but we are glad that you decided to report it. 
This assistant will lead you step by step through the bug reporting process.
+  Merci d'utiliser LibreOffice. Nous sommes désolés du 
dysfonctionnement trouvé dans notre logiciel, mais nous sommes contents que 
vous souhaitiez en faire le rapport. Cet assistant va vous guider à travers 
les étapes du processus de rapport de bugs.
 /div
   /div
   div class=content
 div class=left
   div
-div class=step step_signindiv class=count1/divdiv 
class=labelSign in/div/div
-div class=step step_componentdiv class=count2/divdiv 
class=labelComponent/div/div
-div class=step step_detailsdiv class=count3/divdiv 
class=labelDetails/div/div
+div class=step step_signindiv class=count1/divdiv 
class=labelS'inscrire/div/div
+div class=step step_componentdiv class=count2/divdiv 
class=labelComposant/div/div
+div class=step step_detailsdiv class=count3/divdiv 
class=labelDétails/div/div
 div class=step step_descriptiondiv class=count4/divdiv 
class=labelDescription/div/div
-div class=step step_submitdiv class=count5/divdiv 
class=labelSubmit/div/div
+div class=step step_submitdiv class=count5/divdiv 
class=labelSoumettre/div/div
   /div
   div class=legal
-All your contributions will be public in WWW! By clicking the 
'Submit' button you irrevocably agree to release your contribution under the 
CC-BY-SA 3.0 License and the GFDL. If you can't agree to these terms for 
documents you planned to attach you can state in this report that such a 
document exists. QA team will discuss with you further proceeding in the bug.
+Toutes vos contributions seront rendues publiques dans WWW ! En 
cliquant sur le bouton 'Soumettre' vous acceptez irrévocablement de mettre à 
disposition votre contribution sous la licence CC-BY-SA 3.0 et GFDL. Si vous 
n'acceptez par ces termes pour les documents que vous allez attacher vous 
pouvez indiquer dans ce rapport qu'un