summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help/ChangeLog5
-rw-r--r--help/oc/oc.po86
-rw-r--r--po/ChangeLog5
-rw-r--r--po/oc.po35
4 files changed, 68 insertions, 63 deletions
diff --git a/help/ChangeLog b/help/ChangeLog
index 5164670..ae1155b 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,4 +1,7 @@
-2007-11-28 Yannig Marchegay <yannig@marchegay.org>
+2007-12-31 Yannig Marchegay <yannig@marchegay.org>
+
+ * oc.po: Updated Occitan translation.
+ 2007-11-28 Yannig Marchegay <yannig@marchegay.org>
* oc/oc.po: Updated Occitan translation.
diff --git a/help/oc/oc.po b/help/oc/oc.po
index 2c705b1..9c423bf 100644
--- a/help/oc/oc.po
+++ b/help/oc/oc.po
@@ -1,9 +1,9 @@
-# translation of oc.po to Occitan
+# Translation of oc.po to Occitan
# Occitan translation of gnome-control-center documentation.
# Copyright (C) 2005-2006, 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the gedit documentation package.
#
-# Yannig MARCHEGAY (yannig@marchegay.org) - 2006-2007
+# Yannig MARCHEGAY (yannig@marchegay.org> - 2006-2007
#
# Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>, 2007.
msgid ""
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: oc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-10 00:00+0200\n"
-"PO-Revision-Date: 2007-11-28 14:28+0100\n"
+"PO-Revision-Date: 2007-12-28 10:39+0100\n"
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
"MIME-Version: 1.0\n"
@@ -264,7 +264,7 @@ msgstr "Glynn Foster"
#: ../C/zenity.xml:83(releaseinfo)
msgid "This manual describes version 2.6.0 of Zenity."
-msgstr ""
+msgstr "Aqueste manual descriu la version 2.6.0 de Zenity."
#: ../C/zenity.xml:87(title)
msgid "Feedback"
@@ -326,7 +326,7 @@ msgstr "Error"
#: ../C/zenity.xml:126(para) ../C/zenity.xml:789(para)
msgid "Information"
-msgstr "Informacions"
+msgstr "Entresenhas"
#: ../C/zenity.xml:127(para) ../C/zenity.xml:792(para)
msgid "Question"
@@ -758,9 +758,9 @@ msgid ""
" #!/bin/sh\n"
"\n"
"\n"
-" if zenity --calendar \\\n"
-" --title=\"Select a Date\" \\\n"
-" --text=\"Click on a date to select that date.\" \\\n"
+" if zenity --calendar \n"
+" --title=\"Select a Date\" \n"
+" --text=\"Click on a date to select that date.\" \n"
" --day=10 --month=8 --year=2004\n"
" then echo $?\n"
" else echo \"No date selected\"\n"
@@ -771,9 +771,9 @@ msgstr ""
" #!/bin/sh\n"
"\n"
"\n"
-" if zenity --calendar \\\n"
-" --title=\"Seleccionatz una data\" \\\n"
-" --text=\"Clicatz sus una data per la seleccionar.\" \\\n"
+" if zenity --calendar \n"
+" --title=\"Seleccionatz una data\" \n"
+" --text=\"Clicatz sus una data per la seleccionar.\" \n"
" --day=10 --month=8 --year=2004\n"
" then echo $?\n"
" else echo \"Pas de data seleccionada\"\n"
@@ -866,7 +866,7 @@ msgid ""
"\n"
" case $? in\n"
" 0)\n"
-" echo \"\\\"$FILE\\\" selected.\";;\n"
+" echo \" \"$FILE \" selected.\";;\n"
" 1)\n"
" echo \"No file selected.\";;\n"
" -1)\n"
@@ -903,8 +903,8 @@ msgid ""
"\n"
" #!/bin/sh\n"
"\n"
-" zenity --notification\\\n"
-" --window-icon=\"info\" \\\n"
+" zenity --notification \n"
+" --window-icon=\"info\" \n"
" --text=\"There are system updates necessary!\"\n"
" "
msgstr ""
@@ -984,7 +984,7 @@ msgstr "--editable"
#: ../C/zenity.xml:721(para)
msgid "Allows the displayed items to be edited."
-msgstr ""
+msgstr "Autorizar la modificacion dels elements visualizats."
#: ../C/zenity.xml:729(para)
msgid ""
@@ -1008,11 +1008,11 @@ msgid ""
"\n"
" #!/bin/sh\n"
"\n"
-" zenity --list \\\n"
-" --title=\"Choose the Bugs You Wish to View\" \\\n"
-" --column=\"Bug Number\" --column=\"Severity\" --column=\"Description\" \\\n"
-" 992383 Normal \"GtkTreeView crashes on multiple selections\" \\\n"
-" 293823 High \"GNOME Dictionary does not handle proxy\" \\\n"
+" zenity --list \n"
+" --title=\"Choose the Bugs You Wish to View\" \n"
+" --column=\"Bug Number\" --column=\"Severity\" --column=\"Description\" \n"
+" 992383 Normal \"GtkTreeView crashes on multiple selections\" \n"
+" 293823 High \"GNOME Dictionary does not handle proxy\" \n"
" 393823 Critical \"Menu editing does not work in GNOME 2.0\"\n"
" "
msgstr ""
@@ -1059,14 +1059,14 @@ msgid ""
"\n"
" #!/bin/bash\n"
"\n"
-" zenity --error \\\n"
+" zenity --error \n"
" --text=\"Could not find /var/log/syslog.\"\n"
" "
msgstr ""
"\n"
" #!/bin/bash\n"
"\n"
-" zenity --error \\\n"
+" zenity --error \n"
" --text=\"Impossible de trobar /var/log/syslog.\"\n"
" "
@@ -1098,14 +1098,14 @@ msgid ""
"\n"
" #!/bin/bash\n"
"\n"
-" zenity --info \\\n"
+" zenity --info \n"
" --text=\"Merge complete. Updated 3 of 10 files.\"\n"
" "
msgstr ""
"\n"
" #!/bin/bash\n"
"\n"
-" zenity --info \\\n"
+" zenity --info \n"
" --text=\"Fusion acabada. 3 fichièrs sur 10 meses a jorn.\"\n"
" "
@@ -1137,7 +1137,7 @@ msgid ""
"\n"
" #!/bin/bash\n"
"\n"
-" zenity --question \\\n"
+" zenity --question \n"
" --text=\"Are you sure you wish to proceed?\"\n"
" "
msgstr ""
@@ -1170,7 +1170,7 @@ msgid ""
"\n"
" #!/bin/bash\n"
" \n"
-" zenity --warning \\\n"
+" zenity --warning \n"
" --text=\"Disconnect the power cable to avoid electrical shock.\"\n"
" "
msgstr ""
@@ -1255,13 +1255,13 @@ msgid ""
" echo \"# Rebooting system\" ; sleep 1\n"
" echo \"100\" ; sleep 1\n"
" ) |\n"
-" zenity --progress \\\n"
-" --title=\"Update System Logs\" \\\n"
-" --text=\"Scanning mail logs...\" \\\n"
+" zenity --progress \n"
+" --title=\"Update System Logs\" \n"
+" --text=\"Scanning mail logs...\" \n"
" --percentage=0\n"
"\n"
" if [ \"$?\" = -1 ] ; then\n"
-" zenity --error \\\n"
+" zenity --error \n"
" --text=\"Update canceled.\"\n"
" fi\n"
"\n"
@@ -1325,10 +1325,10 @@ msgid ""
"\n"
" #!/bin/sh\n"
"\n"
-" if zenity --entry \\\n"
-" --title=\"Add an Entry\" \\\n"
-" --text=\"Enter your _password:\" \\\n"
-" --entry-text \"password\" \\\n"
+" if zenity --entry \n"
+" --title=\"Add an Entry\" \n"
+" --text=\"Enter your _password:\" \n"
+" --entry-text \"password\" \n"
" --hide-text\n"
" then echo $?\n"
" else echo \"No password entered\"\n"
@@ -1380,14 +1380,14 @@ msgid ""
"\n"
" #!/bin/sh\n"
"\n"
-" FILE=`zenity --file-selection \\\n"
+" FILE=`zenity --file-selection \n"
" --title=\"Select a File\"`\n"
"\n"
" case $? in\n"
" 0)\n"
-" zenity --text-info \\\n"
-" --title=$FILE \\\n"
-" --filename=$FILE \\\n"
+" zenity --text-info \n"
+" --title=$FILE \n"
+" --filename=$FILE \n"
" --editable 2&gt;/tmp/tmp.txt;;\n"
" 1)\n"
" echo \"No file selected.\";;\n"
@@ -1399,14 +1399,14 @@ msgstr ""
"\n"
" #!/bin/sh\n"
"\n"
-" FILE=`zenity --file-selection \\\n"
+" FILE=`zenity --file-selection \n"
" --title=\"Seleccionatz un fichièr\"`\n"
"\n"
" case $? in\n"
" 0)\n"
-" zenity --text-info \\\n"
-" --title=$FILE \\\n"
-" --filename=$FILE \\\n"
+" zenity --text-info \n"
+" --title=$FILE \n"
+" --filename=$FILE \n"
" --editable 2&gt;/tmp/tmp.txt;;\n"
" 1)\n"
" echo \"Pas de fichièr seleccionat.\";;\n"
@@ -1432,5 +1432,5 @@ msgstr ""
#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
#: ../C/zenity.xml:0(None)
msgid "translator-credits"
-msgstr "Yannig Marchegay (Kokoyaya) <yannig@marchegay.org)"
+msgstr "Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>"
diff --git a/po/ChangeLog b/po/ChangeLog
index e563efe..d1d5537 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,4 +1,7 @@
-2007-12-13 Kjartan Maraas <kmaraas@gnome.org>
+2007-12-31 Yannig Marchegay <yannig@marchegay.org>
+
+ * oc.po: Updated Occitan translation.
+ 2007-12-13 Kjartan Maraas <kmaraas@gnome.org>
* nn.po: Updated Norwegian nynorsk translation from
Eskild Hustvedt <eskild at zerodogg org>
diff --git a/po/oc.po b/po/oc.po
index d9f0de8..c858def 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -1,17 +1,15 @@
-# translation of oc.po to Occitan
+# Translation of oc.po to Occitan
# Occitan translation of Zenity.
# Copyright (C) 2003-2006, 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the Zenity package.
#
-# Yannig MARCHEGAY (yannig@marchegay.org) - 2006-2007
-#
-# Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>, 2007.
+# Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>, 2006-2008.
msgid ""
msgstr ""
"Project-Id-Version: oc\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-16 14:01+0200\n"
-"PO-Revision-Date: 2007-11-28 14:38+0100\n"
+"POT-Creation-Date: 2007-12-27 13:29+0100\n"
+"PO-Revision-Date: 2007-12-28 10:32+0100\n"
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
"MIME-Version: 1.0\n"
@@ -44,7 +42,7 @@ msgstr ""
#: ../src/about.c:264
msgid "translator-credits"
-msgstr "Yannig Marchegay (Kokoyaya) <yannig@marchegay.org)"
+msgstr "Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>"
#: ../src/about.c:276
msgid "Display dialog boxes from shell scripts"
@@ -98,7 +96,7 @@ msgstr "Totas las mesas a jorn son acabadas."
#: ../src/zenity.glade.h:4
msgid "An error has occurred."
-msgstr "Error"
+msgstr "I a aguda una error."
#: ../src/zenity.glade.h:5
msgid "Are you sure you want to proceed?"
@@ -110,7 +108,7 @@ msgstr "C_alendièr :"
#: ../src/zenity.glade.h:7
msgid "Calendar selection"
-msgstr ""
+msgstr "Seleccion de calendièr"
#: ../src/zenity.glade.h:8
msgid "Error"
@@ -118,7 +116,7 @@ msgstr "Error"
#: ../src/zenity.glade.h:9
msgid "Information"
-msgstr "Informacions"
+msgstr "Entresenhas"
#: ../src/zenity.glade.h:10
msgid "Progress"
@@ -150,7 +148,7 @@ msgstr ""
#: ../src/zenity.glade.h:17
msgid "Text View"
-msgstr ""
+msgstr "Visualizacion de tèxt"
#: ../src/zenity.glade.h:18
msgid "Warning"
@@ -158,7 +156,7 @@ msgstr "Alèrta"
#: ../src/zenity.glade.h:19
msgid "_Enter new text:"
-msgstr ""
+msgstr "_Picatz un tèxt novèl"
#: ../src/option.c:117
msgid "Set the dialog title"
@@ -170,7 +168,7 @@ msgstr "Títol"
#: ../src/option.c:126
msgid "Set the window icon"
-msgstr ""
+msgstr "Definir l'icòna de la fenèstra"
#: ../src/option.c:127
msgid "ICONPATH"
@@ -300,7 +298,7 @@ msgstr ""
#: ../src/option.c:383 ../src/option.c:452
msgid "SEPARATOR"
-msgstr ""
+msgstr "SEPARADOR"
#: ../src/option.c:391
msgid "Confirm file selection if filename already exists"
@@ -312,7 +310,7 @@ msgstr ""
#: ../src/option.c:424
msgid "Set the column header"
-msgstr ""
+msgstr "Definir lo títol de colomna"
#: ../src/option.c:425
msgid "COLUMN"
@@ -354,7 +352,7 @@ msgstr "Visualizar la notificacion"
#: ../src/option.c:511
msgid "Set the notification text"
-msgstr ""
+msgstr "Definir lo tèxt de notificacion"
#: ../src/option.c:520
msgid "Listen for commands on stdin"
@@ -529,7 +527,7 @@ msgstr "Opcions d'alèrta"
#: ../src/option.c:1536
msgid "Show warning options"
-msgstr ""
+msgstr "Visualizar las opcions d'alèrta"
#: ../src/option.c:1546
msgid "Scale options"
@@ -557,7 +555,8 @@ msgstr ""
#: ../src/option.c:1594
#, c-format
-msgid "This option is not available. Please see --help for all possible usages.\n"
+msgid ""
+"This option is not available. Please see --help for all possible usages.\n"
msgstr ""
#: ../src/option.c:1598