Skip to content

Commit

Permalink
Merge pull request #451 from piotrdrag/master
Browse files Browse the repository at this point in the history
Updated POTFILES.in
  • Loading branch information
gsemet committed Jan 27, 2015
2 parents e120c28 + ad40faa commit 0f43912
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 29 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ AM_GCONF_SOURCE_2

dnl Internationalization
GETTEXT_PACKAGE=guake
ALL_LINGUAS="ca cs_CZ de el es fa fr gl hr hu id it ja nb_NO nl pa pl pt_BR ru sv tr uk_UA zh_CN"
ALL_LINGUAS="ca cs de el es fa fr gl hr hu id it ja nb nl pa pl pt_BR ru sv tr uk zh_CN"

AC_SUBST([GETTEXT_PACKAGE])
AC_SUBST([ALL_LINGUAS])
Expand Down
4 changes: 2 additions & 2 deletions data/guake-autoconfigure.desktop.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Autoconfigure Guake
Comment=Autoconfigure the start of the Guake terminal
_Name=Autoconfigure Guake
_Comment=Autoconfigure the start of the Guake terminal
TryExec=~/scripts/guake-autoconfigure.sh
Exec=~/scripts/guake-autoconfigure.sh
Icon=/usr/share/pixmaps/guake/guake.png
Expand Down
4 changes: 2 additions & 2 deletions data/guake-autostart.desktop.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Autostart Guake Terminal
Comment=Automatically start Guake terminal at login
_Name=Autostart Guake Terminal
_Comment=Automatically start Guake terminal at login
TryExec=guake
Exec=guake
Icon=/usr/share/pixmaps/guake/guake.png
Expand Down
9 changes: 3 additions & 6 deletions data/guake-prefs.desktop.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Guake Preferences
Name[pt_BR]=Preferências do Guake
Comment=Configure your Guake sessions
Comment[pt_BR]=Configurações do terminal Guake
Comment[fr_FR]=Configurer votre session Guake
_Name=Guake Preferences
_Comment=Configure your Guake sessions
TryExec=guake-prefs
Exec=guake-prefs
Icon=guake-prefs
Expand All @@ -13,4 +10,4 @@ Type=Application
StartupNotify=true
Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings;
X-Desktop-File-Install-Version=0.15
Keywords=Terminal;Utility;
_Keywords=Terminal;Utility;
14 changes: 3 additions & 11 deletions data/guake.desktop.in
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=Guake Terminal
Name[pt]=Guake Terminal
Name[pt_BR]=Guake Terminal
Name[fr]=Guake Terminal
Name[fr_FR]=Guake Terminal
Comment=Use the command line in a Quake-like terminal
Comment[pt]=Utilizar a linha de comando em um terminal estilo Quake
Comment[pt_BR]=Utilizar a linha de comando em um terminal estilo Quake
Comment[fr]=Utilisez la ligne de commande comme dans un terminal quake
Comment[fr_FR]=Utilisez la ligne de commande comme dans un terminal quake
_Name=Guake Terminal
_Comment=Use the command line in a Quake-like terminal
TryExec=guake
Exec=guake
Icon=guake
Type=Application
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
StartupNotify=true
Keywords=Terminal;Utility;
_Keywords=Terminal;Utility;
15 changes: 8 additions & 7 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[encoding: UTF-8]
data/about.glade
data/guake.glade
data/prefs.glade
data/guake-autoconfigure.desktop.in
data/guake-autostart.desktop.in
data/guake.desktop.in
data/guake.glade
data/guake-prefs.desktop.in
guake/dbusiface.py
guake/main.py
guake/prefs.py
guake/common.py
guake/notifier.py
data/prefs.glade
src/guake/gconfhandler.py
src/guake/guake_app.py
src/guake/main.py
src/guake/prefs.py
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0f43912

Please sign in to comment.