ssfs rev 77

Small update to POT file
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 13 23:23:07 2011 +0200 (2011-06-13)
parents 44c43c726cdb
children c5d1be52a338
files Makefile po/server/ssfs-server.pot po/ssfs/ssfs.pot ssfs
line diff
     1.1 --- a/Makefile	Mon Jun 13 22:56:47 2011 +0200
     1.2 +++ b/Makefile	Mon Jun 13 23:23:07 2011 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  
     1.5  PACKAGE=ssfs
     1.6  VERSION=1.0
     1.7 -LINGUAS?=
     1.8 +LINGUAS?=fr
     1.9  
    1.10  all: msgmerge
    1.11  
    1.12 @@ -25,7 +25,7 @@
    1.13  msgmerge:
    1.14  	@for l in $(LINGUAS); do \
    1.15  		echo -n "Updating $$l po file."; \
    1.16 -		msgmerge -U po/$$l.po po/ssfs/ssfs.pot; \
    1.17 +		msgmerge -U po/ssfs/$$l.po po/ssfs/ssfs.pot; \
    1.18  	done;
    1.19  
    1.20  msgfmt:
     2.1 --- a/po/server/ssfs-server.pot	Mon Jun 13 22:56:47 2011 +0200
     2.2 +++ b/po/server/ssfs-server.pot	Mon Jun 13 23:23:07 2011 +0200
     2.3 @@ -8,7 +8,7 @@
     2.4  msgstr ""
     2.5  "Project-Id-Version: Ssfs Client 1.0\n"
     2.6  "Report-Msgid-Bugs-To: \n"
     2.7 -"POT-Creation-Date: 2011-06-13 22:56+0200\n"
     2.8 +"POT-Creation-Date: 2011-06-13 23:21+0200\n"
     2.9  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    2.10  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    2.11  "Language-Team: LANGUAGE <LL@li.org>\n"
     3.1 --- a/po/ssfs/ssfs.pot	Mon Jun 13 22:56:47 2011 +0200
     3.2 +++ b/po/ssfs/ssfs.pot	Mon Jun 13 23:23:07 2011 +0200
     3.3 @@ -8,7 +8,7 @@
     3.4  msgstr ""
     3.5  "Project-Id-Version: Ssfs Client 1.0\n"
     3.6  "Report-Msgid-Bugs-To: \n"
     3.7 -"POT-Creation-Date: 2011-06-13 22:56+0200\n"
     3.8 +"POT-Creation-Date: 2011-06-13 23:21+0200\n"
     3.9  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    3.10  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    3.11  "Language-Team: LANGUAGE <LL@li.org>\n"
    3.12 @@ -94,7 +94,7 @@
    3.13  msgstr ""
    3.14  
    3.15  #: ssfs:142
    3.16 -msgid "Daemon is not running\\n"
    3.17 +msgid "Daemon is not running"
    3.18  msgstr ""
    3.19  
    3.20  #: ssfs:145
     4.1 --- a/ssfs	Mon Jun 13 22:56:47 2011 +0200
     4.2 +++ b/ssfs	Mon Jun 13 23:23:07 2011 +0200
     4.3 @@ -139,7 +139,7 @@
     4.4  		echo "" ;;
     4.5  	stop)
     4.6  		# Kill daemon and remove pidfile.
     4.7 -		[ ! -s "$pid" ] && gettext "Daemon is not running\n" && \
     4.8 +		[ ! -s "$pid" ] && gettext "Daemon is not running" && \
     4.9  			echo "" && exit 0
    4.10  		kill=$(cat $pid)
    4.11  		gettext "Stopping"; echo " $app PID: $kill"