Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated POTFILES.in #451

Merged
merged 4 commits into from
Jan 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why all these '_' ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_ makes gettext pick up these strings for translation. I'm not sure if there is any additional automake magic to make it work, but that's the basics.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be in english?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean? It is in English.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry indeed, I think I wasn't quite awake and my eyes were not quite open, so basically -ENOCOFFEE :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, happens to me too. :)

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.