[Xfce4-commits] xfwm4:master Bug 6334: Use lower prio for double click timeout

2010-12-10 Thread Olivier Fourdan
Updating branch refs/heads/master
 to 54815774a1eb8f9b3d578783c95ddbbe1443b7d8 (commit)
   from f72ff9f73c9f91b3cbb5ae8fd8207d5a4389cd0e (commit)

commit 54815774a1eb8f9b3d578783c95ddbbe1443b7d8
Author: Olivier Fourdan four...@xfce.org
Date:   Fri Dec 10 09:37:44 2010 +0100

Bug 6334: Use lower prio for double click timeout

The rationale is to use a lower priority for checking for double
click timeout, in case we have a click event in time in the
event queue.

 src/events.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/events.c b/src/events.c
index d529538..bd34d13 100644
--- a/src/events.c
+++ b/src/events.c
@@ -255,7 +255,8 @@ typeOfClick (ScreenInfo *screen_info, Window w, XEvent * 
ev, gboolean allow_doub
 passdata.double_click_distance = display_info-double_click_distance;
 TRACE (Double click time= %i, distance=%i\n, 
display_info-double_click_time,

display_info-double_click_distance);
-passdata.timeout =  g_timeout_add_full (G_PRIORITY_DEFAULT,
+/* Use G_PRIORITY_DEFAULT_IDLE to make sure the timeout occurs after 
possible events */
+passdata.timeout =  g_timeout_add_full (G_PRIORITY_DEFAULT_IDLE,
display_info-double_click_time,
(GSourceFunc) typeOfClick_end,
(gpointer) passdata, NULL);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:nick/gettext Fix a typo in a comment.

2010-12-10 Thread Jérôme Guelfucci
Updating branch refs/heads/nick/gettext
 to 6ff538aa404eaa0f3c9d29ca55a6298199d2e448 (commit)
   from 4b88d9605d398df1debec856f0b75a2f1245e28f (commit)

commit 6ff538aa404eaa0f3c9d29ca55a6298199d2e448
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Fri Dec 10 10:16:30 2010 +0100

Fix a typo in a comment.

 pages/versions.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/versions.php b/pages/versions.php
index 13a5a61..d54286c 100644
--- a/pages/versions.php
+++ b/pages/versions.php
@@ -1,7 +1,7 @@
 ?php
   /**
* Always check the version number in the download page, all the mirror
-   * links should open a folder in teh archive
+   * links should open a folder in the archive
**/
 
   /* latest stable release version */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:nick/gettext Don't use blank target.

2010-12-10 Thread Jérôme Guelfucci
Updating branch refs/heads/nick/gettext
 to 7f8e03bdcb585413494ad0c731cd514ac30a61e9 (commit)
   from 6ff538aa404eaa0f3c9d29ca55a6298199d2e448 (commit)

commit 7f8e03bdcb585413494ad0c731cd514ac30a61e9
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Fri Dec 10 10:16:50 2010 +0100

Don't use blank target.

 pages/header.php |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pages/header.php b/pages/header.php
index d96a2f7..6eb1213 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -82,9 +82,9 @@ else
if (isset($toc['filename']))
{
include ($toc['filename']);
-   
+
echo 'div id=menu-sub';
-   
+
if (isset($toc['menu']))
{
echo 'h5'.R_('Category Pages').'/h5';
@@ -92,7 +92,7 @@ else
foreach ($toc['menu'] as $link = $name)
{
echo 'lia href=/'.$link.''.$name.'/a';
-   
+
if (isset ($toc['anchors'])  strcmp ($uri, 
$link) == 0)
{
echo 'ul';
@@ -100,21 +100,21 @@ else
echo 'lia 
href=#'.$id.''.$name.'/a/li';
echo '/ul';
}
-   
+
echo '/li';
}
echo '/ul';
}
-   
+
if (isset($toc['external']))
{
echo 'h5'.R_('External Links').'/h5';
echo 'ul';
foreach ($toc['external'] as $link = $name)
-   echo 'lia href='.$link.' target=_blank 
class=external'.$name.'/a/li';
+   echo 'lia href='.$link.' 
class=external'.$name.'/a/li';
echo '/ul';
}
-   
+
echo '/div';
}
 ?
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:nick/gettext Add some contents to the homepage.

2010-12-10 Thread Jérôme Guelfucci
Updating branch refs/heads/nick/gettext
 to ad412dc4173f3907d81c9258a559f7a8807e6e9b (commit)
   from 7f8e03bdcb585413494ad0c731cd514ac30a61e9 (commit)

commit ad412dc4173f3907d81c9258a559f7a8807e6e9b
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Fri Dec 10 12:20:24 2010 +0100

Add some contents to the homepage.

Read the blog.xfce.org to get the 4 latest posts, add an introduction to
Xfce and start the download stuff.

 lib/blog.php|   49 +
 pages/frontpage.php |   50 +-
 style/home.css  |   86 +++
 3 files changed, 184 insertions(+), 1 deletions(-)

diff --git a/lib/blog.php b/lib/blog.php
new file mode 100644
index 000..e45b467
--- /dev/null
+++ b/lib/blog.php
@@ -0,0 +1,49 @@
+?php
+  function parseRSS($url) {
+
+  $feedeed = implode('', file($url));
+  $parser = xml_parser_create();
+  xml_parse_into_struct($parser, $feedeed, $valueals, $index);
+  xml_parser_free($parser);
+
+  foreach($valueals as $keyey = $valueal)
+{
+  if($valueal['type'] != 'cdata')
+{
+  $item[$keyey] = $valueal;
+}
+  }
+
+  $i = 0;
+
+  foreach($item as $key = $value)
+{
+  if($value['type'] == 'open')
+{
+  $i++;
+  $itemame[$i] = $value['tag'];
+}
+  elseif($value['type'] == 'close')
+{
+  $feed = $values[$i];
+  $item = $itemame[$i];
+  $i--;
+
+  if(count($values[$i])1)
+{
+  $values[$i][$item][] = $feed;
+}
+  else
+{
+  $values[$i][$item] = $feed;
+}
+}
+  else
+{
+  $values[$i][$value['tag']] = $value['value'];
+}
+}
+return $values[0];
+  }
+
+?
diff --git a/pages/frontpage.php b/pages/frontpage.php
index 7b79028..14de8ab 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -1,5 +1,53 @@
-?php 
+?php
   $head['description'] = 'Xfce Desktop Environment';
   $head['keywords'] = 'desktop environment, window manager, desktop, speed, 
lightweight, gtk+, open source, xforms common environment';
+  $head['stylesheet'] = array ('/style/home.css');
 ?
 
+?php include(lib/blog.php) ?
+
+div id=download
+
+  div id=button
+a href=/download/?php E_(Download Xfce) ?/a
+  /div
+
+  pa href=Changelogs/a | a href=Tour/a/p
+
+/div
+
+div id=quote
+
+  h2?php E_(What is Xfce?) ?/h2
+
+  blockquote?php E_(Xfce is a lightweight desktop environment for various 
*NIX systems. Designed for productivity, it loads and executes applications 
fast, while conserving system resources.) ?/blockquote
+  span?php E_(Olivier Fourdan, creator of Xfce) ?/span
+
+  p
+?php E_(Xfce embodies the traditional UNIX philosophy of modularity and 
re-usability. It consists of a number of components that together provide the 
full functionality of the desktop environment. They are packaged separately and 
you can pick and choose from the available packages to create the best personal 
working environment.) ?
+  /p
+
+/div
+
+div id=blog
+
+  h2?php E_(Developers blog) ?/h2
+
+  ?php
+
+$xml = parseRSS(http://blog.xfce.org/feed/;);
+$i = 0;
+
+foreach($xml['RSS']['CHANNEL']['ITEM'] as $item) {
+  if ($i  3)
+break;
+
+  echo (p class=\info\ . $item['DC:CREATOR'] .  @  . substr 
($item['PUBDATE'], 5, 11) . /p\n);
+  echo (p class=\title\a href=\{$item['LINK']}\ 
class=\external\{$item['TITLE']}{$link}/a/p\n);
+
+  $i++;
+}
+
+  ?
+
+/div
diff --git a/style/home.css b/style/home.css
new file mode 100644
index 000..8e2477c
--- /dev/null
+++ b/style/home.css
@@ -0,0 +1,86 @@
+/* Fourdan quote style */
+
+#quote {
+  width: 500px;
+  margin-right: 30px;
+}
+
+#quote blockquote {
+  font: 1.5em Georgia,Trebuchet MS,Verdana,Lucida 
Grande,Tahoma,Helvetica,Sans-Serif;
+  margin: 10px 0 0 44px;
+  padding: 5px 0 0;
+  text-align: justify;
+  color: #ADADAD
+}
+
+#quote span {
+  color:#333;
+  font-size:0.9em;
+  font-weight: bold;
+  margin-left:3em;
+  white-space:nowrap;
+}
+
+/* Download style */
+
+#download {
+  width: 300px;
+  float: right;
+  margin-top: 100px;
+}
+
+#download #button {
+  color: white;
+  height: 188px;
+  font-weight: bold;
+  font-size: 2em;
+  background: black no-repeat;
+}
+
+#download #button:hover {
+  background: black no-repeat;
+}
+
+#download #button a {
+  display: block;
+  width: 300px;
+  height: 188px;
+  color: white;
+  padding: 120px 0 0 60px;
+}
+
+#download #button a:hover {
+  color: white;
+}
+
+#download p {
+  text-align: right;
+  margin: 2px;
+}
+
+/* Blog post style */
+
+#blog {
+  -webkit-border-radius: 10px;
+  -moz-border-radius: 10px;
+  border-radius: 10px;
+  width: 30%;
+  clear: both;
+}
+
+#blog .info {
+  color: grey;
+  font-variant: italic;
+  

[Xfce4-commits] thunar-vfs:master l10n: Updated German (de) translation to 91%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 0d5f7d600dae9025298c0522271c0848cfdf9114 (commit)
   from 4b048b83fd5a7148be274a77c3a6622311a49bba (commit)

commit 0d5f7d600dae9025298c0522271c0848cfdf9114
Author: Paul Seyfert pseyf...@mathphys.fsk.uni-heidelberg.de
Date:   Fri Dec 10 12:27:47 2010 +0100

l10n: Updated German (de) translation to 91%

New status: 79 messages complete with 7 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/de.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/de.po b/po/de.po
index 50d19a7..1df202b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid 
 msgstr 
 Project-Id-Version: Thunar 0.9.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-06 11:10+\n
+POT-Creation-Date: 2010-12-10 11:11+\n
 PO-Revision-Date: 2010-11-24 01:22+0100\n
 Last-Translator: Paul Seyfert pseyf...@mathphys.fsk.uni-heidelberg.de\n
 Language-Team: German xfce-i...@xfce.org\n
@@ -45,7 +45,7 @@ msgstr Compact Flash Laufwerk
 #: ../thunar-vfs/exo-hal.c:455
 #, fuzzy
 msgid Memory Stick Drive
-msgstr Speichersticks Laufwerk
+msgstr Memory Stick Laufwerk
 
 #: ../thunar-vfs/exo-hal.c:459
 #, fuzzy
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


orage:master 4.7.6.3: Fixed bug 6290 garbage displayed in “GMT Offset” in timezone config

2010-12-10 Thread Juha Kautto
Updating branch refs/heads/master
 to bfe573f76da9087c66f6b634b55c77290c90b0e5 (commit)
   from 544de244c1537182c916de360198fbfc8b068e96 (commit)

commit bfe573f76da9087c66f6b634b55c77290c90b0e5
Author: Juha Kautto j...@xfce.org
Date:   Fri Dec 10 17:02:02 2010 +0200

4.7.6.3: Fixed bug 6290 garbage displayed in “GMT Offset” in timezone config

This problem happened in 64 systems. Fixed by using int instead of long.

 configure.in.in |2 +-
 globaltime/tz_zoneinfo_read.c   |   18 +-
 panel-plugin/tz_zoneinfo_read.c |   18 +-
 src/tz_zoneinfo_read.c  |   18 +-
 tz_convert/tz_convert.c |   21 +++--
 5 files changed, 39 insertions(+), 38 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index a9129f0..e20edf7 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto j...@xfce.org
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.7.6.2-git])
+m4_define([orage_version], [4.7.6.3-git])
 
 m4_define([gtk_minimum_version], [2.10.0])
 m4_define([xfce_minimum_version], [4.6.0])
diff --git a/globaltime/tz_zoneinfo_read.c b/globaltime/tz_zoneinfo_read.c
index 31d2ab1..f285b0d 100644
--- a/globaltime/tz_zoneinfo_read.c
+++ b/globaltime/tz_zoneinfo_read.c
@@ -154,14 +154,14 @@ static void read_file(const char *file_name, const struct 
stat *file_stat)
 printf(read_file: end\n);
 }
 
-static long get_long()
+static int get_long()
 {
-unsigned long tmp;
+int tmp;
 
-tmp = (((long)in_head[0]24)
- + ((long)in_head[1]16)
- + ((long)in_head[2]8)
- +  (long)in_head[3]);
+tmp = (((int)in_head[0]24)
+ + ((int)in_head[1]16)
+ + ((int)in_head[2]8)
+ +  (int)in_head[3]);
 in_head += 4;
 return(tmp);
 }
@@ -200,7 +200,7 @@ static int process_header()
 
 static void process_local_time_table()
 { /* points when time changes */
-unsigned long tmp;
+time_t tmp;
 int i;
 
 begin_timechanges = in_head;
@@ -209,9 +209,9 @@ static void process_local_time_table()
 for (i = 0; i  timecnt; i++) {
 tmp = get_long();
 if (debug  3) {
-printf(GMT %d: %lu =  %s, i, tmp
+printf(GMT %d: %d =  %s, i, (int)tmp
 , asctime(gmtime((const time_t*)tmp)));
-printf(\tLOC %d: %lu =  %s, i, tmp
+printf(\tLOC %d: %d =  %s, i, (int)tmp
 , asctime(localtime((const time_t*)tmp)));
 }
 }
diff --git a/panel-plugin/tz_zoneinfo_read.c b/panel-plugin/tz_zoneinfo_read.c
index d029177..b70a181 100644
--- a/panel-plugin/tz_zoneinfo_read.c
+++ b/panel-plugin/tz_zoneinfo_read.c
@@ -154,14 +154,14 @@ static void read_file(const char *file_name, const struct 
stat *file_stat)
 printf(read_file: end\n);
 }
 
-static long get_long()
+static int get_long()
 {
-unsigned long tmp;
+int tmp;
 
-tmp = (((long)in_head[0]24)
- + ((long)in_head[1]16)
- + ((long)in_head[2]8)
- +  (long)in_head[3]);
+tmp = (((int)in_head[0]24)
+ + ((int)in_head[1]16)
+ + ((int)in_head[2]8)
+ +  (int)in_head[3]);
 in_head += 4;
 return(tmp);
 }
@@ -200,7 +200,7 @@ static int process_header()
 
 static void process_local_time_table()
 { /* points when time changes */
-unsigned long tmp;
+time_t tmp;
 int i;
 
 begin_timechanges = in_head;
@@ -209,9 +209,9 @@ static void process_local_time_table()
 for (i = 0; i  timecnt; i++) {
 tmp = get_long();
 if (debug  3) {
-printf(GMT %d: %lu =  %s, i, tmp
+printf(GMT %d: %d =  %s, i, (int)tmp
 , asctime(gmtime((const time_t*)tmp)));
-printf(\tLOC %d: %lu =  %s, i, tmp
+printf(\tLOC %d: %d =  %s, i, (int)tmp
 , asctime(localtime((const time_t*)tmp)));
 }
 }
diff --git a/src/tz_zoneinfo_read.c b/src/tz_zoneinfo_read.c
index c665fec..8196df8 100644
--- a/src/tz_zoneinfo_read.c
+++ b/src/tz_zoneinfo_read.c
@@ -154,14 +154,14 @@ static void read_file(const char *file_name, const struct 
stat *file_stat)
 printf(read_file: end\n);
 }
 
-static long get_long()
+static int get_long()
 {
-unsigned long tmp;
+int tmp;
 
-tmp = (((long)in_head[0]24)
- + ((long)in_head[1]16)
- + ((long)in_head[2]8)
- +  (long)in_head[3]);
+tmp = (((int)in_head[0]24)
+ + ((int)in_head[1]16)
+ + ((int)in_head[2]8)
+ +  (int)in_head[3]);
 in_head += 4;
 return(tmp);
 }
@@ -200,7 +200,7 @@ static int process_header()
 
 static void process_local_time_table()
 { /* points when time changes */
-unsigned long tmp;
+time_t tmp;
 int i;
 
 begin_timechanges = in_head;
@@ -209,9 +209,9 @@ static void process_local_time_table()
 for (i = 0; i  timecnt; i++) {
 tmp = get_long();

[Xfce4-commits] exo:master l10n: Updated Portuguese (pt) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 2f4e0472619990329d3ca718315d0be6c0551e52 (commit)
   from b04d9b8773cb90801aa76bfeb043d5fc176a0266 (commit)

commit 2f4e0472619990329d3ca718315d0be6c0551e52
Author: Nuno Miguel nu...@netcabo.pt
Date:   Fri Dec 10 17:07:22 2010 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 274 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |   21 +++--
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 8396304..d03b90c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -8,7 +8,7 @@ msgstr 
 Project-Id-Version: exo 0.3.2\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2010-11-10 11:00+\n
-PO-Revision-Date: 2010-12-01 18:54+0100\n
+PO-Revision-Date: 2010-12-09 20:09+0100\n
 Last-Translator: Nuno Miguel nu...@netcabo.pt\n
 Language-Team: \n
 MIME-Version: 1.0\n
@@ -922,7 +922,7 @@ msgstr Falha ao definir o navegador web preferido
 
 #: ../exo-helper/exo-helper-chooser.c:316
 msgid Failed to set default Mail Reader
-msgstr Falha ao definir o leitor de mensagens electrónicas preferido
+msgstr Falha ao definir o leitor de correio preferido
 
 #: ../exo-helper/exo-helper-chooser.c:317
 msgid Failed to set default File Manager
@@ -943,7 +943,7 @@ msgstr Escolha um navegador web
 
 #: ../exo-helper/exo-helper-chooser.c:502
 msgid Choose a custom Mail Reader
-msgstr Escolha um leitor de mensagens electrónicas
+msgstr Escolha um leitor de correio
 
 #: ../exo-helper/exo-helper-chooser.c:503
 msgid Choose a custom File Manager
@@ -967,7 +967,7 @@ msgid 
 as default Mail Reader for Xfce:
 msgstr 
 Especifique a aplicação que pretende utilizar como\n
-leitor de mensagens electrónicas preferido para o Xfce:
+leitor de correio preferido para o Xfce:
 
 #: ../exo-helper/exo-helper-chooser.c:511
 msgid 
@@ -1014,7 +1014,7 @@ msgid 
 Please choose your preferred Mail Reader\n
 now and click OK to proceed.
 msgstr 
-Por favor, escolha o seu leitor de mensagens electrónicas\n
+Por favor, escolha o seu leitor de correio\n
 preferido e clique OK para continuar.
 
 #: ../exo-helper/exo-helper-launcher-dialog.c:260
@@ -1045,7 +1045,7 @@ msgstr Falha ao abrir \%s\ para escrita
 
 #: ../exo-helper/exo-preferred-applications.desktop.in.h:2
 msgid Preferred Applications (Web Browser, Mail Reader and Terminal Emulator)
-msgstr Aplicações preferidas (Navegador web, Leitor mensagens electrónicas e 
Emulador de terminal)
+msgstr Aplicações preferidas (Navegador web, Leitor de correio e Emulador de 
terminal)
 
 #: ../exo-helper/main.c:41
 msgid Failed to execute default Web Browser
@@ -1053,7 +1053,7 @@ msgstr Falha ao executar o navegador web
 
 #: ../exo-helper/main.c:42
 msgid Failed to execute default Mail Reader
-msgstr Falha ao executar o leitor de mensagens electrónicas
+msgstr Falha ao executar o leitor de correio
 
 #: ../exo-helper/main.c:43
 msgid Failed to execute default File Manager
@@ -1099,7 +1099,7 @@ msgstr 
 Os seguintes TIPOS são suportados pelo comando --launch:\n
 \n
   WebBrowser   - O navegador web preferido.\n
-  MailReader   - o leitor de mensagens electrónicas preferido.\n
+  MailReader   - o leitor de correio preferido.\n
   FileManager  - o gestor de ficheiros preferido.\n
   TerminalEmulator - O emulador de terminal preferido.
 
@@ -1324,7 +1324,8 @@ msgid 
   TerminalEmulator - The preferred Terminal Emulator.
 msgstr 
   WebBrowser   - O Navegador web preferido.\n
-  MailReader   - O leitor de mensagens electrónicas preferido.n  
FileManager  - O gestor de ficheiros preferido.\n
+  MailReader   - O leitor de correio preferido.\n
+  FileManager  - O gestor de ficheiros preferido.\n
   TerminalEmulator - O emulador de terminal preferido.
 
 #: ../exo-open/main.c:108
@@ -1368,7 +1369,7 @@ msgstr Navegar pelo sistema de ficheiros
 
 #: ../exo-open/exo-mail-reader.desktop.in.h:2
 msgid Read your email
-msgstr Ler as mensagens electrónicas
+msgstr Ler o seu correio
 
 #: ../exo-open/exo-terminal-emulator.desktop.in.h:2
 msgid Use the command line
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce-utils:master l10n: Updated Portuguese (pt) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 8e2b068bbaa13e3b140bda4a81238a53458ddf94 (commit)
   from a11a951138d0069f606cd81b07b00189bbd36c06 (commit)

commit 8e2b068bbaa13e3b140bda4a81238a53458ddf94
Author: Nuno Miguel nu...@netcabo.pt
Date:   Fri Dec 10 17:08:24 2010 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 72 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |  147 +-
 1 files changed, 40 insertions(+), 107 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 0fd1ba7..ec89c25 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: xfce-utils 4.6.1\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2010-12-05 15:39+0100\n
-PO-Revision-Date: 2010-11-11 16:02+0100\n
+PO-Revision-Date: 2010-12-10 16:07+0100\n
 Last-Translator: Nuno Miguel nu...@netcabo.pt\n
 Language-Team: \n
 Language: \n
@@ -36,72 +36,48 @@ msgid Panel
 msgstr Painel
 
 #: ../xfce4-about/main.c:75
-msgid 
-Program launchers, window buttons, applications menu, workspace switcher and 
-more.
-msgstr 
-Iniciadores de programas, botões de janelas, menu de aplicações, alternador 
-de áreas de trabalho e mais.
+msgid Program launchers, window buttons, applications menu, workspace 
switcher and more.
+msgstr Iniciadores de programas, botões de janelas, menu de aplicações, 
alternador de áreas de trabalho e mais.
 
 #: ../xfce4-about/main.c:79
 msgid Desktop Manager
 msgstr Gestor do ambiente de trabalho
 
 #: ../xfce4-about/main.c:80
-msgid 
-Sets the background color or image with optional application menu or icons 
-for minimized applications or launchers, devices and folders.
-msgstr 
-Define a cor ou a imagem de fundo com um menu de aplicações opcionais, 
-ícones ou iniciadores de aplicações, dispositivos e pastas. 
+msgid Sets the background color or image with optional application menu or 
icons for minimized applications or launchers, devices and folders.
+msgstr Define a cor ou a imagem de fundo com um menu de aplicações opcionais, 
ícones ou iniciadores de aplicações, dispositivos e pastas. 
 
 #: ../xfce4-about/main.c:84
 msgid File Manager 
 msgstr Gestor de ficheiros
 
 #: ../xfce4-about/main.c:85
-msgid 
-A modern file manager for the Unix/Linux desktop, aiming to be easy-to-use 
-and fast.
-msgstr 
-Um gestor de ficheiros moderno para o ambiente de trabalho Unix/Linux, 
-desenvolvido para ser rápido e fácil de usar.
+msgid A modern file manager for the Unix/Linux desktop, aiming to be 
easy-to-use and fast.
+msgstr Um gestor de ficheiros moderno para o ambiente de trabalho Unix/Linux, 
desenvolvido para ser rápido e fácil de usar.
 
 #: ../xfce4-about/main.c:89
 msgid Session Manager
 msgstr Gestor de sessões
 
 #: ../xfce4-about/main.c:90
-msgid 
-Restores your session on startup and allows you to shutdown the computer 
-from Xfce.
-msgstr 
-Restaura a sua sessão ao iniciar e permite-lhe desligar o computador a 
-partir do Xfce.
+msgid Restores your session on startup and allows you to shutdown the 
computer from Xfce.
+msgstr Restaura a sua sessão ao iniciar e permite-lhe desligar o computador a 
partir do Xfce.
 
 #: ../xfce4-about/main.c:94
 msgid Setting System
 msgstr Definições do sistema
 
 #: ../xfce4-about/main.c:95
-msgid 
-Configuration system to control various aspects of the desktop like 
-appearance, display, keyboard and mouse settings.
-msgstr 
-Configuração do sistema para controlar diversos aspectos do ambiente de 
-trabalho como a aparência, ecrã, teclado e rato.
+msgid Configuration system to control various aspects of the desktop like 
appearance, display, keyboard and mouse settings.
+msgstr Configuração do sistema para controlar diversos aspectos do ambiente 
de trabalho como a aparência, ecrã, teclado e rato.
 
 #: ../xfce4-about/main.c:99
 msgid Application Finder
 msgstr Localizar aplicações
 
 #: ../xfce4-about/main.c:100
-msgid 
-Shows the applications installed on your system in categories, so you can 
-quickly find and launch them.
-msgstr 
-Mostra as categorias das aplicações instaladas no sistema de modo a que 
-possa encontrá-las e iniciá-las rapidamente.
+msgid Shows the applications installed on your system in categories, so you 
can quickly find and launch them.
+msgstr Mostra as categorias das aplicações instaladas no sistema de modo a 
que possa encontrá-las e iniciá-las rapidamente.
 
 #: ../xfce4-about/main.c:104
 msgid Utilities and Scripts
@@ -109,8 +85,7 @@ msgstr Utilitários e \scripts\
 
 #: ../xfce4-about/main.c:105
 msgid Startup scripts, run dialog and about dialog.
-msgstr 
-\Scripts\ de arranque, janela de execução e informações sobre o Xfce.
+msgstr \Scripts\ de arranque, janela de execução e informações sobre o 
Xfce.
 
 #: ../xfce4-about/main.c:108
 msgid Settings Daemon
@@ -121,34 +96,16 @@ msgid D-Bus-based configuration storage system.
 msgstr Sistema de armazenamento de 

[Xfce4-commits] xfce4-panel:master l10n: Updated Chinese (Taiwan) (zh_TW) translation to 99%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 1d30f1f0887df94bb4ca2fbb6d93068619fe4547 (commit)
   from 3c1ca19a6d7b869a7bd72f9cd313f3a5faf44f27 (commit)

commit 1d30f1f0887df94bb4ca2fbb6d93068619fe4547
Author: Cheng-Chia Tseng pswo10...@gmail.com
Date:   Fri Dec 10 17:13:10 2010 +0100

l10n: Updated Chinese (Taiwan) (zh_TW) translation to 99%

New status: 343 messages complete with 1 fuzzy and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_TW.po |9 -
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 7c15af0..4af48b5 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,8 +10,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-06 17:08+\n
-PO-Revision-Date: 2010-12-07 01:42+0800\n
+POT-Creation-Date: 2010-12-10 11:09+\n
+PO-Revision-Date: 2010-12-11 00:12+0800\n
 Last-Translator: Cheng-Chia Tseng pswo10...@gmail.com\n
 Language-Team: Chinese (traditional) zh-l...@linux.org.tw\n
 MIME-Version: 1.0\n
@@ -21,7 +21,7 @@ msgstr 
 
 #: ../panel-desktop-handler.desktop.in.h:1
 msgid Add a new launcher to the panel based on the information of this 
desktop file
-msgstr 
+msgstr 加入新的啟動器 (以此桌面檔資訊為基礎) 至面板
 
 #: ../panel-desktop-handler.desktop.in.h:2
 msgid Create Launcher on the panel
@@ -1443,9 +1443,8 @@ msgid Show only _minimized windows
 msgstr 只顯示最小化的視窗(_M)
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:15
-#, fuzzy
 msgid Show windows from _all workspaces or viewports
-msgstr 顯示所有工作區或的視窗(_A)
+msgstr 顯示所有工作區或 viewport 內的視窗(_A)
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:16
 msgid Sorting _order:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 9e61e6c1aae037ae796a694c53cd72ca950fab97 (commit)
   from 1d30f1f0887df94bb4ca2fbb6d93068619fe4547 (commit)

commit 9e61e6c1aae037ae796a694c53cd72ca950fab97
Author: Cheng-Chia Tseng pswo10...@gmail.com
Date:   Fri Dec 10 17:15:54 2010 +0100

l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%

New status: 344 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/zh_TW.po |5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 4af48b5..bb47134 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -11,7 +11,7 @@ msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2010-12-10 11:09+\n
-PO-Revision-Date: 2010-12-11 00:12+0800\n
+PO-Revision-Date: 2010-12-11 00:15+0800\n
 Last-Translator: Cheng-Chia Tseng pswo10...@gmail.com\n
 Language-Team: Chinese (traditional) zh-l...@linux.org.tw\n
 MIME-Version: 1.0\n
@@ -1422,9 +1422,8 @@ msgid Restore minimized windows to current _workspace
 msgstr 還原最小化視窗至目前工作區(_W)
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:10
-#, fuzzy
 msgid Ro_tate buttons in vertical panel
-msgstr 旋轉垂直面板的按鈕(_T)
+msgstr 旋轉垂直面板上的按鈕(_T)
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:11
 msgid Show _flat buttons
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:nick/gettext Fix a lot of warnings.

2010-12-10 Thread Jérôme Guelfucci
Updating branch refs/heads/nick/gettext
 to 06594f24a9dfecc74b1c58e247ab3e6b5a32a1a6 (commit)
   from ad412dc4173f3907d81c9258a559f7a8807e6e9b (commit)

commit 06594f24a9dfecc74b1c58e247ab3e6b5a32a1a6
Author: Jérôme Guelfucci jero...@xfce.org
Date:   Fri Dec 10 17:24:49 2010 +0100

Fix a lot of warnings.

 lib/blog.php|5 +++--
 pages/frontpage.php |2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/blog.php b/lib/blog.php
index e45b467..ba7452c 100644
--- a/lib/blog.php
+++ b/lib/blog.php
@@ -29,7 +29,7 @@
   $item = $itemame[$i];
   $i--;
 
-  if(count($values[$i])1)
+  if(isset ($values[$i])  count($values[$i])1)
 {
   $values[$i][$item][] = $feed;
 }
@@ -40,7 +40,8 @@
 }
   else
 {
-  $values[$i][$value['tag']] = $value['value'];
+  if (isset ($value['value']))
+$values[$i][$value['tag']] = $value['value'];
 }
 }
 return $values[0];
diff --git a/pages/frontpage.php b/pages/frontpage.php
index 14de8ab..86f7789 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -43,7 +43,7 @@
 break;
 
   echo (p class=\info\ . $item['DC:CREATOR'] .  @  . substr 
($item['PUBDATE'], 5, 11) . /p\n);
-  echo (p class=\title\a href=\{$item['LINK']}\ 
class=\external\{$item['TITLE']}{$link}/a/p\n);
+  echo (p class=\title\a href=\{$item['LINK']}\ 
class=\external\{$item['TITLE']}/a/p\n);
 
   $i++;
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] postler:master Initial Postler DBus service with ReceiveMail()

2010-12-10 Thread Christian Dywan
Updating branch refs/heads/master
 to b887d990ee86bc33df1d83acaed1d38952e0149f (commit)
   from e2c4a15ebda3979752282ae41bc4d8c4de1c1757 (commit)

commit b887d990ee86bc33df1d83acaed1d38952e0149f
Author: Christian Dywan christ...@twotoasts.de
Date:   Fri Dec 10 00:05:11 2010 +0100

Initial Postler DBus service with ReceiveMail()

The service is started as a module 'service', it will silently
quit if already running.

The service will be run from the client side automatically just
like Dexter is.

The service runs without any graphical interface.

 postler/postler-client.vala  |   44 
 postler/postler-reader.vala  |   13 +-
 postler/postler-service.vala |   51 ++
 3 files changed, 106 insertions(+), 2 deletions(-)

diff --git a/postler/postler-client.vala b/postler/postler-client.vala
new file mode 100644
index 000..fc14bd5
--- /dev/null
+++ b/postler/postler-client.vala
@@ -0,0 +1,44 @@
+/*
+ Copyright (C) 2010 Christian Dywan christ...@twotoasts.de
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ See the file COPYING for the full license text.
+*/
+
+namespace Postler {
+
+[DBus (name = org.elementary.Postler)]
+interface PostlerClient : Object {
+public abstract void receive_mail () throws IOError;
+}
+
+public class Client : Object {
+PostlerClient client;
+
+public Client () {
+try {
+client = Bus.get_proxy_sync (BusType.SESSION,
+ org.elementary.Postler,
+ /org/elementary/postler);
+/* Ensure Postler is running, ignore errors */
+Process.spawn_async (null,
+{ Postler.App.argv0, -m, service }, null,
+SpawnFlags.SEARCH_PATH
+  | SpawnFlags.STDOUT_TO_DEV_NULL
+  | SpawnFlags.STDERR_TO_DEV_NULL,
+null, null);
+} catch (GLib.Error error) { }
+}
+
+public void receive_mail () {
+try {
+client.receive_mail ();
+} catch (GLib.Error error) { }
+}
+}
+}
+
diff --git a/postler/postler-reader.vala b/postler/postler-reader.vala
index 4eb228b..e4955a5 100644
--- a/postler/postler-reader.vala
+++ b/postler/postler-reader.vala
@@ -31,6 +31,7 @@ public class Postler.Reader {
 context.set_help_enabled (true);
 context.add_main_entries (options, null);
 context.add_group (Gtk.get_option_group (true));
+Environment.set_application_name (_(Postler));
 try {
context.parse (ref args);
} catch (GLib.Error error) {
@@ -42,7 +43,15 @@ public class Postler.Reader {
 Log.set_handler (null, LogLevelFlags.LEVEL_DEBUG, handler);
 }
 
-Environment.set_application_name (_(Postler));
+if (module == service) {
+var service = new Postler.Service ();
+service.done.connect ((status) = {
+Process.exit (status);
+});
+service.run ();
+assert_not_reached ();
+}
+
 Gtk.init (ref args);
 /* FIXME: only for new webkit */
 WebKit.set_cache_model (WebKit.CacheModel.DOCUMENT_VIEWER);
@@ -119,7 +128,7 @@ public class Postler.Reader {
 }
 else
 GLib.error (Unknown module \%s\. Valid modules are: %s,
-module, content source compose);
+module, content source compose service);
 
 /* FIXME: Escape to close window */
 var window = new Gtk.Window (Gtk.WindowType.TOPLEVEL);
diff --git a/postler/postler-service.vala b/postler/postler-service.vala
new file mode 100644
index 000..1fe6733
--- /dev/null
+++ b/postler/postler-service.vala
@@ -0,0 +1,51 @@
+/*
+ Copyright (C) 2010 Christian Dywan christ...@twotoasts.de
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ See the file COPYING for the full license text.
+*/
+
+namespace Postler {
+
+[DBus (name = org.elementary.Postler)]
+class PostlerService : Object {
+public void receive_mail () {
+var accounts = new Accounts ();
+accounts.receive (null);
+} 
+}
+
+public class Service {
+void bus_aquired (DBusConnection conn) {
+try {
+conn.register_object (/org/elementary/postler,
+   

[Xfce4-commits] postler:master Use DBus client from Bureau to receive mail

2010-12-10 Thread Christian Dywan
Updating branch refs/heads/master
 to 336a72f2e3e03f06d0308d18766f1b24068c432f (commit)
   from b887d990ee86bc33df1d83acaed1d38952e0149f (commit)

commit 336a72f2e3e03f06d0308d18766f1b24068c432f
Author: Christian Dywan christ...@twotoasts.de
Date:   Fri Dec 10 00:11:42 2010 +0100

Use DBus client from Bureau to receive mail

 postler/postler-bureau.vala |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index ec2c561..397d480 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -11,6 +11,7 @@
 
 public class Postler.Bureau : Gtk.Window {
 Accounts accounts = new Accounts ();
+Postler.Client client = new Postler.Client ();
 
 Gtk.UIManager ui;
 Gtk.ActionGroup actions;
@@ -92,13 +93,13 @@ public class Postler.Bureau : Gtk.Window {
 ;
 
 private bool new_message_timer () {
-accounts.receive ();
+client.receive_mail ();
 folders.display_notify = true;
 return true;
 }
 
 void action_mail_receive () {
-accounts.receive ();
+client.receive_mail ();
 folders.display_notify = true;
 }
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] terminal:master l10n: Updated Norwegian Bokmal (nb) translation to 97%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to c4f25ff6c912f59232d023a6a148195c92293a3f (commit)
   from e33e1891536328064fbbe1b4b0dac70f9f0da505 (commit)

commit c4f25ff6c912f59232d023a6a148195c92293a3f
Author: Terje Uriansrud te...@uriansrud.net
Date:   Fri Dec 10 22:00:39 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 97%

New status: 262 messages complete with 0 fuzzies and 8 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |  304 ++
 1 files changed, 26 insertions(+), 278 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index a914b15..c5e5084 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -1,13 +1,13 @@
 # Norwegian Bokmal translations for PACKAGE package.
 # Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Terje Uriansrud te...@uriansrud.net, 2009.
+# Terje Uriansrud te...@uriansrud.net, 2010.
 #
 msgid 
 msgstr 
 Project-Id-Version: Terminal 0.2.10\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-04-12 19:57+0200\n
+POT-Creation-Date: 2010-12-10 17:01+\n
 PO-Revision-Date: 2007-05-12 17:43+0200\n
 Last-Translator: Terje Uriansrud te...@uriansrud.net\n
 Language-Team: Norwegian Bokmal i18n...@lister.ping.uio.no\n
@@ -31,15 +31,14 @@ msgstr Generelle innstillinger
 #. parameter of --default-display
 #. parameter of --display
 #: ../terminal/main.c:59 ../terminal/main.c:85
-#, fuzzy
 msgid display
-msgstr Vises ikke
+msgstr skjerm
 
 #. parameter of --default-working-directory
 #. parameter of --working-directory
 #: ../terminal/main.c:61 ../terminal/main.c:76
 msgid directory
-msgstr 
+msgstr mappe
 
 #: ../terminal/main.c:65
 msgid Window or Tab Separators
@@ -51,15 +50,13 @@ msgstr Faneinnstillinger
 
 #. parameter of --command
 #: ../terminal/main.c:72
-#, fuzzy
 msgid command
-msgstr Kommando
+msgstr commando
 
 #. parameter of --title
 #: ../terminal/main.c:74
-#, fuzzy
 msgid title
-msgstr Tittel
+msgstr tittel
 
 #: ../terminal/main.c:83
 msgid Window Options
@@ -77,15 +74,13 @@ msgstr 
 
 #. parameter of --startup-id
 #: ../terminal/main.c:91
-#, fuzzy
 msgid string
-msgstr Advarsel
+msgstr streng
 
 #. parameter of --icon
 #: ../terminal/main.c:93
-#, fuzzy
 msgid icon
-msgstr Aksjon
+msgstr ikon
 
 #: ../terminal/main.c:95
 #, c-format
@@ -122,7 +117,7 @@ msgstr 
 \n
 Rapporter programfeil til %s.\n
 
-#: ../terminal/main.c:250
+#: ../terminal/main.c:254
 #, c-format
 msgid Unable to register terminal service: %s\n
 msgstr Klarte ikke registerer terminaltjeneste: %s\n
@@ -132,16 +127,20 @@ msgstr Klarte ikke registerer terminaltjeneste: %s\n
 msgid Invalid geometry string \%s\\n
 msgstr Ugyldig geomtriangivelse «%s»\n
 
-#: ../terminal/terminal-dbus.c:107
+#: ../terminal/terminal-dbus.c:113
 msgid User id mismatch
 msgstr Brukerid stemmer ikke
 
-#: ../terminal/terminal-dbus.c:133
+#: ../terminal/terminal-dbus.c:119
+msgid Display mismatch
+msgstr Skjerm 
+
+#: ../terminal/terminal-dbus.c:145
 #, c-format
 msgid D-BUS message bus disconnected, exiting...\n
 msgstr D-BUS meldingsbuss frakoblet, avslutter ...\n
 
-#: ../terminal/terminal-dbus.c:195
+#: ../terminal/terminal-dbus.c:207
 #, c-format
 msgid Unable to register object %s
 msgstr Klarte ikke å registerer objekt %s
@@ -189,7 +188,8 @@ msgid 
 Option \--default-display\ requires specifying the default X display as 
 its parameter
 msgstr 
-Valget «--default-display» krever at du angir standard X-display som 
argument.
+Valget «--default-display» krever at du angir standard X-display som 
+argument.
 
 #: ../terminal/terminal-options.c:225
 #, c-format
@@ -197,8 +197,8 @@ msgid 
 Option \--default-working-directory\ requires specifying the default 
 working directory as its parameter
 msgstr 
-Valget «--default-working-directory» krever at du angir standard arbeidsmappe 

-som argument
+Valget «--default-working-directory» krever at du angir standard 
+arbeidsmappe som argument
 
 #: ../terminal/terminal-options.c:241
 #, c-format
@@ -388,24 +388,22 @@ msgstr Bytt til fane 9
 msgid Contents
 msgstr Innhold
 
-#. TRANSLATORS: title for the tab/window used when all other
-#. * possible titles were empty strings
-#: ../terminal/terminal-screen.c:392 ../terminal/terminal-screen.c:591
-#: ../terminal/terminal-screen.c:1532
+#: ../terminal/terminal-screen.c:397 ../terminal/terminal-screen.c:629
+#: ../terminal/terminal-screen.c:1598
 msgid Untitled
 msgstr Uten tittel
 
-#: ../terminal/terminal-screen.c:482
+#: ../terminal/terminal-screen.c:529
 #, c-format
 msgid Unable to determine your login shell.
 msgstr Klarte ikke bestemme innloggingsskallet ditt.
 
 #. tell the user that we were unable to execute the command
-#: ../terminal/terminal-screen.c:1293
+#: ../terminal/terminal-screen.c:1339
 msgid Failed to execute child
 msgstr Klarte ikke kjøre underprosess
 
-#: ../terminal/terminal-screen.c:1854
+#: ../terminal/terminal-screen.c:1920

[Xfce4-commits] terminal:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to dce91eb6d2f629926e94749760c536cc091389e0 (commit)
   from c4f25ff6c912f59232d023a6a148195c92293a3f (commit)

commit dce91eb6d2f629926e94749760c536cc091389e0
Author: Terje Uriansrud te...@uriansrud.net
Date:   Fri Dec 10 22:09:12 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 270 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |   16 +---
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index c5e5084..6f29ad7 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -65,12 +65,12 @@ msgstr Vindusinnstillinger
 #. parameter of --geometry
 #: ../terminal/main.c:87
 msgid geometry
-msgstr 
+msgstr geometri
 
 #. parameter of --role
 #: ../terminal/main.c:89
 msgid role
-msgstr 
+msgstr rolle
 
 #. parameter of --startup-id
 #: ../terminal/main.c:91
@@ -85,7 +85,7 @@ msgstr ikon
 #: ../terminal/main.c:95
 #, c-format
 msgid See the %s man page for full explanation of the options above.
-msgstr 
+msgstr Se %s man side for fullstendig forklaring på opsjonene.
 
 #: ../terminal/main.c:126 ../terminal/terminal-preferences.c:1262
 #: ../terminal/terminal-shortcut-editor.c:119 ../Terminal.desktop.in.in.h:1
@@ -155,12 +155,12 @@ msgstr oversetterbidrag
 
 #: ../terminal/terminal-dialogs.c:105
 msgid Visit Terminal website
-msgstr 
+msgstr Besøk Terminal nettside
 
 #: ../terminal/terminal-dialogs.c:215
 #, c-format
 msgid The %s user manual is not installed on your computer
-msgstr 
+msgstr Brukermanualen for %s er ikke installert på din maskin
 
 #: ../terminal/terminal-dialogs.c:218
 #, c-format
@@ -168,14 +168,16 @@ msgid 
 You can read the user manual online. This manual may however not exactly 
 match your %s version.
 msgstr 
+Du kan lese brukermanualen på nettet. Nettversjonen av brukermanualen 
+kan være skrevet for en annen versjon enn %s som du bruker.
 
 #: ../terminal/terminal-dialogs.c:220
 msgid User manual is missing
-msgstr 
+msgstr Brukermanual mangler
 
 #: ../terminal/terminal-dialogs.c:222
 msgid _Read Online
-msgstr 
+msgstr _Les på nettet
 
 #. display an error message to the user
 #: ../terminal/terminal-dialogs.c:302
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] orage:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 649855e06adf39fd851145b78c6a5aafe08145af (commit)
   from bfe573f76da9087c66f6b634b55c77290c90b0e5 (commit)

commit 649855e06adf39fd851145b78c6a5aafe08145af
Author: Terje Uriansrud te...@uriansrud.net
Date:   Fri Dec 10 23:01:59 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 801 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |  237 +-
 1 files changed, 79 insertions(+), 158 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 00ff30c..d489caa 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -4,7 +4,7 @@
 # Eskild Hustvedt zerod...@skolelinux.no, 2005.
 # Terje Uriasnrud t...@operamail.com, 2007.
 # Christian Lomsdalen christ...@vindstille.net, 2007.
-# Terje Uriansrud te...@uriansrud.net, 2009.
+# Terje Uriansrud te...@uriansrud.net, 2010.
 #
 msgid 
 msgstr 
@@ -56,6 +56,8 @@ msgstr Juster for å endre time
 msgid 
 adjust to change minute. Click arrows with button 2 to change only 1 minute.
 msgstr 
+juster for å endre minutt. Klikk pilene med knapp 2 for å endre 
+med ett minutt
 
 #: ../globaltime/gt_prefs.c:264 ../globaltime/gt_prefs.c:265
 msgid NEW
@@ -110,9 +112,8 @@ msgid close window and exit
 msgstr Lukk vindu og avslutt
 
 #: ../globaltime/gt_prefs.c:589
-#, fuzzy
 msgid Globaltime preferences 
-msgstr Uppdater innstillinger
+msgstr Globaltime innstillinger
 
 #. ---HEADING---
 #: ../globaltime/gt_prefs.c:602
@@ -240,9 +241,8 @@ msgid update preferences
 msgstr Uppdater innstillinger
 
 #: ../globaltime/gt_prefs.c:1061
-#, fuzzy
 msgid Globaltime Preferences
-msgstr Generelle innstillinger
+msgstr Globaltime Innstillinger
 
 #. ---HEADING--
 #: ../globaltime/gt_prefs.c:1072
@@ -292,46 +292,45 @@ msgstr Lokal tidssone:
 #: ../globaltime/timezone_selection.c:103
 #: ../panel-plugin/timezone_selection.c:103 ../src/timezone_selection.c:103
 msgid  Other
-msgstr 
+msgstr Annen
 
 #: ../globaltime/timezone_selection.c:158
 #: ../panel-plugin/timezone_selection.c:158 ../src/timezone_selection.c:169
 #, c-format
 msgid %d hour %d mins
-msgstr 
+msgstr %d timer %d min
 
 #: ../globaltime/timezone_selection.c:161
 #: ../panel-plugin/timezone_selection.c:161 ../src/timezone_selection.c:172
-#, fuzzy, c-format
+# c-format
 msgid %d hour
-msgstr timer
+msgstr %d timer
 
 #: ../globaltime/timezone_selection.c:163
 #: ../panel-plugin/timezone_selection.c:163 ../src/timezone_selection.c:174
-#, fuzzy, c-format
+#, c-format
 msgid %d mins
-msgstr minutter
+msgstr %d minutter
 
 #: ../globaltime/timezone_selection.c:169
 #: ../panel-plugin/timezone_selection.c:169 ../src/timezone_selection.c:180
 msgid backward
-msgstr 
+msgstr bakover
 
 #: ../globaltime/timezone_selection.c:172
 #: ../panel-plugin/timezone_selection.c:172 ../src/timezone_selection.c:183
-#, fuzzy
 msgid forward
-msgstr Fremover
+msgstr fremover
 
 #: ../globaltime/timezone_selection.c:196
 #: ../panel-plugin/timezone_selection.c:196 ../src/timezone_selection.c:207
 msgid not changed
-msgstr 
+msgstr ikke endret
 
 #: ../globaltime/timezone_selection.c:197
 #: ../panel-plugin/timezone_selection.c:197 ../src/timezone_selection.c:208
 msgid not changing
-msgstr 
+msgstr uforandret
 
 #. location
 #: ../globaltime/timezone_selection.c:249
@@ -345,17 +344,17 @@ msgstr Plassering
 #: ../globaltime/timezone_selection.c:260
 #: ../panel-plugin/timezone_selection.c:260 ../src/timezone_selection.c:271
 msgid GMT Offset
-msgstr 
+msgstr GMT justering
 
 #: ../globaltime/timezone_selection.c:266
 #: ../panel-plugin/timezone_selection.c:266 ../src/timezone_selection.c:277
 msgid Previous/Next Change
-msgstr 
+msgstr Forrige/Neste Endring
 
 #: ../globaltime/timezone_selection.c:271
 #: ../panel-plugin/timezone_selection.c:271 ../src/timezone_selection.c:282
 msgid Country
-msgstr 
+msgstr Land
 
 #: ../globaltime/timezone_selection.c:301
 #: ../globaltime/timezone_selection.c:311
@@ -371,7 +370,7 @@ msgstr Velg tidssone
 #: ../panel-plugin/timezone_selection.c:314 ../src/timezone_selection.c:315
 #: ../src/timezone_selection.c:325
 msgid Change mode
-msgstr 
+msgstr Endre modus
 
 #: ../globaltime/timezone_selection.c:305
 #: ../globaltime/timezone_selection.c:315
@@ -393,18 +392,16 @@ msgid floating
 msgstr flytende
 
 #: ../globaltime/globaltime.desktop.in.h:1
-#, fuzzy
 msgid Globaltime
-msgstr Lokal tid
+msgstr Globaltid
 
 #: ../globaltime/globaltime.desktop.in.h:2
-#, fuzzy
 msgid Orage Globaltime
-msgstr Orage - Kalender
+msgstr Orage Globaltid
 
 #: ../globaltime/globaltime.desktop.in.h:3
 msgid Show clocks from different countries
-msgstr 
+msgstr Vis klokker fra forskjellige land
 
 #: ../panel-plugin/oc_config.c:219
 msgid Appearance
@@ -432,7 +429,7 @@ msgstr Sett _høyde
 
 #: ../panel-plugin/oc_config.c:278
 

[Xfce4-commits] xfburn:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 6de83526ca6a0ba308be2b8c4a8c8d29aa3cc0df (commit)
   from a20e09811e24c92db30e8c430953d7d77647e448 (commit)

commit 6de83526ca6a0ba308be2b8c4a8c8d29aa3cc0df
Author: Terje Uriansrud te...@uriansrud.net
Date:   Fri Dec 10 23:25:40 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 283 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |   79 ++---
 1 files changed, 39 insertions(+), 40 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 78ac69d..84062b5 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -1,14 +1,13 @@
 # Norwegian Bokmal translations for xfburn package.
 # Copyright (C) 2007 THE xfburn'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfburn package.
-# Terje Uriansrud t...@operamail.com, 2007.
-# Terje Uriansrud te...@uriansrud.net, 2008.
+# Terje Uriansrud te...@uriansrud.net, 2010.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfburn 0.3.0svn-25821\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-02-02 22:14-0700\n
+POT-Creation-Date: 2010-12-10 17:02+\n
 PO-Revision-Date: 2007-06-18 12:33+0200\n
 Last-Translator: Terje Uriansrud te...@uriansrud.net\n
 Language-Team: Norwegian Bokmal i18n...@lister.ping.uio.no\n
@@ -135,18 +134,16 @@ msgid Unable to grab the drive.
 msgstr Klarte ikke å benytte enheten.
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:155
-#, fuzzy
 msgid Image
-msgstr ISO avtrykk
+msgstr Avtrykk
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:157
-#, fuzzy
 msgid Show volume name
-msgstr Volumnavn :
+msgstr Vis volumnavn
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:157
 msgid Show a text entry for the name of the volume
-msgstr 
+msgstr Vis tekstelement for volumets navn
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:183
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:148
@@ -443,7 +440,7 @@ msgstr Ny mappe
 #: ../xfburn/xfburn-data-composition.c:966
 #, c-format
 msgid Data %s~%d
-msgstr 
+msgstr Data %s~%d
 
 #: ../xfburn/xfburn-data-composition.c:1202
 #, c-format
@@ -451,6 +448,8 @@ msgid 
 %s cannot be added to the composition, because it exceeds the maximum 
 allowed file size for iso9660.
 msgstr 
+%s kan ikke legges til komposisjonen fordi den overstiger maksimal 
+tillatt filstørrelse for iso9660 standarden.
 
 #: ../xfburn/xfburn-data-composition.c:1294
 #: ../xfburn/xfburn-audio-composition.c:1321
@@ -482,7 +481,7 @@ msgstr 
 #: ../xfburn/xfburn-data-composition.c:1886
 #, c-format
 msgid Duplicate filename '%s' for '%s'
-msgstr 
+msgstr Duplikat filnavn '%s' for '%s'
 
 #: ../xfburn/xfburn-device-box.c:174 ../xfburn/xfburn-device-box.c:175
 msgid Show writers only
@@ -519,7 +518,7 @@ msgstr Slettemodus viser forskjellige statusmeldinger enn 
standardmodus
 
 #: ../xfburn/xfburn-device-box.c:194 ../xfburn/xfburn-device-box.c:195
 msgid Accept only CDs as valid discs
-msgstr 
+msgstr Godta kun CD'er som gyldige disker
 
 #: ../xfburn/xfburn-device-box.c:248
 msgid _Speed:
@@ -610,31 +609,28 @@ msgid Inserted disc is already blank
 msgstr Gjeldende disk er allerede slettet
 
 #: ../xfburn/xfburn-device-box.c:680
-#, fuzzy
 msgid Auto
-msgstr _Om
+msgstr Auto
 
 #: ../xfburn/xfburn-device-list.c:206 ../xfburn/xfburn-device-list.c:207
 msgid Number of burners in the system
-msgstr 
+msgstr Antall brennere i systemet
 
 #: ../xfburn/xfburn-device-list.c:209
 msgid Number of drives in the system
-msgstr 
+msgstr Antall enheter i systemet
 
 #: ../xfburn/xfburn-device-list.c:210
 msgid Number of drives in the system (readers and writers)
-msgstr 
+msgstr Antall enheter i systemet (lesere og brennere)
 
 #: ../xfburn/xfburn-device-list.c:212 ../xfburn/xfburn-device-list.c:213
-#, fuzzy
 msgid List of devices
-msgstr _Søk etter enheter
+msgstr Liste med enheter
 
 #: ../xfburn/xfburn-device-list.c:215 ../xfburn/xfburn-device-list.c:216
-#, fuzzy
 msgid Currently selected device
-msgstr Enheter funnet
+msgstr Gjeldende enhet
 
 #. globals
 #: ../xfburn/xfburn-directory-browser.c:57
@@ -678,7 +674,6 @@ msgid Unable to initialize the burning backend.
 msgstr Klarte ikke initialisere støttesystem for brenning.
 
 #: ../xfburn/xfburn-main.c:309
-#, fuzzy
 msgid No burners are currently available
 msgstr Ingen enheter er tilgjengelig
 
@@ -1040,6 +1035,8 @@ msgstr FIFO mellomlager størrelse (i kb)
 #: ../xfburn/xfburn-preferences-dialog.c:463
 msgid Changing this setting only takes full effect after a program restart.
 msgstr 
+Endring av denne innstillingen krever omstart av programmet for å ta 
+full effekt
 
 #: ../xfburn/xfburn-progress-dialog.c:181
 msgid Initializing...
@@ -1241,13 +1238,18 @@ msgid 
 Probably you need to look at the gst-plugins-* packages\n
 for the necessary plugins.\n
 msgstr 
+%s mangler.\n
+\n
+Du har ikke dekoder installert for å håndtere denne filen.\n

[Xfce4-commits] xfce4-screenshooter:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to a078d010989da6d68e263ff25a06f4d26d5ea9dc (commit)
   from 785a32403d5b653ca914f5ce52e76a9de7e5b915 (commit)

commit a078d010989da6d68e263ff25a06f4d26d5ea9dc
Author: Terje Uriansrud te...@uriansrud.net
Date:   Fri Dec 10 23:53:47 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 73 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |  324 +-
 1 files changed, 131 insertions(+), 193 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 6e95332..82dfa5c 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -1,14 +1,13 @@
 # Norwegian Bokmal translations for xfce4-screenshooter-plugin package.
 # Copyright (C) 2007 THE xfce4-screenshooter-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the 
xfce4-screenshooter-plugin package.
-# Terje Uriansrud t...@operamail.com, 2007.
-# Terje Uriansrud te...@uriansrud.net, 2009.
+# Terje Uriansrud te...@uriansrud.net, 2010.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-screenshooter-plugin 1.0.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2009-11-29 11:58+0100\n
+POT-Creation-Date: 2010-12-10 17:03+\n
 PO-Revision-Date: 2007-07-02 00:22+0200\n
 Last-Translator: Terje Uriansrud te...@uriansrud.net\n
 Language-Team: Norwegian Bokmal\n
@@ -17,68 +16,69 @@ msgstr 
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../lib/screenshooter-dialogs.c:478
+#: ../lib/screenshooter-dialogs.c:453
 #, c-format
 msgid %.2fKb of %.2fKb
-msgstr 
+msgstr %.2fKb av %.2fKb
 
-#: ../lib/screenshooter-dialogs.c:560
+#: ../lib/screenshooter-dialogs.c:535
 msgid Transfer
-msgstr 
+msgstr Overfør
 
-#: ../lib/screenshooter-dialogs.c:581
-#, fuzzy
+#: ../lib/screenshooter-dialogs.c:556
 msgid 
 span weight=\bold\ stretch=\semiexpanded\The screenshot is being 
 transferred to:/span
-msgstr span weight=\bold\ stretch=\semiexpanded\Aksjon/span
+msgstr 
+span weight=\bold\ stretch=\semiexpanded\Skjermbilde overføres til
+:/span
 
-#: ../lib/screenshooter-dialogs.c:697 ../lib/screenshooter-dialogs.c:714
-#: ../lib/screenshooter-dialogs.c:905 ../lib/screenshooter-utils.c:64
+#: ../lib/screenshooter-dialogs.c:672 ../lib/screenshooter-dialogs.c:689
+#: ../lib/screenshooter-dialogs.c:881 ../lib/screenshooter-utils.c:64
 #: ../lib/screenshooter-utils.c:96
 #: ../src/xfce4-screenshooter.desktop.in.in.h:1
 #: ../panel-plugin/screenshooter.desktop.in.in.h:1
 msgid Screenshot
-msgstr Skjermbildekopi
+msgstr Skjermbilde
 
-#: ../lib/screenshooter-dialogs.c:709
+#: ../lib/screenshooter-dialogs.c:684
 msgid Take a screenshot
-msgstr Skjermbildekopi
+msgstr Ta et skjermbilde
 
-#: ../lib/screenshooter-dialogs.c:724
+#: ../lib/screenshooter-dialogs.c:699
 msgid Preferences
 msgstr Innstillinger
 
-#: ../lib/screenshooter-dialogs.c:754
+#: ../lib/screenshooter-dialogs.c:730
 msgid span weight=\bold\ stretch=\semiexpanded\Region to capture/span
 msgstr 
 span weight=\bold\ stretch=\semiexpanded\Område som skal tas bilde av/
 span
 
-#: ../lib/screenshooter-dialogs.c:774
+#: ../lib/screenshooter-dialogs.c:750
 msgid Entire screen
 msgstr Hele skjermen
 
-#: ../lib/screenshooter-dialogs.c:781 ../src/main.c:53
-#: ../panel-plugin/screenshooter-plugin.c:308
+#: ../lib/screenshooter-dialogs.c:757 ../src/main.c:53
+#: ../panel-plugin/screenshooter-plugin.c:311
 msgid Take a screenshot of the entire screen
 msgstr Ta skjermbildekopi av hele skjermen
 
-#: ../lib/screenshooter-dialogs.c:789
+#: ../lib/screenshooter-dialogs.c:765
 msgid Active window
 msgstr Aktivt vindu
 
-#: ../lib/screenshooter-dialogs.c:796 ../src/main.c:90
-#: ../panel-plugin/screenshooter-plugin.c:313
+#: ../lib/screenshooter-dialogs.c:772 ../src/main.c:90
+#: ../panel-plugin/screenshooter-plugin.c:316
 msgid Take a screenshot of the active window
 msgstr Ta en skjermbildekopi av det aktive vinduet
 
-#: ../lib/screenshooter-dialogs.c:804
+#: ../lib/screenshooter-dialogs.c:780
 msgid Select a region
 msgstr Velg et område
 
-#: ../lib/screenshooter-dialogs.c:809 ../src/main.c:68
-#: ../panel-plugin/screenshooter-plugin.c:318
+#: ../lib/screenshooter-dialogs.c:785 ../src/main.c:68
+#: ../panel-plugin/screenshooter-plugin.c:321
 msgid 
 Select a region to be captured by clicking a point of the screen without 
 releasing the mouse button, dragging your mouse to the other corner of the 
@@ -88,285 +88,272 @@ msgstr 
 deretter flytt musepekeren til det andre hjørnet av området, og slipp 
 knappen.
 
-#: ../lib/screenshooter-dialogs.c:819
+#: ../lib/screenshooter-dialogs.c:795
 msgid Capture the mouse pointer
-msgstr 
+msgstr Fang musepeker
 
-#: ../lib/screenshooter-dialogs.c:824
-#, fuzzy
+#: ../lib/screenshooter-dialogs.c:800
 msgid Display the mouse pointer on the screenshot
-msgstr Ikke vis vindu for å lagre
+msgstr Vis musepekeren på skjermkopien
 
-#: 

[Xfce4-commits] xfconf:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 496d8869efa25b4ede302f011cca2970105fa9af (commit)
   from 71c4b7ad94159af23beb7172273a40e561fdd383 (commit)

commit 496d8869efa25b4ede302f011cca2970105fa9af
Author: Terje Uriansrud te...@uriansrud.net
Date:   Fri Dec 10 23:56:27 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 63 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 77ee523..0814499 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfconf 4.5.90\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-09 05:10+\n
+POT-Creation-Date: 2010-12-10 17:10+\n
 PO-Revision-Date: 2008-10-22 00:59+0200\n
 Last-Translator: Terje Uriansrud te...@uriansrud.net\n
 Language-Team: Norwegian Bokmal\n
@@ -19,7 +19,7 @@ msgstr 
 #: ../xfconf/xfconf-cache.c:875
 #, c-format
 msgid Failed to make ResetProperty DBus call
-msgstr 
+msgstr Klarte ikke utføre ResetProperty DBus kall
 
 #: ../xfconfd/xfconf-backend-perchannel-xml.c:277
 #, c-format
@@ -132,7 +132,7 @@ msgstr Bakgrunnskonfigurasjon som skal brukes. Den første 
spesifisert brukes t
 
 #: ../xfconfd/main.c:139
 msgid Fork into background after starting; only useful for testing purposes
-msgstr 
+msgstr Forgren i bakgrunnen etter start; bare nyttig for testformål
 
 #: ../xfconfd/main.c:159
 msgid Xfce Configuration Daemon
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfwm4:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 30516b33f19d650e1fd8415a04c04d1d111b1863 (commit)
   from 54815774a1eb8f9b3d578783c95ddbbe1443b7d8 (commit)

commit 30516b33f19d650e1fd8415a04c04d1d111b1863
Author: Terje Uriansrud te...@uriansrud.net
Date:   Sat Dec 11 00:00:27 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 230 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |  521 --
 1 files changed, 272 insertions(+), 249 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 6851647..cf590d3 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -4,12 +4,12 @@
 # Eskild Hustvedt esk...@goldenfiles.com, 2004.
 # Terje Uriansrud t...@operamail.com, 2007.
 # Terje Uriansrud te...@uriansrud.net, 2009.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfwm4 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2009-12-15 00:34+0100\n
+POT-Creation-Date: 2010-12-10 17:10+\n
 PO-Revision-Date: 2005-08-19 21:16+0900\n
 Last-Translator: Terje Uriansrud te...@uriansrud.net\n
 Language-Team: Norwegian Bokmal i18n...@lister.ping.uio.no\n
@@ -29,34 +29,34 @@ msgstr 
 msgid Warning
 msgstr Advarsel
 
-#: ../settings-dialogs/tweaks-settings.c:50
+#: ../settings-dialogs/tweaks-settings.c:49
 msgid None
 msgstr Ingen
 
-#: ../settings-dialogs/tweaks-settings.c:422
+#: ../settings-dialogs/tweaks-settings.c:421
 msgid Session manager socket
 msgstr Øktbehandlersokkel
 
-#: ../settings-dialogs/tweaks-settings.c:422
-#: ../settings-dialogs/workspace-settings.c:361
-#: ../settings-dialogs/xfwm4-settings.c:311
+#: ../settings-dialogs/tweaks-settings.c:421
+#: ../settings-dialogs/workspace-settings.c:370
+#: ../settings-dialogs/xfwm4-settings.c:310
 msgid SOCKET ID
 msgstr SOKKEL-ID
 
-#: ../settings-dialogs/tweaks-settings.c:423
-#: ../settings-dialogs/workspace-settings.c:362
-#: ../settings-dialogs/xfwm4-settings.c:313
+#: ../settings-dialogs/tweaks-settings.c:422
+#: ../settings-dialogs/workspace-settings.c:371
+#: ../settings-dialogs/xfwm4-settings.c:312
 msgid Version information
 msgstr Versjonsinformasjon
 
-#: ../settings-dialogs/tweaks-settings.c:441
-#: ../settings-dialogs/workspace-settings.c:379
+#: ../settings-dialogs/tweaks-settings.c:440
+#: ../settings-dialogs/workspace-settings.c:388
 #: ../settings-dialogs/xfwm4-settings.c:942
 msgid .
 msgstr .
 
-#: ../settings-dialogs/tweaks-settings.c:445
-#: ../settings-dialogs/workspace-settings.c:383
+#: ../settings-dialogs/tweaks-settings.c:444
+#: ../settings-dialogs/workspace-settings.c:392
 #: ../settings-dialogs/xfwm4-settings.c:946
 #, c-format
 msgid 
@@ -64,8 +64,7 @@ msgid 
 Try %s --help to see a full list of available command line options.\n
 msgstr 
 %s: %s\n
-Prøv «%s --help» for å se komplett liste over tilgjengelige 
-kommandolinjeparametre.\n
+Prøv «%s --help» for å se komplett liste over tilgjengelige 
kommandolinjeparametre.\n
 
 #: ../settings-dialogs/workspace-settings.c:73
 #: ../settings-dialogs/workspace-settings.c:88
@@ -73,32 +72,32 @@ msgstr 
 msgid Workspace %d
 msgstr Arbeidsområde %d
 
-#: ../settings-dialogs/workspace-settings.c:253
+#: ../settings-dialogs/workspace-settings.c:280
 msgid Workspace Name
 msgstr Arbeidsområdenavn
 
-#: ../settings-dialogs/workspace-settings.c:361
-#: ../settings-dialogs/xfwm4-settings.c:311
+#: ../settings-dialogs/workspace-settings.c:370
+#: ../settings-dialogs/xfwm4-settings.c:310
 msgid Settings manager socket
 msgstr Innstillingsbehandlersokkel
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-dialog.glade.h:22
+#: ../settings-dialogs/xfwm4-dialog.glade.h:29
 msgid Configure window behavior and shortcuts
 msgstr Sett opp vindusoppførsel og hurtigtaster
 
 #: ../settings-dialogs/xfce-wm-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-dialog.glade.h:47
+#: ../settings-dialogs/xfwm4-dialog.glade.h:48
 msgid Window Manager
 msgstr Vindusbehandler
 
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:1
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:11
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid Fine-tune window behaviour and effects
 msgstr Finjuster vindusoppførsel og effekter
 
 #: ../settings-dialogs/xfce-wmtweaks-settings.desktop.in.h:2
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:33
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
 msgid Window Manager Tweaks
 msgstr Vindusbehandler Tweaks
 
@@ -113,507 +112,499 @@ msgid Workspaces
 msgstr Arbeidsområde
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:1
-msgid   
-msgstr   
-
-#: ../settings-dialogs/xfwm4-dialog.glade.h:2
 msgid bBox move and resize/b
 msgstr bDialog flytting og skalering/b
 
-#: ../settings-dialogs/xfwm4-dialog.glade.h:3
+#: ../settings-dialogs/xfwm4-dialog.glade.h:2
 msgid bButton layout/b
 msgstr bKnapputforming/b
 
-#: ../settings-dialogs/xfwm4-dialog.glade.h:4
+#: 

[Xfce4-commits] xfce4-session:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to c0e0dd562c1d3ada444c13caea7dde4db4f4ab69 (commit)
   from e6e8403328a357e1d69436b2133ad19f40d2e2e0 (commit)

commit c0e0dd562c1d3ada444c13caea7dde4db4f4ab69
Author: Terje Uriansrud te...@uriansrud.net
Date:   Sat Dec 11 00:26:16 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 230 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |  577 --
 1 files changed, 299 insertions(+), 278 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 29265e0..4c93870 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -5,12 +5,12 @@
 # Terje Uriansrud t...@operamail.com, 2007
 # Christian Lomsdalen christ...@vindstille.net, 2007.
 # Terje Uriansrud te...@uriansrud.net, 2009
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-session 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2009-09-28 10:33+0200\n
+POT-Creation-Date: 2010-12-10 23:09+\n
 PO-Revision-Date: 2005-08-18 01:33+0900\n
 Last-Translator: Terje Uriansrud te...@uriansrud.net\n
 Language-Team: Norwegian Bokmal i18n...@lister.ping.uio.no\n
@@ -39,40 +39,40 @@ msgstr Velkomstbildetema filfeil
 msgid Please check that the file is a valid splash theme archive.
 msgstr Kontroller at filen er et gyldig velkomstbildearkiv.
 
-#: ../engines/balou/config.c:396
+#: ../engines/balou/config.c:402
 #, c-format
 msgid Unable to remove splash theme \%s\ from directory %s.
 msgstr Klarte ikke å fjerne velkomstbildetemaet «%s» fra mappen %s
 
-#: ../engines/balou/config.c:481
+#: ../engines/balou/config.c:491
 msgid Choose theme filename...
 msgstr Velg tema filnavn ...
 
-#: ../engines/balou/config.c:614
+#: ../engines/balou/config.c:624
 msgid _Install new theme
 msgstr _Installer nytt tema
 
-#: ../engines/balou/config.c:623
+#: ../engines/balou/config.c:633
 msgid _Remove theme
 msgstr _Fjern tema
 
-#: ../engines/balou/config.c:640
+#: ../engines/balou/config.c:650
 msgid _Export theme
 msgstr _Eksporter tema
 
-#: ../engines/balou/config.c:855
+#: ../engines/balou/config.c:866
 msgid Balou theme
 msgstr Balou tema
 
-#: ../engines/balou/config.c:940
+#: ../engines/balou/config.c:951
 msgid Configure Balou...
 msgstr Balou innstillinger ...
 
-#: ../engines/balou/config.c:983
+#: ../engines/balou/config.c:994
 msgid Balou
 msgstr Balou
 
-#: ../engines/balou/config.c:984
+#: ../engines/balou/config.c:995
 msgid Balou Splash Engine
 msgstr Balou velkomstbilde motor
 
@@ -84,43 +84,43 @@ msgstr Mus
 msgid Mice Splash Engine
 msgstr Mus velkomstbilde motor
 
-#: ../engines/simple/simple.c:345
+#: ../engines/simple/simple.c:346
 msgid Configure Simple...
 msgstr Enkelt oppsett ...
 
-#: ../engines/simple/simple.c:356
+#: ../engines/simple/simple.c:357
 msgid Font
 msgstr Skrift
 
-#: ../engines/simple/simple.c:366
+#: ../engines/simple/simple.c:367
 msgid Colors
 msgstr Farger
 
-#: ../engines/simple/simple.c:374
+#: ../engines/simple/simple.c:375
 msgid Background color:
 msgstr Bakgrunnsfarge:
 
-#: ../engines/simple/simple.c:387
+#: ../engines/simple/simple.c:388
 msgid Text color:
 msgstr Tekstfarge:
 
-#: ../engines/simple/simple.c:400
+#: ../engines/simple/simple.c:401
 msgid Image
 msgstr Bilde
 
-#: ../engines/simple/simple.c:408
+#: ../engines/simple/simple.c:409
 msgid Use custom image
 msgstr Bruk selvvalgt bilde
 
-#: ../engines/simple/simple.c:412
+#: ../engines/simple/simple.c:413
 msgid Choose image...
 msgstr Velg bilde ...
 
-#: ../engines/simple/simple.c:418
+#: ../engines/simple/simple.c:419
 msgid Images
 msgstr Bilder
 
-#: ../engines/simple/simple.c:423
+#: ../engines/simple/simple.c:425
 msgid All files
 msgstr Alle filer
 
@@ -216,288 +216,312 @@ msgstr Klarte ikke å gå til hvilemodus
 msgid Failed to hibernate
 msgstr Klarte ikke å gå til dvalemodus
 
-#: ../panel-plugin/xfsm-logout-plugin.c:216
+#: ../panel-plugin/xfsm-logout-plugin.c:150
+msgid Xflock4 could not be launched
+msgstr Xflock4 kunne ikke startes
+
+#: ../panel-plugin/xfsm-logout-plugin.c:222
 msgid Close Session
 msgstr Lukk økt
 
-#: ../panel-plugin/xfsm-logout-plugin.c:304
-msgid Session Error
-msgstr Øktfeil
-
-#: ../settings/main.c:43
+#: ../settings/main.c:42
 msgid Settings manager socket
 msgstr Innstillingsbehandler sokkel
 
-#: ../settings/main.c:43
+#: ../settings/main.c:42
 msgid SOCKET ID
 msgstr SOKKEL-ID
 
-#: ../settings/main.c:44
+#: ../settings/main.c:43
 msgid Version information
 msgstr Versjonsinformasjon
 
-#: ../settings/main.c:64
+#: ../settings/main.c:73
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Skriv '%s --help' for hjelp
 
-#: ../settings/main.c:76
+#: ../settings/main.c:85 ../xfce4-session/main.c:226
 msgid The Xfce development team. All rights reserved.
 msgstr Xfce Utviklingsteam. Alle rettigheter reservert.
 
-#: ../settings/main.c:77
+#: ../settings/main.c:86 ../xfce4-session/main.c:232
 #, c-format
 msgid Please report 

[Xfce4-commits] xfce4-mailwatch-plugin:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 00d63d0a4e262b81f0cbe25bde219db674310a97 (commit)
   from 316dd6495a1202b1e302620dc071fcf87c0bcc94 (commit)

commit 00d63d0a4e262b81f0cbe25bde219db674310a97
Author: Terje Uriansrud te...@uriansrud.net
Date:   Sat Dec 11 00:29:07 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 110 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |   96 +++--
 1 files changed, 24 insertions(+), 72 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index d2321ea..c83da2b 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2,7 +2,7 @@
 # Copyright (C) 2008 THE xfce'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the xfce package.
 # Terje Uriansrud t...@operamail.com, 2008.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce 4-mailwatch-plugin\n
@@ -25,23 +25,13 @@ msgstr TLS handshake feilet: %s
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:255
 #, c-format
-msgid 
-Received HTTP response code %d.  The most likely reason for this is that 
-your GMail username or password is incorrect.
-msgstr 
-Mottok HTTP responskode %d. Mest sannsynligvis er årsaken at GMail 
-brukernavn eller passord er feil.
+msgid Received HTTP response code %d.  The most likely reason for this is 
that your GMail username or password is incorrect.
+msgstr Mottok HTTP responskode %d. Mest sannsynligvis er årsaken at GMail 
brukernavn eller passord er feil.
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:261
 #, c-format
-msgid 
-Received HTTP response code %d, which should be 200.  There may be a problem 
-with GMail's servers, or they have incompatibly changed their authentication 
-method or location of the new messages feed.
-msgstr 
-Mottok HTTP responskode %d, hvilket burde vært 200. Det kan være et problem 
-med GMail sine tjenere, eller de har endret påloggingsmetode eller endret 
-plassering av ny meldingstjeneste.
+msgid Received HTTP response code %d, which should be 200.  There may be a 
problem with GMail's servers, or they have incompatibly changed their 
authentication method or location of the new messages feed.
+msgstr Mottok HTTP responskode %d, hvilket burde vært 200. Det kan være et 
problem med GMail sine tjenere, eller de har endret påloggingsmetode eller 
endret plassering av ny meldingstjeneste.
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:394
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:735
@@ -50,8 +40,7 @@ msgstr 
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:487
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:548
 msgid Previous thread hasn't exited yet, not checking mail this time.
-msgstr 
-Forrige programtråd har ikke fullført ennå, sjekker ikke epost denne gang
+msgstr Forrige programtråd har ikke fullført ennå, sjekker ikke epost denne 
gang
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:535
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1748
@@ -85,20 +74,12 @@ msgid Remote GMail Mailbox
 msgstr GMail epostboks
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:669
-msgid 
-The GMail plugin can connect to Google's mail service and securely retrieve 
-the number of new messages.
-msgstr 
-GMail modulen kan koble seg til Google's epost tjeneste og hente antall nye 
-meldinger.
+msgid The GMail plugin can connect to Google's mail service and securely 
retrieve the number of new messages.
+msgstr GMail modulen kan koble seg til Google's epost tjeneste og hente 
antall nye meldinger.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:286
-msgid 
-Secure IMAP is not available, and the IMAP server does not support plaintext 
-logins.
-msgstr 
-Sikker IMAP er ikke tilgjengelig og IMAP tjeneren støtter ikke innlogging 
-via klartekst.
+msgid Secure IMAP is not available, and the IMAP server does not support 
plaintext logins.
+msgstr Sikker IMAP er ikke tilgjengelig og IMAP tjeneren støtter ikke 
innlogging via klartekst.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:337
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:370
@@ -109,8 +90,7 @@ msgstr Autentisering feilet. Kanskje brukernavn eller 
passord er feil?
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:433
 msgid STARTTLS security was requested, but this server does not support it.
-msgstr 
-STARTTLS sikkerhet ble forsøkt, men denne tjeneren har ikke støtte for dette.
+msgstr STARTTLS sikkerhet ble forsøkt, men denne tjeneren har ikke støtte for 
dette.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1144
 msgid Failed to get folder list
@@ -130,14 +110,8 @@ msgid No server or username is set.
 msgstr Tjenernavn eller brukernavn er ikke angitt.
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1398
-msgid 
-The folder list cannot be retrieved until a server, username, and probably 
-password are set.  Also be sure to check any security settings in the 
-Advanced dialog.
-msgstr 
-Liste 

[Xfce4-commits] xfce4-mount-plugin:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 2f5d2d1bb9b5c2268202f8e0e521bb08a7a7 (commit)
   from d03fe0abd2ef6fe2d9ca0656691b73f46a42865f (commit)

commit 2f5d2d1bb9b5c2268202f8e0e521bb08a7a7
Author: Terje Uriansrud te...@uriansrud.net
Date:   Sat Dec 11 00:30:40 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 44 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |   47 +++
 1 files changed, 15 insertions(+), 32 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 961eb2e..94f1700 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,12 +6,12 @@
 # Terje Uriansrud t...@operamail.com, 2007.
 # Christian Lomsdalen christ...@vindstille.net, 2007.
 # Terje Uriansrud te...@uriansrud.net, 2009.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-mount-plugin 0.5.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2009-01-27 23:38+0100\n
+POT-Creation-Date: 2010-12-10 23:05+\n
 PO-Revision-Date: 2006-08-07 00:00+0200\n
 Last-Translator: Terje Uriansrud te...@uriansrud.net\n
 Language-Team: Norwegian Bokmal i18n...@lister.ping.uio.no\n
@@ -84,7 +84,7 @@ msgstr monteringspunkt : %s\n
 msgid not mounted\n
 msgstr ikke montert\n
 
-#: ../panel-plugin/devices.c:245 ../panel-plugin/devices.c:294
+#: ../panel-plugin/devices.c:260 ../panel-plugin/devices.c:309
 msgid Mount Plugin: Error executing command.
 msgstr Mount Plugin: Feil ved utføring av kommando.
 
@@ -111,12 +111,8 @@ msgid Mount Plugin
 msgstr Montering
 
 #: ../panel-plugin/mount-plugin.c:783
-msgid 
-This is only useful and recommended if you specify \sync\ as part of the 
-\unmount\ command string.
-msgstr 
-Dette valget er kun å anbefale hvis du har angitt \sync\ som en del av 
-\unmount\ kommandoen.
+msgid This is only useful and recommended if you specify \sync\ as part of 
the \unmount\ command string.
+msgstr Dette valget er kun å anbefale hvis du har angitt \sync\ som en del 
av \unmount\ kommandoen.
 
 #: ../panel-plugin/mount-plugin.c:788
 msgid Show _message after unmount
@@ -141,13 +137,12 @@ msgstr _Generelt
 #: ../panel-plugin/mount-plugin.c:833
 #, c-format
 msgid 
-This command will be executed after mounting the device with the mount point 
-of the device as argument.\n
-If you are unsure what to insert, try \thunar %m\.\n
+This command will be executed after mounting the device with the mount point 
of the device as argument.\n
+If you are unsure what to insert, try \exo-open %m\.\n
 '%d' can be used to specify the device, '%m' for the mountpoint.
 msgstr 
 Denne kommandoen vil bli utført etter at du har montert enheten.\n
-Hvis du er usikker på hva du vil sette inn, prøv \thunar %m\.\n
+Hvis du er usikker på hva du vil sette inn, prøv \exo-open %m\.\n
 '%d' kan brukes for å angi enheten, '%m' for monteringspunktet.
 
 #: ../panel-plugin/mount-plugin.c:843
@@ -155,12 +150,8 @@ msgid _Execute after mounting:
 msgstr _Kjør etter montering:
 
 #: ../panel-plugin/mount-plugin.c:866
-msgid 
-WARNING: These options are for experts only! If you do not know what they 
-may be good for, keep your hands off!
-msgstr 
-ADVARSEL: Disse valgene er kun for eksperter! Hvis du ikke vet hva de 
-innebærer så kan det være lurt å finne ut av det før du prøver.
+msgid WARNING: These options are for experts only! If you do not know what 
they may be good for, keep your hands off!
+msgstr ADVARSEL: Disse valgene er kun for eksperter! Hvis du ikke vet hva de 
innebærer så kan det være lurt å finne ut av det før du prøver.
 
 #: ../panel-plugin/mount-plugin.c:871
 msgid _Custom commands
@@ -169,12 +160,10 @@ msgstr _Egendefinerte kommandoer
 #: ../panel-plugin/mount-plugin.c:890
 #, c-format
 msgid 
-Most users will only want to prepend \sudo\ to both commands or prepend 
-\sync %d \ to the \unmount %d\ command.\n
+Most users will only want to prepend \sudo\ to both commands or prepend 
\sync %d \ to the \unmount %d\ command.\n
 '%d' is used to specify the device, '%m' for the mountpoint.
 msgstr 
-De fleste brukere har mulighet til å kjøre \sudo\ foran begge kommandoer, 
-eller \sync %d \ foran \unmount %d\ kommandoen.\n
+De fleste brukere har mulighet til å kjøre \sudo\ foran begge kommandoer, 
eller \sync %d \ foran \unmount %d\ kommandoen.\n
 '%d' kan brukes for å angi enheten, '%m' for monteringspunktet.
 
 #: ../panel-plugin/mount-plugin.c:899
@@ -190,21 +179,15 @@ msgid _Commands
 msgstr _Kommandoer
 
 #: ../panel-plugin/mount-plugin.c:946
-msgid 
-Activate this option to also display network file systems like NFS, SMBFS, 
-SHFS and SSHFS.
-msgstr 
-Aktiver dette valget for også å vise filsystemwe som ligger i nettverket, f.
-eks. NFS, SMBFS, SHFS og SSHFS.
+msgid Activate this option to also display network file systems like NFS, 
SMBFS, SHFS and SSHFS.
+msgstr Aktiver dette valget for også å vise filsystemwe som ligger i 
nettverket, f.eks. NFS, SMBFS, SHFS og SSHFS.
 
 #: 

[Xfce4-commits] xfce4-systemload-plugin:master l10n: Updated Norwegian Bokmal (nb) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 9a5c578747a896f31dce4e3c49e0bdd859d1b403 (commit)
   from 8ff4e32c807ab01555743f60eebd01c727189c28 (commit)

commit 9a5c578747a896f31dce4e3c49e0bdd859d1b403
Author: Terje Uriansrud te...@uriansrud.net
Date:   Sat Dec 11 00:31:53 2010 +0100

l10n: Updated Norwegian Bokmal (nb) translation to 100%

New status: 18 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/nb.po |   48 
 1 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/po/nb.po b/po/nb.po
index 9cb9626..fd27194 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2,97 +2,97 @@
 # Copyright (C) 2007 THE xfce4-systemload-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the 
xfce4-systemload-plugin package.
 # Terje Uriansrud t...@operamail.com, 2007.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-systemload-plugin 0.4.2svn-r2842\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-11-13 01:24+0900\n
+POT-Creation-Date: 2010-12-10 23:12+\n
 PO-Revision-Date: 2007-07-02 00:29+0200\n
 Last-Translator: Terje Uriansrud t...@operamail.com\n
 Language-Team: Norwegian Bokmal\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../panel-plugin/cpu.c:62
+#: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
 msgstr Filen /proc/stat ikke funnet!
 
-#: ../panel-plugin/systemload.c:159
+#: ../panel-plugin/systemload.c:160
 #, c-format
 msgid System Load: %ld%%
 msgstr Systemlast: %ld%%
 
-#: ../panel-plugin/systemload.c:166
+#: ../panel-plugin/systemload.c:167
 #, c-format
 msgid Memory: %ldMB of %ldMB used
 msgstr Minne: %ldMB of %ldMB brukt
 
-#: ../panel-plugin/systemload.c:174
+#: ../panel-plugin/systemload.c:175
 #, c-format
 msgid Swap: %ldMB of %ldMB used
 msgstr Vekselfil: %ldMB of %ldMB brukt
 
-#: ../panel-plugin/systemload.c:177
+#: ../panel-plugin/systemload.c:178
 #, c-format
 msgid No swap
 msgstr Ingen vekselfil
 
-#: ../panel-plugin/systemload.c:187
-#, fuzzy, c-format
+#: ../panel-plugin/systemload.c:188
+#, c-format
 msgid %d day
 msgid_plural %d days
-msgstr[0] %d dager
+msgstr[0] %d dag
 msgstr[1] %d dager
 
-#: ../panel-plugin/systemload.c:195
+#: ../panel-plugin/systemload.c:196
 #, c-format
 msgid Uptime: %d day %d:%02d
 msgid_plural Uptime: %d days %d:%02d
-msgstr[0] 
-msgstr[1] 
+msgstr[0] Oppetid: %d dag %d:%02d
+msgstr[1] Oppetid: %d dager %d:%02d
 
-#: ../panel-plugin/systemload.c:722
+#: ../panel-plugin/systemload.c:723
 msgid Select color
 msgstr Velg farge
 
-#: ../panel-plugin/systemload.c:786
+#: ../panel-plugin/systemload.c:787
 msgid CPU monitor
 msgstr Prosessormonitor
 
-#: ../panel-plugin/systemload.c:787
+#: ../panel-plugin/systemload.c:788
 msgid Memory monitor
 msgstr Minnemonitor
 
-#: ../panel-plugin/systemload.c:788
+#: ../panel-plugin/systemload.c:789
 msgid Swap monitor
 msgstr Vekselfilmonitor
 
-#: ../panel-plugin/systemload.c:789
+#: ../panel-plugin/systemload.c:790
 msgid Uptime monitor
 msgstr Oppetidsmonitor
 
-#: ../panel-plugin/systemload.c:794
+#: ../panel-plugin/systemload.c:795
 #: ../panel-plugin/systemload.desktop.in.in.h:2
 msgid System Load Monitor
 msgstr Systemlastmonitor
 
-#: ../panel-plugin/systemload.c:821 ../panel-plugin/systemload.c:902
+#: ../panel-plugin/systemload.c:822 ../panel-plugin/systemload.c:903
 msgid Show monitor
 msgstr Vis monitor
 
-#: ../panel-plugin/systemload.c:831
+#: ../panel-plugin/systemload.c:832
 msgid Text to display:
 msgstr Tekst å vise:
 
-#: ../panel-plugin/systemload.c:863
+#: ../panel-plugin/systemload.c:864
 msgid Bar color:
 msgstr Stolpefarge:
 
-#: ../panel-plugin/uptime.c:52
+#: ../panel-plugin/uptime.c:53
 msgid File /proc/uptime not found!
 msgstr Filen /proc/uptime ikke funnet!
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master l10n: Updated Czech (cs) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to bec134da1b36eed8a671959782c65705202f220a (commit)
   from 2111a6dd335b1524452556570cd6954ab8184478 (commit)

commit bec134da1b36eed8a671959782c65705202f220a
Author: Michal Várady miko.v...@gmail.com
Date:   Sat Dec 11 00:52:18 2010 +0100

l10n: Updated Czech (cs) translation to 100%

New status: 19 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/cs.po |   74 +-
 1 files changed, 49 insertions(+), 25 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 816bf5f..7096d71 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2,14 +2,14 @@
 # Copyright (C) 2004-2005 Eduard Roccatello.
 # This file is distributed under the same license as the xfce4-appfinder 
package.
 # Alois Nespor alois.nes...@seznam.cz, 2004.
-# Michal Várady miko.v...@gmail.com, 2006-2008.
+# Michal Várady miko.v...@gmail.com, 2006-2010.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2009-10-18 14:57+0200\n
-PO-Revision-Date: 2009-10-25 11:31+0100\n
+POT-Creation-Date: 2010-12-10 23:08+\n
+PO-Revision-Date: 2010-12-11 00:52+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
 MIME-Version: 1.0\n
@@ -54,118 +54,142 @@ msgstr Nepodařilo se připojit ke službě xfconf. Důvod: 
%s
 msgid Failed to connect to xfconf daemon.
 msgstr Nepodařilo se připojit ke službě xfconf.
 
-#: ../src/xfce-appfinder-window.c:225
+#: ../src/xfce-appfinder-window.c:217
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
 msgstr Vyhledávač aplikací
 
-#: ../src/xfce-appfinder-window.c:227
+#: ../src/xfce-appfinder-window.c:219
 #: ../data/xfce4-appfinder.desktop.in.h:2
 msgid Find and launch applications installed on your system
 msgstr Umožňuje najít a spouštět aplikace nainstalované v systému.
 
-#: ../src/xfce-appfinder-window.c:250
+#: ../src/xfce-appfinder-window.c:242
 msgid Search
 msgstr Hledat
 
-#: ../src/xfce-appfinder-window.c:278
+#: ../src/xfce-appfinder-window.c:270
 msgid Categories
 msgstr Kategorie
 
-#: ../src/xfce-appfinder-window.c:328
+#: ../src/xfce-appfinder-window.c:320
 msgid C_lose after launch
 msgstr Za_vřít po spuštění
 
-#: ../src/xfce-appfinder-window.c:336
+#: ../src/xfce-appfinder-window.c:328
 msgid Launch
 msgstr Spustit
 
-#: ../src/xfce-appfinder-window.c:720
-#, c-format
-msgid Could not execute application %s.
-msgstr Nelze spustit aplikaci %s.
-
-#: ../src/xfce-appfinder-window.c:843
+#: ../src/xfce-appfinder-window.c:458
 #, c-format
 msgid Could not load menu from %s
 msgstr Nelze načíst nabídku ze souboru %s
 
-#: ../src/xfce-appfinder-window.c:846
-msgid Could not load system menu
-msgstr Nelze načíst systémovou nabídku
-
-#: ../src/xfce-appfinder-window.c:868
-#: ../src/xfce-appfinder-window.c:875
-#: ../src/xfce-appfinder-window.c:1104
+#: ../src/xfce-appfinder-window.c:470
+#: ../src/xfce-appfinder-window.c:477
+#: ../src/xfce-appfinder-window.c:1115
 msgid All
 msgstr Vše
 
-#: ../src/xfce-appfinder-window.c:942
+#: ../src/xfce-appfinder-window.c:793
+#, c-format
+msgid Failed to execute command \%s\.
+msgstr Nelze spustit příkaz \%s\.
+
+#: ../src/xfce-appfinder-window.c:951
 #, c-format
 msgid bCategories:/b %s
 msgstr bKategorie:/b %s
 
-#: ../src/xfce-appfinder-window.c:953
+#: ../src/xfce-appfinder-window.c:962
 #, c-format
 msgid bCommand:/b %s
 msgstr bPříkaz:/b %s
 
+#~ msgid Could not load system menu
+#~ msgstr Nelze načíst systémovou nabídku
+
 #~ msgid Could not execute application %s. Reason: %s
 #~ msgstr Nelze spustit aplikaci %s. Důvod: %s
+
 #~ msgid Could not load menu from %s. Reason: %s
 #~ msgstr Nelze načíst nabídku ze souboru %s. Důvod: %s
+
 #~ msgid Filter
 #~ msgstr Filtr
 
 #, fuzzy
 #~ msgid Find and launch applications installed on the system
 #~ msgstr Najít aplikace nainstalované v tomto systému.
+
 #~ msgid Find applications installed on the system.
 #~ msgstr Najít aplikace nainstalované v tomto systému.
+
 #~ msgid Failed to open display
 #~ msgstr Otevření displeje se nezdařilo
+
 #~ msgid Copyright (c) 2008
 #~ msgstr Copyright (c) 2008
+
 #~ msgid Applications
 #~ msgstr Aplikace
+
 #~ msgid Xfce 4 Appfinder
 #~ msgstr Vyhledávač aplikací pro Xfce 4
+
 #~ msgid bName/b
 #~ msgstr bNázev/b
+
 #~ msgid N/A
 #~ msgstr nedostupný
+
 #~ msgid bComment/b
 #~ msgstr bKomentář/b
+
 #~ msgid Run program
 #~ msgstr Spustit program
+
 #~ msgid Show Categories
 #~ msgstr Zobrazit kategorie
+
 #~ msgid Core
 #~ msgstr Hlavní
+
 #~ msgid Development
 #~ msgstr Vývojové nástroje
+
 #~ msgid Office
 #~ msgstr Kancelář
+
 #~ msgid Graphics
 #~ msgstr Grafika
+
 #~ msgid Network
 #~ msgstr Síť
+
 #~ msgid AudioVideo
 #~ msgstr Hudba a Film
+
 #~ msgid Game
 #~ msgstr Hry
+
 #~ msgid Education
 #~ msgstr Vzdělání
+
 #~ msgid System
 #~ msgstr Systém
+
 #~ msgid 

[Xfce4-commits] xfce4-session:master l10n: Updated Czech (cs) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 5b909f4add02fe2e6fc6657af871ffccdf929f96 (commit)
   from c0e0dd562c1d3ada444c13caea7dde4db4f4ab69 (commit)

commit 5b909f4add02fe2e6fc6657af871ffccdf929f96
Author: Michal Várady miko.v...@gmail.com
Date:   Sat Dec 11 01:17:52 2010 +0100

l10n: Updated Czech (cs) translation to 100%

New status: 230 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/cs.po |  408 ++---
 1 files changed, 254 insertions(+), 154 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 4f613f4..5f8c05b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,8 +8,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-session 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-01-30 18:04+0100\n
-PO-Revision-Date: 2010-01-30 19:52+0100\n
+POT-Creation-Date: 2010-12-10 23:09+\n
+PO-Revision-Date: 2010-12-11 01:17+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
 MIME-Version: 1.0\n
@@ -216,8 +216,8 @@ msgid Failed to hibernate
 msgstr Hibernace se nezdařila.
 
 #: ../panel-plugin/xfsm-logout-plugin.c:150
-msgid Xfclock4 could not be launched
-msgstr Není možné spustit aplikaci Xfclock4
+msgid Xflock4 could not be launched
+msgstr Nelze spustit aplikaci Xfclock4
 
 #: ../panel-plugin/xfsm-logout-plugin.c:222
 msgid Close Session
@@ -241,16 +241,19 @@ msgid Type '%s --help' for usage.
 msgstr Informace o použití získáte příkazem '%s --help'
 
 #: ../settings/main.c:85
+#: ../xfce4-session/main.c:226
 msgid The Xfce development team. All rights reserved.
 msgstr Tým vyvojářů Xfce. Všechna práva vyhrazena.
 
 #: ../settings/main.c:86
+#: ../xfce4-session/main.c:232
 #, c-format
 msgid Please report bugs to %s.
 msgstr Prosíme, abyste hlásili chyby na adresu %s.
 
 #: ../settings/main.c:95
-#: ../xfce4-session/main.c:281
+#: ../xfce4-session/main.c:238
+#: ../xfce4-tips/main.c:270
 msgid Unable to contact settings server
 msgstr Nelze se spojit se serverem nastavení
 
@@ -291,25 +294,25 @@ msgstr Nelze uložit relaci
 msgid Are you sure you want to terminate \%s\?
 msgstr Opravdu chcete ukončit „%s“?
 
-#: ../settings/session-editor.c:186
-#, c-format
-msgid Terminate \%s\
-msgstr Ukončit „%s“
-
-#: ../settings/session-editor.c:188
-#: ../settings/session-editor.c:216
+#: ../settings/session-editor.c:187
+#: ../settings/session-editor.c:215
 msgid Terminate Program
 msgstr Ukončit program
 
-#: ../settings/session-editor.c:190
+#: ../settings/session-editor.c:189
 msgid The application will lose any unsaved state and will not be restarted 
in your next session.
 msgstr Aplikace ztratí všechna neuložená data a nespustí se ve vaší příští 
relaci.
 
-#: ../settings/session-editor.c:217
+#: ../settings/session-editor.c:191
+#: ../settings/xfce4-session-settings.glade.h:35
+msgid _Quit Program
+msgstr _Ukončit program
+
+#: ../settings/session-editor.c:216
 msgid Unable to terminate program.
 msgstr Nelze ukončit program
 
-#: ../settings/session-editor.c:396
+#: ../settings/session-editor.c:394
 msgid (Unknown program)
 msgstr (Neznámý program)
 
@@ -337,154 +340,198 @@ msgstr Způsob restartování
 msgid None
 msgstr Žádná
 
-#: ../settings/xfae-dialog.c:99
+#: ../settings/xfae-dialog.c:78
 msgid Add application
 msgstr Přidat aplikaci
 
-#: ../settings/xfae-dialog.c:113
+#: ../settings/xfae-dialog.c:92
 msgid Name:
 msgstr Název:
 
-#: ../settings/xfae-dialog.c:130
+#: ../settings/xfae-dialog.c:109
 msgid Description:
 msgstr Popis:
 
-#: ../settings/xfae-dialog.c:145
+#: ../settings/xfae-dialog.c:124
 msgid Command:
 msgstr Příkaz:
 
-#: ../settings/xfae-dialog.c:205
+#: ../settings/xfae-dialog.c:184
 msgid Select a command
 msgstr Vyberte příkaz
 
+#: ../settings/xfae-dialog.c:233
+msgid Edit application
+msgstr Upravit aplikaci
+
 #: ../settings/xfae-model.c:562
 #, c-format
 msgid Failed to unlink %s: %s
 msgstr Nepodařilo se odstranit symbolický odkaz %s: %s
 
-#: ../settings/xfae-model.c:650
+#: ../settings/xfae-model.c:651
 #, c-format
 msgid Failed to create file %s
 msgstr Nepodařilo se vytvořit soubor %s
 
-#: ../settings/xfae-model.c:672
+#: ../settings/xfae-model.c:673
 #, c-format
 msgid Failed to write file %s
 msgstr Nepodařilo se zapsat do souboru %s
 
-#: ../settings/xfae-model.c:771
+#: ../settings/xfae-model.c:732
+#, c-format
+msgid Failed to open %s for reading
+msgstr Nepodařilo se otevřít soubor %s pro čtení
+
+#: ../settings/xfae-model.c:841
+#: ../settings/xfae-model.c:898
 #, c-format
 msgid Failed to open %s for writing
 msgstr Nepodařilo se otevřít soubor %s pro zápis
 
-#: ../settings/xfae-window.c:100
+#: ../settings/xfae-window.c:101
 msgid Below is the list of applications that will be started automatically 
when you login to your Xfce desktop, in addition to the applications that were 
saved when you logged out last time:
 msgstr Níže najdete seznam aplikací, 

[Xfce4-commits] xfce4-settings:master l10n: Updated Czech (cs) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to fb46bad1da0161b86a44b5fafa20e2743433009f (commit)
   from 8d6689ebd3aeb8583c6f86abb7b684616bc658be (commit)

commit fb46bad1da0161b86a44b5fafa20e2743433009f
Author: Michal Várady miko.v...@gmail.com
Date:   Sat Dec 11 01:28:56 2010 +0100

l10n: Updated Czech (cs) translation to 100%

New status: 266 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/cs.po |  461 +-
 1 files changed, 184 insertions(+), 277 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 5f1a8a8..b4abbc1 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -3,19 +3,18 @@
 # This file is distributed under the same license as the xfce package.
 # Michal Várady miko.v...@gmail.com, 2008-2010.
 #
-#: ../xfsettingsd/main.c:127
 msgid 
 msgstr 
 Project-Id-Version: xfce 4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-08-28 23:05+0200\n
-PO-Revision-Date: 2010-01-19 21:12+0100\n
+POT-Creation-Date: 2010-12-10 23:09+\n
+PO-Revision-Date: 2010-12-11 01:28+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n=2  n=4) ? 1 : 2;\n
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:1
@@ -80,9 +79,7 @@ msgid The amount of time, in milliseconds, required between 
keystrokes
 msgstr Doba v milisekundách mezi dvěma stisky kláves
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:16
-msgid 
-The amount of time, in milliseconds, that must elapse before a keystroke 
-will be accepted
+msgid The amount of time, in milliseconds, that must elapse before a 
keystroke will be accepted
 msgstr Doba v milisekundách, která musí uběhnout před přijetím stisku klávesy
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:17
@@ -98,32 +95,20 @@ msgid The time, in milliseconds, between repeated motion 
events
 msgstr Doba v milisekundách mezi dvěma opakovanými událostmi pohybu
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:20
-msgid 
-The time, in milliseconds, between the initial key press and first repeated 
-motion event
-msgstr 
-Doba v milisekundách mezi stisknutím první klávesy a první opakovanou 
-událostí pohybu
+msgid The time, in milliseconds, between the initial key press and first 
repeated motion event
+msgstr Doba v milisekundách mezi stisknutím první klávesy a první opakovanou 
událostí pohybu
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:21
 msgid The time, in milliseconds, to get to maximum speed
 msgstr Doba v milisekundách pro získání nejvyšší rychlosti
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:22
-msgid 
-To help prevent accidental keystrokes, slow keys requires that a key is held 
-for a certain minimum amount of time before the keystroke will be accepted
-msgstr 
-Funkce pomalé klávesy pomáhá předejít náhodným stiskům kláves tak, že 
-požadovaná klávesa musí být před přijetím stisknuta po určitou dobu
+msgid To help prevent accidental keystrokes, slow keys requires that a key is 
held for a certain minimum amount of time before the keystroke will be accepted
+msgstr Funkce pomalé klávesy pomáhá předejít náhodným stiskům kláves tak, že 
požadovaná klávesa musí být před přijetím stisknuta po určitou dobu
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:23
-msgid 
-To help prevent accidental multiple keystrokes, bounce keys imposes a 
-minimum delay between keystrokes
-msgstr 
-Funkce zdvojené klávesy pomáhá předejít náhodným opakovaným stiskům kláves 
-nastavením minimální doby mezi stiskem kláves
+msgid To help prevent accidental multiple keystrokes, bounce keys imposes a 
minimum delay between keystrokes
+msgstr Funkce zdvojené klávesy pomáhá předejít náhodným opakovaným stiskům 
kláves nastavením minimální doby mezi stiskem kláves
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:24
 msgid Use _bounce keys
@@ -138,38 +123,20 @@ msgid Use slow _keys
 msgstr Použít pomalé _klávesy
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:27
-msgid 
-When selected, modifier keys (such as Control, Alt, and Shift) do not need 
-to be held down (they can be pressed and then released) when multiple keys 
-would normally need to be pressed at the same time
-msgstr 
-Vyberete-li tuto volbu, nemusíte klávesy modifikátorů (Control, Alt a Shift) 
-držet (pouze je stiskněte a poté uvolněte), narozdíl od běžného stavu, kdy 
-je nutné je stisknout najednou
+msgid When selected, modifier keys (such as Control, Alt, and Shift) do not 
need to be held down (they can be pressed and then released) when multiple keys 
would normally need to be pressed at the same time
+msgstr Vyberete-li tuto volbu, 

[Xfce4-commits] xfce4-panel:master l10n: Updated Czech (cs) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to f593d16351743a9f8918d7c02ee279a15fa9a04c (commit)
   from 9e61e6c1aae037ae796a694c53cd72ca950fab97 (commit)

commit f593d16351743a9f8918d7c02ee279a15fa9a04c
Author: Michal Várady miko.v...@gmail.com
Date:   Sat Dec 11 01:45:52 2010 +0100

l10n: Updated Czech (cs) translation to 100%

New status: 344 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/cs.po |  101 ++
 1 files changed, 49 insertions(+), 52 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index f6422e2..294ad67 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,8 +9,8 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-panel 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-08 11:08+\n
-PO-Revision-Date: 2010-12-08 22:42+0100\n
+POT-Creation-Date: 2010-12-10 23:08+\n
+PO-Revision-Date: 2010-12-11 01:45+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
 MIME-Version: 1.0\n
@@ -141,7 +141,7 @@ msgstr [PARAMETRY...]
 #: ../panel/main.c:203
 #, c-format
 msgid Type \%s --help\ for usage.
-msgstr 
+msgstr Informace o použití získáte příkazem \%s --help\
 
 #: ../panel/main.c:222
 msgid The Xfce development team. All rights reserved.
@@ -403,7 +403,6 @@ msgstr _Délka (%)
 
 #. I18N: name of the section (frame) in the panel preferences where the user 
can define the length and size of the panel
 #: ../panel/panel-preferences-dialog.glade.h:18
-#, fuzzy
 msgid Measurements
 msgstr Jednotky
 
@@ -500,7 +499,6 @@ msgstr _Soubor:
 
 #. I18N: label for the leave transparency slider
 #: ../panel/panel-preferences-dialog.glade.h:44
-#, fuzzy
 msgid _Leave:
 msgstr _Opustit:
 
@@ -631,9 +629,8 @@ msgid Restart
 msgstr Restartovat
 
 #: ../plugins/actions/actions.c:114
-#, fuzzy
 msgid Suspend
-msgstr Zvuk
+msgstr Režim spánku
 
 #: ../plugins/actions/actions.c:115
 msgid Hibernate
@@ -850,7 +847,7 @@ msgstr Zobrazova_t mřížku
 #: ../plugins/clock/clock-dialog.glade.h:20
 #, no-c-format
 msgid The format describes the date and time parts to insert into the file 
name. For example, %Y will be substituted with the year, %m with the month and 
%d with the day. See the documentation of the date utility for additional 
information.
-msgstr 
+msgstr Formát popisuje části data a času vložené do názvu souboru. Např. %Y 
bude nahrazeno rokem, %m měsícem a %d dnem. Více informací nástroje pro datum 
najdete v dokumentaci
 
 #: ../plugins/clock/clock-dialog.glade.h:21
 msgid True _binary clock
@@ -1103,7 +1100,7 @@ msgstr Spuštění aplikace „%s“ se nezdařilo
 #: ../plugins/directorymenu/directorymenu.c:581
 #, c-format
 msgid Failed to query content type for \%s\
-msgstr 
+msgstr Dotaz na typ obsahu \%s\ se nezdařil
 
 #: ../plugins/directorymenu/directorymenu.c:590
 #, c-format
@@ -1118,11 +1115,11 @@ msgstr Spuštění výchozí aplikace pro „%s“ se nezdařilo
 #: ../plugins/directorymenu/directorymenu.c:696
 #, c-format
 msgid Failed to execute the preferred application for category \%s\
-msgstr 
+msgstr Spuštění upřednostňované aplikace v kategorii \%s\ se nezdařilo
 
 #: ../plugins/directorymenu/directorymenu.c:769
 msgid Open Folder
-msgstr 
+msgstr Otevřít složku
 
 #: ../plugins/directorymenu/directorymenu.c:780
 msgid Open in Terminal
@@ -1131,21 +1128,21 @@ msgstr Otevřít v terminálu
 #: ../plugins/directorymenu/directorymenu.desktop.in.h:1
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:2
 msgid Directory Menu
-msgstr 
+msgstr Nabídka adresáře
 
 #: ../plugins/directorymenu/directorymenu.desktop.in.h:2
 msgid Show a directory tree in a menu
-msgstr 
+msgstr Zobrazí adresářový strom v nabídce
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:3
 msgid Enter a list of patterns that will be used to determine which files are 
visible in a directory. If you specify more than one pattern here, the list 
items must be separated with semicolons (e.g. *.txt;*.doc).
-msgstr 
+msgstr Upravit seznam předloh, které budou použity ke zjištění viditelnosti 
souborů v adresáři. Zadáte-li sem více než jednu předlohu, musí být seznam 
oddělený středníky (např. *.txt;*.doc).
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:4
 #: ../plugins/tasklist/tasklist-dialog.glade.h:5
 #: ../plugins/windowmenu/windowmenu-dialog.glade.h:5
 msgid Filtering
-msgstr 
+msgstr Filtrace
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:5
 msgid Select A Directory
@@ -1157,11 +1154,11 @@ msgstr Zobrazova_t skryté soubory
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:7
 msgid _Base Directory:
-msgstr 
+msgstr _Základní adresář:
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:8
 msgid _File Pattern:
-msgstr 
+msgstr _Vzorek souboru:
 
 #: ../plugins/launcher/launcher.c:1448
 msgid Unnamed Item
@@ -1173,7 +1170,7 @@ msgstr Žádné položky
 
 #: 

[Xfce4-commits] xfdesktop:master l10n: Updated Czech (cs) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 6d31dde3b8bdccda5d74c78c8dbcca7ff1152b13 (commit)
   from bc352bf0d13d1addd34c6226da6976d95b548499 (commit)

commit 6d31dde3b8bdccda5d74c78c8dbcca7ff1152b13
Author: Michal Várady miko.v...@gmail.com
Date:   Sat Dec 11 02:00:06 2010 +0100

l10n: Updated Czech (cs) translation to 100%

New status: 200 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/cs.po |  359 ++
 1 files changed, 173 insertions(+), 186 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 0a8ade4..0c49b8c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,17 +9,18 @@ msgid 
 msgstr 
 Project-Id-Version: xfdesktop 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-05 16:00+0100\n
-PO-Revision-Date: 2010-01-19 09:53+0100\n
+POT-Creation-Date: 2010-12-10 23:10+\n
+PO-Revision-Date: 2010-12-11 01:58+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
-Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: cs\n
 X-Generator: KBabel 1.3\n
 
-#: ../common/xfdesktop-common.c:96 ../common/xfdesktop-common.c:200
+#: ../common/xfdesktop-common.c:96
+#: ../common/xfdesktop-common.c:200
 #, c-format
 msgid Backdrop list file is not valid
 msgstr Soubor seznamu pozadí není platný
@@ -34,7 +35,8 @@ msgstr 
 %s\n
 iVelikost: %dx%d/i
 
-#: ../settings/main.c:272 ../src/xfdesktop-special-file-icon.c:247
+#: ../settings/main.c:272
+#: ../src/xfdesktop-special-file-icon.c:247
 #: ../src/xfdesktop-special-file-icon.c:413
 msgid Home
 msgstr Domů
@@ -56,7 +58,8 @@ msgstr Vyměnitelné jednotky
 msgid Cannot create backdrop list \%s\
 msgstr Nelze vytvořit seznam pozadí \%s\
 
-#: ../settings/main.c:462 ../settings/main.c:779
+#: ../settings/main.c:462
+#: ../settings/main.c:779
 msgid Backdrop List Error
 msgstr Chyba seznamu pozadí
 
@@ -66,10 +69,8 @@ msgstr Vytvořit nebo načíst seznam pozadí
 
 #: ../settings/main.c:511
 #, c-format
-msgid 
-File \%s\ is not a valid backdrop list file.  Do you wish to overwrite it?
-msgstr 
-Soubor \%s\ není platným souborem seznamu pozadí. Chcete jej přepsat?
+msgid File \%s\ is not a valid backdrop list file.  Do you wish to 
overwrite it?
+msgstr Soubor \%s\ není platným souborem seznamu pozadí. Chcete jej 
přepsat?
 
 #: ../settings/main.c:516
 msgid Invalid List File
@@ -215,7 +216,6 @@ msgstr Nezobrazovat žádný obrázek
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:12
 #: ../settings/xfdesktop-settings-ui.glade.h:12
-#, fuzzy
 msgid Horizontal gradient
 msgstr Vodorovné stupňování
 
@@ -258,7 +258,6 @@ msgstr Zadajte jeden obrázek jako pozadí
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:22
 #: ../settings/xfdesktop-settings-ui.glade.h:32
-#, fuzzy
 msgid Solid color
 msgstr Jednobarevný
 
@@ -267,10 +266,8 @@ msgid Specifies the \right\ or \bottom\ color of the 
gradient
 msgstr Určuje \pravou\ nebo \spodní\ barvu barevného přechodu
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:24
-msgid 
-Specifies the solid color, or the \left\ or \top\ color of the gradient
-msgstr 
-Určuje jednotnou barvu nebo \levou\ nebo \horní\ barvu barevného přechodu
+msgid Specifies the solid color, or the \left\ or \top\ color of the 
gradient
+msgstr Určuje jednotnou barvu nebo \levou\ nebo \horní\ barvu barevného 
přechodu
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:25
 msgid Specify how the image will be resized to fit the screen
@@ -297,11 +294,10 @@ msgstr Dláždit
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:30
 #: ../settings/xfdesktop-settings-ui.glade.h:36
 msgid Transparent
-msgstr 
+msgstr Průhledný
 
 #: ../settings/xfdesktop-settings-appearance-frame-ui.glade.h:31
 #: ../settings/xfdesktop-settings-ui.glade.h:39
-#, fuzzy
 msgid Vertical gradient
 msgstr Svislé stupňování
 
@@ -336,18 +332,18 @@ msgstr bNabídka seznamu oken/b
 
 #: ../settings/xfdesktop-settings-ui.glade.h:5
 msgid Alt
-msgstr 
+msgstr Alt
 
 #: ../settings/xfdesktop-settings-ui.glade.h:7
 msgid B_utton:
 msgstr _Tlačítko:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:9
-#, fuzzy
 msgid Control
-msgstr Přispěvatel
+msgstr Ovládání
 
-#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:729
+#: ../settings/xfdesktop-settings-ui.glade.h:10
+#: ../src/xfce-desktop.c:729
 msgid Desktop
 msgstr Plocha
 
@@ -369,19 +365,15 @@ msgstr _Průhlednost popisku:
 
 #: ../settings/xfdesktop-settings-ui.glade.h:16
 msgid Left
-msgstr 
+msgstr Vlevo
 
 #: ../settings/xfdesktop-settings-ui.glade.h:17
 msgid Middle
-msgstr 
+msgstr Uprostřed
 
 #: ../settings/xfdesktop-settings-ui.glade.h:18
-#, fuzzy
 msgid Minimized application icons
-msgstr 
-Žádný\n
-Ikony minimalizovaných aplikací\n
-Ikony souborů a spouštěčů
+msgstr 

[Xfce4-commits] xfce-utils:master l10n: Updated Czech (cs) translation to 100%

2010-12-10 Thread Transifex
Updating branch refs/heads/master
 to 923c06a56df1e38b5f02453b249be22daad529b6 (commit)
   from 8e2b068bbaa13e3b140bda4a81238a53458ddf94 (commit)

commit 923c06a56df1e38b5f02453b249be22daad529b6
Author: Michal Várady miko.v...@gmail.com
Date:   Sat Dec 11 02:22:52 2010 +0100

l10n: Updated Czech (cs) translation to 100%

New status: 72 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/cs.po |  202 -
 1 files changed, 80 insertions(+), 122 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 8f900c9..4008f52 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,210 +9,172 @@ msgid 
 msgstr 
 Project-Id-Version: xfce-utils 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-12-05 15:39+0100\n
-PO-Revision-Date: 2010-01-19 09:49+0100\n
+POT-Creation-Date: 2010-12-10 23:08+\n
+PO-Revision-Date: 2010-12-11 02:22+0100\n
 Last-Translator: Michal Várady miko.v...@gmail.com\n
 Language-Team: Czech translation-team...@lists.sourceforge.net\n
-Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: cs\n
 X-Generator: KBabel 1.3\n
 
 #: ../xfce4-about/main.c:52
 msgid Version information
-msgstr 
+msgstr Informace o verzi
 
 #: ../xfce4-about/main.c:70
 msgid Window Manager
-msgstr 
+msgstr Správce oken
 
 #: ../xfce4-about/main.c:71
 msgid Handles the placement of windows on the screen.
-msgstr 
+msgstr Zajišťuje umístění oken na obrazovce
 
 #: ../xfce4-about/main.c:74
 msgid Panel
-msgstr 
+msgstr Panel
 
 #: ../xfce4-about/main.c:75
-msgid 
-Program launchers, window buttons, applications menu, workspace switcher and 
-more.
-msgstr 
+msgid Program launchers, window buttons, applications menu, workspace 
switcher and more.
+msgstr Spouštěče aplikací, tlačítka oken, nabídky aplikací, přepínač 
pracovních plochu a další.
 
 #: ../xfce4-about/main.c:79
 msgid Desktop Manager
-msgstr 
+msgstr Správce pracovní plochy
 
 #: ../xfce4-about/main.c:80
-msgid 
-Sets the background color or image with optional application menu or icons 
-for minimized applications or launchers, devices and folders.
-msgstr 
+msgid Sets the background color or image with optional application menu or 
icons for minimized applications or launchers, devices and folders.
+msgstr Nastavuje barvu nebo obrázek na pozadí s volitelými nabídkami aplikací 
nebo s ikonami minimalizovaných aplikací nebo spouštěčů, zařízení a složek.
 
 #: ../xfce4-about/main.c:84
 msgid File Manager 
-msgstr 
+msgstr Správce souborů
 
 #: ../xfce4-about/main.c:85
-msgid 
-A modern file manager for the Unix/Linux desktop, aiming to be easy-to-use 
-and fast.
-msgstr 
+msgid A modern file manager for the Unix/Linux desktop, aiming to be 
easy-to-use and fast.
+msgstr Moderní správce souborů pro systém Unix/Linux, cílený na snadné a 
rychlé používání.
 
 #: ../xfce4-about/main.c:89
 msgid Session Manager
-msgstr 
+msgstr Správce relace
 
 #: ../xfce4-about/main.c:90
-msgid 
-Restores your session on startup and allows you to shutdown the computer 
-from Xfce.
-msgstr 
+msgid Restores your session on startup and allows you to shutdown the 
computer from Xfce.
+msgstr Obnovuje relaci při spuštění a umožňuje vypnout počítač z prostředí 
Xfce.
 
 #: ../xfce4-about/main.c:94
 msgid Setting System
-msgstr 
+msgstr Nastavení systému
 
 #: ../xfce4-about/main.c:95
-msgid 
-Configuration system to control various aspects of the desktop like 
-appearance, display, keyboard and mouse settings.
-msgstr 
+msgid Configuration system to control various aspects of the desktop like 
appearance, display, keyboard and mouse settings.
+msgstr Nastavení systému k ovládání různých vlastností pracovního prostředí, 
např. nastavení vzhledu, displeje, klávesnice a myši.
 
 #: ../xfce4-about/main.c:99
 msgid Application Finder
-msgstr 
+msgstr Vyhledávač aplikací
 
 #: ../xfce4-about/main.c:100
-msgid 
-Shows the applications installed on your system in categories, so you can 
-quickly find and launch them.
-msgstr 
+msgid Shows the applications installed on your system in categories, so you 
can quickly find and launch them.
+msgstr Zobrazuje aplikace nainstalované na tomto systému v kategioriích tak, 
abyste je snadno našli a spustili.
 
 #: ../xfce4-about/main.c:104
 msgid Utilities and Scripts
-msgstr 
+msgstr Nástroje a skripty
 
 #: ../xfce4-about/main.c:105
 msgid Startup scripts, run dialog and about dialog.
-msgstr 
+msgstr Spouštěcí skripty, dialogové okno pro spuštění a dialogové okno o 
aplikaci.
 
 #: ../xfce4-about/main.c:108
 msgid Settings Daemon
-msgstr 
+msgstr Služba nastavení
 
 #: ../xfce4-about/main.c:109
 msgid D-Bus-based configuration storage system.
-msgstr 
+msgstr Systém uložení nastavení založený na sběrnici D-Bus
 
 #: ../xfce4-about/main.c:116
-msgid 
-Xfce is a collection of programs that together provide a full-featured 
-desktop environment. The