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

I18n fixes and updated Polish translation #519

Merged
merged 7 commits into from
May 4, 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 de el es fa fr gl hr hu id it ja nb nl pa pl pt_BR ru sv tr uk zh_CN ko"
ALL_LINGUAS="ca cs de el es fa fr gl hr hu id it ja ko nb nl pa pl pt_BR ru sv tr uk zh_CN"

AC_SUBST([GETTEXT_PACKAGE])
AC_SUBST([ALL_LINGUAS])
Expand Down
2 changes: 2 additions & 0 deletions data/guake-autoconfigure.desktop.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Desktop Entry]
Name=Autoconfigure Guake
Name[pl]=Automatyczna konfiguracja Guake
Comment=Autoconfigure the start of the Guake terminal
Comment[pl]=Automatycznie konfiguruje uruchamianie terminala Guake
TryExec=~/scripts/guake-autoconfigure.sh
Exec=~/scripts/guake-autoconfigure.sh
Icon=/usr/share/pixmaps/guake/guake.png
Expand Down
2 changes: 2 additions & 0 deletions data/guake-autostart.desktop.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Desktop Entry]
Name=Autostart Guake Terminal
Name[pl]=Automatyczne uruchamianie terminala Guake
Comment=Automatically start Guake terminal at login
Comment[pl]=Automatycznie uruchamia terminal Guake podczas logowania
TryExec=guake
Exec=guake
Icon=/usr/share/pixmaps/guake/guake.png
Expand Down
12 changes: 9 additions & 3 deletions data/guake-prefs.desktop.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
_Name=Guake Preferences
_Comment=Configure your Guake sessions
Name=Guake Preferences
Name[pl]=Preferencje programu Guake
Name[pt_BR]=Preferências do Guake
Comment=Configure your Guake sessions
Comment[fr]=Configurer votre session Guake
Comment[pl]=Konfiguruje sesje programu Guake
Comment[pt_BR]=Configurações do terminal Guake
TryExec=guake-prefs
Exec=guake-prefs
Icon=guake-prefs
Expand All @@ -10,4 +15,5 @@ Type=Application
StartupNotify=true
Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings;
X-Desktop-File-Install-Version=0.15
_Keywords=Terminal;Utility;
Keywords=Terminal;Utility;
Keywords[pl]=Terminal;Konsola;Narzędzie;
8 changes: 4 additions & 4 deletions data/guake.desktop.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[Desktop Entry]
Encoding=UTF-8
Name=Guake Terminal
Name[fr]=Guake Terminal
Name[pl]=Terminal Guake
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[fr]=Utilisez la ligne de commande comme dans un terminal quake
Comment[pl]=Wiersz poleceń w terminalu w stylu gry Quake
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
TryExec=guake
Exec=guake
Icon=guake
Expand Down
12 changes: 6 additions & 6 deletions data/prefs.glade
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip" translatable="yes">Path to a bash script that would be automatically executed when guake starts, unless you specify --no-startup-script.
<property name="tooltip" translatable="yes">Path to a bash script that would be automatically executed when Guake starts, unless you specify --no-startup-script.

This would typically use the configuration by command line feature of guake:
This would typically use the configuration by command line feature of Guake:

#!/bin/bash

sleep 5 # it is advised to wait a bit guake has been successfully started
sleep 5 # it is advised to wait a bit before Guake has been successfully started
Copy link
Member

Choose a reason for hiding this comment

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

This tempo was a workaround for the pbl with globalhotkey not able to capture some keys when the gnome desktop is being started. There is probably some keyboard reconfiguration going on when the desktop is started... So this is a quick and dirty way of avoid such issue...


guake -r "main" -e "cd ~/projects/myproject/main"
guake -r "prod" -e "cd ~/projects/myproject/prod"
Expand Down Expand Up @@ -263,7 +263,7 @@ guake -r "prod" -e "cd ~/projects/myproject/prod"
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Path to script to execute on Guake start:</property>
<property name="label" translatable="yes">Path to script executed on Guake start:</property>
<property name="use_markup">True</property>
<property name="single_line_mode">True</property>
</widget>
Expand Down Expand Up @@ -2089,7 +2089,7 @@ Blink off</property>
<property name="width_request">300</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">&lt;small&gt;Quick open is a feature allowing you to open a file directly into your favorite text editor by clicking on its filename when it appears in your terminal. See bellow to see the list of text patterns, used to extract filename, currently supported for the moment.&lt;/small&gt;</property>
<property name="label" translatable="yes">&lt;small&gt;Quick open is a feature allowing you to open a file directly into your favorite text editor by clicking on its filename when it appears in your terminal. See the list of currently supported text patterns used to extract filename below.&lt;/small&gt;</property>
<property name="use_markup">True</property>
<property name="justify">fill</property>
<property name="wrap">True</property>
Expand Down Expand Up @@ -2327,7 +2327,7 @@ For example, for sublime, use &lt;b&gt;subl %(file_path)s:%(line_number)s&lt;/b&
<widget class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Here is the list of supported patterns: (to add your own, please contac the Guake's authors)</property>
<property name="label" translatable="yes">Here is the list of supported patterns: (to add your own, please contact the Guake's authors)</property>
<property name="use_markup">True</property>
</widget>
<packing>
Expand Down
Loading