Commit graph

15016 commits

Author SHA1 Message Date
Ekaterina Gerasimova
e176d701e5 Fix typo in British English translation 2014-10-08 21:02:36 +01:00
Ondrej Holy
37a54b69d6 user-accounts: remove dead code
This lines are dead code, because act_user_get_language() returns empty
string if language isn't set. We don't want to fix the condition, because
cc_common_language_get_current_language is wrong for other users.

https://bugzilla.gnome.org/show_bug.cgi?id=737216
2014-10-07 12:19:01 +02:00
Ondrej Holy
4c6ef8568d user-accounts: fix language chooser response if language is unknown
If language is unknown and language chooser is cancelled, panel crash
with the following error:

(gnome-control-center:24952): Gtk-CRITICAL **: gtk_list_store_get_path:
assertion 'iter->stamp == priv->stamp' failed

(gnome-control-center:24952): Gtk-CRITICAL **: gtk_list_store_get_value:
assertion 'iter_is_valid (iter, list_store)' failed

(gnome-control-center:24952): GLib-GObject-WARNING **: gtype.c:4221:
type id '0' is invalid

(gnome-control-center:24952): GLib-GObject-WARNING **:
can't peek value table for type '<invalid>' which is not currently referenced
Segmentation fault (core dumped)

https://bugzilla.gnome.org/show_bug.cgi?id=738002
2014-10-07 12:09:43 +02:00
Ondrej Holy
6b3b223668 user-accounts: preset language chooser if language is known
Preset the language chooser similary as it is done in the region panel.
Also remove one goto command and share code.

https://bugzilla.gnome.org/show_bug.cgi?id=738002
2014-10-07 12:08:55 +02:00
Ondrej Holy
6f13d0ad8b user-accounts: fix language chooser response
If the language chooser is confirmed and no language is selected,
"Other..." is shown as user's language and the following error is printed:

(gnome-control-center:14608): AccountsService-CRITICAL **:
act_user_set_language: assertion 'language != NULL' failed
2014-10-07 12:08:38 +02:00
Luca Ferretti
6df5295bb5 Updated Italian translation 2014-10-05 10:59:54 +00:00
Changwoo Ryu
4fa0de1737 Updated Korean translation 2014-10-04 22:21:35 +09:00
Piotr Drąg
0ce6a3ec80 Updated Polish translation 2014-10-03 15:22:24 +02:00
Christian Kirbach
793065713a Updated German translation 2014-10-01 20:29:48 +00:00
Rafael Ferreira
34293f77f6 Updated Brazilian Portuguese translation 2014-09-30 16:02:52 +00:00
Yosef Or Boczko
fcb0ba05f8 Updated Hebrew translation 2014-09-30 14:10:43 +03:00
Alexander Shopov
bcb24572b6 Updated Bulgarian translation 2014-09-30 06:30:33 +03:00
Piotr Drąg
c390e25c1a Updated Polish translation 2014-09-29 16:29:14 +02:00
Enrico Nicoletto
9254b2251d Updated Brazilian Portuguese translation 2014-09-29 01:32:26 +00:00
Kjartan Maraas
5b73ed4b6f Updated Norwegian bokmål translation. 2014-09-28 10:26:01 +02:00
Denis Arnaud
8b00c5d3dc Updated breton translation 2014-09-27 21:38:58 +02:00
Jinkyu Yi
047ae3c937 region: obtain keyboard variant from IBus
This will fix unable to show keyboard variant from IBus through menu.

https://bugzilla.gnome.org/show_bug.cgi?id=735065
2014-09-26 17:54:38 +02:00
Kjartan Maraas
008a6d5021 Updated Norwegian bokmål translation. 2014-09-26 17:28:11 +02:00
Ondrej Holy
49e3fe482d user-accounts: be sure widgets has same height
Autologin widgets are different in height as compared with other widgets,
which looks odd. Put all the widgets in the sizegroups, to have same
height.

https://bugzilla.gnome.org/show_bug.cgi?id=737343
2014-09-25 11:50:29 +02:00
Ondrej Holy
50bed210e5 user-accounts: show correct language if it isn't set
Determine the language for the logged in user if it isn't set in the
acountsservice.

https://bugzilla.gnome.org/show_bug.cgi?id=737216
2014-09-24 18:28:38 +02:00
Friedel Wolff
db5de7fa6b Updated translation for Afrikaans (af) 2014-09-23 21:50:24 +02:00
Rajesh Ranjan
6c2151a0a7 Updated Hindi translation 2014-09-23 09:56:51 +00:00
Cosimo Cecchi
436d220f88 network: hide airplane switch when g-s-d says so
https://bugzilla.gnome.org/show_bug.cgi?id=736291
2014-09-22 22:11:23 +02:00
Frédéric Péters
b36685f9a8 keyboard: allow shortcut explanation text to wrap
https://bugzilla.gnome.org/show_bug.cgi?id=736966
2014-09-22 22:09:53 +02:00
Rui Matos
11d0907f96 3.14.0 2014-09-22 18:34:09 +02:00
Alexandre Franke
fa4c937401 Updated French translation 2014-09-22 14:16:30 +00:00
Sweta Kothari
af5ed13d38 Updated gujarati translations 2014-09-22 11:57:40 +05:30
Tom Tryfonidis
d555b6ba44 Updated Greek translation 2014-09-21 13:39:41 +00:00
Sandeep Sheshrao Shedmake
71bb361cbd Updated Marathi Translations 2014-09-21 16:24:32 +05:30
Sandeep Sheshrao Shedmake
8980b82e00 Updated Marathi Translations 2014-09-21 10:00:10 +05:30
Iris Gou
07ea333322 update zh_CN translation 2014-09-21 11:21:34 +08:00
Daniel Korostil
f81e38bf78 Updated Ukrainian translation 2014-09-21 03:05:35 +03:00
Mattias Eriksson
41e808d97f Updated Swedish translation 2014-09-20 20:52:41 +00:00
Rajesh Ranjan
40591e35b2 Updated Hindi translation 2014-09-20 13:15:22 +00:00
Мирослав Николић
df5b73df7b Updated Serbian translation 2014-09-20 11:16:00 +02:00
Pawan Chitrakar
39232fb7b8 Updated Nepali translation 2014-09-20 07:37:36 +00:00
Ondrej Holy
d82a2101d5 user-accounts & region: allow multiline notifications
The notification is wider then window for some languages (e.g.
France). This patch allows wrapping, limits chars and changes
margin as a result of discussion on #gnome-design.

https://bugzilla.gnome.org/show_bug.cgi?id=703392
2014-09-19 13:35:15 +02:00
Christian Kirbach
63a9755cdd Updated German translation 2014-09-18 17:36:32 +00:00
Pawan Chitrakar
2f7f76d068 Updated Nepali translation 2014-09-17 19:04:58 +00:00
Dušan Kazik
af79081095 Updated Slovak translation 2014-09-17 17:24:55 +00:00
Jiro Matsuzawa
6f20703f2b l10n: Update Japanese translation 2014-09-17 21:10:49 +09:00
Bastien Nocera
c102c05455 po: Fix Bulgarian translation for Sharing desktop file
There's no linefeeds in the original string, for a good reason. This is
supposed to show on a single line in the .desktop file. Showing it on
multiple ones breaks the .desktop file.
2014-09-17 12:39:23 +02:00
Mattias Eriksson
7f36047ad2 Updated Swedish translation 2014-09-16 20:26:47 +00:00
Muhammet Kara
74c3e1895c Updated Turkish translation 2014-09-16 09:00:06 +00:00
Rui Matos
0c6ed9af60 3.13.92 2014-09-15 22:12:44 +02:00
Dušan Kazik
d13a9a14c0 Updated Slovak translation 2014-09-15 16:49:42 +00:00
Shantha kumar
c9b88e8831 Updated Tamil translation 2014-09-15 10:58:21 +00:00
Saibal Ray
daded1735b Updated Bengali (India) translation 2014-09-15 10:43:28 +00:00
Carles Ferrando
ae22086059 [l10n] Updated Catalan (Valencian) translation 2014-09-14 22:40:46 +02:00
Gil Forcada
780a42ab56 [l10n] Update Catalan translation 2014-09-14 22:40:37 +02:00