diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-25 19:04:18 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-27 10:32:14 +0000 |
commit | ad0198d6511e4ae7df807539dccf699e914dd438 (patch) | |
tree | 1d4dad64751850ee1d350fedfb94ee4a07bda216 | |
parent | 8f0e2aea3ccb9887450e4ebd7580d4f222d3c791 (diff) | |
parent | 35ddfed09cfb7d36fe68425407847c8a63f1a5e4 (diff) |
Merge branch 'master' into next
Conflicts:
configure.ac
extensions/Makefile.am
extensions/misc.xml
libempathy-gtk/empathy-call-utils.c
libempathy-gtk/empathy-call-utils.h
libempathy-gtk/empathy-chat.c
libempathy-gtk/empathy-share-my-desktop.c
libempathy/empathy-ft-handler.c
libempathy/empathy-request-util.c
libempathy/empathy-tp-chat.c
src/empathy-call-handler.c
telepathy-account-widgets
41 files changed, 10151 insertions, 7293 deletions
@@ -1,3 +1,59 @@ +NEW in 3.12.0 (24/03/2014) +============= + +Translations: + - Updated da Translation (Kenneth Nielsen) + - Updated eu Translation (Inaki Larranaga Murgoitio) + - Updated pa Translation (A S Alam) + +NEW in 3.11.92 (17/03/2014) +============== + +Translations: + - Updated ca Translation (Pau Iranzo) + - Updated cs Translation (Marek Černocký) + - Updated fi Translation (Ville-Pekka Vainio) + - Updated fr Translation (Frédéric Péters) + - Updated ko Translation (Changwoo Ryu) + - Updated lv Translation (Rūdolfs Mazurs) + - Updated nb Translation (Kjartan Maraas) + - Updated pl Translation (Paweł Żołnowski) + - Updated pt Translation (Tiagosdot) + - Updated ru Translation (Yuri Myasoedov) + - Updated sr@latin Translation (Мирослав Николић) + - Updated sr Translation (Мирослав Николић) + +Documentation translations: + - Updated cs Documentation translation (Marek Černocký, Tomáš Karger) + +NEW in 3.11.91 (03/03/2014) +============== + +Dependencies: + • telepathy-glib ≥ 0.23.2 + +Bugs fixed: + - Fixed #724711, Update name of Ubuntu Online Accounts configuration tool (Robert Ancell) + - Fixed #725070, Use TpAccountChannelRequest high level API (Guillaume Desmottes) + +Translations: + - Updated hu Translation (Balázs Úr) + - Updated lt Translation (Aurimas Černius) + - Updated nb Translation (Kjartan Maraas) + +NEW in 3.11.90 (17/02/2014) +============== + +Bugs fixed: + - Fixed #692793, Debug window never sets Debug.Enabled back to FALSE (Guillaume Desmottes) + - Fixed #723713, jhbuild errors in mcp-account-manager-goa.c + - Fixed #723766, Use GDBus to implement and use ChatManager API (Guillaume Desmottes) + +Translations: + - Updated an Translation (Jorge Pérez Pérez) + - Updated kn Translation (Shankar Prasad) + - Updated uk Translation (Daniel Korostil) + NEW in 3.11.5 (03/02/2014) ============= diff --git a/configure.ac b/configure.ac index 654a3723..914d292b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ dnl If not 1, append datestamp to the version number m4_define(empathy_released, 0) m4_define([empathy_major_version], [3]) -m4_define([empathy_minor_version], [11]) -m4_define([empathy_micro_version], [4]) -m4_define([empathy_nano_version], [0]) +m4_define([empathy_minor_version], [12]) +m4_define([empathy_micro_version], [0]) +m4_define([empathy_nano_version], [1]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], @@ -635,7 +635,6 @@ Configure summary: Camera monitoring...........: ${have_gudev} Extras: - Nautilus-sendto plugin......: ${have_nst} GOA MC plugin...............: ${have_goa} Ubuntu Online plugins.......: ${have_uoa} " diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 0c8b1e04..daeeee70 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -12,7 +12,6 @@ EXTRA_DIST = \ all.xml \ generic-types.xml \ misc.xml \ - Chat_Manager.xml \ $(NULL) noinst_LTLIBRARIES = libemp-extensions.la diff --git a/extensions/misc.xml b/extensions/misc.xml index 103dac8a..7c1e1ead 100644 --- a/extensions/misc.xml +++ b/extensions/misc.xml @@ -4,6 +4,4 @@ <tp:title>Misc extensions for Empathy</tp:title> -<xi:include href="Chat_Manager.xml" /> - </tp:spec> diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index 74949852..870f525d 100644 --- a/goa-mc-plugin/mcp-account-manager-goa.c +++ b/goa-mc-plugin/mcp-account-manager-goa.c @@ -4,7 +4,7 @@ * McpAccountManagerGoa - a Mission Control plugin to expose GNOME Online * Accounts with chat capabilities (e.g. Facebook) to Mission Control * - * Copyright (C) 2010-2011 Collabora Ltd. + * Copyright (C) 2010-2014 Collabora Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -35,12 +35,36 @@ static void name (GObject *, GAsyncResult *, gpointer); #define PLUGIN_NAME "goa" -#define PLUGIN_PRIORITY (MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRING + 10) #define PLUGIN_DESCRIPTION "Provide Telepathy Accounts from GOA" #define PLUGIN_PROVIDER EMPATHY_GOA_PROVIDER #define INITIAL_COMMENT "Parameters of GOA Telepathy accounts" +#ifdef MCP_API_VERSION_5_18 + +# define RESTRICTIONS TpStorageRestrictionFlags +# define WAS_CONST /* nothing */ + /* Its historical value was based on the KEYRING priority which no longer + * exists. Using a large number is OK, because it uses unusual account names + * which are unlikely to collide. */ +# define PLUGIN_PRIORITY (10010) + /* McpAccountStorageSetResult enum is defined by MC */ + +#else /* MC 5.16 or older */ + +# define RESTRICTIONS guint +# define WAS_CONST const +# define PLUGIN_PRIORITY (MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRING + 10) + + /* we use this in helper functions */ + typedef enum { + MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED, + MCP_ACCOUNT_STORAGE_SET_RESULT_UNCHANGED, + MCP_ACCOUNT_STORAGE_SET_RESULT_CHANGED + } McpAccountStorageSetResult; + +#endif /* MC 5.16 or older */ + static void account_storage_iface_init (McpAccountStorageIface *iface); G_DEFINE_TYPE_WITH_CODE (McpAccountManagerGoa, @@ -202,7 +226,8 @@ object_chat_changed_cb (GoaObject *object, DEBUG ("%s %s", name, enabled ? "enabled" : "disabled"); if (self->priv->ready) - g_signal_emit_by_name (self, "toggled", name, enabled); + mcp_account_storage_emit_toggled (MCP_ACCOUNT_STORAGE (self), + name, enabled); } static void @@ -220,7 +245,8 @@ _new_account (McpAccountManagerGoa *self, g_object_ref (object)); if (self->priv->ready) - g_signal_emit_by_name (self, "created", account_name); + mcp_account_storage_emit_created (MCP_ACCOUNT_STORAGE (self), + account_name); tp_g_signal_connect_object (object, "notify::chat", G_CALLBACK (object_chat_changed_cb), self, 0); @@ -261,6 +287,11 @@ mcp_account_manager_goa_init (McpAccountManagerGoa *self) self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, MCP_TYPE_ACCOUNT_MANAGER_GOA, McpAccountManagerGoaPrivate); +#ifdef MCP_API_VERSION_5_18 + /* the ready callback no longer exists, we may emit signals at any time */ + self->priv->ready = TRUE; +#endif + self->priv->accounts = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_object_unref); @@ -296,7 +327,7 @@ _account_removed_cb (GoaClient *client, return; if (self->priv->ready) - g_signal_emit_by_name (self, "deleted", name); + mcp_account_storage_emit_deleted (MCP_ACCOUNT_STORAGE (self), name); g_hash_table_remove (self->priv->accounts, name); @@ -337,8 +368,8 @@ _goa_client_new_cb (GObject *obj, static GList * -mcp_account_manager_goa_list (const McpAccountStorage *self, - const McpAccountManager *am) +mcp_account_manager_goa_list (WAS_CONST McpAccountStorage *self, + WAS_CONST McpAccountManager *am) { McpAccountManagerGoaPrivate *priv = GET_PRIVATE (self); GList *accounts = NULL; @@ -355,9 +386,92 @@ mcp_account_manager_goa_list (const McpAccountStorage *self, } +#ifdef MCP_API_VERSION_5_18 + +static GVariant * +get_item (McpAccountManagerGoa *self, + McpAccountManager *am, + const gchar *acc, + const gchar *key, + const GVariantType *type) +{ + GoaObject *object; + GoaAccount *account; + GHashTable *bits; + gchar *esc; + GVariant *ret = NULL; + + DEBUG ("%s: %s, %s", G_STRFUNC, acc, key); + + object = g_hash_table_lookup (self->priv->accounts, acc); + + g_return_val_if_fail (object != NULL, NULL); + + account = goa_object_peek_account (object); + + g_return_val_if_fail (account != NULL, NULL); + + if (!tp_strdiff (key, "Enabled")) + { + return g_variant_ref_sink (g_variant_new_boolean ( + !goa_account_get_chat_disabled (account))); + } + + bits = get_tp_parameters (account); + + esc = g_hash_table_lookup (bits, key); + + if (esc == NULL) + esc = g_key_file_get_value (self->priv->store, acc, key, NULL); + else + esc = g_strdup (esc); + + if (esc != NULL) + { + ret = mcp_account_manager_unescape_variant_from_keyfile (am, + esc, type, NULL); + + g_free (esc); + } + + g_hash_table_unref (bits); + return ret; +} + +static GVariant * +mcp_account_manager_goa_get_attribute (McpAccountStorage *self, + McpAccountManager *am, + const gchar *acc, + const gchar *attribute, + const GVariantType *type, + McpAttributeFlags *flags) +{ + return get_item (MCP_ACCOUNT_MANAGER_GOA (self), am, acc, attribute, type); +} + +static GVariant * +mcp_account_manager_goa_get_parameter (McpAccountStorage *storage, + McpAccountManager *am, + const gchar *acc, + const gchar *parameter, + const GVariantType *type, + McpParameterFlags *flags) +{ + gchar *key; + GVariant *ret; + + key = g_strdup_printf ("param-%s", parameter); + + ret = get_item (MCP_ACCOUNT_MANAGER_GOA (storage), am, acc, key, type); + g_free (key); + return ret; +} + +#else /* MC 5.16 or older */ + static void -get_enabled (const McpAccountStorage *self, - const McpAccountManager *am, +get_enabled (WAS_CONST McpAccountStorage *self, + WAS_CONST McpAccountManager *am, const gchar *acc, GoaAccount *account) { @@ -365,10 +479,9 @@ get_enabled (const McpAccountStorage *self, goa_account_get_chat_disabled (account) == FALSE ? "true" : "false"); } - static gboolean -mcp_account_manager_goa_get (const McpAccountStorage *self, - const McpAccountManager *am, +mcp_account_manager_goa_get (WAS_CONST McpAccountStorage *self, + WAS_CONST McpAccountManager *am, const gchar *acc, const gchar *key) { @@ -450,8 +563,11 @@ mcp_account_manager_goa_get (const McpAccountStorage *self, return TRUE; } +#endif /* MC 5.16 or older */ + + static gboolean -account_is_in_goa (const McpAccountStorage *self, +account_is_in_goa (WAS_CONST McpAccountStorage *self, const gchar *account) { McpAccountManagerGoaPrivate *priv = GET_PRIVATE (self); @@ -459,6 +575,161 @@ account_is_in_goa (const McpAccountStorage *self, return (g_hash_table_lookup (priv->accounts, account) != NULL); } +static McpAccountStorageSetResult +mcp_account_manager_goa_set_enabled (McpAccountStorage *self, + const gchar *account, + gboolean enabled) +{ + McpAccountManagerGoaPrivate *priv = GET_PRIVATE (self); + GoaObject *object; + GoaAccount *acc; + + object = g_hash_table_lookup (priv->accounts, account); + + if (object == NULL) + return MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED; + + acc = goa_object_peek_account (object); + + if (acc == NULL) + return MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED; + + if (goa_account_get_chat_disabled (acc) == !enabled) + return MCP_ACCOUNT_STORAGE_SET_RESULT_UNCHANGED; + + goa_account_set_chat_disabled (acc, !enabled); + return MCP_ACCOUNT_STORAGE_SET_RESULT_CHANGED; +} + +#ifdef MCP_API_VERSION_5_18 + +static McpAccountStorageSetResult +mcp_account_manager_goa_set_attribute (McpAccountStorage *storage, + McpAccountManager *am, + const gchar *account_name, + const gchar *attribute, + GVariant *value, + McpAttributeFlags flags) +{ + McpAccountManagerGoaPrivate *priv = GET_PRIVATE (storage); + McpAccountStorageSetResult ret = MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED; + + g_return_val_if_fail (account_is_in_goa (storage, account_name), + MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED); + + if (!tp_strdiff (attribute, "Enabled")) + { + g_return_val_if_fail ( + g_variant_classify (value) == G_VARIANT_CLASS_BOOLEAN, + MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED); + + return mcp_account_manager_goa_set_enabled (storage, account_name, + g_variant_get_boolean (value)); + } + /* FIXME: filter out manager, protocol, Icon, Service? */ + else if (value != NULL) + { + gchar *esc = mcp_account_manager_escape_variant_for_keyfile (am, + value); + gchar *old; + + if (esc == NULL) + return MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED; + + old = g_key_file_get_value (priv->store, account_name, attribute, NULL); + + if (tp_strdiff (old, esc)) + { + g_key_file_set_value (priv->store, account_name, attribute, esc); + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_CHANGED; + } + else + { + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_UNCHANGED; + } + + g_free (esc); + g_free (old); + } + else + { + if (g_key_file_has_key (priv->store, account_name, attribute, NULL)) + { + g_key_file_remove_key (priv->store, account_name, attribute, NULL); + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_CHANGED; + } + else + { + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_UNCHANGED; + } + } + + return ret; +} + +static McpAccountStorageSetResult +mcp_account_manager_goa_set_parameter (McpAccountStorage *storage, + McpAccountManager *am, + const gchar *account_name, + const gchar *parameter, + GVariant *value, + McpParameterFlags flags) +{ + McpAccountManagerGoaPrivate *priv = GET_PRIVATE (storage); + McpAccountStorageSetResult ret = MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED; + gchar *key = NULL; + gchar *esc = NULL; + gchar *old = NULL; + + g_return_val_if_fail (account_is_in_goa (storage, account_name), + MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED); + + key = g_strdup_printf ("param-%s", parameter); + + /* FIXME: filter out reserved keys for this account? */ + if (value != NULL) + { + esc = mcp_account_manager_escape_variant_for_keyfile (am, + value); + + if (esc == NULL) + goto out; + + old = g_key_file_get_value (priv->store, account_name, key, NULL); + + if (tp_strdiff (esc, old)) + { + g_key_file_set_value (priv->store, account_name, key, esc); + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_CHANGED; + } + else + { + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_UNCHANGED; + } + } + else + { + if (g_key_file_has_key (priv->store, account_name, key, NULL)) + { + g_key_file_remove_key (priv->store, account_name, key, NULL); + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_CHANGED; + } + else + { + ret = MCP_ACCOUNT_STORAGE_SET_RESULT_UNCHANGED; + } + + } + +out: + g_free (key); + g_free (esc); + g_free (old); + return ret; +} + +#else /* MC 5.16 or older */ + static gboolean mcp_account_manager_goa_set (const McpAccountStorage *self, const McpAccountManager *am, @@ -475,21 +746,12 @@ mcp_account_manager_goa_set (const McpAccountStorage *self, if (!tp_strdiff (key, "Enabled")) { - GoaObject *object; - GoaAccount *acc; - - object = g_hash_table_lookup (priv->accounts, account); - - if (object == NULL) - return FALSE; - - acc = goa_object_peek_account (object); - - if (acc == NULL) + if (mcp_account_manager_goa_set_enabled ((McpAccountStorage *) self, + account, + !tp_strdiff (val, "true")) != MCP_ACCOUNT_STORAGE_SET_RESULT_FAILED) + return TRUE; + else return FALSE; - - goa_account_set_chat_disabled (acc, tp_strdiff (val, "true")); - goto out; } if (val != NULL) @@ -497,15 +759,16 @@ mcp_account_manager_goa_set (const McpAccountStorage *self, else g_key_file_remove_key (priv->store, account, key, NULL); - out: /* Pretend we save everything so MC won't save this in accounts.cfg */ return TRUE; } +#endif /* MC 5.16 or older */ + static gboolean -mcp_account_manager_goa_delete (const McpAccountStorage *self, - const McpAccountManager *am, +mcp_account_manager_goa_delete (WAS_CONST McpAccountStorage *self, + WAS_CONST McpAccountManager *am, const gchar *account, const gchar *key) { @@ -530,11 +793,43 @@ mcp_account_manager_goa_delete (const McpAccountStorage *self, } +#ifdef MCP_API_VERSION_5_18 +static void +mcp_account_manager_goa_delete_async (McpAccountStorage *self, + McpAccountManager *am, + const gchar *account_name, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data) +{ + GTask *task = g_task_new (self, cancellable, callback, user_data); + + if (mcp_account_manager_goa_delete (self, am, account_name, NULL)) + { + g_task_return_boolean (task, TRUE); + } + else + { + g_task_return_new_error (task, TP_ERROR, TP_ERROR_DOES_NOT_EXIST, + "Account does not exist in GOA"); + } + + g_object_unref (task); +} + static gboolean -mcp_account_manager_goa_commit (const McpAccountStorage *self, - const McpAccountManager *am) +mcp_account_manager_goa_delete_finish (McpAccountStorage *self, + GAsyncResult *res, + GError **error) { - McpAccountManagerGoaPrivate *priv = GET_PRIVATE (self); + return g_task_propagate_boolean (G_TASK (res), error); +} +#endif /* MC >= 5.18 API */ + +static gboolean +commit (McpAccountManagerGoa *self) +{ + McpAccountManagerGoaPrivate *priv = self->priv; gchar *data; gsize len; GError *error = NULL; @@ -564,19 +859,39 @@ mcp_account_manager_goa_commit (const McpAccountStorage *self, return TRUE; } +#ifdef MCP_API_VERSION_5_18 +static gboolean +mcp_account_manager_goa_commit (McpAccountStorage *self, + McpAccountManager *am, + const gchar *account) +{ + return commit (MCP_ACCOUNT_MANAGER_GOA (self)); +} +#else +static gboolean +mcp_account_manager_goa_commit (const McpAccountStorage *self, + const McpAccountManager *am) +{ + return commit (MCP_ACCOUNT_MANAGER_GOA (self)); +} +#endif + +#ifndef MCP_API_VERSION_5_18 +/* removed in 5.18, MC should now be ready to receive signals at any time */ static void -mcp_account_manager_goa_ready (const McpAccountStorage *self, - const McpAccountManager *am) +mcp_account_manager_goa_ready (WAS_CONST McpAccountStorage *self, + WAS_CONST McpAccountManager *am) { McpAccountManagerGoaPrivate *priv = GET_PRIVATE (self); priv->ready = TRUE; } +#endif -static guint -mcp_account_manager_goa_get_restrictions (const McpAccountStorage *self, +static RESTRICTIONS +mcp_account_manager_goa_get_restrictions (WAS_CONST McpAccountStorage *self, const gchar *account) { return TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PARAMETERS | @@ -585,7 +900,7 @@ mcp_account_manager_goa_get_restrictions (const McpAccountStorage *self, static void -mcp_account_manager_goa_get_identifier (const McpAccountStorage *self, +mcp_account_manager_goa_get_identifier (WAS_CONST McpAccountStorage *self, const gchar *acc, GValue *identifier) { @@ -613,13 +928,25 @@ account_storage_iface_init (McpAccountStorageIface *iface) iface->provider = PLUGIN_PROVIDER; #define IMPLEMENT(x) iface->x = mcp_account_manager_goa_##x - IMPLEMENT (get); + IMPLEMENT (list); - IMPLEMENT (set); - IMPLEMENT (delete); IMPLEMENT (commit); - IMPLEMENT (ready); IMPLEMENT (get_restrictions); IMPLEMENT (get_identifier); + +#ifdef MCP_API_VERSION_5_18 + IMPLEMENT (delete_async); + IMPLEMENT (delete_finish); + IMPLEMENT (get_attribute); + IMPLEMENT (get_parameter); + IMPLEMENT (set_attribute); + IMPLEMENT (set_parameter); +#else + IMPLEMENT (get); + IMPLEMENT (set); + IMPLEMENT (delete); + IMPLEMENT (ready); +#endif + #undef IMPLEMENT } diff --git a/help/cs/cs.po b/help/cs/cs.po index 86702705..4e66d584 100644 --- a/help/cs/cs.po +++ b/help/cs/cs.po @@ -1,1371 +1,3803 @@ # Czech translation of empathy help manual. +# # Lucas Lommer <llommer@svn.gnome.org>, 2008. # Martin Picek <picek.martin@gnome-cesko.cz>, 2009. +# Tomáš Karger <tomkarger@gmail.com>, 2013. +# Marek Černocký <marek@manet.cz>, 2014. # msgid "" msgstr "" "Project-Id-Version: empathy\n" -"POT-Creation-Date: 2009-03-09 12:32+0000\n" -"PO-Revision-Date: 2009-03-09 18:18+0100\n" -"Last-Translator: Martin Picek <picek.martin@gnome-cesko.cz>\n" +"POT-Creation-Date: 2014-02-04 04:30+0000\n" +"PO-Revision-Date: 2014-03-17 08:41+0100\n" +"Last-Translator: Marek Černocký <marek@manet.cz>\n" "Language-Team: Czech <gnome-cs-list@gnome.org>\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Gtranslator 2.91.6\n" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/empathy.xml:238(None) -msgid "" -"@@image: 'figures/empathy-main-window.png'; " -"md5=38259a866f38ff1f754828e46d2b0e5c" -msgstr "" -"@@image: 'figures/empathy-main-window.png'; " -"md5=38259a866f38ff1f754828e46d2b0e5c" - -#: C/empathy.xml:27(title) -msgid "<application>Empathy</application> Manual V2.1" -msgstr "Příručka k <application>Empathy</application> V2.1" - -#: C/empathy.xml:30(year) -msgid "2008, 2009" -msgstr "2008, 2009" - -#: C/empathy.xml:31(holder) C/empathy.xml:37(publishername) -#: C/empathy.xml:48(orgname) C/empathy.xml:56(orgname) C/empathy.xml:87(para) -#: C/empathy.xml:101(para) -msgid "Ubuntu Documentation Project" -msgstr "Dokumentační projekt Ubuntu" - -#: C/empathy.xml:2(para) -msgid "" -"Permission is granted to copy, distribute and/or modify this document under " -"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any " -"later version published by the Free Software Foundation with no Invariant " -"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy " -"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or " -"in the file COPYING-DOCS distributed with this manual." -msgstr "" -"Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU " -"Free Documentation License (GFDL), verze 1.1 nebo jakékoli další verze " -"vydané nadací Free Software Foundation; bez neměnných oddílů, bez textů " -"předních desek a bez textů zadních desek. Kopii licence GFDL naleznete pod " -"<ulink type=\"help\" url=\"ghelp:fdl\">tímto odkazem</ulink> nebo v souboru " -"COPYING-DOCS dodávaném s touto příručkou." - -#: C/empathy.xml:12(para) -msgid "" -"This manual is part of a collection of GNOME manuals distributed under the " -"GFDL. If you want to distribute this manual separately from the collection, " -"you can do so by adding a copy of the license to the manual, as described in " -"section 6 of the license." -msgstr "" -"Tato příručka je součástí sbírky příruček GNOME šířených za podmínek licence " -"GNU FDL. Pokud chcete tento dokument šířit odděleně od sbírky, musíte " -"přiložit kopii licence dle popisu v oddíle 6 dané licence." - -#: C/empathy.xml:19(para) -msgid "" -"Many of the names used by companies to distinguish their products and " -"services are claimed as trademarks. Where those names appear in any GNOME " -"documentation, and the members of the GNOME Documentation Project are made " -"aware of those trademarks, then the names are in capital letters or initial " -"capital letters." -msgstr "" -"Mnoho užívaných jmen určených k zviditelnění produktů nebo služeb jsou " -"ochranné známky. Na místech, kde jsou tato jména v dokumentaci užita a " -"členové Dokumentačního projektu GNOME jsou si vědomi skutečnosti, že se " -"jedná o ochrannou známku, je takové jméno psáno velkými písmeny celé nebo s " -"velkým písmenem na začátku." - -#: C/empathy.xml:35(para) -msgid "" -"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " -"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " -"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " -"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " -"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " -"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " -"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " -"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " -"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " -"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " -"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" -msgstr "" -"DOKUMENT JE POSKYTOVÁN V PODOBĚ \"JAK JE\", BEZ ZÁRUKY JAKÉHOKOLIV DRUHU, " -"NEPOSKYTUJÍ SE ANI ODVOZENÉ ZÁRUKY, ZÁRUKY, ŽE DOKUMENT, NEBO JEHO UPRAVENÁ " -"VERZE, JE BEZCHYBNÝ, NEBO ZÁRUKY PRODEJNOSTI, VHODNOSTI PRO URČITÝ ÚČEL, " -"NEBO NEPORUŠENOSTI. RIZIKO NEKVALITY, NEPŘESNOSTI A ŠPATNÉHO PROVEDENÍ " -"DOKUMENTU, NEBO JEHO UPRAVENÉ VERZE, NESETE VY. POKUD JE TENTO DOKUMENT NEBO " -"JEHO UPRAVENÁ VERZE VADNÁ V JAKÉMKOLIV SMYSLU, VY (NIKOLIV PŮVODCE, AUTOR " -"NEBO JAKÝKOLIV PŘISPĚVATEL) PŘEBÍRÁTE ODPOVĚDNOST ZA JAKÉKOLIV NÁKLADY NA " -"NUTNÉ ÚPRAVY, OPRAVY ČI SLUŽBY. TOTO PROHLÁŠENÍ O ZÁRUCE PŘEDSTAVUJE " -"ZÁKLADNÍ SOUČÁST TÉTO LICENCE. BEZ TOHOTO PROHLÁŠENÍ NENÍ PODLE TÉTO DOHODY " -"POVOLENO UŽÍVÁNÍ ANI ÚPRAVY TOHOTO DOKUMENTU; DÁLE" - -#: C/empathy.xml:55(para) -msgid "" -"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING " -"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " -"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " -"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " -"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " -"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " -"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES " -"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " -"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE " -"POSSIBILITY OF SUCH DAMAGES." -msgstr "" - -#: C/empathy.xml:28(para) -msgid "" -"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " -"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " -"<placeholder-1/>" -msgstr "" -"DOKUMENT A JEHO UPRAVENÉ VERZE JSOU ŠÍŘENY V SOULADU SE ZNĚNÍM LICENCE GNU " -"FREE DOCUMENTATION LICENSE S NÁSLEDUJÍCÍM USTANOVENÍM: <placeholder-1/>" - -#: C/empathy.xml:45(firstname) -msgid "Milo" -msgstr "Milo" - -#: C/empathy.xml:46(surname) -msgid "Casagrande" -msgstr "Casagrande" - -#: C/empathy.xml:49(email) -msgid "milo@ubuntu.com" -msgstr "milo@ubuntu.com" - -#: C/empathy.xml:53(firstname) -msgid "Seth" -msgstr "Seth" - -#: C/empathy.xml:54(surname) -msgid "Dudenhofer" -msgstr "Dudenhofer" - -#: C/empathy.xml:57(email) -msgid "sdudenhofer@gmail.com" -msgstr "sdudenhofer@gmail.com" - -#: C/empathy.xml:81(revnumber) -msgid "Empathy Manual V2.1" -msgstr "Příručka k Empathy V2.1" - -#: C/empathy.xml:82(date) -msgid "January 2009" -msgstr "Leden 2009" - -#: C/empathy.xml:84(para) C/empathy.xml:95(para) -msgid "Milo Casagrande <email>milo@ubuntu.com</email>" -msgstr "Milo Casagrande <email>milo@ubuntu.com</email>" - -#: C/empathy.xml:92(revnumber) -msgid "Empathy Manual V2.0" -msgstr "Příručka k Empathy V2.0" - -#: C/empathy.xml:93(date) -msgid "April 2008" -msgstr "Duben 2008" - -#: C/empathy.xml:98(para) -msgid "Seth Dudenhofer <email>sdudenhofer@gmail.com</email>" -msgstr "Seth Dudenhofer <email>sdudenhofer@gmail.com</email>" - -#: C/empathy.xml:106(releaseinfo) -msgid "This manual describes version 2.26 of Empathy." -msgstr "Tato příručka popisuje Empathy ve verzi 2.26." - -#: C/empathy.xml:110(title) -msgid "Feedback" -msgstr "Ohlasy" - -#: C/empathy.xml:111(para) -msgid "" -"To report a bug or make a suggestion regarding the <application>Empathy</" -"application> application or this manual, follow the directions in the <ulink " -"url=\"ghelp:gnome-feedback\" type=\"help\">GNOME Feedback Page</ulink>." -msgstr "" -"Pokud chcete oznámit chybu nebo navrhnout vylepšení vztahující se k " -"<application>Empathy</application> nebo této příručce, postupujte dle " -"instrukcí na stránce <ulink url=\"ghelp:gnome-feedback\" type=\"help" -"\">Zpětná vazba GNOME</ulink>." - -#: C/empathy.xml:119(para) -msgid "Empathy is an application for instant messaging." -msgstr "Empathy je aplikace pro výměnu rychlých zpráv." +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Lucas Lommer <llommer@svn.gnome.org>, 2008\n" +"Martin Picek <picek.martin@gnome-cesko.cz>, 2009\n" +"Tomáš Karger <tomkarger@gmail.com>, 2013\n" +"Marek Černocký <marek@manet.cz>, 2014" + +#. (itstool) path: info/desc +#: C/account-irc.page:9 +msgid "Additional information necessary for connecting to IRC networks." +msgstr "Další informace potřebné k připojení do sítí IRC." + +#. (itstool) path: credit/name +#: C/account-irc.page:17 C/account-jabber.page:14 C/accounts-window.page:17 +#: C/add-account.page:25 C/disable-account.page:25 C/import-account.page:27 +#: C/prev-conv.page:21 C/status-icons.page:21 +msgid "Shaun McCance" +msgstr "Shaun McCance" + +#. (itstool) path: license/p +#: C/account-irc.page:21 C/account-jabber.page:18 C/accounts-window.page:21 +#: C/add-account.page:29 C/add-contact.page:22 C/audio-call.page:31 +#: C/audio-video.page:21 C/change-status.page:28 C/create-account.page:29 +#: C/disable-account.page:29 C/favorite-rooms.page:18 C/geolocation.page:21 +#: C/geolocation-not-showing.page:21 C/geolocation-privacy.page:21 +#: C/geolocation-supported.page:20 C/geolocation-turn.page:22 +#: C/geolocation-what-is.page:22 C/group-conversations.page:23 +#: C/hide-contacts.page:15 C/import-account.page:31 C/index.page:25 +#: C/introduction.page:17 C/irc-commands.page:14 C/irc-join-pwd.page:21 +#: C/irc-join-room.page:20 C/irc-manage.page:28 C/irc-nick-password.page:22 +#: C/irc-send-file.page:20 C/irc-start-conversation.page:19 +#: C/link-contacts.page:23 C/overview.page:21 C/prev-conv.page:25 +#: C/prob-conn-acctdisabled.page:23 C/prob-conn-auth.page:26 +#: C/prob-conn-name.page:23 C/prob-conn-neterror.page:24 C/prob-conn.page:18 +#: C/remove-account.page:23 C/salut-protocol.page:22 C/send-file.page:25 +#: C/send-message.page:21 C/set-custom-status.page:23 C/share-desktop.page:22 +#: C/status-icons.page:25 C/video-call.page:34 +msgid "Creative Commons Share Alike 3.0" +msgstr "Creative Commons Share Alike 3.0" + +#. (itstool) path: page/title +#: C/account-irc.page:32 +msgid "IRC account details" +msgstr "Podrobnosti účtu IRC" + +#. (itstool) path: page/p +#: C/account-irc.page:34 +msgid "" +"IRC accounts require different information than many other types of " +"accounts. To create an IRC account, you must specify at least an IRC network " +"and a nickname. This page details the information you can provide for an IRC " +"account." +msgstr "" +"Účty IRC vyžadují jiné údaje než ostatní typy účtů. Pro vytvoření účtu IRC " +"je nutné uvést minimálně název sítě IRC a přezdívku. Tato stránka popisuje " +"údaje, které je možné u účtu IRC zadat." + +#. (itstool) path: note/p +#: C/account-irc.page:40 C/irc-manage.page:42 +msgid "" +"You must have the <sys>telepathy-idle</sys> package installed to use IRC in " +"<app>Empathy</app>." +msgstr "" +"Pro používání IRC v <app>Empathy</app> je nutné mít nainstalovaný balíček " +"<sys>telepathy-idle</sys>." + +#. (itstool) path: item/title +#: C/account-irc.page:46 C/account-irc.page:124 +msgid "<gui>Network</gui>" +msgstr "<gui>Síť</gui>" + +#. (itstool) path: item/p +#: C/account-irc.page:47 +msgid "" +"IRC is an open system that allows people to run separate IRC networks. Each " +"network is distinct and has its own users and chat rooms. <app>Empathy</app> " +"lists the most popular networks in the <gui>Network</gui> drop-down list. " +"You can add additional networks. See <link xref=\"#networks\"/> below." +msgstr "" +"IRC je otevřený systém, který umožňuje lidem provozovat oddělené sítě IRC. " +"Každá síť tvoří samostatný celek s vlastními uživateli a místnostmi. Seznam " +"nejpopulárnějších sítí se v <app>Empathy</app> nachází v rozbalovacím " +"seznamu <gui>Síť</gui>. Je možné přidat i další sítě. Viz <link xref=" +"\"#networks\"/> níže." + +#. (itstool) path: item/title +#: C/account-irc.page:54 +msgid "<gui>Nickname</gui>" +msgstr "<gui>Přezdívka</gui>" + +#. (itstool) path: item/p +#: C/account-irc.page:55 +msgid "" +"Your nickname is your unique name on the IRC network. Only one person on a " +"network may use a given nickname. If you get an error message that says " +"<link xref=\"prob-conn-name\" role=\"error-msg\"/> you will need to change " +"your nickname." +msgstr "" +"Přezdívka představuje jedinečné jméno v síti IRC. Pouze jeden uživatel v " +"síti může používat danou přezdívku. Pokud se objeví chybové hlášení ve znění " +"<link xref=\"prob-conn-name\" role=\"error-msg\"/>, je nutné přezdívku " +"změnit." + +#. (itstool) path: item/title +#: C/account-irc.page:61 +msgid "<gui>Password</gui>" +msgstr "<gui>Heslo</gui>" + +#. (itstool) path: item/p +#: C/account-irc.page:62 +msgid "" +"Some servers, particularly those on private networks, require a password to " +"connect. If you are authorized to use the network, the network " +"administrators should provide you with a password." +msgstr "" +"Některé servery, především ty v soukromých sítích, vyžadují pro připojení " +"heslo. Pokud je uživatel oprávněn síť používat, administrátoři sítě by mu " +"měli heslo poskytnout." + +#. (itstool) path: note/title +#: C/account-irc.page:66 +msgid "NickServ Passwords" +msgstr "Hesla NickServ" + +#. (itstool) path: note/p +#: C/account-irc.page:67 +msgid "" +"On some networks, nicknames can be registered using a service known as " +"NickServ. <app>Empathy</app> does not directly support nickname passwords. " +"On some networks, including the popular freenode network, server passwords " +"are automatically forwarded to NickServ, allowing you to set this field to " +"identify yourself with NickServ. See <link xref=\"irc-nick-password\"/> for " +"more details." +msgstr "" +"V některých sítích mohou být přezdívky registrovány pomocí služby NickServ. " +"<app>Empathy</app> nepodporuje tento typ hesel přímo. Na některých sítích, " +"včetně populární sítě freenode, jsou ale hesla ze serveru automaticky " +"předávána službě NickServ, což umožňuje uživatelům nastavit tento parametr " +"pro identifikaci službou NickServ. Pro podrobnosti viz <link xref=\"irc-nick-" +"password\"/> " -#: C/empathy.xml:127(primary) C/empathy.xml:0(application) -msgid "Empathy" -msgstr "Empathy" +#. (itstool) path: item/title +#: C/account-irc.page:77 +msgid "<gui>Real name</gui>" +msgstr "<gui>Skutečné jméno</gui>" -#: C/empathy.xml:130(primary) -msgid "empathy" -msgstr "empathy" +#. (itstool) path: item/p +#: C/account-irc.page:78 +msgid "" +"You can provide your real name in addition to your nickname. Other users " +"will be able to see this when they view your information." +msgstr "" +"Společně s přezdívkou je možné poskytnout skutečné jméno. Bude přístupné " +"ostatním uživatelům při prohlížení informací o účtu." -#: C/empathy.xml:131(secondary) -msgid "istant messaging" -msgstr "odesílání rychlých zpráv" +#. (itstool) path: item/title +#: C/account-irc.page:82 +msgid "<gui>Quit message</gui>" +msgstr "<gui>Rozloučení</gui>" -#: C/empathy.xml:135(title) -msgid "Introduction" -msgstr "Úvod" +#. (itstool) path: item/p +#: C/account-irc.page:83 +msgid "" +"When you go offline, a quit message is sent to all the chat rooms you’re in " +"and to all the users you’re having a private conversation with. Use this " +"field to provide a custom quit message." +msgstr "" +"Rozloučení je zpráva, která je odeslána do všech místností, do nichž je " +"uživatel připojen, a všem uživatelům, se kterými vede soukromou konverzaci. " +"Toto pole slouží k zadání vlastní zprávy na rozloučenou." + +#. (itstool) path: info/title +#: C/account-irc.page:95 +msgctxt "link" +msgid "IRC Networks" +msgstr "Sítě IRC" + +#. (itstool) path: section/title +#: C/account-irc.page:98 +msgid "Networks" +msgstr "Sítě" + +#. (itstool) path: section/p +#: C/account-irc.page:100 +msgid "" +"<app>Empathy</app> includes a list of popular IRC networks. If you wish to " +"another IRC network, you can add it to the list. You can also modify " +"networks and remove them from the list." +msgstr "" +"<app>Empathy</app> obsahuje seznam populárních sítí IRC. Pokud si přejete " +"navštívit jinou síť IRC, můžete ji přidat do seznamu. Sítě můžete také " +"upravit nebo odstranit ze seznamu." + +#. (itstool) path: media/span +#: C/account-irc.page:108 +msgid "Add" +msgstr "Přidání" + +#. (itstool) path: item/p +#: C/account-irc.page:105 +msgid "To add a network to the list, click <_:media-1/>." +msgstr "Chcete-li přidat síť do seznamu, klikněte na <_:media-1/>." + +#. (itstool) path: media/span +#: C/account-irc.page:112 +msgid "Edit" +msgstr "Úprava" + +#. (itstool) path: item/p +#: C/account-irc.page:109 +msgid "" +"To modify a network in the list, select the network and click <_:media-1/>." +msgstr "" +"Chcete-li upravit síť na seznamu, vyberte ji a klikněte na <_:media-1/>." + +#. (itstool) path: media/span +#: C/account-irc.page:116 +msgid "Remove" +msgstr "Odstranění" + +#. (itstool) path: item/p +#: C/account-irc.page:113 +msgid "" +"To remove a network from the list, select the network and click <_:media-1/>." +msgstr "" +"Chcete-li odstranit síť ze seznamu, vyberte ji a klikněte na <_:media-1/>." + +#. (itstool) path: section/p +#: C/account-irc.page:119 +msgid "" +"When adding or modifying a network, you can enter the following information:" +msgstr "Při přidávání nebo upravování sítě můžete zadat následující údaje:" + +#. (itstool) path: item/p +#: C/account-irc.page:125 +msgid "" +"This is the name of the network as you want it to appear in the list of " +"networks." +msgstr "Toto je název sítě, který se bude zobrazovat v seznamu sítí." + +#. (itstool) path: item/title +#: C/account-irc.page:129 +msgid "<gui>Charset</gui>" +msgstr "<gui>Znaková sada</gui>" + +#. (itstool) path: item/p +#: C/account-irc.page:130 +msgid "" +"This specifies the character encoding that is typically used on this " +"network. A character encoding is a specific way of recording characters " +"internally in a computer. There are many character encodings, and you need " +"to use the same character encoding as other users to see their messages " +"correctly." +msgstr "" +"Tímto je určeno kódování znaků, které je obvykle užíváno na této síti. " +"Kódování je způsob zaznamenávání znaků, které používá počítač. Existuje " +"mnoho způsobů kódování a pro správné zobrazování zpráv je nutné používat " +"stejné kódování jako ostatní uživatelé." + +#. (itstool) path: item/p +#: C/account-irc.page:139 +msgid "" +"By default, <app>Empathy</app> uses UTF-8, a modern character encoding that " +"can handle text from most of the world's languages. Another common encoding " +"for English and some other Western languages is ISO-8859-1." +msgstr "" +"Ve výchozím nastavení používá <app>Empathy</app> UTF-8, moderní kódování " +"znaků, které dokáže zpracovat text většiny světových jazyků. Dalším obvyklým " +"kódováním pro angličtinu a některé ostatní západní jazyky je ISO-8859-1 a " +"pro češtinu a některé ostatní středoevropské jazyky ISO-8859-2." + +#. (itstool) path: item/title +#: C/account-irc.page:145 +msgid "<gui>Servers</gui>" +msgstr "<gui>Servery</gui>" + +#. (itstool) path: item/p +#: C/account-irc.page:146 +msgid "" +"An IRC network may have many servers you can connect to. When you are " +"connected to a server on a particular network, you can communicate with all " +"users on all other servers on that network. You can add and remove servers " +"for this network using the <gui>Add</gui> and <gui>Remove</gui> buttons." +msgstr "" +"Jedna síť IRC může mít několik serverů, ke kterým je možné se připojit. " +"Pokud jste připojeni k serveru určité sítě, můžete komunikovat se všemi " +"uživateli na všech ostatních serverech této sítě. Je možné přidat nebo " +"odstranit servery dané sítě pomocí tlačítek <gui>Přidat</gui> a " +"<gui>Odstranit</gui>." + +#. (itstool) path: item/p +#: C/account-irc.page:151 +msgid "" +"When a server is selected, click the field under <gui>Server</gui> or " +"<gui>Port</gui> to edit it. Alternatively, use the left and right arrow keys " +"to focus the field, and press the space bar to begin editing." +msgstr "" +"Po vybrání serveru klikněte do pole pod <gui>Server</gui> nebo <gui>Port</" +"gui> a upravte je. Je také možné použít šipky doleva a doprava k zaměření " +"pole a zmáčknout mezerník k jeho úpravě." + +#. (itstool) path: item/p +#: C/account-irc.page:155 +msgid "" +"Select the check box in the <gui>SSL</gui> column to encrypt all " +"communication with a server. Note that this does not prevent other users on " +"the network from seeing what you write on public chat rooms." +msgstr "" +"Pro šifrování veškeré komunikace se serverem zatrhněte políčko ve sloupci " +"<gui>SSL</gui>. Toto nastavení ale nezabrání ostatním uživatelům na síti " +"vidět, co píšete ve veřejných místnostech." + +#. (itstool) path: info/desc +#: C/account-jabber.page:7 +msgid "Advanced options for Jabber and Google Talk accounts." +msgstr "Pokročilé volby účtů Jabber a Google Talk." + +#. (itstool) path: page/title +#: C/account-jabber.page:29 +msgid "Jabber account details" +msgstr "Podrobnosti účtu Jabber" + +#. (itstool) path: page/p +#: C/account-jabber.page:31 +msgid "" +"Most Jabber accounts will require only a login ID and a password to connect. " +"For some accounts or on certain types of networks, you may need to enter " +"additional information in the <gui>Advanced</gui> section. Normally, you " +"will not need to use the advanced options below. For general instructions on " +"adding an account, see <link xref=\"add-account\"/>." +msgstr "" +"Většina účtů Jabber vyžaduje pro připojení pouze přihlašovací ID a heslo. " +"Některé účty nebo některé typy sítí vyžadují zadání dalších údajů v oddíle " +"<gui>Pokročilé</gui>. Obvykle ale není nutné používat níže uvedené pokročilé " +"volby. Obecný návod na přidání účtu viz <link xref=\"add-account\"/>." + +#. (itstool) path: note/p +#: C/account-jabber.page:39 +msgid "" +"Google Talk is a type of Jabber account. These instructions hold for Google " +"Talk accounts as well." +msgstr "" +"Google Talk je typ účtu Jabber. Tento návod platí i pro účty Google Talk." + +#. (itstool) path: item/title +#: C/account-jabber.page:45 +msgid "<gui>Encryption required (TLS/SSL)</gui>" +msgstr "<gui>Vyžadováno šifrování (TLS/SSL)</gui>" + +#. (itstool) path: item/title +#: C/account-jabber.page:46 +msgid "<gui>Ignore SSL certificate errors</gui>" +msgstr "<gui>Ignorovat chyby certifikátu SSL</gui>" + +#. (itstool) path: item/p +#: C/account-jabber.page:47 +msgid "" +"Whenever possible, communication between <app>Empathy</app> and the Jabber " +"server is encrypted. If encrypted communication is not possible, messages " +"may be sent unencrypted. Select <gui>Encryption required</gui> to prevent " +"<app>Empathy</app> from communicating with the Jabber server when encryption " +"is not possible." +msgstr "" +"Pokud je to možné, je komunikace mezi <app>Empathy</app> a serverem Jabber " +"šifrovaná. Pokud není šifrování možné, mohou být zprávy odeslány " +"nešifrované. Vyberte <gui>Šifrování vyžadováno</gui> a <app>Empathy</app> " +"nebude se serverem komunikovat, když šifrování nebude možné." + +#. (itstool) path: item/p +#: C/account-jabber.page:52 +msgid "" +"Some Jabber servers may encrypt data using invalid certificates, or using " +"certificates from unknown authorities. If you trust the server you are " +"connecting to, you can select <gui>Ignore SSL certificate errors</gui> to " +"allow encrypted communication with invalid certificates." +msgstr "" +"Některé servery Jabber mohou šifrovat data pomocí neplatných certifikátů, " +"nebo pomocí certifikátů neznámých autorit. Pokud věříte serveru, ke kterému " +"se připojujete, můžete vybrat <gui>Ignorovat chyby certifikátu SSL</gui> a " +"povolit tak šifrovanou komunikaci s neplatnými certifikáty." + +#. (itstool) path: item/title +#: C/account-jabber.page:59 +msgid "<gui>Resource</gui>" +msgstr "<gui>Zdroj</gui>" + +#. (itstool) path: item/title +#: C/account-jabber.page:60 +msgid "<gui>Priority</gui>" +msgstr "<gui>Priorita</gui>" + +#. (itstool) path: item/p +#: C/account-jabber.page:61 +msgid "" +"If you have multiple applications (for instance, on separate computers) " +"connected to your account at the same time, you can set a resource to " +"uniquely identify each one. By default, <app>Empathy</app> will use " +"<input>Telepathy</input> as the resource." +msgstr "" +"Pokud ke svému účtu připojujete více aplikací současně (například na různých " +"počítačích), můžete nastavit zdroj tak, aby se každé jednoznačně " +"identifikoval. Ve výchozím nastavení použije <app>Empathy</app> jako zdroj " +"<input>Telepathy</input>." + +#. (itstool) path: item/p +#: C/account-jabber.page:65 +msgid "" +"You can set the priority to specify which application should receive " +"incoming messages from your contacts. New messages will be sent to the " +"application with the highest priority." +msgstr "" +"Můžete nastavit prioritu a určit tak, která aplikace by měla přijímat " +"příchozí zprávy od vašich kontaktů. Nové zprávy budou posílány aplikaci s " +"nejvyšší prioritou." + +#. (itstool) path: item/title +#: C/account-jabber.page:70 +msgid "<gui>Override server settings</gui>" +msgstr "<gui>Přepsat nastavení serveru</gui>" + +#. (itstool) path: item/p +#: C/account-jabber.page:71 +msgid "" +"<app>Empathy</app> will use default settings to connect to the Jabber server " +"based on your login ID. For some Jabber servers, you will need to enter " +"custom server settings manually. These settings should be provided for you " +"by your Jabber provider." +msgstr "" +"<app>Empathy</app> použije výchozí nastavení a přihlašovací ID pro připojení " +"k serveru Jabber. U některých serverů Jabber je nutné ručně zadat vlastní " +"nastavení serveru. Toto nastavení by mělo být upřesněno poskytovatelem " +"serveru Jabber." + +#. (itstool) path: info/desc +#: C/accounts-window.page:10 +msgid "Add, modify, and delete accounts." +msgstr "Přidávání, úpravy a mazání účtů." + +#. (itstool) path: page/title +#: C/accounts-window.page:32 +msgid "Accounts Window" +msgstr "Okno s účty" + +#. (itstool) path: page/p +#: C/accounts-window.page:34 +msgid "" +"The <gui>Accounts</gui> window allows you to add, modify, and delete " +"accounts." +msgstr "Okno <gui>Účty</gui> umožňuje přidat, upravit nebo smazat účty." + +#. (itstool) path: section/title +#: C/accounts-window.page:42 +msgid "Account Details" +msgstr "Údaje účtu" + +#. (itstool) path: section/p +#: C/accounts-window.page:43 +msgid "" +"For most types of accounts, you can simply enter a login ID and a password. " +"Certain accounts or account types, however, may require additional " +"information." +msgstr "" +"U většinu typů účtů je možné jednoduše zadat přihlašovací ID a heslo. " +"Některé účty, nebo typy účtů, ale mohou vyžadovat další údaje." + +#. (itstool) path: info/desc +#: C/add-account.page:9 +msgid "Add a new account to <app>Empathy</app>." +msgstr "Jak přidat nový účet do <app>Empathy</app>." + +#. (itstool) path: credit/name +#: C/add-account.page:21 C/audio-call.page:22 C/audio-video.page:17 +#: C/create-account.page:20 C/disable-account.page:21 C/favorite-rooms.page:14 +#: C/geolocation.page:17 C/geolocation-not-showing.page:17 +#: C/geolocation-privacy.page:17 C/geolocation-supported.page:16 +#: C/geolocation-turn.page:18 C/geolocation-what-is.page:18 +#: C/group-conversations.page:19 C/hide-contacts.page:11 +#: C/import-account.page:23 C/index.page:20 C/introduction.page:13 +#: C/irc-commands.page:10 C/irc-join-pwd.page:17 C/irc-join-room.page:16 +#: C/irc-manage.page:19 C/irc-nick-password.page:18 C/irc-send-file.page:16 +#: C/irc-start-conversation.page:15 C/link-contacts.page:15 +#: C/prev-conv.page:17 C/prob-conn-acctdisabled.page:19 +#: C/prob-conn-auth.page:22 C/prob-conn-name.page:19 +#: C/prob-conn-neterror.page:20 C/remove-account.page:19 +#: C/salut-protocol.page:18 C/send-file.page:21 C/set-custom-status.page:19 +#: C/share-desktop.page:14 C/status-icons.page:17 C/video-call.page:25 +msgid "Milo Casagrande" +msgstr "Milo Casagrande" + +#. (itstool) path: page/title +#: C/add-account.page:40 +msgid "Add a new account" +msgstr "Přidání nového účtu" + +#. (itstool) path: page/p +#: C/add-account.page:42 +msgid "" +"You can add instant messaging accounts from any supported service to " +"communicate with all of your contacts in <app>Empathy</app>. For some " +"account providers, these steps will also allow you to register for a new " +"account. For more details, see <link xref=\"create-account\"/>." +msgstr "" +"Můžete přidat účty rychlé komunikace kterékoli podporované služby a " +"komunikovat se všemi svými kontakty v <app>Empathy</app>. U některých " +"poskytovatelů umožní následující kroky také registraci nového účtu. Více " +"podrobností viz <link xref=\"create-account\"/>." + +#. (itstool) path: item/p +#: C/add-account.page:49 C/disable-account.page:49 C/irc-nick-password.page:50 +#: C/remove-account.page:43 +msgid "" +"From the <gui>Contact List</gui> window, choose <guiseq><gui>Edit</gui> " +"<gui>Accounts</gui></guiseq>, or press <key>F4</key>." +msgstr "" +"V okně <gui>Seznam kontaktů</gui> vyberte <guiseq><gui>Upravit</gui> " +"<gui>Účty</gui></guiseq> nebo zmáčkněte <key>F4</key>." + +#. (itstool) path: item/p +#: C/add-account.page:53 +msgid "Click <gui style=\"button\">+</gui>." +msgstr "Klikněte na <gui style=\"button\">+</gui>." + +#. (itstool) path: item/p +#: C/add-account.page:58 +msgid "" +"From the <gui>Protocol</gui> drop-down list, select the type of account you " +"wish to add." +msgstr "" +"V rozbalovacím seznamu <gui>Protokol</gui> vyberte typ účtu, který chcete " +"přidat." + +#. (itstool) path: item/p +#: C/add-account.page:62 +msgid "" +"If you do not already have a registered account, select <gui>Create a new " +"account on the server</gui>. This feature is not available for all account " +"types, and may not work with some account providers. See <link xref=\"create-" +"account\"/> for more information." +msgstr "" +"Pokud ještě nemáte registrovaný účet, vyberte <gui>Vytvořit nový účet na " +"serveru</gui>. Tato funkce není dostupná pro všechny typy účtů a nemusí " +"fungovat u některých poskytovatelů. Více informací viz <link xref=\"create-" +"account\"/>." + +#. (itstool) path: item/p +#: C/add-account.page:69 +msgid "" +"Enter the required information. For most accounts, you will only need a " +"login ID and a password. Some accounts may require additional information. " +"See <link xref=\"accounts-window#details\"/>for more information." +msgstr "" +"Zadejte požadované údaje. Pro většinu účtů bude potřeba pouze přihlašovací " +"ID a heslo. Některé účty mohou vyžadovat další údaje. Více informací viz " +"<link xref=\"accounts-window#details\"/>." + +#. (itstool) path: item/p +#: C/add-account.page:74 C/import-account.page:61 C/irc-nick-password.page:63 +msgid "Click <gui style=\"button\">Apply</gui>." +msgstr "Klikněte na <gui style=\"button\">Použít</gui>." + +#. (itstool) path: note/p +#: C/add-account.page:81 +msgid "" +"To change the name that identifies the account in the <gui>Accounts</gui> " +"window, select the account from the list on the left and either click on the " +"name or press the space bar. Edit the account name and press <key>Enter</" +"key> when you’re finished." +msgstr "" +"Pro změnu názvu, který identifikuje účet, vyberte účet ze seznamu v okně " +"<gui>Účty</gui> nalevo a klikněte na jeho název, nebo zmáčkněte mezerník. " +"Upravte název účtu a poté zmáčkněte <key>Enter</key>." + +#. (itstool) path: info/desc +#: C/add-contact.page:9 +msgid "Add someone to the contact list." +msgstr "Jak někoho přidat do svého seznamu kontaktů." + +#. (itstool) path: credit/name +#: C/add-contact.page:18 C/change-status.page:24 +#: C/prob-conn-acctdisabled.page:15 C/prob-conn-auth.page:18 +#: C/prob-conn-neterror.page:16 C/prob-conn.page:14 C/send-file.page:17 +#: C/send-message.page:17 +msgid "Phil Bull" +msgstr "Phil Bull" + +#. (itstool) path: page/title +#: C/add-contact.page:33 +msgid "Add someone to your list of contacts" +msgstr "Přidání osoby do seznamu kontaktů" + +#. (itstool) path: item/p +#: C/add-contact.page:37 +msgid "Choose <guiseq><gui>Chat</gui><gui>Add Contact</gui></guiseq>." +msgstr "" +"Vyberte <guiseq><gui>Konverzace</gui> <gui>Přidat kontakt</gui></guiseq>." + +#. (itstool) path: item/p +#: C/add-contact.page:40 +msgid "" +"From the <gui>Account</gui> drop-down list, select the account you wish to " +"use to connect to your contact. Your contact will need to be using the same " +"service as the account you select." +msgstr "" +"V rozbalovacím seznamu <gui>Účet</gui> vyberte účet, kterým se chcete " +"připojit ke kontaktu. Je nutné, aby váš kontakt používal stejnou službu jako " +"účet, kterým se připojujete." + +#. (itstool) path: item/p +#: C/add-contact.page:45 +msgid "" +"In the <gui>Identifier</gui> field, enter your contact’s login ID, username, " +"screen name, or other appropriate identifier for the service type." +msgstr "" +"V poli <gui>Identifikátor</gui> zadejte přihlašovací ID, uživatelské jméno, " +"zobrazené jméno nebo jiný identifikátor vašeho kontaktu na daném druhu " +"služby." + +#. (itstool) path: item/p +#: C/add-contact.page:49 +msgid "" +"In the <gui>Alias</gui> field, type your contact’s name as you would like it " +"to appear in your contact list." +msgstr "" +"Do pole <gui>Přezdívka</gui> zadejte jméno, které se bude zobrazovat v " +"seznamu kontaktů." + +#. (itstool) path: item/p +#: C/add-contact.page:53 +msgid "Click <gui>Add</gui> to add the person to your list of contacts." +msgstr "Kliknutím na <gui>Přidat</gui> přidáte kontakt do seznamu." + +#. (itstool) path: note/p +#: C/add-contact.page:61 +msgid "" +"To add a new person to your list of contacts, you need to be connected to " +"the Internet and to your account." +msgstr "" +"Pro přidání nového kontaktu do seznamu je nutné připojení k internetu a k " +"vašemu účtu." + +#. (itstool) path: info/desc +#: C/audio-call.page:10 +msgid "Call your contacts over the Internet." +msgstr "Jak volat svým kontaktům přes internet." + +#. (itstool) path: credit/name +#: C/audio-call.page:26 C/create-account.page:24 C/overview.page:17 +#: C/share-desktop.page:18 C/video-call.page:29 +msgid "Ekaterina Gerasimova" +msgstr "Ekaterina Gerasimova" + +#. (itstool) path: page/title +#: C/audio-call.page:35 +msgid "Start an audio conversation" +msgstr "Započetí hlasové konverzace" + +#. (itstool) path: page/p +#: C/audio-call.page:37 +msgid "" +"You can call your contacts and have an audio conversation with them. This " +"features only works with certain types of accounts and it requires the other " +"person to have an application that supports audio calls." +msgstr "" +"Můžete volat svým kontaktům a vést s nimi hlasovou konverzaci. Tato funkce " +"funguje pouze s určitými typy účtů a vyžaduje, aby váš protějšek měl " +"aplikaci, která podporuje hlasové hovory." + +#. (itstool) path: item/p +#: C/audio-call.page:43 +msgid "" +"Right-click on the contact that you want to call and select <gui style=" +"\"menuitem\">Audio Call</gui>." +msgstr "" +"Klikněte pravým tlačítkem myši na kontakt, kterému chcete volat a vyberte " +"<gui style=\"menuitem\">Hlasový hovor</gui>." + +#. (itstool) path: item/p +#: C/audio-call.page:49 C/video-call.page:50 +msgid "" +"A new window will open. When the connection is established, you will see the " +"total conversation time at the bottom of the window." +msgstr "" +"Otevře se nové okno. Po navázaní spojení uvidíte u spodního okraje okna " +"celkový čas konverzace." + +#. (itstool) path: item/p +#: C/audio-call.page:55 +msgid "" +"To end the conversation, click the <gui style=\"button\">hand up</gui> " +"button." +msgstr "" +"Pro ukončení konverzace klikněte na tlačítko <gui style=\"button\">Zavěsit</" +"gui>." + +#. (itstool) path: note/p +#: C/audio-call.page:63 +msgid "" +"To turn an audio conversation into a video conversation, choose <guiseq><gui " +"style=\"menu\">Video</gui> <gui style=\"menuitem\">Video On</gui></guiseq>." +msgstr "" +"Pro přechod z hlasové konverzace na videokonverzaci zvolte <guiseq><gui " +"style=\"menu\">Video</gui> <gui style=\"menuitem\">Zapnout video</gui></" +"guiseq>." + +#. (itstool) path: section/title +#: C/audio-call.page:71 +msgid "Start an audio conversation with a meta-contact" +msgstr "Započetí hlasové konverzace s metakontaktem" + +#. (itstool) path: item/p +#: C/audio-call.page:74 C/send-message.page:53 C/video-call.page:68 +msgid "" +"From the <gui>Contact List</gui> window, right-click on the meta-contact." +msgstr "" +"V okně <gui>Seznam kontaktů</gui> klikněte pravým tlačítkem myši na " +"metakontakt." + +#. (itstool) path: item/p +#: C/audio-call.page:79 +msgid "" +"Select the contact you want to have the conversation, and from the menu " +"select <gui style=\"menuitem\">Audio Call</gui>." +msgstr "" +"Vyberte kontakt, se kterým chcete hovořit, a v nabídce zvolte <gui style=" +"\"menuitem\">Hlasový hovor</gui>." + +#. (itstool) path: note/p +#: C/audio-call.page:86 C/send-message.page:65 C/video-call.page:80 +msgid "" +"To recognize if a contact is a <em>meta-contact</em>, move your mouse on a " +"contact in the <gui>Contact List</gui> window, and stop over it for a " +"second: a small pop-up message will appear showing the number of the " +"contacts that form the meta-contact." +msgstr "" +"<em>Metakontakt</em> poznáte tak, že přejedete myší na kontakt v okně " +"<gui>Seznam kontaktů</gui> a zastavíte se na něm: objeví se malá vyskakovací " +"zpráva zobrazující počet kontaktů, které tvoří metakontakt." + +#. (itstool) path: media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/audio-video.page:58 +msgctxt "_" +msgid "external ref='figures/audio-input-microphone.png' md5='__failed__'" +msgstr "external ref='figures/audio-input-microphone.png' md5='__failed__'" + +#. (itstool) path: media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/audio-video.page:70 +msgctxt "_" +msgid "external ref='figures/camera-web.png' md5='__failed__'" +msgstr "external ref='figures/camera-web.png' md5='__failed__'" + +#. (itstool) path: info/desc +#: C/audio-video.page:8 +msgid "" +"Information on when it is possible to have an audio or video conversation." +msgstr "Informace o tom, kdy je možné použít hlasovou nebo videokonverzaci." + +#. (itstool) path: page/title +#: C/audio-video.page:32 +msgid "Audio and video support" +msgstr "Podpora hlasu a videa" + +#. (itstool) path: page/p +#: C/audio-video.page:34 +msgid "" +"You can only have audio and video conversation with contacts who are using " +"an application which also supports this feature. When your contacts support " +"audio or video conversations, you will see the following icons next to their " +"names in the contact list:" +msgstr "" +"Hlasové a videokonverzace můžete vést jen s kontakty, jenž používají " +"aplikaci, která také podporuje tuto funkci. Pokud vaše kontakty podporují " +"hlasové nebo videokonverzace, uvidíte vedle jejich jmen v seznamu kontaktů " +"následující ikony:" + +#. (itstool) path: td/p +#: C/audio-video.page:43 +msgid "Icon" +msgstr "Ikona" + +#. (itstool) path: td/p +#: C/audio-video.page:48 +msgid "Description" +msgstr "Popis" + +#. (itstool) path: td/p +#: C/audio-video.page:57 +msgid "" +"<media type=\"image\" mime=\"image/png\" src=\"figures/audio-input-" +"microphone.png\"> Icon for audio conversation </media>" +msgstr "" +"<media type=\"image\" mime=\"image/png\" src=\"figures/audio-input-" +"microphone.png\"> Ikona pro hlasové konverzace</media>" + +#. (itstool) path: td/p +#: C/audio-video.page:64 +msgid "The contact is able to have an audio conversation." +msgstr "S kontaktem je možné začít hlasovou konverzaci." + +#. (itstool) path: td/p +#: C/audio-video.page:69 +msgid "" +"<media type=\"image\" mime=\"image/png\" src=\"figures/camera-web.png\"> " +"Icon for video conversation </media>" +msgstr "" +"<media type=\"image\" mime=\"image/png\" src=\"figures/camera-web.png\"> " +"Ikona pro videokonverzaci</media>" + +#. (itstool) path: td/p +#: C/audio-video.page:76 +msgid "The contact is able to have a video conversation." +msgstr "S kontaktem je možné začít videokonverzaci." + +#. (itstool) path: note/p +#: C/audio-video.page:83 +msgid "" +"In order to have an audio conversation, you need to have a sound card that " +"is supported by your operating system, and a working microphone." +msgstr "" +"Pro hlasovou konverzaci musíte mít zvukovou kartu, která je podporována " +"vaším operačním systémem, a funkční mikrofon." + +#. (itstool) path: note/p +#: C/audio-video.page:87 +msgid "" +"In order to have a video conversation, you need to have a webcam that is " +"supported by your operating system, and a working microphone." +msgstr "" +"Pro videokonverzaci musíte mít webkameru, která je podporována vaším " +"operačním systémem, a funkční mikrofon." -#: C/empathy.xml:136(para) +#. (itstool) path: section/title +#: C/audio-video.page:95 +msgid "Supported Account Types" +msgstr "Podporované typy účtů" + +#. (itstool) path: section/p +#: C/audio-video.page:97 +msgid "" +"You can only have audio and video conversations using accounts on certain " +"supported services. The following table lists whether audio and video is " +"supported for each type of account." +msgstr "" +"Hlasové a videokonverzace můžete vést pouze u účtů na podporovaných " +"službách. Následující tabulka obsahuje informace o tom, jestli jsou hlasové " +"a videokonverzace u daných typů účtů podporovány." + +#. (itstool) path: note/p +#: C/audio-video.page:102 msgid "" -"<application>Empathy</application> is a multi-protocol instant messaging " -"program for the GNOME Desktop. With <application>Empathy</application> you " -"can keep in touch with all of your friends through lots of supported instant " -"messaging services." +"Account types are provided by plugins. Your system may not have all of the " +"following types available, or it may have types not listed here. Updated " +"plugins may make audio or video conversations possible on account types that " +"are listed as unsupported here." msgstr "" -"<application>Empathy</application> je aplikace pro pracovní prostředí GNOME " -"určená k odesílání rychlých zpráv podporující různé protokoly. Pomocí " -"<application>Empathy</application> zůstanete v kontaktu se všemi svými " -"přáteli nezávisle na typu služby zasílání rychlých zpráv." +"Jednotlivé typy účtů jsou podporovány pomocí zásuvných modulů. Váš systém " +"nemusí obsahovat všechny dostupné moduly nebo naopak může obsahovat moduly, " +"které zde nejsou uvedeny. Aktualizované zásuvné moduly mohou umožnit hlasové " +"nebo videokonverzace u typů účtů, které je podle zde uvedených informací " +"nepodporují." -#: C/empathy.xml:146(acronym) +#. (itstool) path: td/p +#: C/audio-video.page:128 +msgid "Service" +msgstr "Služba" + +#. (itstool) path: td/p +#: C/audio-video.page:129 +msgid "Audio" +msgstr "Hlas" + +#. (itstool) path: td/p +#: C/audio-video.page:130 +msgid "Video" +msgstr "Video" + +#. (itstool) path: td/p +#: C/audio-video.page:135 msgid "AIM" msgstr "AIM" -#: C/empathy.xml:150(para) +#. (itstool) path: td/p +#: C/audio-video.page:136 C/audio-video.page:137 C/audio-video.page:141 +#: C/audio-video.page:142 C/audio-video.page:146 C/audio-video.page:147 +#: C/audio-video.page:156 C/audio-video.page:157 C/audio-video.page:161 +#: C/audio-video.page:162 C/audio-video.page:166 C/audio-video.page:167 +#: C/audio-video.page:181 C/audio-video.page:182 C/audio-video.page:186 +#: C/audio-video.page:187 C/audio-video.page:191 C/audio-video.page:192 +#: C/audio-video.page:196 C/audio-video.page:197 C/audio-video.page:201 +#: C/audio-video.page:202 C/audio-video.page:211 C/audio-video.page:212 +#: C/audio-video.page:216 C/audio-video.page:217 +msgid "No" +msgstr "ne" + +#. (itstool) path: td/p +#: C/audio-video.page:140 +msgid "Facebook Chat" +msgstr "Facebook Chat" + +#. (itstool) path: td/p +#: C/audio-video.page:145 +msgid "gadugadu" +msgstr "gadugadu" + +#. (itstool) path: td/p +#: C/audio-video.page:150 msgid "Google Talk" msgstr "Google Talk" -#: C/empathy.xml:155(para) C/empathy.xml:1090(title) +#. (itstool) path: td/p +#: C/audio-video.page:151 C/audio-video.page:152 C/audio-video.page:171 +#: C/audio-video.page:172 C/audio-video.page:176 C/audio-video.page:177 +#: C/audio-video.page:206 C/audio-video.page:207 +msgid "Yes" +msgstr "ano" + +#. (itstool) path: td/p +#: C/audio-video.page:155 +msgid "Groupwise" +msgstr "Groupwise" + +#. (itstool) path: td/p +#: C/audio-video.page:160 msgid "ICQ" msgstr "ICQ" -#: C/empathy.xml:161(acronym) +#. (itstool) path: td/p +#. (itstool) path: section/title +#: C/audio-video.page:165 C/create-account.page:49 msgid "IRC" msgstr "IRC" -#: C/empathy.xml:165(para) -msgid "Jabber (or <acronym>XMPP</acronym>)" -msgstr "Jabber (neboli <acronym>XMPP</acronym>)" +#. (itstool) path: td/p +#. (itstool) path: section/title +#: C/audio-video.page:170 C/create-account.page:79 +msgid "Jabber" +msgstr "Jabber" -#: C/empathy.xml:171(acronym) +#. (itstool) path: td/p +#: C/audio-video.page:175 msgid "MSN" msgstr "MSN" -#: C/empathy.xml:175(para) C/empathy.xml:442(para) C/empathy.xml:1050(title) -msgid "Salut" -msgstr "Salut" - -#: C/empathy.xml:181(acronym) +#. (itstool) path: td/p +#: C/audio-video.page:180 +msgid "myspace" +msgstr "myspace" + +#. (itstool) path: td/p +#: C/audio-video.page:185 +msgid "qq" +msgstr "qq" + +#. (itstool) path: td/p +#. (itstool) path: section/title +#: C/audio-video.page:190 C/create-account.page:97 +msgid "People Nearby" +msgstr "People Nearby" + +#. (itstool) path: td/p +#: C/audio-video.page:195 +msgid "sametime" +msgstr "sametime" + +#. (itstool) path: td/p +#: C/audio-video.page:200 +msgid "silc" +msgstr "silc" + +#. (itstool) path: td/p +#. (itstool) path: section/title +#: C/audio-video.page:205 C/create-account.page:110 msgid "SIP" msgstr "SIP" -#: C/empathy.xml:185(para) C/empathy.xml:920(title) -msgid "Yahoo" -msgstr "Yahoo" +#. (itstool) path: td/p +#: C/audio-video.page:210 +msgid "Yahoo!" +msgstr "Yahoo!" + +#. (itstool) path: td/p +#: C/audio-video.page:215 +msgid "zephyr" +msgstr "zephyr" -#: C/empathy.xml:190(para) -msgid "And many others..." -msgstr "A mnoho dalších…" +#. (itstool) path: info/desc +#: C/change-status.page:9 +msgid "Change your status to advertise your availability to your contacts." +msgstr "Jak změnit svůj stav a ukázat svým kontaktům, jestli jste dostupní." -#: C/empathy.xml:141(para) +#. (itstool) path: page/title +#: C/change-status.page:39 +msgid "Change your status" +msgstr "Změna vašeho stavu" + +#. (itstool) path: page/p +#: C/change-status.page:41 msgid "" -"<application>Empathy</application> supports the following services: " -"<placeholder-1/>" +"You can set your status to indicate your availability to your contacts. " +"<app>Empathy</app> allows you to select from a list of defined statuses." msgstr "" -"<application>Empathy</application> podporuje následující služby: " -"<placeholder-1/>" +"Můžete nastavit svůj stav a ukázat kontaktům, jestli jste dostupní. " +"<app>Empathy</app> poskytuje výběr ze seznamu předem nastavených stavů." -#: C/empathy.xml:199(title) -msgid "Getting Started" -msgstr "Začínáme" +#. (itstool) path: item/p +#: C/change-status.page:46 +msgid "" +"Click on the drop-down list at the top of the <gui>Contact List</gui> window." +msgstr "" +"Klikněte na rozbalovací seznam ve vrchní části okna <gui>Seznam kontaktů</" +"gui>." -#: C/empathy.xml:202(title) -msgid "Starting Empathy" -msgstr "Spuštění Empathy" +#. (itstool) path: item/p +#: C/change-status.page:51 +msgid "Select a status from the list." +msgstr "Vyberte stav ze seznamu." -#: C/empathy.xml:203(para) -msgid "You can start <application>Empathy</application> in the following ways:" -msgstr "<application>Empathy</application> lze spustit následujícími způsoby:" +#. (itstool) path: page/p +#: C/change-status.page:57 +msgid "" +"See <link xref=\"status-icons\"/> for a list of the built-in statuses and " +"what they mean. You can also <link xref=\"set-custom-status\">add custom " +"status messages</link> to provide more information about your availability " +"to your contacts." +msgstr "" +"Seznam předem nastavených stavů a jejich významů viz <link xref=\"status-" +"icons\"/>. Můžete také <link xref=\"set-custom-status\">přidat vlastní " +"stavy</link> a poskytnout tak svým kontaktům více informací o své " +"dostupnosti." -#: C/empathy.xml:207(term) -msgid "<guimenu>Applications</guimenu> menu" -msgstr "Nabídka <guimenu>Aplikace</guimenu>" +#. (itstool) path: note/p +#: C/change-status.page:63 +msgid "" +"If you do not use your computer for a while, or if the screensaver is on, " +"the status will be automatically set to Away." +msgstr "" +"Pokud nějakou dobu nepoužíváte svůj počítač nebo pokud byl zapnut spořič " +"obrazovky, váš stav bude automaticky nastaven na „nepřítomen“." -#: C/empathy.xml:209(para) +#. (itstool) path: info/desc +#: C/create-account.page:32 +msgid "Create an account for one of the supported messaging services." +msgstr "Jak vytvořit účet u jedné z podporovaných komunikačních služeb." + +#. (itstool) path: page/title +#: C/create-account.page:36 +msgid "Register a new account" +msgstr "Registrace nového účtu" + +#. (itstool) path: page/p +#: C/create-account.page:38 msgid "" -"Choose <menuchoice><guisubmenu>Internet</guisubmenu><guimenuitem>Empathy " -"Instant Messenger</guimenuitem></menuchoice>." +"Most account types require you to create an account with a service provider " +"before you can use that account with instant messaging applications. You can " +"use <app>Empathy</app> to register for a new account with some account " +"providers using the same steps as you would to <link xref=\"add-account" +"\">add an account</link>." msgstr "" -"Vyberte <menuchoice><guisubmenu>Internet</" -"guisubmenu><guimenuitem>Komunikátor Empathy</guimenuitem></menuchoice>." +"Většina typů účtů vyžaduje vytvoření účtu u poskytovatele služby, než je " +"možné používat tento účet s aplikacemi rychlé komunikace. <app>Empathy</app> " +"můžete použít k registraci nového účtu u některých poskytovatelů pomocí " +"stejných kroků jako při <link xref=\"add-account\">přidávání účtu</link>." -#: C/empathy.xml:218(term) -msgid "Command line" -msgstr "Příkazová řádka" +#. (itstool) path: page/p +#: C/create-account.page:44 +msgid "" +"Once you create a new account, your account provider should give you a login " +"or a username and a password, as well as any additional information you need " +"to connect using <app>Empathy</app>." +msgstr "" +"Jakmile je nový účet vytvořen, měli byste mít od poskytovatele k dispozici " +"přihlašovací nebo uživatelské jméno, heslo a další údaje potřebné pro " +"připojení pomocí <app>Empathy</app>." -#: C/empathy.xml:220(para) -msgid "Type <command>empathy</command> and then press <keycap>Enter</keycap>." -msgstr "Zadejte <command>empathy</command> a stiskněte <keycap>Enter</keycap>." +#. (itstool) path: section/p +#: C/create-account.page:51 +msgid "" +"IRC networks require that you specify a nick (nickname) when you connect to " +"the server. Some IRC networks use a service, such as NickServ, to allow " +"users to <link xref=\"irc-nick-password\">protect their nick</link>. If you " +"did not register your nick or are unable to do so and another user is using " +"it, then you will need to choose a different one." +msgstr "" +"Sítě IRC vyžadují pro připojení k serveru zadání přezdívky. Některé sítě IRC " +"používají služby, jako například NickServ, aby umožnily uživatelům <link " +"xref=\"irc-nick-password\">chránit svoji přezdívku</link>. Pokud jste " +"nezaregistrovali svoji přezdívku nebo ji zaregistrovat nemůžete, protože ji " +"používá jiný uživatel, budete muset zvolit jinou." -#: C/empathy.xml:229(title) -msgid "When You Start Empathy" -msgstr "Když spustíte Empathy…" +#. (itstool) path: section/p +#: C/create-account.page:57 +msgid "" +"Some IRC servers are password protected. You will need to know the password " +"to connect to these servers. Generally, these are private IRC networks." +msgstr "" +"Některé servery IRC jsou chráněny heslem. Pokud se chcete k takovým serverům " +"připojit, musíte heslo znát. Obecně se jedná o soukromé sítě IRC." -#: C/empathy.xml:234(title) -msgid "<application>Empathy</application> Main Window" -msgstr "Hlavní okno <application>Empathy</application>" +#. (itstool) path: note/p +#: C/create-account.page:62 +msgid "" +"Many GNOME projects use <code>irc.gnome.org</code> for project-related " +"discussion." +msgstr "" +"Mnoho projektů GNOME používá <code>irc.gnome.org</code> pro komunikaci " +"týkající se těchto projektů." -#: C/empathy.xml:241(phrase) +#. (itstool) path: section/title +#: C/create-account.page:68 +msgid "Facebook" +msgstr "Facebook" + +#. (itstool) path: section/p +#: C/create-account.page:70 msgid "" -"Shows <placeholder-1/> main window. Contains the titlebar, the menubar, " -"contact list, status icon and status arrow button list." +"Facebook is one of the more popular social networks. It allows users to " +"create their own profile and to communicate with their friends." msgstr "" -"Zobrazuje <placeholder-1/> hlavní okno, které obsahuje záhlaví, nabídkovou " -"lištu, seznam kontaktů, stavovou ikonku a seznam stavů." +"Facebook je jedna z nejpopulárnějších sociálních sítí. Umožňuje uživatelům " +"vytvořit si svůj vlastní profil a komunikovat se svými přáteli." -#: C/empathy.xml:230(para) +#. (itstool) path: section/p +#: C/create-account.page:73 msgid "" -"When you start <application>Empathy</application> the following window is " -"shown. <placeholder-1/>" +"To use Facebook to communicate with your friends, you will need to create a " +"new account from the website: <link href=\"https://www.facebook.com\">www." +"facebook.com</link>." msgstr "" -"Když spustíte <application>Empathy</application>, zobrazí se následující " -"okno. <placeholder-1/>" +"Abyste mohli používat Facebook pro komunikaci se svými přáteli, musíte si " +"vytvořit účet na webové stránce: <link href=\"https://www.facebook.com\">www." +"facebook.com</link>." -#: C/empathy.xml:256(title) -msgid "<application>Empathy</application> Main Components" -msgstr "Hlavní komponenty <application>Empathy</application>" +#. (itstool) path: section/p +#: C/create-account.page:81 +msgid "" +"Jabber is an open instant messaging system. Like email, Jabber allows you to " +"choose your account provider and communicate with all other Jabber users, " +"regardless of their account provider." +msgstr "" +"Jabber je otevřený systém pro rychlou komunikaci. Podobně jako email, Jabber " +"vám umožňuje výběr poskytovatele účtu a komunikaci se všemi ostatními " +"uživateli Jabberu bez ohledu na to, jakého poskytovatele mají." -#: C/empathy.xml:263(para) -msgid "Component" -msgstr "Komponenta" +#. (itstool) path: section/p +#: C/create-account.page:85 +msgid "" +"You will need to create a new account with a Jabber provider. There are many " +"free providers; one popular provider is <link href=\"http://register.jabber." +"org/\">jabber.org</link>." +msgstr "" +"Pro používání Jabberu je nutné si založit účet u jednoho z poskytovatelů. " +"Existuje mnoho poskytovatelů, kteří tuto službu provozují zdarma. Mezi " +"oblíbených patří <link href=\"http://register.jabber.org/\">jabber.org</" +"link> nebo v česku <link href=\"https://secure.jabbim.com/reg/\">Jabbim</" +"link>." -#: C/empathy.xml:266(para) -msgid "Description" -msgstr "Popis" +#. (itstool) path: note/p +#: C/create-account.page:90 +msgid "" +"If you use Gmail or Google+ Hangouts, you already have a Jabber account. Use " +"your Gmail address and password in <app>Empathy</app> to connect." +msgstr "" +"Pokud používáte Gmail nebo Google+ Hangouts, máte již účet Jabber vytvořený. " +"Pro jeho připojení v <app>Empathy</app> použijte svoji adresu z Gmailu a " +"příslušné heslo." + +#. (itstool) path: section/p +#: C/create-account.page:99 +msgid "" +"This service works whenever you are connected to a local network, such as a " +"wireless hotspot, you do not need to create an account with service " +"providor, just set up your account through <app>Empathy</app>. It " +"automatically finds all other users on the network who are also using this " +"service." +msgstr "" +"Tato služba funguje kdykoli jste připojeni k místní síti, například přes Wi-" +"Fi hotspot. Nemusíte si zakládat účet u poskytovatele, stačí si nastavit " +"účet v <app>Empathy</app>. Všichni ostatní uživatelé na síti používající " +"tuto službu budou automaticky vyhledáni." + +#. (itstool) path: section/p +#: C/create-account.page:105 +msgid "" +"For more information, see the <link xref=\"salut-protocol\">salut protocol</" +"link>." +msgstr "" +"Více informací viz <link xref=\"salut-protocol\">protokol salut</link>." + +#. (itstool) path: section/p +#: C/create-account.page:112 +msgid "" +"SIP is an open system which allows users to have audio and video " +"conversations over the Internet. You need to create an account with a SIP " +"provider. You can communicate with all other SIP users, regardless of which " +"SIP provider they use." +msgstr "" +"SIP je otevřený systém, který umožňuje uživatelům hlasové a videoknoverzace " +"přes Internet. Je nutné si založit účet u poskytovatele SIP. Budete pak moci " +"komunikovat se všemi ostatními uživateli SIP bez ohledu na to, jakého " +"poskytovatele používají." + +#. (itstool) path: section/p +#: C/create-account.page:117 +msgid "" +"Some SIP providers allow you to call normal phones from your computer. " +"Generally, you will need to subscribe to a paid service for this feature." +msgstr "" +"Někteří poskytovatelé SIP vám umožňují volat z počítače i na telefon. Tato " +"funkce je ale většinou poskytována v rámci placených služeb." + +#. (itstool) path: section/title +#: C/create-account.page:123 +msgid "Proprietary Services" +msgstr "Proprietární služby" + +#. (itstool) path: section/p +#: C/create-account.page:125 +msgid "" +"There are many proprietary instant messaging services that have been " +"developed by different companies or organizations. <app>Empathy</app> allows " +"you to connect to an existing account for some of these services. To create " +"a new account with one of these services, you will need to visit the website " +"for the service." +msgstr "" +"Existuje mnoho proprietárních služeb pro rychlou komunikaci, které byly " +"vyvinuty různými společnostmi nebo organizacemi. <app>Empathy</app> vám " +"umožňuje připojit se k existujícímu účtu některých z těchto služeb. K " +"založení účtu u těchto služeb budete muset navštívit jejich webové stránky." -#: C/empathy.xml:273(para) -msgid "Menubar" -msgstr "Nabídková lišta" +#. (itstool) path: item/p +#: C/create-account.page:133 +msgid "<link href=\"http://dashboard.aim.com/aim\">AIM</link>" +msgstr "<link href=\"http://dashboard.aim.com/aim\">AIM</link>" -#: C/empathy.xml:276(para) +#. (itstool) path: item/p +#: C/create-account.page:136 +msgid "<link href=\"https://www.icq.com/register/\">ICQ</link>" +msgstr "<link href=\"https://www.icq.com/register/\">ICQ</link>" + +#. (itstool) path: item/p +#: C/create-account.page:139 +msgid "<link href=\"https://accountservices.passport.net\">MSN</link>" +msgstr "<link href=\"https://accountservices.passport.net\">MSN</link>" + +#. (itstool) path: item/p +#: C/create-account.page:142 +msgid "<link href=\"https://login.yahoo.com/config/login\">Yahoo!</link>" +msgstr "<link href=\"https://login.yahoo.com/config/login\">Yahoo!</link>" + +#. (itstool) path: info/desc +#: C/disable-account.page:9 +msgid "Prevent <app>Empathy</app> from automatically logging in to an account." +msgstr "Jak zabránit <app>Empathy</app> v automatickém přihlašování k účtu." + +#. (itstool) path: page/title +#: C/disable-account.page:40 +msgid "Disable an account" +msgstr "Zakázání účtu" + +#. (itstool) path: page/p +#: C/disable-account.page:42 msgid "" -"Contains menus used to perform actions in <application>Empathy</application>." +"You can disable an account to prevent <app>Empathy</app> from logging in to " +"it without removing the account entirely. You may wish to disable and re-" +"enable an account if you only want to be logged in to the account at certain " +"times, but you still want to use <app>Empathy</app> for other accounts." msgstr "" -"Obsahuje nabídku činností, které lze v aplikaci <application>Empathy</" -"application> provádět." +"Jednotlivé účty můžete zakázat, abyste <app>Empathy</app> zabránili v " +"přihlašování k nim, aniž byste je museli smazat. Zakázání a opětovné " +"povolení účtu se vám může hodit například, když se k účtu chcete přihlašovat " +"jen v určitou dobu, ale ostatní účty v <app>Empathy</app> chcete používat " +"pořád." -#: C/empathy.xml:283(para) -msgid "Status Drop-Down List" -msgstr "Rozbalovací seznam se stavem" +#. (itstool) path: item/p +#: C/disable-account.page:53 +msgid "" +"Select the account you wish to disable from the accounts list on the left " +"side of the window." +msgstr "V seznamu v levé části okna vyberte účet, který chcete zakázat." + +#. (itstool) path: item/p +#: C/disable-account.page:57 +msgid "On the right side of the window, switch it off." +msgstr "Vypněte jej přepínačem na pravé straně okna." -#: C/empathy.xml:286(para) -msgid "Allows to update the status." -msgstr "Umožňuje měnit stav." +#. (itstool) path: page/p +#: C/disable-account.page:62 +msgid "To re-enable the account, switch it on." +msgstr "Pro opětovnou aktivaci účtu jej přepínačem zapněte." -#: C/empathy.xml:293(para) -msgid "Account Button" -msgstr "Tlačítko Účet" +#. (itstool) path: info/desc +#: C/favorite-rooms.page:10 +msgid "Set, join and manage favorite rooms." +msgstr "Jak nastavit, připojit a spravovat oblíbené místnosti." -#: C/empathy.xml:296(para) -msgid "Opens the <guilabel>Accounts</guilabel> dialog." -msgstr "Otevírá dialogové okno <guilabel>Účty</guilabel>." +#. (itstool) path: page/title +#: C/favorite-rooms.page:29 +msgid "Favorite rooms" +msgstr "Oblíbené místnosti" -#: C/empathy.xml:303(para) -msgid "Contact List" -msgstr "Seznam kontaktů" +#. (itstool) path: section/title +#: C/favorite-rooms.page:32 +msgid "Set a room as a favorite" +msgstr "Nastavení místnosti jako oblíbené" -#: C/empathy.xml:306(para) -msgid "Shows all the available contacts and their associated status." -msgstr "Zobrazuje přítomné kontakty a jejich stav." +#. (itstool) path: item/p +#: C/favorite-rooms.page:35 +msgid "Join a room." +msgstr "Vstoupte do místnosti." -#: C/empathy.xml:252(para) +#. (itstool) path: item/p +#: C/favorite-rooms.page:40 msgid "" -"<xref linkend=\"empathy-TBL-1\"/> describes the components of " -"<application>Empathy</application>'s main window. <table frame=\"topbot\" id=" -"\"empathy-TBL-1\"><placeholder-1/><tgroup cols=\"2\" colsep=\"0\" rowsep=\"0" -"\"><colspec colname=\"colspec0\" colwidth=\"29.39*\"/><colspec colname=" -"\"colspec1\" colwidth=\"70.61*\"/><placeholder-2/><placeholder-3/></tgroup></" -"table>" +"See <link xref=\"irc-join-room\"/> for more information on how to join an " +"IRC room." msgstr "" -"<xref linkend=\"empathy-TBL-1\"/> popisuje komponenty hlavního okna " -"<application>Empathy</application>. <table frame=\"topbot\" id=\"empathy-TBL-" -"1\"><placeholder-1/><tgroup cols=\"2\" colsep=\"0\" rowsep=\"0\"><colspec " -"colname=\"colspec0\" colwidth=\"29.39*\"/><colspec colname=\"colspec1\" " -"colwidth=\"70.61*\"/><placeholder-2/><placeholder-3/></tgroup></table>" +"Viz <link xref=\"irc-join-room\"/> pro více informací o tom, jak se připojit " +"do místnosti IRC." -#: C/empathy.xml:320(title) -msgid "Accounts" -msgstr "Účty" +#. (itstool) path: item/p +#: C/favorite-rooms.page:46 +msgid "" +"See <link xref=\"group-conversations\"/> for more information on how to " +"start or join a group conversation." +msgstr "" +"Viz <link xref=\"group-conversations\"/> pro více informací o tom, jak začít " +"nebo se přidat do skupinové konverzace." -#: C/empathy.xml:321(para) +#. (itstool) path: item/p +#: C/favorite-rooms.page:54 msgid "" -"To use <application>Empathy</application> you need at least one account of " -"the supported services." +"From the conversation window, choose <guiseq><gui>Conversation</" +"gui><gui>Favorite Chat Room</gui></guiseq>." msgstr "" -"Abyste mohli <application>Empathy</application> používat, musíte mít nejméně " -"jeden účet u některé z podporovaných služeb." +"V okně konverzace zvolte <guiseq><gui>Konverzace</gui><gui>Oblíbená diskuzní " +"místnost</gui></guiseq>." + +#. (itstool) path: section/title +#: C/favorite-rooms.page:63 +msgid "Join favorite rooms" +msgstr "Vstup do oblíbených místností" + +#. (itstool) path: item/p +#: C/favorite-rooms.page:66 C/send-file.page:40 +msgid "From the <gui>Contact List</gui> window, perform one of the following:" +msgstr "V okně <gui>Seznam kontaktů</gui> proveďte jedno z následujícího:" + +#. (itstool) path: item/p +#: C/favorite-rooms.page:71 +msgid "Press <key>F5</key>." +msgstr "Zmáčkněte <key>F5</key>." -#: C/empathy.xml:324(para) +#. (itstool) path: item/p +#: C/favorite-rooms.page:76 msgid "" -"If you don't already have an account and you don't have your <emphasis>user " -"name</emphasis> and <emphasis>password</emphasis>, you need to register a " -"new account (see <xref linkend=\"empathy-register-account\"/>)." +"Choose <guiseq><gui>Room</gui><gui>Join Favorites</gui></guiseq>, to join " +"all your favorite rooms." msgstr "" -"Pokud ještě žádný účet nemáte a nemáte tedy ani žádné <emphasis>uživatelské " -"jméno</emphasis> a <emphasis>heslo</emphasis>, budete si jej muset " -"zaregistrovat (viz <xref linkend=\"empathy-register-account\"/>)." +"Pro připojení do všech oblíbených místností zvolte <guiseq><gui>Místnost</" +"gui><gui>Vstoupit do oblíbených</gui></guiseq>." -#: C/empathy.xml:329(para) +#. (itstool) path: item/p +#: C/favorite-rooms.page:82 +msgid "Choose <gui>Room</gui>, and select the favorite room you want to join." +msgstr "" +"Zvolte <gui>Místnost</gui> a vyberte oblíbenou místnost, do které chcete " +"vstoupit." + +#. (itstool) path: note/p +#: C/favorite-rooms.page:90 msgid "" -"In order to talk with other users, also called <emphasis>contacts</" -"emphasis>, you need to use the same service they are using. If, for example, " -"one contact is using the <emphasis role=\"strong\">Jabber</emphasis> " -"service, you need to have an account registered with that service." +"To join a favorite room, you need to be connected to the Internet and to " +"your account." msgstr "" -"Abyste mohli mluvit s jinými uživateli (zvanými <emphasis>kontakty</" -"emphasis>), musíte používat stejnou službu jako oni. Například, pokud nějaký " -"kontakt používá <emphasis role=\"strong\">Jabber</emphasis>, musíte mít " -"zaregistrován účet pro stejnou službu." +"Aby bylo možné vstoupit do oblíbené místnosti, je nutné připojení k " +"Internetu a k vašemu účtu." + +#. (itstool) path: section/title +#: C/favorite-rooms.page:98 +msgid "Manage favorite rooms" +msgstr "Správa oblíbených místností" -#: C/empathy.xml:336(para) +#. (itstool) path: item/p +#: C/favorite-rooms.page:101 msgid "" -"<application>Empathy</application> can handle as many accounts on any " -"supported services as you want and you can have them all open at the same " -"time." +"From the <gui>Contact List</gui> window, choose <guiseq><gui>Room</" +"gui><gui>Manage Favorites</gui></guiseq>." msgstr "" -"<application>Empathy</application> může obsluhovat libovolný počet účtů u " -"libovolných podporovaných služeb, přičemž všechny můžete používat zároveň." +"V okně <gui>Seznam kontaktů</gui> zvolte <guiseq><gui>Místnost</" +"gui><gui>Spravovat oblíbené</gui></guiseq>." -#: C/empathy.xml:342(title) -msgid "Registering an Account" -msgstr "Registrace účtu" +#. (itstool) path: item/p +#: C/favorite-rooms.page:107 +msgid "" +"From the <gui>Account</gui> drop-down list, select the account you want to " +"manage the favorite rooms of." +msgstr "" +"V rozbalovacím seznamu <gui>Účet</gui> vyberte účet, pro který chcete " +"upravit oblíbené místnosti." + +#. (itstool) path: item/p +#: C/favorite-rooms.page:111 +msgid "Select <gui>All</gui> to see all you favorite rooms." +msgstr "" +"Pro zobrazení všech vaších oblíbených místností vyberte <gui>Vše</gui>." + +#. (itstool) path: item/p +#: C/favorite-rooms.page:116 +msgid "Select the favorite room you want to manage:" +msgstr "Vyberte oblíbenou místnost, kterou chcete spravovat:" + +#. (itstool) path: item/p +#: C/favorite-rooms.page:121 +msgid "" +"Select the <gui>Auto-Connect</gui> check-box in order to automatically join " +"that room when you connect to your account." +msgstr "" +"Pro automatické vstupování do místnosti při připojení k účtu zatrhněte pole " +"<gui>Automaticky připojit</gui>." + +#. (itstool) path: item/p +#: C/favorite-rooms.page:127 +msgid "Click on <gui>Remove</gui> to remove the room from your favorites." +msgstr "" +"Pro odstranění místnosti z oblíbených klikněte na <gui>Odstranit</gui>." + +#. (itstool) path: item/p +#: C/favorite-rooms.page:134 +msgid "When done, click <gui>Close</gui>." +msgstr "Pro ukončení klikněte na <gui>Zavřít</gui>." + +#. (itstool) path: info/desc +#: C/geolocation.page:8 +msgid "Use and understand geolocation in <app>Empathy</app>." +msgstr "Jak používat a porozumět geolokaci v <app>Empathy</app>." + +#. (itstool) path: page/title +#: C/geolocation.page:32 +msgid "Geographical position" +msgstr "Zeměpisná poloha" + +#. (itstool) path: section/title +#: C/geolocation.page:35 +msgid "Geolocation" +msgstr "Geolokace" -#: C/empathy.xml:343(para) +#. (itstool) path: section/title +#: C/geolocation.page:39 +msgid "Fix common problems" +msgstr "Řešení běžných problémů" + +#. (itstool) path: info/desc +#: C/geolocation-not-showing.page:8 +msgid "<app>Empathy</app> does not publish my geographical position." +msgstr "<app>Empathy</app> nezveřejňuje moji geografickou polohu." + +#. (itstool) path: page/title +#: C/geolocation-not-showing.page:32 +msgid "Geographical position not published" +msgstr "Zeměpisná poloha není zveřejněna" + +#. (itstool) path: page/p +#: C/geolocation-not-showing.page:34 msgid "" -"You can freely register an account on any of the following services. Follow " -"the instructions reported on each website on how to register your new " -"account. At the end of the registration process you should have a " -"<emphasis>user name</emphasis> (or an <emphasis>account ID</emphasis>) and a " -"<emphasis>password</emphasis> that you will use to create the account in " -"<application>Empathy</application>." +"If your contacts cannot see your location, <app>Empathy</app> might not be " +"able to discover with a good margin of precision your geographical position." msgstr "" -"Zdarma si můžete zaregistrovat účty pro následující služby. Řiďte se " -"instrukcemi pro registraci na příslušné stránce zvolené služby. Na konci " -"registrace byste měli obdržet <emphasis>uživatelské jméno</emphasis> (neboli " -"<emphasis>ID účtu</emphasis>) a <emphasis>heslo</emphasis>. Tyto údaje " -"použijete při vytváření účtu v <application>Empathy</application>." +"V případě, že vaše kontaky nevidí vaši zeměpisnou polohu, může to být tím, " +"že <app>Empathy</app> ji není schopno určit s dostatečnou přesností." -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:361(para) +#. (itstool) path: page/p +#: C/geolocation-not-showing.page:38 msgid "" -"The <ulink type=\"http\" url=\"http://dashboard.aim.com/aim\">AIM</ulink> " -"service." +"In this case, your position will not be published, but you are still able to " +"see the location of your contacts." msgstr "" -"Služba <ulink type=\"http\" url=\"http://dashboard.aim.com/aim\">AIM</ulink>." +"V takovém případě nemůže být vaše poloha zveřejněna, vy ale polohu ostatních " +"kontaktů vidět můžete." -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:368(para) +#. (itstool) path: page/p +#: C/geolocation-not-showing.page:42 msgid "" -"The <ulink type=\"http\" url=\"http://www.google.com/talk/\">Google Talk</" -"ulink> service." +"If you want to publish your geographical position, you can try to use an " +"external device such as a GPS." msgstr "" -"Služba <ulink type=\"http\" url=\"http://www.google.com/talk/\">Google Talk</" -"ulink>." +"Pokud chcete svoji zeměpisnou polohu zveřejnit, můžete zkusit použít nějaké " +"vhodné zařízení, jako je GPS." -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:376(para) +#. (itstool) path: note/p +#: C/geolocation-not-showing.page:48 msgid "" -"The <ulink type=\"http\" url=\"https://www.icq.com/register/\">ICQ</ulink> " -"service." +"In order to publish your geographical location, your Jabber server needs to " +"support the Personal Eventing Protocal (PEP). A list of <link href=\"http://" +"coccinella.im/servers/servers_by_pubsub_pep.html\">servers which support " +"PEP</link> is maintained online. Google Talk does not support this feature " +"at this time." +msgstr "" +"Aby se zveřejnila vaše zeměpisná poloha, musí server Jabber podporovat " +"protokol PEP (Personal Eventing Protocol). Je veden on-line seznam <link " +"href=\"http://coccinella.im/servers/servers_by_pubsub_pep.html\">serverů s " +"podporou PEP</link>. Google Talk v současnosti tuto funkci nepodporuje." + +#. (itstool) path: info/desc +#: C/geolocation-privacy.page:8 +msgid "What information are sent and to who." +msgstr "Jaké informace jsou posílány a komu." + +#. (itstool) path: page/title +#: C/geolocation-privacy.page:32 +msgid "Geolocation Privacy" +msgstr "Soukromí v geolokaci" + +#. (itstool) path: section/title +#: C/geolocation-privacy.page:35 +msgid "What information is sent" +msgstr "Jaké informace jsou posílány" + +#. (itstool) path: section/p +#: C/geolocation-privacy.page:36 +msgid "" +"What is possible to send is: your country, region, locality, area, street, " +"building, floor, room, and postal code, longitude, latitude and altitude, " +"speed and bearing." +msgstr "" +"Posílat je možné tyto informace o vás: zemi, region, lokalitu, oblast, " +"ulici, budovu, podlaží, místnost, psč, zeměpisnou šířku a délku, rychlost a " +"směr pohybu." + +#. (itstool) path: section/p +#: C/geolocation-privacy.page:40 +msgid "" +"The accuracy and the quantity of information about your geographical " +"position are based on the software or on the infrastructure used to discover " +"your position." msgstr "" -"Služba <ulink type=\"http\" url=\"https://www.icq.com/register/\">ICQ</" -"ulink>." +"Přesnost a množství informací o vaší zeměpisné poloze odvisí od softwaru a " +"infrastruktury použíté ke zjištění vaší polohy." -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:383(para) +#. (itstool) path: section/p +#: C/geolocation-privacy.page:44 msgid "" -"The <ulink type=\"http\" url=\"https://accountservices.passport.net\">MSN</" -"ulink> service." +"Different kind of networks may have different accuracy settings, and may " +"send different information. The use of external devices such as GPS or " +"mobile phone will increase the accuracy of the information sent." msgstr "" -"Služba <ulink type=\"http\" url=\"https://accountservices.passport.net" -"\">MSN</ulink>." +"Různé druhy sítí mohou mít nastavenou různou přesnost a mohou posílat různé " +"informace. Použití vhodného zařízení, jako je GPS nebo mobilní telefon, může " +"zvýšit přesnost posílaných informací." -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:390(para) +#. (itstool) path: section/p +#: C/geolocation-privacy.page:49 msgid "" -"The <ulink type=\"http\" url=\"https://login.yahoo.com/config/login\">Yahoo</" -"ulink> service." +"When the privacy mode is enabled, nothing more precise than your city will " +"be sent, even if you are using an external device." msgstr "" -"Služba <ulink type=\"http\" url=\"https://login.yahoo.com/config/login" -"\">Yahoo</ulink>." +"Když je zapnutý režim soukromí, nebude se posílat nic přesnějšího, než je " +"město, i když budete používat nějaké přesné zařízení." -#: C/empathy.xml:352(para) -msgid "Click on the name of the service to visit its website: <placeholder-1/>" +#. (itstool) path: section/title +#: C/geolocation-privacy.page:56 +msgid "Who can see the information sent" +msgstr "Kdo může posílané informace vidět" + +#. (itstool) path: section/p +#: C/geolocation-privacy.page:57 +msgid "Only your contacts can see your geographical position." +msgstr "Vaši zeměpisnou polohu mohou vidět pouze vaše kontakty." + +#. (itstool) path: section/title +#: C/geolocation-privacy.page:63 +msgid "What is the privacy mode" +msgstr "Co je to režim soukromí" + +#. (itstool) path: section/p +#: C/geolocation-privacy.page:64 +msgid "" +"The privacy mode, enabled by default, is a reduced accuracy mode that will " +"decrease the accuracy of the geographical position sent to your contacts." +msgstr "" +"Režim soukromí, který je standardně zapnutý, je vlastně režim omezení " +"přesnosti. Záměrně je snížena přesnost vaší zeměpisné polohy posílané vašim " +"kontaktům." + +#. (itstool) path: section/title +#: C/geolocation-privacy.page:71 +msgid "Privacy overview" +msgstr "Informace o soukromí" + +#. (itstool) path: section/p +#: C/geolocation-privacy.page:72 +msgid "" +"Overview of the various geolocation privacy settings in <app>Empathy</app>." +msgstr "Přehled různých nastavení soukromí geolokace v <app>Empathy</app>." + +#. (itstool) path: item/p +#: C/geolocation-privacy.page:77 +msgid "Geolocation is not enabled by default." +msgstr "Geolokace není ve výchozím stavu zapnutá." + +#. (itstool) path: item/p +#: C/geolocation-privacy.page:82 +msgid "Privacy mode is enabled by default." +msgstr "Režim soukromí je ve výchozím stavu zapnutý." + +#. (itstool) path: item/p +#: C/geolocation-privacy.page:87 +msgid "" +"Privacy mode prevails even when using external and more precise devices." msgstr "" -"Klikněte na název služby; otevře se její webová stránka: <placeholder-1/>" +"Režim soukromí má vyšší prioritu než přesnost specializovaného zařízení pro " +"určování polohy." + +#. (itstool) path: item/p +#: C/geolocation-privacy.page:92 +msgid "Only your contacts can see your position." +msgstr "Vaši polohu mohou vidět jen vaše kontakty." + +#. (itstool) path: info/desc +#: C/geolocation-supported.page:7 +msgid "Services that supports geolocation and compatibility." +msgstr "Služby, které podporují geolokaci a kompatibilita." -#: C/empathy.xml:396(para) +#. (itstool) path: page/title +#: C/geolocation-supported.page:31 +msgid "Supported services" +msgstr "Podporované služby" + +#. (itstool) path: page/p +#: C/geolocation-supported.page:33 msgid "" -"For registering a <acronym>SIP</acronym> account, you can use one of the " -"following service:" +"The geolocation feature at the moment is compatible only with the Jabber " +"service. In order to use it, you and your contacts need to have a Jabber " +"account." msgstr "" -"Registrace účtu <acronym>SIP</acronym> lze provádět prostřednictvím těchto " -"služeb:" +"Funkce geolokace je v současnosti kompatibilní pouze se službou Jabber. Aby " +"byla geolokace funkční, musíte vy i vaše kontakty používat účet Jabber." -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:405(para) +#. (itstool) path: note/p +#: C/geolocation-supported.page:39 msgid "" -"The <ulink type=\"http\" url=\"https://www.ekiga.net/index.php?page=register" -"\">Ekiga</ulink> service." +"It is necessary that also the server you are using supports the geolocation " +"feature. Most of the Jabber servers support it. See your service website " +"documentation for more information." msgstr "" -"Služba <ulink type=\"http\" url=\"https://www.ekiga.net/index.php?" -"page=register\">Ekiga</ulink>." +"Je také nutné, aby funkci geolokace podporovaly servery, které využíváte. " +"Většina seerverů Jabber ji podporuje. Více informací najdete v dokumentaci " +"své webové služby." + +#. (itstool) path: section/title +#: C/geolocation-supported.page:47 +msgid "Compatibility" +msgstr "Kompatibilita" -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:412(para) +#. (itstool) path: section/p +#: C/geolocation-supported.page:49 msgid "" -"The <ulink type=\"http\" url=\"http://account2.freeworlddialup.com/index.php?" -"section_id=94\"><acronym>FWD</acronym></ulink> (Free World Dialup) service." +"<app>Empathy</app> geolocation feature is not compatible with other " +"geographical position services such as <em>Google Latitude</em>, <em>Yahoo " +"Fire Eagle</em> or <em>Brightkite</em>." msgstr "" -"Služba <ulink type=\"http\" url=\"http://account2.freeworlddialup.com/index." -"php?section_id=94\"><acronym>FWD</acronym></ulink> (Free World Dialup)." +"Funkce geolokace v <app>Empathy</app> není kompatibilní s jinými službami " +"pro zjišťování zeměpisné polohy, jakou jsou <em>Google Latitude</em>, " +"<em>Yahoo Fire Eagle</em> nebo <em>Brightkite</em>." + +#. (itstool) path: info/desc +#: C/geolocation-turn.page:9 +msgid "How to activate and deactivate geolocation in <app>Empathy</app>." +msgstr "Jak aktivovat a deaktivovat geolokaci v <app>Empathy</app>." + +#. (itstool) path: page/title +#: C/geolocation-turn.page:33 +msgid "Activate/Deactivate geolocation" +msgstr "Aktivace/deaktivace geolokace" -#. Translators: try to find a localized version of the -#. registration service website -#: C/empathy.xml:420(para) +#. (itstool) path: item/p +#: C/geolocation-turn.page:37 +msgid "Choose <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>." +msgstr "Zvolte <guiseq><gui>Upravit</gui><gui>Předvolby</gui></guiseq>." + +#. (itstool) path: item/p +#: C/geolocation-turn.page:42 +msgid "Select the <gui>Location</gui> tab." +msgstr "Vyberte kartu <gui>Poloha</gui>." + +#. (itstool) path: item/p +#: C/geolocation-turn.page:47 msgid "" -"The <ulink type=\"http\" url=\"https://signup.sipphone.com/new-users/app?" -"class=NewUser;proc=start\">Sipphone</ulink> service." +"Select <gui>Publish location to my contacts</gui> to activate geolocation." msgstr "" -"Služba <ulink type=\"http\" url=\"https://signup.sipphone.com/new-users/app?" -"class=NewUser;proc=start\">Sipphone</ulink>." +"Zaškrtněte <gui>Zveřejnit kontaktům polohu</gui>, aby se geolokace " +"aktivovala." + +#. (itstool) path: item/p +#: C/geolocation-turn.page:50 +msgid "To deactivate geolocation, deselect it." +msgstr "Aby se deaktivovala, zaškrtnutí zrušte." -#: C/empathy.xml:426(para) +#. (itstool) path: item/p +#: C/geolocation-turn.page:55 msgid "" -"For registering a <emphasis role=\"strong\">Jabber</emphasis> account, you " -"can use the automatic account creation of <application>Empathy</" -"application>. Not all Jabber service providers support the automatic " -"creation of accounts, one service provider known to work with " -"<application>Empathy</application> is <ulink type=\"http\" url=\"http://www." -"jabber.org/web/Jabber.org\">jabber.org</ulink>." +"To increase the accuracy of your position, deselect <gui>Reduce location " +"accuracy</gui>." msgstr "" -"K registraci účtu <emphasis role=\"strong\">Jabber</emphasis> můžete použít " -"automatické vytvoření účtu v <application>Empathy</application>. Ne všechny " -"služby Jabber poskytují podporu automatického vytváření účtů. Jednou ze " -"služeb, o které je známo, že s <application>Empathy</application> funguje, " -"je <ulink type=\"http\" url=\"http://www.jabber.org/web/Jabber.org\">jabber." -"org</ulink>." +"Aby se zvýšila přesnost vaší polohy, zrušte zaškrtnutí <gui>Omezit přesnost " +"polohy</gui>." -#: C/empathy.xml:434(para) +#. (itstool) path: item/p +#: C/geolocation-turn.page:61 msgid "" -"If you already have a <emphasis role=\"strong\">Jabber</emphasis> account, " -"you can use one of the following services:" +"If you have an external device like a GPS or want to send a more accurate " +"position, select the appropriate option in the <gui>Location sources</gui> " +"section." msgstr "" -"Jestliže již máte účet <emphasis role=\"strong\">Jabber</emphasis>, můžete " -"použít některou z následujících služeb:" +"Pokud máte nějaké zařízení pro určování polohy, jako třeba GPS, a chcete " +"posílat polohu přesněji, vyberte příslušnou volbu v části <gui>Zdroje " +"polohy</gui>." -#: C/empathy.xml:451(title) -msgid "Adding your Account to <application>Empathy</application>" -msgstr "Přidání účtu do <application>Empathy</application>" +#. (itstool) path: info/desc +#: C/geolocation-what-is.page:9 +msgid "Understanding geolocation." +msgstr "Seznamte se s geolokací." -#: C/empathy.xml:456(para) C/empathy.xml:534(para) C/empathy.xml:586(para) -#: C/empathy.xml:619(para) C/empathy.xml:649(para) C/empathy.xml:672(para) +#. (itstool) path: page/title +#: C/geolocation-what-is.page:33 +msgid "What is geolocation" +msgstr "Co je to geolokace" + +#. (itstool) path: page/p +#: C/geolocation-what-is.page:35 msgid "" -"From the <link linkend=\"empathy-FIG-mainwindow\">main window </link> " -"(<guilabel>Contact List</guilabel>) click on the account button or press " -"<keycap>F4</keycap> to open the <guilabel>Accounts</guilabel> dialog." +"Geolocation allows you to identify the real geographical location of a " +"computer or a device connected to the Internet." msgstr "" -"V <link linkend=\"empathy-FIG-mainwindow\">hlavním okně</link> " -"(<guilabel>Seznam kontaktů</guilabel>) klikněte na tlačítko Účet, nebo " -"stiskněte <keycap>F4</keycap>. Otevře se dialogové okno <guilabel>Účty</" -"guilabel>." +"Geolokace umožňuje určit skutečnou zeměpisnou polohu počítače nebo zařízení " +"připojeného k Internetu." + +#. (itstool) path: page/p +#: C/geolocation-what-is.page:37 +msgid "With geolocation in <app>Empathy</app> you can:" +msgstr "S geolokací v <app>Empathy</app> můžete:" + +#. (itstool) path: item/p +#: C/geolocation-what-is.page:42 +msgid "Publish your geographical location to your contacts." +msgstr "Zveřejňovat svoji zeměpisnou polohu svým kontatkům." + +#. (itstool) path: item/p +#: C/geolocation-what-is.page:47 +msgid "See your contacts’ geographical location and quickly contact them." +msgstr "Vidět zeměpisnou polohu svých kontaktů a rychle se s nimi spojit." -#: C/empathy.xml:468(para) C/empathy.xml:485(para) +#. (itstool) path: item/p +#: C/geolocation-what-is.page:52 msgid "" -"From the <guilabel>Type</guilabel> drop-down list choose the service you " -"wish to add an account for, then click on the <guibutton>Create</guibutton> " -"button." +"Set the accuracy of your location and the device used to discover your " +"location." +msgstr "Nastavit přesnost polohy a zařízení používané k určení vaší polohy." + +#. (itstool) path: note/p +#: C/geolocation-what-is.page:60 +msgid "" +"In order to see your contacts’ geographical locations, they need to use a " +"service and an application that supports geolocation." msgstr "" -"V rozbalovacím seznamu <guilabel>Typ</guilabel> zvolte službu, pro kterou " -"chcete přidat účet, a klikněte na tlačítko <guibutton>Vytvořit</guibutton>." +"Abyste mohli vidět zeměpisnou polohu svých kontaktů, musíte používat službu " +"a aplikaci, které geolokaci podporují." -#: C/empathy.xml:464(para) +#. (itstool) path: info/desc +#: C/group-conversations.page:8 +msgid "Start or join a group conversation with your contacts." +msgstr "Jak zahájit nebo se přidat ke skupinové konverzaci se svými kontakty." + +#. (itstool) path: page/title +#: C/group-conversations.page:34 +msgid "Group conversations" +msgstr "Skupinová konverzace" + +#. (itstool) path: page/p +#: C/group-conversations.page:36 +msgid "" +"Group conversations permits you to have text conversations with more than " +"one contact at the same time." +msgstr "" +"Skupinová konverzace vám dovoluje textově konverzovat s více než jedním " +"kontaktem naráz." + +#. (itstool) path: page/p +#: C/group-conversations.page:40 msgid "" -"If it is the first time you launch <application>Empathy</application>: " -"<placeholder-1/>" +"To have a group conversation you need to have a registered account with " +"either Jabber or Google Talk, or a People Nearby account." msgstr "" -"Jestliže jste spustili <application>Empathy</application> poprvé: " -"<placeholder-1/>" +"Abyste mohli používat skupinovou konverzaci, musíte mít zaregistrovaný účet " +"u služby Jabber nebo Google Tallk nebo mít účet Lidé v okolí." -#: C/empathy.xml:480(para) -msgid "Click on the <guilabel>Add</guilabel> button." -msgstr "Klikněte na tlačítko <guibutton>Přidat</guibutton>." +#. (itstool) path: note/p +#: C/group-conversations.page:46 +msgid "" +"You can have a group conversation only with the contacts that are using the " +"same service as yours." +msgstr "" +"Skupinovou konverzaci můžete provozovat jen s kontakty, které používají " +"stejnou službu jako vy." -#: C/empathy.xml:476(para) -msgid "Otherwise: <placeholder-1/>" -msgstr "Jinak: <placeholder-1/>" +#. (itstool) path: section/title +#: C/group-conversations.page:54 +msgid "Start a group conversation" +msgstr "Započetí skupinové konverzace" -#: C/empathy.xml:495(para) +#. (itstool) path: item/p +#: C/group-conversations.page:58 C/group-conversations.page:122 +#: C/irc-join-room.page:39 msgid "" -"Fill the required fields with your <emphasis>user name</emphasis> and " -"<emphasis>password</emphasis>. Optionally, you can modify some advanced " -"options. For more information, see <xref linkend=\"empathy-advanced-options" -"\"/>." +"From the <gui>Contact List</gui> window, choose <guiseq><gui>Room</" +"gui><gui>Join</gui></guiseq>." msgstr "" -"Povinná políčka vyplňte svým <emphasis>uživatelským jménem</emphasis> a " -"<emphasis>heslem</emphasis>. Můžete také upravovat některé pokročilé volby. " -"Chcete-li se o pokročilých volbách dovědět více, přečtete si <xref linkend=" -"\"empathy-advanced-options\"/>." +"V okně <gui>Seznam kontaktů</gui> zvolte <guiseq><gui>Místnost</" +"gui><gui>Vstoupit</gui></guiseq>." -#: C/empathy.xml:504(para) C/empathy.xml:567(para) +#. (itstool) path: item/p +#: C/group-conversations.page:63 msgid "" -"To enable the new account, select the <guilabel>Enabled</guilabel> check-box " -"next to the name of the account in the box on the left." +"From the <gui>Account</gui> drop-down list, select the account you want to " +"use for the group conversation." msgstr "" -"Chcete-li nový účet povolit, zaškrtněte zaškrtávací políčko " -"<guilabel>Povoleno</guilabel> (nalevo od názvu účtu)." +"V rozbalovacím seznamu <gui>Účet</gui> vyberte účet, který chcete použít ke " +"skupinové konverzaci." -#: C/empathy.xml:452(para) +#. (itstool) path: item/p +#: C/group-conversations.page:69 msgid "" -"To add your account to <application>Empathy</application>, proceed as " -"follows: <placeholder-1/>" +"In the <gui>Server</gui> text box, type the name of server in which the " +"conversation will be hosted." msgstr "" -"Chcete-li přidat do <application>Empathy</application> účet, proveďte " -"následující kroky: <placeholder-1/>" +"Do textového pole <gui>Přezdívka</gui> zadejte název serveru, na kterém se " +"bude konverzace konat." -#: C/empathy.xml:514(title) -msgid "Importing Accounts" -msgstr "Importování účtů" +#. (itstool) path: item/p +#: C/group-conversations.page:73 +msgid "Leave it empty if it will be on the current server." +msgstr "Pokud jde o současný server, ponechte pole prázdné." -#: C/empathy.xml:515(para) +#. (itstool) path: item/p +#: C/group-conversations.page:78 msgid "" -"If you use another instant messaging program, you can import the accounts " -"from that program into <application>Empathy</application>" +"In the <gui>Room</gui> text box, type the name you want to give to the " +"conversation." msgstr "" -"Jestliže jste dříve používali nějaký jiný komunikátor, můžete z něj " -"importovat účty do <application>Empathy</application>." +"Do textového pole <gui>Místnost</gui> zadejte název, který chcete konverzaci " +"přidělit." -#: C/empathy.xml:521(para) +#. (itstool) path: note/p +#: C/group-conversations.page:82 msgid "" -"At the moment <application>Empathy</application> can import the accounts " -"only from the instant messaging program <application>Pidgin</application>. " -"For more information about <application>Pidgin</application>, see the <ulink " -"type=\"http\" url=\"http://www.pidgin.im/\">Pidgin website</ulink>." +"This will be the name of the room you are going to have a conversation. This " +"name will be publicly available for other people to join. It is not possible " +"to create a private room." msgstr "" -"V současné době umí <application>Empathy</application> importovat účty pouze " -"z komunikátoru <application>Pidgin</application>. Chcete-li se o něm dovědět " -"více, navštivte jeho <ulink type=\"http\" url=\"http://www.pidgin.im/" -"\">webovou stránku</ulink>." +"Bude se jednat o název místnosti, ve které se bude konverzovat. Název bude " +"veřejně přístupný pro ostatní lidi, aby se mohli připojit. Není možné " +"vytvořit soukromou místnost." -#: C/empathy.xml:542(para) +#. (itstool) path: item/p +#: C/group-conversations.page:90 msgid "" -"Click on the <guibutton>Import Accounts...</guibutton> button to open the " -"<guilabel>Import Accounts</guilabel> dialog." +"To invite other contacts to join the group conversation, from the " +"<gui>Contact List</gui> window, select the contact you want to invite, and " +"perform one of the following:" msgstr "" -"Klikněte na <guibutton>Importovat účty…</guibutton>, otevře se dialogové " -"okno <guilabel>Importovat účty…</guilabel>." +"Ostatní kontakty pozvete ke skupinové konverzaci tak, že je vyberete v okně " +"<gui>Seznam kontaktů</gui> a provedete následující:" -#: C/empathy.xml:549(para) +#. (itstool) path: item/p +#: C/group-conversations.page:97 +msgid "Right-click on the contact and choose <gui>Invite to chatroom</gui>." +msgstr "" +"Kliknete pravým tlačítkem na kontakt a zvolíte <gui>Pozvat do diskuzní " +"místnosti</gui>." + +#. (itstool) path: item/p +#: C/group-conversations.page:102 msgid "" -"Select the accounts you would like to import by clicking on the " -"<guilabel>Import</guilabel> check-box." +"Choose <guiseq><gui>Edit</gui><gui>Contact</gui><gui>Invite to chatroom</" +"gui></guiseq>." msgstr "" -"Zaškrtáváním zaškrtávacích políček <guilabel>Importovat</guilabel> vyberte " -"účty, jež si přejete importovat." +"Zvolíte <guiseq><gui>Upravit</gui><gui>Kontakt</gui><gui>Pozvat do diskuzní " +"místnosti</gui></guiseq>." -#: C/empathy.xml:555(para) +#. (itstool) path: item/p +#: C/group-conversations.page:107 msgid "" -"When you have selected all the desired accounts, click <guibutton>OK</" -"guibutton> to import them. If you don't want to import the accounts, click " -"<guibutton>Cancel</guibutton>." +"If you have more than one group conversation open, select the one you want " +"to invite your contacts." +msgstr "" +"Pokud máte otevřenu více než jednu skupinovou konverzaci, vyberte tu, do " +"které chcete své kontatky pozvat." + +#. (itstool) path: section/title +#: C/group-conversations.page:118 +msgid "Join a group conversation" +msgstr "Přídání se ke skupinové konverzaci" + +#. (itstool) path: item/p +#: C/group-conversations.page:128 +msgid "Expand the <gui>Room List</gui> section to see all the existing rooms." msgstr "" -"Až budete mít vybrány všechny zamýšlené účty, klikněte na <guibutton>Budiž</" -"guibutton> – účty se importují. Jestliže nechcete nic importovat, klikněte " -"na <guibutton>Zrušit</guibutton>." +"Rozbalte část <gui>Seznam místností</gui>, abyste viděli existující " +"místnosti." -#: C/empathy.xml:563(para) +#. (itstool) path: item/p +#: C/group-conversations.page:133 +msgid "Double-click on the name of a room to join it." +msgstr "Dvojitě klikněte na název místnosti, do které chcete vstoupit." + +#. (itstool) path: section/p +#: C/group-conversations.page:139 msgid "" -"When you import a new account into <application>Empathy</application>, it " -"will not be enabled by default." +"It is not possible to join all existing rooms. Some of the rooms might " +"require a password, or might be invitation only. <app>Empathy</app> does not " +"support these kind of rooms." msgstr "" -"Když do <application>Empathy</application> importujete nový účet, není " -"automaticky povolen." +"Ne do všech místností je možné vstoupit. Některé místnosti mohou požadovat " +"heslo nebo mohou být jen na pozvání. <app>Empathy</app> tento druh místností " +"nepodporuje." + +#. (itstool) path: info/desc +#: C/hide-contacts.page:8 +msgid "Hide the offline contacts from your <gui>Contact List</gui>." +msgstr "Jak v <gui>seznamu kontatků</gui> skrýt kontakty, které jsou odpojené." + +#. (itstool) path: page/title +#: C/hide-contacts.page:19 +msgid "Hide offline contacts" +msgstr "Skrytí odpojených kontatků" -#: C/empathy.xml:530(para) +#. (itstool) path: page/p +#: C/hide-contacts.page:21 msgid "" -"To import the accounts into <application>Empathy</application>, proceed as " -"follows: <placeholder-1/>" +"Normally, <app>Empathy</app> shows all your contacts: those that are online, " +"with which you can have a conversation, and also those that are offline." msgstr "" -"Chcete-li do <application>Empathy</application> importovat účty, proveďte " -"následující kroky: <placeholder-1/>" +"Normálně <app>Empathy</app> zobrazuje všechny vaše kontakty – ty které jsou " +"připojeny a můžete s ními navázat konverzaci, i ty, které jsou odpojeny." -#: C/empathy.xml:579(title) -msgid "Editing an Account" -msgstr "Úprava účtu" +#. (itstool) path: page/p +#: C/hide-contacts.page:25 +msgid "To hide the contacts that are offline:" +msgstr "Když chcete odpojené kontakty skrýt:" -#: C/empathy.xml:594(para) -msgid "Select the account you wish to edit in the box on the left." -msgstr "V seznamu v levé části okna vyberte účet, který chcete odstranit." +#. (itstool) path: item/p +#: C/hide-contacts.page:31 +msgid "" +"From the <gui>Contact List</gui> window, choose <guiseq><gui>View</gui> " +"<gui>Offline Contacts</gui></guiseq>, or press <keyseq><key>Ctrl</key> " +"<key>H</key></keyseq>." +msgstr "" +"V okně <gui>Seznam kontaktů</gui> zvolte <guiseq><gui>Zobrazit</gui> " +"<gui>Odpojené kontakty</gui></guiseq> nebo zmáčkněte <keyseq><key>Ctrl</key> " +"<key>H</key></keyseq>." + +#. (itstool) path: item/p +#: C/hide-contacts.page:36 +msgid "To show the offline contacts again, repeat the same procedure above." +msgstr "Pro opětovné zobrazení zopakujte stejný postup." + +#. (itstool) path: info/desc +#: C/import-account.page:10 +msgid "Import an account from another instant messaging application." +msgstr "Jak naimportovat účty z jiné aplikace pro rychlou komunikaci." -#: C/empathy.xml:600(para) -msgid "Modify the desired data." -msgstr "Upravte příslušné hodnoty." +#. (itstool) path: credit/name +#: C/import-account.page:19 +msgid "Peter Haslam" +msgstr "Peter Haslam" -#: C/empathy.xml:580(para) +#. (itstool) path: page/title +#: C/import-account.page:42 +msgid "Import an existing account" +msgstr "Import stávajících účtů" + +#. (itstool) path: page/p +#: C/import-account.page:44 msgid "" -"To edit one of your accounts, i.e. to change the <emphasis>password</" -"emphasis> or your <emphasis>user name</emphasis>, proceed as follows: " -"<placeholder-1/>" +"The first time you run <app>Empathy</app>, it will offer to import your " +"accounts from other instant messaging applications. Currently, the only " +"supported application is <app>Pidgin</app>." msgstr "" -"Chcete-li některý z účtů upravit, například změnit <emphasis>heslo</" -"emphasis> nebo <emphasis>uživatelské jméno</emphasis>, proveďte následující " -"kroky: <placeholder-1/>" +"Při prvním spuštění <app>Empathy</app> nabídne import vašich účtů z jiných " +"aplikací pro rychlou komunikaci. Jedinou zatím podporovanou je <app>Pidgin</" +"app>." -#: C/empathy.xml:608(para) +#. (itstool) path: item/p +#: C/import-account.page:50 msgid "" -"Based on the type of the account, it is possibile to edit different settings." -msgstr "V závislosti na typu účtu je možné upravovat různá nastavení." +"Run <app>Empathy</app> for the first time. An assistant will offer you a " +"number of options to create new accounts." +msgstr "" +"Spusťte <app>Empathy</app> poprvé. Průvodce vám nabídne několik voleb k " +"vytvoření nových účtů." -#: C/empathy.xml:627(para) -#, fuzzy -#| msgid "" -#| "Select the account you wish to edit in the box on the left and double-" -#| "click on it's name." +#. (itstool) path: item/p +#: C/import-account.page:54 msgid "" -"Select the account you wish to edit in the box on the left and double-click " -"on its name." +"Select <gui>Yes, import my account details from</gui> and click " +"<gui>Forward</gui>." msgstr "" -"V seznamu v levé části okna vyberte účet, který chcete upravit, a dvakrát " -"klikněte na jeho název." +"Vyberte <gui>Ano, importovat mé účty z</gui> a klikněte na <gui>Vpřed</gui>." + +#. (itstool) path: item/p +#: C/import-account.page:58 +msgid "Select the check box next to each account you wish to import." +msgstr "Zaškrtněte políčko vedle každého účtu, který si přejete importovat." -#: C/empathy.xml:633(para) -msgid "Change the name of the account as you desire." -msgstr "Změňte název účtu dle vašich potřeb." +#. (itstool) path: note/p +#: C/import-account.page:66 +msgid "" +"It is not currently possible to import accounts after you have completed the " +"first-run assistant." +msgstr "" +"V současnosti není možné importovat účty po té, co jste průvodce prvním " +"spuštěním dokončili." -#: C/empathy.xml:614(para) +#. (itstool) path: info/desc +#: C/index.page:28 msgid "" -"To modify the identifier of an account, how <application>Empathy</" -"application> identifies an account, proceed as follows: <placeholder-1/>" +"Empathy is the instant messenging application for GNOME. It supports text, " +"voice and video chat over many protocols." msgstr "" -"Chcete-li změnit identifikátor účtu (kterým <application>Empathy</" -"application> označuje účet), proveďte následující kroky: <placeholder-1/>" +"Empathy je aplikace prostředí GNOME pro rychlou komunikaci. Podporuje " +"textový, hlasový a video chat prostřednictvím mnoha protokolů." -#: C/empathy.xml:642(title) -msgid "Disabling and Removing an Account" -msgstr "Zakázání a odstranění účtu" +#. (itstool) path: info/title +#: C/index.page:30 +msgctxt "link" +msgid "Empathy" +msgstr "Empathy" -#: C/empathy.xml:643(para) -msgid "To disable an account, proceed as follows:" -msgstr "Chcete-li účet zakázat, proveďte následující kroky:" +#. (itstool) path: info/title +#: C/index.page:31 +msgctxt "text" +msgid "Empathy" +msgstr "Empathy" -#: C/empathy.xml:658(para) +#. (itstool) path: page/title +#: C/index.page:34 +msgid "<_:media-1/> Empathy" +msgstr "<_:media-1/> Empathy" + +#. (itstool) path: section/title +#: C/index.page:40 +msgid "Account Management" +msgstr "Správa účtů" + +#. (itstool) path: section/title +#: C/index.page:44 +msgid "Contact Management" +msgstr "Správa kontaktů" + +#. (itstool) path: section/title +#: C/index.page:48 +msgid "Text Conversations" +msgstr "Textové konverzace" + +#. (itstool) path: section/title +#: C/index.page:52 +msgid "Audio and Video Conversations" +msgstr "Hlasové a videokonverzace" + +#. (itstool) path: section/title +#: C/index.page:56 +msgid "Advanced Actions" +msgstr "Pokročilé činnosti" + +#. (itstool) path: section/title +#: C/index.page:60 C/irc-manage.page:64 +msgid "Common Problems" +msgstr "Běžné problémy" + +#. (itstool) path: media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:41 +msgctxt "_" +msgid "" +"external ref='figures/empathy-main-window.png' " +"md5='54908dcb2588beddb15ef0968d2c2582'" +msgstr "" +"external ref='figures/empathy-main-window.png' " +"md5='54908dcb2588beddb15ef0968d2c2582'" + +#. (itstool) path: info/desc +#: C/introduction.page:9 +msgid "Introduction to the <app>Empathy</app> instant messenger." +msgstr "Úvod do rychlého komunikátoru <app>Empathy</app>." + +#. (itstool) path: page/title +#: C/introduction.page:21 +msgid "Introduction" +msgstr "Úvod" + +#. (itstool) path: page/p +#: C/introduction.page:23 +msgid "" +"<app>Empathy</app> is an instant messaging application for the GNOME " +"Desktop. It supports text messaging, voice & video calls, file " +"transfers, and all the most used messaging systems such as MSN and Google " +"Talk." +msgstr "" +"<app>Empathy</app> je aplikace pro rychlou komunikaci v pracovním prostředí " +"GNOME. Podporuje textové zprávy, hlasové a videohovory, přenos souborů a " +"další věci používané komunikačními systémy, jako je MSN nebo Google Talk." + +#. (itstool) path: page/p +#: C/introduction.page:28 +msgid "" +"<app>Empathy</app> includes features that help you better collaborate while " +"at work, and that let you easily keep in touch with your friends." +msgstr "" +"Součástí <app>Empathy</app> jsou funkce, které vám pomohou lépe " +"spolupracovat v zaměstnání i udržovat kontakt s práteli." + +#. (itstool) path: page/p +#: C/introduction.page:32 msgid "" -"Select the account you wish to disable in the box on the left of the dialog " -"and deselect the <guilabel>Enabled</guilabel> check-box." +"Using <app>Empathy</app>, you can group all the conversations in a single " +"window, have multiple windows for different kind of conversations, easily " +"search through your previous conversations, and share your desktop in just " +"two clicks." msgstr "" -"V seznamu v levé části okna vyberte účet, který chcete zakázat, a odškrtněte " -"zaškrtávací políčko <guilabel>Povoleno</guilabel>." +"S <app>Empathy</app> můžete seskupit všechny své konverzace do jediného " +"okna, mít více okne pro různé druhy konverzací, jednoduše vyhledávat v " +"dřívějších konverzacích a sdílet svoji pracovní plochu na pouhá dvě kliknutí." + +#. (itstool) path: figure/title +#: C/introduction.page:39 +msgid "<gui>Contact List</gui> window" +msgstr "Okno <gui>Seznam kontaktů</gui>" + +#. (itstool) path: figure/desc +#: C/introduction.page:40 +msgid "<app>Empathy</app> main window" +msgstr "Hlavní okno <app>Empathy</app>" + +#. (itstool) path: media/p +#: C/introduction.page:42 +msgid "<app>Empathy</app> main window." +msgstr "Hlavní okno aplikace <app>Empathy</app>." -#: C/empathy.xml:666(para) -msgid "To remove an account, proceed as follows:" -msgstr "Chcete-li účet odstranit, proveďte následující kroky:" +#. (itstool) path: info/desc +#: C/irc-commands.page:7 +msgid "The supported IRC commands." +msgstr "Které příkazy IRC jsou podporované." -#: C/empathy.xml:681(para) +#. (itstool) path: page/title +#: C/irc-commands.page:18 +msgid "Supported IRC commands" +msgstr "Podporované příkazy IRC" + +#. (itstool) path: page/p +#: C/irc-commands.page:19 msgid "" -"Select the account you wish to disable in the box on the left of the dialog." -msgstr "V seznamu v levé části okna vyberte účet, který chcete odstranit." +"To see the list of the supported IRC commands, in a chat room type <input>/" +"help</input> and press <key>Enter</key>." +msgstr "" +"Pro zobrazení seznamu podporovaných příkazů IRC napište v místnosti <input>/" +"help</input> a zmáčkněte <key>Enter</key>." + +#. (itstool) path: note/p +#: C/irc-commands.page:24 +msgid "All commands available have a small description on their usage." +msgstr "" +"U každého příkazu, který je k dispozici, je uveden krátký popis jeho použití." + +#. (itstool) path: info/desc +#: C/irc-join-pwd.page:9 +msgid "Enter password-protected IRC chat rooms." +msgstr "Jak vstoupit do diskuzní místnosti IRC chráněné heslem." -#: C/empathy.xml:687(para) -msgid "Click on the <guibutton>Remove</guibutton> button." -msgstr "Klikněte na tlačítko <guibutton>Odstranit</guibutton>." +#. (itstool) path: page/title +#: C/irc-join-pwd.page:25 +msgid "Join a protected IRC chat room" +msgstr "Vstup do chráněných místností IRC" -#: C/empathy.xml:692(para) +#. (itstool) path: page/p +#: C/irc-join-pwd.page:27 msgid "" -"A dialog will be shown asking for confirmation. Click on the " -"<guibutton>Remove</guibutton> button to remove the account." +"On some IRC networks, private IRC rooms may be protected with a password. If " +"you know the password, use the following steps to join:" msgstr "" -"Zobrazí se dialogové okno vyžadující potvrzení. Klikněte na tlačítko " -"<guibutton>Odstranit</guibutton> – účet bude odstraněn." +"V některých sítích IRC mohou být soukromé místnosti IRC chráněny heslem. " +"Pokud heslo znáte, použijte pro vstup do místnosti následující postup:" -#: C/empathy.xml:702(title) -msgid "Editing Personal Information" -msgstr "Úprava osobních informací" +#. (itstool) path: item/p +#: C/irc-join-pwd.page:33 +msgid "<link xref=\"irc-join-room\">Join the room</link> as normal." +msgstr "<link xref=\"irc-join-room\">Vstupte do místnosti</link> jako obvykle." -#: C/empathy.xml:703(para) +#. (itstool) path: item/p +#: C/irc-join-pwd.page:38 msgid "" -"To change your personal information, your alias and your icon (the image " -"that other contacts will see of you), for each of your accounts, proceed as " -"follows:" +"Empathy will prompt you for a password. Enter the password for the IRC chat " +"room and click <gui style=\"button\">Join</gui>." msgstr "" -"Chcete-li změnit své osobní informace – svou přezdívku a ikonku (obrázek, " -"který vidí ostatní kontakty) – pro každý z účtů, proveďte následující kroky:" +"<app>Empathy</app> se vás dotáže na heslo. Zadejte heslo pro vstup do " +"místnosti a klikněte na <gui style=\"button\">Vstoupit</gui>." + +#. (itstool) path: info/desc +#: C/irc-join-room.page:8 +msgid "Join an IRC channel." +msgstr "Jak vstoupit do diskuzní místnosti IRC." + +#. (itstool) path: page/title +#: C/irc-join-room.page:31 +msgid "Join an IRC chat room" +msgstr "Vstup do místnosti IRC" -#: C/empathy.xml:711(para) +#. (itstool) path: page/p +#: C/irc-join-room.page:33 msgid "" -"From the <link linkend=\"empathy-FIG-mainwindow\">main window</link>, select " -"<menuchoice><guimenu>Edit</guimenu><guimenuitem>Personal Information</" -"guimenuitem></menuchoice>." +"You can join IRC chat rooms (also known as IRC channels) on any IRC network " +"you’re connected to. To connect to an IRC network, see <link xref=\"add-" +"account\"/> and <link xref=\"account-irc\"/>." msgstr "" -"V <link linkend=\"empathy-FIG-mainwindow\">hlavním okně</link> vyberte " -"<menuchoice><guimenu>Upravit</guimenu><guimenuitem>Osobní informace</" -"guimenuitem></menuchoice>." +"Vstupovat můžete do diskuzních místností IRC (nazývaných také kanály IRC) na " +"libovolné síti IRC, ke které jste připojeni. Jak se připojit k síti IRC se " +"dozvíte v <link xref=\"add-account\"/> a <link xref=\"account-irc\"/>." -#: C/empathy.xml:720(para) +#. (itstool) path: item/p +#: C/irc-join-room.page:45 msgid "" -"From the <guilabel>Account</guilabel> drop-down list, choose the account you " -"want to edit." +"From the <gui>Account</gui> drop-down list, select the IRC account that " +"corresponds to the network you want to use." msgstr "" -"V rozbalovacím seznamu <guilabel>Účet</guilabel> zvolte účet, který chcete " -"upravit." +"V rozbalovacím seznamu <gui>Účet</gui> vyberte účet IRC, který odpovídá " +"síti, kterou chcete používat." -#: C/empathy.xml:726(para) -msgid "In the <guilabel>Alias</guilabel> text box, write your new alias." +#. (itstool) path: item/p +#: C/irc-join-room.page:51 +msgid "" +"In the <gui>Room</gui> text box, type the name of the channel you want to " +"join. IRC channel names start with the hash character (<sys>#</sys>)." msgstr "" -"Do vstupního políčka <guilabel>Alias</guilabel> zadejte svůj nový alias." +"Do textového pole <gui>Místnost</gui> napište název místnosti, do které " +"chcete vstoupit. Názvy místností IRC začínají znakem mřížky (<sys>#</sys>)." + +#. (itstool) path: item/p +#: C/irc-join-room.page:57 +msgid "Click <gui>Join</gui> to enter the room." +msgstr "Kliknutím na <gui>Vstoupit</gui> vstoupíte do místnosti." -#: C/empathy.xml:732(para) +#. (itstool) path: note/p +#: C/irc-join-room.page:64 msgid "" -"To change your icon, click on the person-looking button and choose an image " -"file." +"To join multiple rooms, you need to repeat the steps above for each room." msgstr "" -"Chcete-li změnit svou ikonku, klikněte na tlačítko s obrázkem osoby a zvolte " -"soubor s obrázkem." +"Pokud chcete vstoupit do více místností, musíte tento postup opakovat pro " +"každou zvlášť." + +#. (itstool) path: info/desc +#: C/irc-manage.page:9 +msgid "How to use IRC with <app>Empathy</app>." +msgstr "Jak v <app>Empathy</app> používat IRC." -#: C/empathy.xml:738(para) C/empathy.xml:1319(para) C/empathy.xml:1353(para) -msgid "When done, click <guibutton>Close</guibutton>." -msgstr "Klikněte na <guibutton>Zavřít</guibutton>." +#. (itstool) path: credit/name +#: C/irc-manage.page:23 +msgid "Sindhu S" +msgstr "Sindhu S" -#: C/empathy.xml:746(para) -#, fuzzy -#| msgid "" -#| "An <emphasis>alias</emphasis> is an alternative way you can identify " -#| "yourself. You can use your real name or your nickname." +#. (itstool) path: page/title +#: C/irc-manage.page:39 +msgid "Internet Relay Chat (IRC)" +msgstr "Internet Relay Chat (IRC)" + +#. (itstool) path: when/p +#: C/irc-manage.page:47 msgid "" -"An <emphasis>alias</emphasis> is an alternative way you can identify " -"yourself. You can use your real name or a nickname." +"<link action=\"install:telepathy-idle\" xref=\"index\"> Install telepathy-" +"idle</link>" msgstr "" -"<emphasis>Alias</emphasis> je jedním ze způsobů vaší identifikace. Můžete " -"použít své jméno nebo přezdívku." +"<link action=\"install:telepathy-idle\" xref=\"index\">Instalovat telepathy-" +"idle</link>" + +#. (itstool) path: info/title +#: C/irc-manage.page:55 +msgctxt "link" +msgid "IRC Chat Rooms and Conversations" +msgstr "Diskuzní místnosti IRC a konverzace" + +#. (itstool) path: section/title +#: C/irc-manage.page:57 +msgid "Chat Rooms and Conversations" +msgstr "Diskuzní místnosti a konverzace" + +#. (itstool) path: info/title +#: C/irc-manage.page:62 +msgctxt "link" +msgid "Common IRC Problems" +msgstr "Běžné problémy s IRC" -#: C/empathy.xml:756(title) -msgid "Advanced Options" -msgstr "Pokročilé volby" +#. (itstool) path: info/desc +#: C/irc-nick-password.page:10 +msgid "Protect your nickname to prevent other IRC users from using it." +msgstr "Jak ochránit svoji přezdívku před zneužitím jinými uživateli IRC." -#: C/empathy.xml:757(para) +#. (itstool) path: page/title +#: C/irc-nick-password.page:33 +msgid "Use a nickname password on IRC" +msgstr "Používání hesla k přezdívce na IRC" + +#. (itstool) path: page/p +#: C/irc-nick-password.page:35 msgid "" -"Based on the service you are using, it is possible to configure more " -"advanced options to modify the normal behavior of <application>Empathy</" -"application>." +"On some IRC networks, you can register your nickname with a service called " +"NickServ. By sending special messages to NickServ, you can set your password " +"and identify yourself. Some IRC chat rooms may not allow you to join without " +"a registered nickname." msgstr "" +"Na některých sítích IRC můžete zaregistrovat svoji přezdívku pomocí služby " +"nazývané NickServ. Zasláním speciální zprávy na NickServ můžete nastavit své " +"heslo a identifikovat se. Některé diskuzní místnosti IRC neumožňují vstup " +"bez registrované přezdívky." -#: C/empathy.xml:762(para) +#. (itstool) path: page/p +#: C/irc-nick-password.page:40 msgid "" -"To configure these options, when you are <link linkend=\"empathy-create-" -"account\">adding a new account</link>, click on the drop-down section " -"<guilabel>Advanced</guilabel>." +"<app>Empathy</app> does not currently support nickname registration. Some " +"IRC networks, however, will automatically forward a <em>server password</em> " +"to NickServ. On these networks, you can use the IRC password in " +"<app>Empathy</app> to identify yourself to NickServ. The popular freenode " +"network is known to have this feature." msgstr "" +"<app>Empathy</app> v současnosti nepodporuje registraci přezdívky. Některé " +"sítě IRC však automaticky předávají <em>serverové heslo</em> na NickServ. V " +"takovýchto sítích můžete v <app>Empathy</app> heslo IRC ke své identifikaci " +"vůči NickServ použít. Populární síť freenode je známá podporou této funkce." + +#. (itstool) path: page/p +#: C/irc-nick-password.page:46 +msgid "To set an IRC server password:" +msgstr "Když chcete nastavit heslo k serveru IRC:" + +#. (itstool) path: item/p +#: C/irc-nick-password.page:54 +msgid "Select the IRC account from the list on the left of the dialog." +msgstr "V seznamu v levé části okna vyberte účet IRC." + +#. (itstool) path: item/p +#: C/irc-nick-password.page:57 +msgid "" +"In the <gui>Password</gui> field, type the password you used to register " +"your nikcname." +msgstr "" +"Do pole <gui>Heslo</gui> zadejte heslo, které jste použili při registraci " +"své přezdívky." + +#. (itstool) path: note/p +#: C/irc-nick-password.page:69 +msgid "" +"These instructions only allow you to use a password-protected nickname on " +"certain IRC networks. It is not currently possible to register an IRC " +"nickname or change your nickname password using <app>Empathy</app>." +msgstr "" +"Postup podle těchto instrukcí umožňuje použít přezdívku chráněnou heslem jen " +"v některých sítích IRC. V současnosti není možné registrovat přezdívku IRC " +"nebo změnit své heslo k přezdívce pomocí <app>Empathy</app>." + +#. (itstool) path: info/desc +#: C/irc-send-file.page:9 +msgid "<app>Empathy</app> does not currently support sending files using IRC." +msgstr "" +"<app>Empathy</app> v současnosti nepodporuje posílání souborů pomocí IRC." + +#. (itstool) path: page/title +#: C/irc-send-file.page:31 +msgid "Send files over IRC" +msgstr "Posílání souborů přes IRC" + +#. (itstool) path: page/p +#: C/irc-send-file.page:33 +msgid "It is not currently possible to send files using IRC." +msgstr "V současnosti není možné posílat soubory pomocí IRC." + +#. (itstool) path: info/desc +#: C/irc-start-conversation.page:8 +msgid "Start a conversation with an IRC contact." +msgstr "Jak začít konverzaci s kontaktem na IRC." + +#. (itstool) path: page/title +#: C/irc-start-conversation.page:30 +msgid "Chat with somebody on IRC" +msgstr "Diskuze s jinou osobou na IRC" + +#. (itstool) path: page/p +#: C/irc-start-conversation.page:32 +msgid "" +"You can hold private conversations with other IRC users, outside of the " +"public IRC chat rooms. To start a conversation with another IRC user:" +msgstr "" +"Můžete si udržovat soukromou konverzaci s jiným uživatelem IRC, mimo " +"dostupnost z veřejné místnosti IRC. Konverzaci s uživatelem IRC začnete " +"takto:" + +#. (itstool) path: item/p +#: C/irc-start-conversation.page:37 +msgid "" +"In the contact list for an IRC chat room, double click the name of the user " +"you want to chat with. Alternatively, right click the name of the user and " +"choose <gui>Chat</gui>." +msgstr "" +"V seznamu kontaktů pro diskuzní místnost dvojitě klikněte na jméno " +"uživatele, se kterých chcete diskutovat. Případně můžete kliknout na jméně " +"pravým tlačítkem a zvolit <gui>Diskuze</gui>." + +#. (itstool) path: item/p +#: C/irc-start-conversation.page:45 +msgid "" +"The IRC room contact list is not the same as <app>Empathy</app> contact " +"list. It contains a list of users in the IRC chat room you joined. Different " +"rooms can have different contacts listed." +msgstr "" +"Seznam kontaktů pro místnost IRC není ten stejný, jako seznam kontaktů " +"<app>Empathy</app>. Obsahuje seznam uživatelů, kteří vstoupili do místnosti " +"IRC. Různé místnosti mají různé seznamy kontaktů." + +#. (itstool) path: item/p +#: C/irc-start-conversation.page:52 +msgid "" +"The IRC room contact list is usually on the right side of the IRC room " +"window. If you do not see it, choose <guiseq><gui>Conversation</" +"gui><gui>Show Contact List</gui></guiseq>." +msgstr "" +"Seznam kontaktů pro místnos IRC se obvykle nachází po pravé straně okna s " +"místností IRC. Pokud jej nevidíte, zvolte <guiseq><gui>Konverzace</" +"gui><gui>Zobrazit seznam kontaktů</gui></guiseq>." + +#. (itstool) path: info/desc +#: C/license.page:8 +msgid "Legal information." +msgstr "Právní informace." + +#. (itstool) path: page/title +#: C/license.page:11 +msgid "License" +msgstr "Licence" + +#. (itstool) path: page/p +#: C/license.page:12 +msgid "" +"This work is distributed under a CreativeCommons Attribution-Share Alike 3.0 " +"Unported license." +msgstr "" +"Tato práce je šířena pod licencí CreativeCommons Attribution-Share Alike 3.0 " +"Unported license." + +#. (itstool) path: page/p +#: C/license.page:20 +msgid "You are free:" +msgstr "Můžete volně:" + +#. (itstool) path: item/title +#: C/license.page:25 +msgid "<em>To share</em>" +msgstr "<em>Sdílet</em>" + +#. (itstool) path: item/p +#: C/license.page:26 +msgid "To copy, distribute and transmit the work." +msgstr "Kopírovat, šířit a rozesílat dílo." + +#. (itstool) path: item/title +#: C/license.page:29 +msgid "<em>To remix</em>" +msgstr "<em>Měnit</em>" + +#. (itstool) path: item/p +#: C/license.page:30 +msgid "To adapt the work." +msgstr "Přizpůsobovat dílo." + +#. (itstool) path: page/p +#: C/license.page:33 +msgid "Under the following conditions:" +msgstr "Za následujících podmínek:" + +#. (itstool) path: item/title +#: C/license.page:38 +msgid "<em>Attribution</em>" +msgstr "<em>Označení</em>" + +#. (itstool) path: item/p +#: C/license.page:39 +msgid "" +"You must attribute the work in the manner specified by the author or " +"licensor (but not in any way that suggests that they endorse you or your use " +"of the work)." +msgstr "" +"Musíte dílo označit v souladu s požadavky autora nebo licence (ale ne žádným " +"způsobem, který předpokládá, že podporují vás nebo vaše použití díla)." + +#. (itstool) path: item/title +#: C/license.page:46 +msgid "<em>Share Alike</em>" +msgstr "<em>Stejné sdílení</em>" + +#. (itstool) path: item/p +#: C/license.page:47 +msgid "" +"If you alter, transform, or build upon this work, you may distribute the " +"resulting work only under the same, similar or a compatible license." +msgstr "" +"Pokud dílo změníte, převedete nebo na něm založíte jiné, můžete výsledek " +"této práce šířit pouze pod stejnou, podobnou nebo kompatibilní licencí." + +#. (itstool) path: page/p +#: C/license.page:53 +msgid "" +"For the full text of the license, see the <link href=\"http://" +"creativecommons.org/licenses/by-sa/3.0/legalcode\">CreativeCommons website</" +"link>, or read the full <link href=\"http://creativecommons.org/licenses/by-" +"sa/3.0/\">Commons Deed</link>." +msgstr "" +"Text licence v plném znění najdete na <link href=\"http://creativecommons." +"org/licenses/by-sa/3.0/legalcode\">webových stránkách CreativeCommons</link> " +"nebo si přečtěte <link href=\"http://creativecommons.org/licenses/by-sa/3.0/" +"\">výtah dokumentu pro neprávníky</link>." + +#. (itstool) path: info/desc +#: C/link-contacts.page:11 +msgid "Merge and separate different contacts into a single one." +msgstr "Jak sloučit a rozdělit různé kontakty do jednoho." + +#. (itstool) path: credit/name +#: C/link-contacts.page:19 +msgid "Shobha Tyagi" +msgstr "Shobha Tyagi" + +#. (itstool) path: page/title +#: C/link-contacts.page:29 +msgid "Link and unlink contacts" +msgstr "Propojování a rozpojování kontaktů" + +#. (itstool) path: page/p +#: C/link-contacts.page:30 +msgid "" +"If one or more of your contacts has multiple accounts with different " +"messaging services, you can combine these accounts into a single contact." +msgstr "" +"V případě, že má některý z vašich kontaktů více účtů k různým službám rychlé " +"komunikace, můžete je všechny zkombinovat do jediného kontaktu." + +#. (itstool) path: page/p +#: C/link-contacts.page:34 +msgid "" +"The resulting contact is called a <em>meta-contact</em>: a contact composed " +"from different single contacts." +msgstr "" +"Výsledkem bude kontakt nazývaný <em>metakontakt</em>, tj. kontakt složený s " +"několika jednotlivých kontaktů." + +#. (itstool) path: page/p +#: C/link-contacts.page:38 +msgid "" +"Suppose you have a contact called Jane Smith who is using three different " +"messaging services like:" +msgstr "" +"Předpokládejme, že máte kontakt nazývaný Jan Novák, který používá tyto tři " +"různé služby pro rychlou komunikaci:" + +#. (itstool) path: item/p +#: C/link-contacts.page:44 +msgid "janes@facebook" +msgstr "honza@facebook" + +#. (itstool) path: item/p +#: C/link-contacts.page:49 +msgid "jane.smith@gmail" +msgstr "jan.novak@gmail" + +#. (itstool) path: item/p +#: C/link-contacts.page:54 +msgid "jane_smith@hotmail" +msgstr "jan_novak@hotmail" + +#. (itstool) path: page/p +#: C/link-contacts.page:59 +msgid "You can combine these contacts into a single Jane Smith one." +msgstr "Tyto tři kontakty můžete zkombinovat do jediného kontaktu Jan Novák." + +#. (itstool) path: section/title +#: C/link-contacts.page:63 +msgid "Link contacts" +msgstr "Propojení kontaktů" + +#. (itstool) path: section/p +#: C/link-contacts.page:64 +msgid "The way you can link your contacts is as follows:" +msgstr "Způsoby, kterými můžete kontakty propojit, jsou následující:" + +#. (itstool) path: item/p +#: C/link-contacts.page:69 +msgid "" +"Press the tick button to select entries you want to link. This will enable " +"<em>selection mode</em> and you can see a checkbox for each entry." +msgstr "" +"Zmáčkněte zaškrtávátko, abyste mohli vybrat kontakty, které chcete " +"pospojovat. Zapne se tím <em>režim výběru</em>, kdy u každé položky uvidíte " +"zaškrtávací políčko." + +#. (itstool) path: item/p +#: C/link-contacts.page:75 +msgid "" +"Tick the checkboxes that correspond to the <app>Contacts</app> entries which " +"belong to the same contact." +msgstr "" +"Zaškrtněte ta políčka, která odpovídají položkám v <app>Kontaktech</app>, " +"které náleží tomu samému kontaktu." + +#. (itstool) path: item/p +#: C/link-contacts.page:81 +msgid "Press <gui style=\"button\">Link</gui>." +msgstr "Zmáčkněte tlačítko <gui style=\"button\">Propojit</gui>." + +#. (itstool) path: section/p +#: C/link-contacts.page:86 +msgid "Repeat steps 3 and 4 in order to link other contacts." +msgstr "Opakujte kroky 3 a 4 u dalších kontaktů, které chcete propojit." -#: C/empathy.xml:770(title) -#, fuzzy -#| msgid "Jabber (or <acronym>XMPP</acronym>)" -msgid "Jabber (or <acronym>XMPP</acronym>) and Google Talk" -msgstr "Jabber (neboli <acronym>XMPP</acronym>)" +#. (itstool) path: section/title +#: C/link-contacts.page:92 +msgid "Unlink contacts" +msgstr "Rozpojení kontaktů" -#: C/empathy.xml:777(guilabel) -msgid "Encryption required (TLS/SSL)" +#. (itstool) path: section/p +#: C/link-contacts.page:93 +msgid "To unlink a linked contact:" +msgstr "Propojený kontakt rozpojíte následovně:" + +#. (itstool) path: item/p +#: C/link-contacts.page:98 +msgid "Select the contact from your list." +msgstr "Vyberte kontakt v seznamu." + +#. (itstool) path: item/p +#: C/link-contacts.page:103 +msgid "" +"Press <gui style=\"button\">Edit</gui> in the top-right corner of " +"<app>Contacts</app>." msgstr "" +"Zmáčkněte <gui style=\"button\">Upravit</gui> v pravém horním rohu okna " +"<app>Kontakty</app>." + +#. (itstool) path: item/p +#: C/link-contacts.page:108 +msgid "Press <gui style=\"button\">Linked Contacts</gui>." +msgstr "Zmáčkněte <gui style=\"button\">Propojené kontakty</gui>." -#: C/empathy.xml:780(para) +#. (itstool) path: item/p +#: C/link-contacts.page:113 msgid "" -"Select this option in order to use some sort of encryption during your " +"Press <gui style=\"button\">Remove</gui> to unlink an entry from the linked " +"contact." +msgstr "" +"Zmáčknutím <gui style=\"button\">Odstranit</gui> položku v propojených " +"kontaktech rozpojíte." + +#. (itstool) path: item/p +#: C/link-contacts.page:118 +msgid "" +"Press <gui style=\"button\">Close</gui> if you do not want to unlink any " +"more contacts." +msgstr "" +"Jestli už nechcete rozpojit žádné další kontakty, klikněte na <gui style=" +"\"button\">Zavřít</gui>." + +#. (itstool) path: item/p +#: C/link-contacts.page:123 +msgid "Finally, press <gui style=\"button\">Done</gui> to finish editing." +msgstr "Vše dokončíte zmáčknutím tlačítka <gui style=\"button\">Hotovo</gui>." + +#. (itstool) path: info/desc +#: C/overview.page:9 +msgid "What instant messaging is and how you can use it." +msgstr "Co jsou to rychlé zprávy a jak se používají." + +#. (itstool) path: credit/name +#: C/overview.page:13 +msgid "Aruna S" +msgstr "Aruna S" + +#. (itstool) path: page/title +#: C/overview.page:25 +msgid "Overview of instant messaging" +msgstr "O rychlých zprávách" + +#. (itstool) path: page/p +#: C/overview.page:27 +msgid "" +"Instant messaging, sometimes abbreviated to IM, is a text-based means to " +"communicate instantly over the internet and the local network. While some IM " +"applications work with only one type of account, others, including <link " +"xref=\"introduction\">Empathy</link>, provide IM facilities by using <link " +"xref=\"add-account\">accounts</link> from different service providers. Some " +"of these even support audio and video calling." +msgstr "" +"Rychlé zprávy, označované anglickou zkratkou IM (z Instant Messaging) jsou " +"způsobem textové komunikace probíhající v reálném čase přes Internet nebo " +"místní síť. Zatímco některé aplikace pro rychlou komunikaci umí pracovat jen " +"s jedním konkrétním typem účtu, jiné, včetně <link xref=\"introduction" +"\">Empathy</link>, jsou schopné používat <link xref=\"add-account\">účty</" +"link> od různých poskytovatelů služeb. Některé z nich podporují i hlasové a " +"videohovory." + +#. (itstool) path: td/p +#: C/overview.page:43 +msgid "Video Conference" +msgstr "Videokonference" + +#. (itstool) path: td/p +#: C/overview.page:44 +msgid "Group chats" +msgstr "Skupinové diskuze" + +#. (itstool) path: td/p +#: C/overview.page:45 +msgid "Chat rooms" +msgstr "Diskuzní místnosti" + +#. (itstool) path: page/p +#: C/overview.page:49 +msgid "" +"Some instant messaging applications can be used to connect to chat rooms, " +"online places where like-minded people meet to talk. One popular means to " +"connect to several chat rooms is the Internet Relay Chat, also known as " +"<link xref=\"irc-manage\">IRC</link>. IRC provides <link xref=\"irc-join-room" +"\">public</link> chat rooms, which are open to anyone who creates an account " +"on the IRC Server, and private chat rooms, which are <link xref=\"irc-join-" +"pwd\">password protected</link> and open only to a select few." +msgstr "" +"Některé aplikace pro rychlé zprávy je možné používat k připojení do " +"diskuzných místností, což jsou místa na síti, na kterých diskutují lidé na " +"různá témata. Jednou z oblíbených aplikací je Internet Relay Chat, známý pod " +"zkratkou <link xref=\"irc-manage\">IRC</link>. Poskytuje jak <link xref=" +"\"irc-join-room\">veřejné</link> diskuzní místnosti, které jsou přístupné " +"pro každého, kdo si na serveru IRC vytvoří účet, tak uzavřené diskuzní " +"místnosti, které jsou <link xref=\"irc-join-pwd\">chráněné heslem</link> a " +"přístupné jen pro pár vybraných." + +#. (itstool) path: info/desc +#: C/prev-conv.page:8 +msgid "Browse or search your previous conversations." +msgstr "Jak procházet a vyhledávat ve svých předchozích konverzacích." + +#. (itstool) path: page/title +#: C/prev-conv.page:36 +msgid "View previous conversations" +msgstr "Zobrazení předchozí konverzace" + +#. (itstool) path: page/p +#: C/prev-conv.page:38 +msgid "" +"<app>Empathy</app> automatically saves all your text conversations you have " +"with your contacts. You can <link xref=\"#search\">search through all of " +"your previous conversations</link> or <link xref=\"#browse\">browse previous " +"conversations</link> by contact and date." +msgstr "" +"<app>Empathy</app> automaticky ukládá veškerou vaši textovu konverzaci, " +"kterou jste s svými kontakty vedli. Můžete v ní <link xref=\"#search" +"\">vyhledávat</link> nebo ji <link xref=\"#browse\">procházet</link> podle " +"kontaktů a data." + +#. (itstool) path: note/p +#: C/prev-conv.page:46 +msgid "" +"You do not need to be connected to the Internet to view and search your " +"previous conversations." +msgstr "" +"K tomu, abyste si zobrazili nebo vyhledávali v předchozí konverzaci, " +"nemusíte být připojeni k Internetu." + +#. (itstool) path: section/title +#: C/prev-conv.page:53 +msgid "Search previous conversations" +msgstr "Hledání v předchozích konverzacích" + +#. (itstool) path: section/p +#: C/prev-conv.page:55 +msgid "" +"You can perform a full-text search through all of your previous " "conversations." msgstr "" +"Ve všech svých dřívějších konverzacích můžete vyhledávat ve všech textech." -#: C/empathy.xml:788(guilabel) -msgid "Ignore SSL certificate errors" +#. (itstool) path: item/p +#: C/prev-conv.page:59 C/prev-conv.page:87 +msgid "" +"From the <gui>Contact List</gui> window, choose <guiseq><gui>View</gui> " +"<gui>Previous Conversations</gui></guiseq>. Alternatively, press <key>F3</" +"key>." msgstr "" +"V okně <gui>Seznam kontaktů</gui> zvolte <guiseq><gui>Zobrazit</gui> " +"<gui>Předchozí konverzace</gui></guiseq>. Případně můžete zmáčknout <key>F3</" +"key>." -#: C/empathy.xml:791(para) +#. (itstool) path: item/p +#: C/prev-conv.page:63 msgid "" -"Select this option in order to ignore the errors that can be generated by " -"some types of security certificates. Usually these certificates are called " -"auto-signed." +"Select an account from the drop-down list in the top. A list of contacts and " +"chat room for that account will be shown below." msgstr "" +"Vyberte účet v rozbalovacím seznamu v horní části. Pro tento účet se pod ním " +"ukáže seznam kontaktů a diskuzních místností." -#: C/empathy.xml:799(para) +#. (itstool) path: item/p +#: C/prev-conv.page:67 msgid "" -"Select this option only if you are sure the certificate is secure and you " -"can trust it." +"Type the text you want to search for in the <gui>Search</gui> text field." +msgstr "Do textového pole <gui>Hledat</gui> napište text, který chcete najít." + +#. (itstool) path: item/p +#: C/prev-conv.page:71 +msgid "" +"Any conversations that matched your search terms will be shown. By default, " +"conversations are ordered by date." msgstr "" +"Zobrazí se konverzace, které odpovídají hledanému výrazu. Ve výchozím stavu " +"jsou konverzace seřazeny podle data." + +#. (itstool) path: section/title +#: C/prev-conv.page:80 +msgid "Browse previous conversations" +msgstr "Procházení předchozích konverzací" -#: C/empathy.xml:809(guilabel) -msgid "Resource" +#. (itstool) path: section/p +#: C/prev-conv.page:82 +msgid "" +"You can browse your previous conversations with your contacts or in chat " +"rooms by date." msgstr "" +"Svoji dřívější komunikaci se svými kontakty nebo v diskuzních místnostech si " +"můžete procházet podle data." -#: C/empathy.xml:812(para) +#. (itstool) path: item/p +#: C/prev-conv.page:91 msgid "" -"Use this text box to set a name with which you can identify the running " -"program based on where you are running it. With this option, and the " -"<guilabel>Priority</guilabel> one, you can use your account simultaneously " -"in two different devices. For example, if you set one device to " -"<replaceable>desktop</replaceable> and of the other one to " -"<replaceable>mobile</replaceable>, you can connect with both of them and " -"based on the <guilabel>Priority</guilabel> value you will receive messages " -"on one of the two devices or both." +"Select an account from the drop-down list in the top left. A list of " +"contacts and chat room for that account will be shown below." msgstr "" +"Vyberte účet v rozbalovacím seznamu v levé horní části. Pro tento účet se " +"pod ním ukáže seznam kontaktů a diskuzních místností." -#: C/empathy.xml:825(para) +#. (itstool) path: item/p +#: C/prev-conv.page:95 msgid "" -"This can be useful if you have two devices, a main one and a portable one, " -"and you move away from the main one bringing with you the other: you can " -"still receive messages from your account with the portable device even if " -"you do not disconnet from the main one." +"Select a contact or chat room to view your previous conversations from. By " +"default the most recent conversation will be shown." msgstr "" +"Vyberte kontakt nebo diskuzní místnost, jejichž dřívější konverzace chcete " +"zobrazit. Jako výchozí se zobrazí úplně poslední konverzace." -#: C/empathy.xml:834(para) +#. (itstool) path: item/p +#: C/prev-conv.page:99 msgid "" -"If you set the same value for this text box on both the devices, when you " -"connect with one of them, the other one will be disconnected, even if you " -"set a different value with the <guilabel>Priority</guilabel> spin box." +"You can browse your conversations by date. Days on which you had a " +"conversation with the selected contact will be shown in bold text. Click a " +"date to select it. Click the arrows next to the month and year to browse " +"earlier dates." msgstr "" +"Svoji konverzaci můžete procházet podle data. Dny, ve které jste vedli " +"konverzaci s vybraným kontaktem, budou zobrazeny tučně. Kliknutím vyberte " +"datum. Jestli chcete procházet starší data, použijte šipky vedle měsíce a " +"roku." -#: C/empathy.xml:847(guilabel) -msgid "Priority" +#. (itstool) path: section/p +#: C/prev-conv.page:105 +msgid "" +"You can search for text in the conversations by typing into the search field " +"at the top. The matching conversations will be showed." msgstr "" +"Psaním do vyhledávacího pole nahoře můžete v konverzaci hledat konkrétní " +"text. Zobrazí se vyhovující konverzace." -#: C/empathy.xml:850(para) +#. (itstool) path: note/p +#: C/prev-conv.page:111 msgid "" -"Use this spin box to indicate wich device, set in the <guilabel>Resource</" -"guilabel> text box, will receive the new messages. The higher the number, " -"the higher the priority: you will receive the new messages on the device " -"with the highest number." +"You can quickly view the previous conversations with one of your contacts " +"from the <gui>Contact List</gui> window. Simply right click the contact and " +"choose <gui>Previous Conversations</gui>. The <gui>Previous Conversations</" +"gui> window will open with that contact already selected." msgstr "" +"Rychlým způsobem si můžete zobrazit dřívější konverzace pro jednotlivé " +"kontakty z okna <gui>Seznam kontaktů</gui>. Stačí na kontakt kliknout pravým " +"tlačítkem a zvolit <gui>Dřívější konverzace</gui>. Okno <gui>Dřívější " +"konverzace</gui> se otevře s již vybraným správným kontaktem." -#: C/empathy.xml:857(para) +#. (itstool) path: info/desc +#: C/prob-conn-acctdisabled.page:7 msgid "" -"You can set values in the range from <literal>-128</literal> to " -"<literal>127</literal>." +"The instant messaging account that you want to use is not enabled in the " +"list of accounts." msgstr "" +"Účet rychlé komunikace, který chcete použít, je v seznamu účtů " +"znepřístupněný." -#: C/empathy.xml:863(para) +#. (itstool) path: page/title +#: C/prob-conn-acctdisabled.page:34 +msgid "My account is not enabled" +msgstr "Můj účet není povolen" + +#. (itstool) path: page/p +#: C/prob-conn-acctdisabled.page:36 msgid "" -"If you set the same value of this spin box in both the devices, you will " -"receive messages on both of them." +"If the instant messaging account that you want to use is not enabled in the " +"drop-down account list when you try to start a new conversation or join a " +"room, your account details may not be correct." msgstr "" +"Když se pokoušíte začít novou konverzaci nebo vstoupit do místnosti a účet " +"rychlé komunikace, který chcete použít není v rozbalovacím seznamu účtů " +"přístupný, může to být způsobeno nesprávnými údaji." + +#. (itstool) path: item/p +#: C/prob-conn-acctdisabled.page:44 C/prob-conn-auth.page:46 +#: C/prob-conn-neterror.page:54 +msgid "" +"Make sure that you are connected to the Internet, or to a local area network." +msgstr "Ujistěte se, že jste připojeni k Internetu nebo k místní síti." -#: C/empathy.xml:880(guilabel) C/empathy.xml:973(guilabel) -#: C/empathy.xml:1021(guilabel) C/empathy.xml:1115(guilabel) -msgid "Server" +#. (itstool) path: item/p +#: C/prob-conn-acctdisabled.page:49 +msgid "" +"Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq> and select the " +"account that is not working." +msgstr "" +"Zvolte <guiseq><gui>Upravit</gui> <gui>Účty</gui></guiseq> a vyberte účet, " +"který nefunguje." + +#. (itstool) path: item/p +#: C/prob-conn-acctdisabled.page:55 C/prob-conn-auth.page:62 +msgid "" +"Type your username and password again to make sure that they are correct." msgstr "" +"Napište znovu své uživatelské jméno a heslo, abyste měli jistotu, že jsou " +"správně." -#: C/empathy.xml:883(para) C/empathy.xml:976(para) C/empathy.xml:1024(para) -#: C/empathy.xml:1118(para) +#. (itstool) path: item/p +#: C/prob-conn-acctdisabled.page:60 C/prob-conn-neterror.page:63 msgid "" -"Use this text box to write the name of the server you want to use for this " +"Check in the <gui>Advanced</gui> section that all the details are correct. " +"You should be able to find these details from the website of the messaging " "service." msgstr "" +"V části <gui>Pokročilé</gui> zkontrolujte, jestli jsou všechny údaje " +"správné. Správné hodnoty by měly být dohledatelné na webových stránkách dané " +"komunikační služby." -#: C/empathy.xml:891(guilabel) C/empathy.xml:984(guilabel) -#: C/empathy.xml:1032(guilabel) C/empathy.xml:1126(guilabel) -msgid "Port" +#. (itstool) path: item/p +#: C/prob-conn-acctdisabled.page:66 +msgid "Check that the account is switched on." +msgstr "Zkontrolujte, že je účet zapnutý." + +#. (itstool) path: info/desc +#: C/prob-conn-auth.page:9 +msgid "" +"An error message which says “<gui>Authentication failed</gui>” appears in " +"the main window." msgstr "" +"V hlavním okně se objevila chybová zpráva znějící „<gui>Ověření selhalo</" +"gui>“." + +#. (itstool) path: page/title +#: C/prob-conn-auth.page:37 +msgid "I get a message that says “Authentication failed”" +msgstr "Obdržel(a) jsem zprávu znějící „Ověření selhalo“" -#: C/empathy.xml:894(para) C/empathy.xml:987(para) C/empathy.xml:1035(para) -#: C/empathy.xml:1129(para) -msgid "Use this spin box to set the number of the port of the server to use." +#. (itstool) path: page/p +#: C/prob-conn-auth.page:39 +msgid "" +"This kind of error happens when your instant messaging service is not " +"allowing you to connect because it does not recognize your username or " +"password for some reason." msgstr "" +"Tento druh chyby se vyskytne, když služba rychlých zpráv neumožní připojení, " +"protože z nějakého důvodu nerozpoznala vaše uživatelské jméno nebo heslo." -#: C/empathy.xml:898(para) C/empathy.xml:991(para) C/empathy.xml:1039(para) -#: C/empathy.xml:1133(para) +#. (itstool) path: item/p +#: C/prob-conn-auth.page:51 msgid "" -"You can set values in the range from <literal>0</literal> to " -"<literal>65,555</literal>." +"Make sure that you have registered an account with the service you are " +"trying to connect to. If you do not have an account, most services will not " +"allow you to connect." msgstr "" +"Ujistěte se, že máte u služby, ke které se snažíte připojit, zaregistrovaný " +"účet. Většina služeb vám bez vlastnictví účtu připojení neumožní." + +#. (itstool) path: media/span +#: C/prob-conn-auth.page:58 C/prob-conn-name.page:44 +#: C/prob-conn-neterror.page:59 +msgid "edit" +msgstr "upravit" -#: C/empathy.xml:906(guilabel) -msgid "Use old SSL" +#. (itstool) path: item/p +#: C/prob-conn-auth.page:58 C/prob-conn-name.page:44 +#: C/prob-conn-neterror.page:59 +msgid "Click the <_:media-1/> icon in the error message." +msgstr "Klikněte na ikonu <_:media-1/> v chybové zprávě." + +#. (itstool) path: item/p +#: C/prob-conn-auth.page:67 +msgid "" +"Deselect the <gui>Enabled</gui>, and then select it again to try to " +"reconnect to the service." msgstr "" +"Zrušte zaškrtnutí u <gui>Povolen</gui> a pak jej znovu zapněte, abyste jej " +"přiměli k novému pokusu o připojení ke službě." -#: C/empathy.xml:909(para) +#. (itstool) path: info/title +#: C/prob-conn-name.page:10 +msgctxt "link:error-msg" +msgid "“Name in use”" +msgstr "„Jméno je používáno“" + +#. (itstool) path: info/desc +#: C/prob-conn-name.page:11 msgid "" -"Select this option to use the old version of the secure protocol for " -"encrypting your connection." +"An error message which says “<gui>Name in use</gui>” appears in the main " +"window." msgstr "" +"V hlavním okně se objevila chybová zpráva znějící „<gui>Jméno je používáno</" +"gui>“." + +#. (itstool) path: page/title +#: C/prob-conn-name.page:34 +msgid "I get a message that says “Name in use”" +msgstr "Obdržel(a) jsem zprávu znějící „Jméno je používáno“" -#: C/empathy.xml:874(para) +#. (itstool) path: page/p +#: C/prob-conn-name.page:36 msgid "" -"In the <guilabel>Override server settings</guilabel> section you can set " -"options that take precedence over the default settings. <placeholder-1/>" +"This kind of error happens when you try to connect to your IRC account and " +"you are using a nickname that is already being used by someone else on that " +"particular network." msgstr "" +"Tento druh chyby se vyskytne, když se pokusíte připojit k účtu IRC a " +"použijete stejnou přezdívku, kterou již použil někdo jiný v této části sítě." + +#. (itstool) path: item/p +#: C/prob-conn-name.page:50 +msgid "In the <gui>Nickname</gui> text box, type a new nickname." +msgstr "Do textového pole <gui>Přezdívka</gui> napište novou přezdívku." -#: C/empathy.xml:925(guilabel) -msgid "Ignore conference and chatrooms invitations" +#. (itstool) path: item/p +#: C/prob-conn-name.page:55 +msgid "" +"If you have registered that nickname within the network you are using, set " +"the password for that nickname. For more information, see <link xref=\"irc-" +"nick-password\"/>." msgstr "" +"Pokud máte v síti, kterou používáte, přezdívku zaregistrovanou, nastavte pro " +"ni heslo. Více informací viz <link xref=\"irc-nick-password\"/>." -#: C/empathy.xml:929(para) +#. (itstool) path: item/p +#: C/prob-conn-name.page:64 C/prob-conn-neterror.page:78 msgid "" -"Select this option to ignore the invitations that other people may send you." +"Switch the account off, and then switch it on to try to reconnect to the " +"service." msgstr "" +"Vypněte účet a pak jej znovu zapněte, abyste je přiměli znovu se připojit ke " +"službě." -#: C/empathy.xml:937(guilabel) -msgid "Room List locale" +#. (itstool) path: info/desc +#: C/prob-conn-neterror.page:8 +msgid "" +"An error message which says “<gui>Network error</gui>” appears in the main " +"window." +msgstr "" +"V hlavním okně se objevila chybová zpráva znějící „<gui>Chyba sítě</gui>“." + +#. (itstool) path: page/title +#: C/prob-conn-neterror.page:35 +msgid "I get a message that says “Network error”" +msgstr "Obdržel(a) jsem zprávu znějící „Chyba sítě“" + +#. (itstool) path: page/p +#: C/prob-conn-neterror.page:43 +msgid "" +"This kind of error happens when <app>Empathy</app> cannot communicate with " +"the instant messaging service for some reason." msgstr "" +"Tento druh chyb se vyskytne, když <app>Empathy</app> nemůže z nějakého " +"důvodu komunikovat se službou rychlých zpráv." -#: C/empathy.xml:940(para) +#. (itstool) path: page/p +#: C/prob-conn-neterror.page:47 msgid "" -"The value of this text box identifies the language used to retrieve the room " -"list when connecting to the Yahoo service." +"Also, this kind of error happens when you try to use an IRC account without " +"setting a nickname." msgstr "" +"Tento druh chyby se objeví také v případě, je se pokusíte použít účet IRC " +"bez nastavené přezdívky." -#: C/empathy.xml:945(para) +#. (itstool) path: section/title +#: C/prob-conn-neterror.page:86 +msgid "Proxy support" +msgstr "Podpora proxy" + +#. (itstool) path: section/p +#: C/prob-conn-neterror.page:87 msgid "" -"If you need to change this value, use the two letter code of your language." +"At the moment <app>Empathy</app> can not be configured to work with a proxy." +msgstr "" +"V současnosti nelze aplikaci <app>Empathy</app> nastavit, aby používala " +"proxy." + +#. (itstool) path: info/desc +#: C/prob-conn.page:7 +msgid "Diagnose common problems connecting to an instant messaging service." msgstr "" +"Jak diagnostikovat běžné problémy s připojením ke službám pro přenos " +"rychlých zpráv." + +#. (itstool) path: page/title +#: C/prob-conn.page:29 +msgid "Problems connecting to an instant messaging service" +msgstr "Problémy s připojením ke službám rychlých zpráv" -#: C/empathy.xml:953(guilabel) C/empathy.xml:1095(guilabel) -msgid "Charset" +#. (itstool) path: info/desc +#: C/remove-account.page:8 +msgid "Completely remove an account from <app>Empathy</app>." +msgstr "Jak úplně ostranit účet z <app>Empathy</app>." + +#. (itstool) path: page/title +#: C/remove-account.page:34 +msgid "Remove an account" +msgstr "Odstranění účtu" + +#. (itstool) path: page/p +#: C/remove-account.page:36 +msgid "" +"You can completely remove an account from <app>Empathy</app> if you no " +"longer wish to use the account. If you wish to use the account in " +"<app>Empathy</app> again in the future, you will have to add your account " +"details again." msgstr "" +"Pokud si už některý účet nepřejete používat, můžete jej z <app>Empathy</app> " +"úplně odstranit. Pokud jej ale budete chtít někdy v opět budoucnu použít, " +"bude muset znovu zadat všechny potřebné údaje." -#: C/empathy.xml:956(para) C/empathy.xml:1098(para) -#, fuzzy -#| msgid "" -#| "Contains menus used to perform actions in <application>Empathy</" -#| "application>." +#. (itstool) path: item/p +#: C/remove-account.page:47 msgid "" -"The value of this text box identifies the set of the characters used by " -"<application>Empathy</application>." +"Select the account you wish to remove from the accounts list on the left " +"side of the window." msgstr "" -"Obsahuje nabídku činností, které lze v aplikaci <application>Empathy</" -"application> provádět." +"V seznamu účtů na levé straně okna vyberte účet, který si přejete odstranit." -#: C/empathy.xml:962(para) C/empathy.xml:1104(para) +#. (itstool) path: item/p +#: C/remove-account.page:51 +msgid "Click <gui style=\"button\">-</gui>." +msgstr "Klikněte na <gui style=\"button\">-</gui>." + +#. (itstool) path: item/p +#: C/remove-account.page:54 msgid "" -"It is advise to leave this value to <literal>UTF-8</literal>. Change it only " -"if that charset does not cover your language." +"A dialog will be shown asking for confirmation. Click the <gui>Remove</gui> " +"button to permanently remove the account." msgstr "" +"Zobrazí se dialogové okno požadující potvrzení. Kliknutím na tlačítko " +"<gui>Odstranit</gui> účet trvale odstraníte." -#: C/empathy.xml:999(guilabel) -msgid "Use Yahoo Japan" +#. (itstool) path: note/p +#: C/remove-account.page:60 +msgid "" +"Even after removing an account, <app>Empathy</app> does not delete your " +"conversation history for that account." msgstr "" +"Ani po odstranění účtu se ale v <app>Empathy</app> nesmaže historie " +"konverzace onoho účtu." + +#. (itstool) path: info/desc +#: C/salut-protocol.page:8 +msgid "Understanding the People Nearby feature." +msgstr "Seznámení s funkcí Lidé v okolí" + +#. (itstool) path: page/title +#: C/salut-protocol.page:33 +msgid "What is People Nearby?" +msgstr "Co jsou to lidé v kolí?" -#: C/empathy.xml:1002(para) +#. (itstool) path: page/p +#: C/salut-protocol.page:40 msgid "" -"Select this option only if you have a Yahoo! Japan account. With the Yahoo! " -"Japan service you can only use a Yahoo! Japan account: if you have " -"registered an account with the English version of the service, that account " -"will not work." +"The People Nearby service is a serverless communication service: you do not " +"need to connect and authenticate to a central server in order to use it." msgstr "" +"Služba „lidé v okolí“ je komunikační služba, která nepotřebuje server – " +"nemusíte se připojovat ani ověřovat vůči nějakému centrálnímu serveru, " +"abyste mohli komunikovat." -#: C/empathy.xml:1016(title) -msgid "<acronym>AIM</acronym>, GroupWise and <acronym>MSN</acronym>" +#. (itstool) path: page/p +#: C/salut-protocol.page:45 +msgid "" +"This kind of serverless messaging system is restricted to a local area " +"network and an active Internet connection is not necessary." msgstr "" +"Tento druh bezserverového systému posílání zpráv je omezen na místní síť a " +"není zapotřebí připojení k Internetu." -#: C/empathy.xml:1055(guilabel) -msgid "Published Name" +#. (itstool) path: page/p +#: C/salut-protocol.page:49 +msgid "" +"The people that use this service inside the same local area network will be " +"auto-discovered, and it will be possible to send them messages and files as " +"with other services." msgstr "" +"Lidé, kteří tuto službu v rámci místní sítě používají, budou automaticky " +"vyhledáni a budete jim moci přes tuto službu posílat zprávy a soubory." -#: C/empathy.xml:1058(para) +#. (itstool) path: page/p +#: C/salut-protocol.page:54 msgid "" -"Use this text box to write the name that will be visible to the other users " -"of the network." +"All the modern local area networks should be able to support this kind of " +"service." msgstr "" +"Všechny současné typy místních sítí by měly tento druh služby podporovat." -#: C/empathy.xml:1066(guilabel) -msgid "Email" +#. (itstool) path: info/desc +#: C/send-file.page:8 +msgid "Send a file from your computer to one of your contacts." +msgstr "Jak poslat soubor ze svého počítače některému ze svých kontaktů." + +#. (itstool) path: page/title +#: C/send-file.page:36 +msgid "Send files" +msgstr "Posílání souborů" + +#. (itstool) path: item/p +#: C/send-file.page:45 +msgid "" +"Right click on the contact you want to send a file to, and choose <gui>Send " +"file</gui>." msgstr "" +"Klikněte pravým tlačítkem na kontakt, kterému chcete poslat soubor, a zvolte " +"<gui>Poslat soubor</gui>" -#: C/empathy.xml:1069(para) -msgid "Use this text box to write your email." +#. (itstool) path: item/p +#: C/send-file.page:50 +msgid "" +"Click on the contact you want to send a file, and choose <guiseq><gui>Edit</" +"gui> <gui>Contact</gui><gui>Send file</gui></guiseq>." msgstr "" +"Klikněte na kontakt, kterému chcete poslat soubor a zvolte " +"<guiseq><gui>Upravit</gui> <gui>Kontakt</gui> <gui>Poslat soubor</gui></" +"guiseq>." -#: C/empathy.xml:1076(guilabel) -#, fuzzy -#| msgid "Jabber" -msgid "Jabber ID" -msgstr "Jabber" +#. (itstool) path: item/p +#: C/send-file.page:58 +msgid "Select the file to send, and click on <gui>Send</gui>." +msgstr "Vyberte soubor, který chcete poslat a klikněte na <gui>Odeslat</gui>." + +#. (itstool) path: item/p +#: C/send-file.page:63 +msgid "The <gui>File Transfers</gui> window will appear." +msgstr "Objeví se okno <gui>Přenosy souborů</gui>." -#: C/empathy.xml:1079(para) -msgid "Use this text box to write your Jabber ID, if you have one." +#. (itstool) path: item/p +#: C/send-file.page:66 +msgid "" +"Wait for your contact to accept the file transfer, or click <gui>Stop</gui> " +"to halt the transfer." msgstr "" +"Počkejte, až váš kontakt přenos souboru odsouhlasí nebo jej případně zrušte " +"kliknutím na <gui>Zastavit</gui>." -#: C/empathy.xml:1144(title) -msgid "Gadu Gadu" +#. (itstool) path: item/p +#: C/send-file.page:72 +msgid "" +"Once the transfer is finished, it is possible to close the <gui>File " +"Transfers</gui> window." +msgstr "Až se přenos dokončí, můžete okno <gui>Přenosy souborů</gui> zavřít." + +#. (itstool) path: note/p +#: C/send-file.page:80 +msgid "" +"If you have multiple finished transfers listed in the window, click on " +"<gui>Clear</gui> to empty the list. This will only remove the files from the " +"list and will not delete them from your computer." +msgstr "" +"Když máte v okně vypsáno několik dokončených přenosů, můžete je odmazat " +"kliknutím na <gui>Vymazat</gui>. Tím se odstraní jen ze seznamu, ve vašem " +"počítači zůstanou zachovány." + +#. (itstool) path: note/p +#: C/send-file.page:87 +msgid "" +"It is possible to send files only using the following services: <em>Jabber</" +"em>, <em>Google Talk</em> and <em>People Nearby</em>." +msgstr "" +"Soubory je možné posílat jen pomocí následujících služeb: <em>Jabber</em>, " +"<em>Google Talk</em> a <em>Lidé v okolí</em>." + +#. (itstool) path: note/p +#: C/send-file.page:93 +msgid "" +"In order to send a file to someone, you need to be connected to the " +"Internet, or to a local area network." msgstr "" +"Aby šel soubor odeslat, musíte být samozřejmě připojeni k Internetu nebo k " +"místní síti." + +#. (itstool) path: info/desc +#: C/send-message.page:8 +msgid "Send a message to one of your contacts." +msgstr "Jak poslat zprávu svým kontaktům." + +#. (itstool) path: page/title +#: C/send-message.page:32 +msgid "Send a message to someone" +msgstr "Posílání zpráv ostatním" -#: C/empathy.xml:1148(guilabel) -msgid "Nick" +#. (itstool) path: item/p +#: C/send-message.page:36 +msgid "" +"From the <gui>Contact List</gui> window, double-click the name of the " +"contact that you want to have a conversation with." msgstr "" +"V okně <gui>Seznam kontaktů</gui> dvojitě klikněte na jméno kontaktu, se " +"kterým chcete konverzovat." -#: C/empathy.xml:1150(para) +#. (itstool) path: item/p +#: C/send-message.page:42 msgid "" -"Use this text box to write an alternative name to use with this service." +"A new window will open. Type a message into the box at the bottom of the " +"window and press <key>Enter</key> to send it." msgstr "" +"Otevře se nové okno. Do pole v dolní části napište zprávu a zmáčknutím " +"<key>Enter</key> ji odešlete." -#: C/empathy.xml:1165(title) -msgid "Contacts and Groups" -msgstr "Kontakty a skupiny" +#. (itstool) path: section/title +#: C/send-message.page:50 +msgid "Send a message to a meta-contact" +msgstr "Posílání zpráv metakontaktům" -#: C/empathy.xml:1166(para) +#. (itstool) path: item/p +#: C/send-message.page:58 msgid "" -"All the contacts are handled within <application>Empathy</application>'s " -"<link linkend=\"empathy-FIG-mainwindow\">main window</link>." +"Select the contact you want to have the conversation, and from the menu " +"select <gui style=\"menuitem\">Chat</gui>." msgstr "" -"Kontakty se v <application>Empathy</application> obsluhují z <link linkend=" -"\"empathy-FIG-mainwindow\">hlavního okna</link>." +"Vyberte kontakt, se kterým chete konverzovat a v nabídce vyberte <gui style=" +"\"menuitem\">Diskuze</gui>." + +#. (itstool) path: info/desc +#: C/set-custom-status.page:9 +msgid "Add, edit or delete personal messages for your status." +msgstr "Jak přidat, upravit nebo smazat osobní zprávy pro své stavy." + +#. (itstool) path: credit/name +#: C/set-custom-status.page:15 +msgid "Jim Campbell" +msgstr "Jim Campbell" -#: C/empathy.xml:1170(para) +#. (itstool) path: page/title +#: C/set-custom-status.page:34 +msgid "Set a custom message" +msgstr "Nastavení vlastní zprávy" + +#. (itstool) path: page/p +#: C/set-custom-status.page:36 msgid "" -"You can add or remove a contact or you can edit the information of a " -"particular contact. It is also possibile to arrange contacts in groups. You " -"can have a group for your work contacts, one for you family contacts, and so " -"on." +"Sometimes you may want to set a custom message for your status, for example " +"to let people know that you will be unavailable for a certain period of time." msgstr "" -"Kontakty můžete přidávat, odstraňovat a upravovat. Je také možné je třídit " -"do skupin – například můžete mít skupinu pro pracovní kontakty, skupinu pro " -"rodinné kontakty atd." +"Jsou situace, kdy se vám může hodit nastavit si vlastní zprávy ke svým " +"stavům. Například, abyste lidem sdělili, že nepřítomni budete do nějaké " +"konkrétní doby." -#: C/empathy.xml:1177(title) -msgid "Adding and Removing a Contact" -msgstr "Přidání a odstranění kontaktu" +#. (itstool) path: page/p +#: C/set-custom-status.page:40 +msgid "" +"It is possible to set a custom message based on the different statuses " +"available." +msgstr "Můžete si nastavit vlastí zprávy lišíci se podle jednotlivých stavů." -#: C/empathy.xml:1178(para) -msgid "To add a new contact, proceed as follows:" -msgstr "Chcete-li přidat nový kontakt, proveďte následující kroky:" +#. (itstool) path: item/p +#: C/set-custom-status.page:46 C/set-custom-status.page:82 +msgid "" +"From the <gui>Contact List</gui> window, click on the drop-down list at the " +"top." +msgstr "" +"V okně <gui>Seznam kontaktů</gui> klikněte na rozbalovací seznam v horní " +"části." + +#. (itstool) path: item/p +#: C/set-custom-status.page:52 +msgid "" +"Select the status you want to add a custom message to. You have to select " +"the one identified with the label <gui>Custom Message</gui>." +msgstr "" +"Vyberte stav, ke kterému chcete přidat vlastní zprávu. Ze dvou stejných " +"vyberte ten, u kterého je napsáno <gui>Vlastní zpráva</gui>." -#: C/empathy.xml:1184(para) +#. (itstool) path: item/p +#: C/set-custom-status.page:58 msgid "" -"From the <link linkend=\"empathy-FIG-mainwindow\">main window</link> choose " -"<menuchoice><guimenu>Chat</guimenu><guimenuitem>Add Contact...</" -"guimenuitem></menuchoice>. The <guilabel>New Contact</guilabel> dialog will " -"be shown." +"Enter your custom message in the text box at the top of the window, and " +"press <key>Enter</key> to set the message." msgstr "" -"V <link linkend=\"empathy-FIG-mainwindow\">hlavním okně</link> vyberte " -"<menuchoice><guimenu>Konverzace</guimenu><guimenuitem>Přidat kontakt…</" -"guimenuitem></menuchoice>. Otevře se okno <guilabel>Nový kontakt</guilabel>." +"Do textového pole v horní části okna zadejte vlastní zprávu a zmáčknutím " +"<key>Enter</key> ji nastavte." -#: C/empathy.xml:1194(para) +#. (itstool) path: item/p +#: C/set-custom-status.page:64 msgid "" -"From the <guilabel>Account</guilabel> drop-down list, choose the service " -"used by the contact you are adding." +"If you want to set the custom message as a favorite, saving it in order to " +"use it again, click on the little heart on the right of the text box where " +"you wrote your custom message." msgstr "" -"V rozbalovacím seznamu <guilabel>Účet</guilabel> zvolte službu, kterou " -"přidávaný kontakt používá." +"Pokud chcete nastavit vlastní zprávu jako oblíbenou, abyste ji mohli " +"používat znovu, uložte si ji kliknutím na malé srdce vpravo v textovém poli, " +"do kterého zprávu píšete." -#: C/empathy.xml:1200(para) +#. (itstool) path: item/p +#: C/set-custom-status.page:69 msgid "" -"In the <guilabel>Identifier</guilabel> text box type the <emphasis>address</" -"emphasis> of the contact in the form of <userinput><replaceable>user name</" -"replaceable>@<replaceable>service\n" -"\t domain</replaceable></userinput>." +"If you do not do it, the custom message will not be available the next time " +"you use <app>Empathy</app>. It will be saved only for the current session." msgstr "" -"Do vstupního políčka <guilabel>Identifikátor</guilabel> zadejte " -"<emphasis>adresu</emphasis> kontaktu ve formátu " -"<userinput><replaceable>uživatelské jméno</replaceable>@<replaceable>služba\n" -"\t doména</replaceable></userinput>." +"Pokud vlastní zprávu neuložíte, nebude při příštím spuštění <app>Empathy</" +"app> znovu k dispozici. Normálně se totiž uchovává jen pro aktuální sezení." -#: C/empathy.xml:1209(para) +#. (itstool) path: section/title +#: C/set-custom-status.page:78 +msgid "Edit and remove a custom message" +msgstr "Úprava a odstranění vlastní zprávy" + +#. (itstool) path: item/p +#: C/set-custom-status.page:88 +msgid "Select <gui>Edit Custom Message</gui>." +msgstr "Vyberte <gui>Upravit vlastní zprávy</gui>." + +#. (itstool) path: item/p +#: C/set-custom-status.page:95 +msgid "To edit a custom message:" +msgstr "Když chcete vlastní zprávu upravit:" + +#. (itstool) path: item/p +#: C/set-custom-status.page:100 msgid "" -"In the <guilabel>Alias</guilabel> text box type the name you want to give at " -"the the new contact." +"From the <gui>Saved Presets</gui> box, select the status message you want to " +"edit and double-click on it." msgstr "" -"Do vstupního políčka <guilabel>Alias</guilabel> zadejte název, který novému " -"kontaktu chcete dát." +"V poli <gui>Uložené přednastavené</gui> vyberte stavovou zprávu, kterou " +"chcete upravit a dvojitě na ni klikněte." -#: C/empathy.xml:1215(para) -msgid "Click on <guibutton>Add</guibutton> to add the new contact." -msgstr "Kliknutím na tlačítko <guibutton>Přidat</guibutton> kontakt přidáte." +#. (itstool) path: item/p +#: C/set-custom-status.page:106 +msgid "Type the new custom message and press <key>Enter</key> to modify it." +msgstr "" +"Zadejte novou vlastní zprávu a zmáčknutím <key>Enter</key> proveďte změnu." -#: C/empathy.xml:1221(para) -msgid "To remove a contact, proceed as follows:" -msgstr "Chcete-li odstranit kontakt, proveďte následující kroky:" +#. (itstool) path: item/p +#: C/set-custom-status.page:113 +msgid "To remove a custom message:" +msgstr "Když chcete vlastní zprávu odstranit:" -#: C/empathy.xml:1227(para) +#. (itstool) path: item/p +#: C/set-custom-status.page:118 msgid "" -"From the <link linkend=\"empathy-FIG-mainwindow\">main window</link>, select " -"the contact you would like to remove and right-click on it." +"From the <gui>Saved Presets</gui> box, select the status message you want to " +"remove." msgstr "" -"V <link linkend=\"empathy-FIG-mainwindow\">hlavním okně</link> vyberte " -"kontakt, který chcete odstranit, a klikněte na něj pravým tlačítkem myši." +"V poli <gui>Uložené přednastavené</gui> vyberte stavovou zprávu, kterou " +"chcete odstranit." -#: C/empathy.xml:1234(para) +#. (itstool) path: item/p +#: C/set-custom-status.page:124 +msgid "Click on the <gui>Remove</gui> button." +msgstr "Klikněte na tlačítko <gui>Odstranit</gui>." + +#. (itstool) path: item/p +#: C/set-custom-status.page:133 +msgid "When finished, click on <gui>Close</gui>." +msgstr "Pokud jste hotovi, klikněte na <gui>Zavřít</gui>." + +#. (itstool) path: note/p +#: C/set-custom-status.page:140 msgid "" -"From the popup menu, choose <guilabel>Remove</guilabel> to remove the " -"contact." +"When you edit a custom message, it will not be set as the current status " +"message. You will need to select it from the <gui>Contact List</gui> window." msgstr "" -"V kontextové nabídce vyberte <guilabel>Odstranit</guilabel>, čímž kontakt " -"odstraníte." +"Když vlastní zprávu upravíte, nebud nastavena jako aktuální. Musíte ji ručně " +"vybrat v okně <gui>Seznam kontaktů</gui>." -#: C/empathy.xml:1243(para) C/empathy.xml:1279(para) +#. (itstool) path: info/desc +#: C/share-desktop.page:7 +msgid "Show your desktop to your contacts." +msgstr "Ja svému kontaktu zobrazit svoji pracovní plochu." + +#. (itstool) path: page/title +#: C/share-desktop.page:33 +msgid "Share your desktop" +msgstr "Sdílení pracovní plochy" + +#. (itstool) path: page/p +#: C/share-desktop.page:35 +msgid "" +"It is possible to share your desktop with some of your contacts. You can use " +"this functionality to show your desktop to your contacts to, for example, " +"ask for help or help your contacts resolve a problem." +msgstr "" +"Existuje možnost sdílet svoji pracovní plochu s některými svými kontakty. To " +"můžete využít k zobrazení své pracovní plochy svému kontaktu například, když " +"ho žádáte o pomoc s řešením problému se svým počítačem." + +#. (itstool) path: note/p +#: C/share-desktop.page:42 +msgid "" +"To be able to share your desktop, you need to have a VNC server, which has " +"support for the feature, installed on your system. <app>Vino</app>, the " +"GNOME VNC server, has the required support." +msgstr "" +"Abyste mohli pracovní plochu sdílet, potřebujete mít ve svém systému " +"nainstalován server VNC, který tuto funkci poskytuje. Lze použít například " +"<app>Vino</app>, což je VNC server z GNOME." + +#. (itstool) path: item/p +#: C/share-desktop.page:51 +msgid "From the <gui>Contact List</gui> window, do one of the following:" +msgstr "V okně <gui>Seznam kontaktů</gui> udělejte něco z následujícího:" + +#. (itstool) path: item/p +#: C/share-desktop.page:56 msgid "" -"An <emphasis>alias</emphasis> is an alternative way you can identify that " -"particular contact. You can use the real name or the nickname of that person." +"Select the contact you want to share your desktop with and choose " +"<guiseq><gui>Edit</gui><gui>Contact</gui> <gui>Share My Desktop</gui></" +"guiseq>." msgstr "" -"<emphasis>Alias</emphasis> je jedním ze způsobů identifikace kontaktu. " -"Můžete použít jméno nebo přezdívku příslušné osoby." +"Vyberte kontakt, se kterým chcete sdílet svoji pracovní plochu, a zvolte " +"<guiseq><gui>Upravit</gui><gui>Kontakt</gui><gui>Sdílet moji plochu</gui></" +"guiseq>." -#: C/empathy.xml:1252(title) -msgid "Editing a Contact" -msgstr "Úprava kontaktu" +#. (itstool) path: item/p +#: C/share-desktop.page:63 +msgid "" +"Right-click on the name of the contact you want to share your desktop with " +"and select <gui>Share My Desktop</gui>." +msgstr "" +"Klikněte pravým tlačítkem na kontaktu, se kterým chcete sdílet pracovní " +"plochu a vyberte <gui>Sdílet moji plochu</gui>." + +#. (itstool) path: item/p +#: C/share-desktop.page:71 +msgid "" +"An invitation to view your desktop will be sent to the contact you have " +"selected. To view your desktop, they will need to accept it." +msgstr "" +"Vybranému kontaktu bude zaslána pozvánka k zobrazení vaší pracovní plochy. " +"Aby se mu zobrazila, musí pozvánku odsouhlasit." -#: C/empathy.xml:1253(para) -msgid "To edit a contact, proceed as follows:" -msgstr "Chcete-li upravit kontakt, proveďte následující kroky:" +#. (itstool) path: item/p +#: C/share-desktop.page:77 +msgid "" +"You can disconnect the contact from your computer using your desktop sharing " +"application." +msgstr "" +"K odpojení kontaktu od vašeho počítače použijte příslušnou funkci v aplikaci " +"pro sdílení pracovní plochy." -#: C/empathy.xml:1259(para) C/empathy.xml:1301(para) +#. (itstool) path: note/p +#: C/share-desktop.page:82 msgid "" -"From the <link linkend=\"empathy-FIG-mainwindow\">main window</link>, select " -"the contact you would like to modify and choose <menuchoice><guimenu>Edit</" -"guimenu><guisubmenu>Account</guisubmenu><guimenuitem>Modify</guimenuitem></" -"menuchoice>, or right-click on it and choose <guilabel>Modify</guilabel>." +"For more information about how to use the remote desktop sharing " +"application, refer to its help." msgstr "" -"V <link linkend=\"empathy-FIG-mainwindow\">hlavním okně</link> vyberte " -"kontakt, který chcete upravit, a vyberte <menuchoice><guimenu>Upravit</" -"guimenu><guisubmenu>Kontakt</guisubmenu><guimenuitem>Upravit</guimenuitem></" -"menuchoice>, nebo na kontakt klikněte pravým tlačítkem a vyberte " -"<guilabel>Upravit</guilabel>." +"Další informace ohledně používání aplikace ke sdílení vzdálené plochy " +"najdete v její nápovědě." -#: C/empathy.xml:1272(para) +#. (itstool) path: page/p +#: C/share-desktop.page:90 msgid "" -"From the <guilabel>Edit Contact Information</guilabel> dialog, you can " -"modify the <emphasis>alias</emphasis> and the <emphasis>group</emphasis> of " -"the contact." +"When you share your desktop with someone else, it is possible to experience " +"system performance slowdown and low Internet speed." msgstr "" -"V dialogovém okně <guilabel>Upravit informace o kontaktu</guilabel> můžete " -"upravit <emphasis>alias</emphasis> a <emphasis>skupinu</emphasis> kontaktu." +"V průběhu sdílení své pracovní plochy s někým jiným se můžete podle situace " +"setkat s pomalejší odezvou systému a sníženou rychlostí Internetu." -#: C/empathy.xml:1286(para) +#. (itstool) path: note/p +#: C/share-desktop.page:96 msgid "" -"For more information about groups, see <xref linkend=\"empathy-add-contact-" -"group\"/> and <xref linkend=\"empathy-add-group\"/>." +"Some of your contacts may not be able to use this feature. It is necessary " +"for them to have version 2.28, or newer, of <app>Empathy</app> and a " +"compatible remote desktop viewer application installed in their system." msgstr "" -"Chcete-li se o skupinách dovědět více, přečtěte si <xref linkend=\"empathy-" -"add-contact-group\"/> a <xref linkend=\"empathy-add-group\"/>." +"Některé z vašich kontaktů nemusí být schopny tuto funkci použít. Je nutné, " +"aby měli <app>Empathy</app> ve verzi aspoň 2.28 nebo novější a " +"nainstalovanou kompatibilní aplikaci pro zobrazování vzdálené plochy." + +#. (itstool) path: info/desc +#: C/status-icons.page:8 +msgid "Understanding the various statuses and status icons." +msgstr "Seznamte se s různými stavy a jejich stavovými ikonami." + +#. (itstool) path: page/title +#: C/status-icons.page:36 +msgid "Status Types and Icons" +msgstr "Typy stavů a jejich ikony" -#: C/empathy.xml:1294(title) -msgid "Adding a Contact to a Group" -msgstr "Přidání kontaktu do skupiny" +#. (itstool) path: media/span +#: C/status-icons.page:40 +msgid "Available icon" +msgstr "Ikona Přítomen" -#: C/empathy.xml:1295(para) -msgid "To add a contact to one or more groups, proceed as follows:" +#. (itstool) path: item/title +#: C/status-icons.page:40 +msgid "<_:media-1/> <gui>Available</gui>" +msgstr "<_:media-1/> <gui>Přítomen</gui>" + +#. (itstool) path: item/p +#: C/status-icons.page:42 +msgid "" +"Use the <em>Available</em> status when you are at your computer and able to " +"chat with your contacts. You can set a custom message for this status." msgstr "" -"Chcete-li přidat kontakt do jedné nebo více skupin, proveďte následující " -"kroky:" +"Stav <em>Přítomen</em> použijte, když jste u počítače a můžete diskutovat s " +"ostatními kontakty. Pro tento stav si můžete nastavit vlastní stavovou " +"zprávu." + +#. (itstool) path: media/span +#: C/status-icons.page:46 +msgid "Busy icon" +msgstr "Ikona Zaneprázdněn" -#: C/empathy.xml:1313(para) +#. (itstool) path: item/title +#: C/status-icons.page:46 +msgid "<_:media-1/> <gui>Busy</gui>" +msgstr "<_:media-1/> <gui>Zaneprázdněn</gui>" + +#. (itstool) path: item/p +#: C/status-icons.page:48 msgid "" -"From the <guilabel>Groups</guilabel> section, select the group, or groups, " -"you want to add the contact to." +"Use the <em>Busy</em> status to let your contacts know that you don’t want " +"to chat right now. They can still contact you, for instance if they have " +"something urgent they need to discuss. By default, <app>Empathy</app> will " +"not use notification bubbles and sounds when you are busy. You can set a " +"custom message for this status." msgstr "" -"V sekci <guilabel>Skupiny</guilabel> vyberte skupinu nebo skupiny, ke kterým " -"má kontakt patřit." +"Stavem <em>Zaneprázdněn</em> můžete dát svým kontaktům najevo, že v tuto " +"chvíli nemáte čas diskutovat. Přesto mají možnost vás rychle kontaktovat, " +"například když je něco velmi spěchá. Ve výchozím nastavení nepoužívá " +"<app>Empathy</app> oznamovací bubliny a zvuky, když jste zaneprázdněni. Pro " +"tento stav si můžete nastavit vlastní zprávu." -#: C/empathy.xml:1328(title) -msgid "Adding a New Group" -msgstr "Přidání nové skupiny" +#. (itstool) path: media/span +#: C/status-icons.page:54 +msgid "Away icon" +msgstr "Ikona Nepřítomen" -#: C/empathy.xml:1329(para) -msgid "To add a new group, proceed as follows:" -msgstr "Chcete-li přidat novou skupinu, proveďte následující kroky:" +#. (itstool) path: item/title +#: C/status-icons.page:54 +msgid "<_:media-1/> <gui>Away</gui>" +msgstr "<_:media-1/> <gui>Nepřítomen</gui>" -#: C/empathy.xml:1335(para) +#. (itstool) path: item/p +#: C/status-icons.page:56 msgid "" -"From the <link linkend=\"empathy-FIG-mainwindow\">main window</link>, select " -"one contact and choose <menuchoice><guimenu>Edit</" -"guimenu><guisubmenu>Account</guisubmenu><guimenuitem>Modify</guimenuitem></" -"menuchoice>, or right-click on it and choose <guilabel>Modify</guilabel>." +"Use the <em>Away</em> status when you are going away from your computer. " +"<app>Empathy</app> automatically sets your status to Away if you do not use " +"your computer for a while, or if your screensaver is on. By default, " +"<app>Empathy</app> will not use notification bubbles and sounds when you are " +"away. You can set a custom message for this status." +msgstr "" +"Stav <em>Nepřítomen</em> použijte, když jdete pryč od počítače. " +"<app>Empathy</app> tento stav nastaví automaticky, když počítač nějako dobu " +"nepoužíváte nebo je zapnutý šetřič obrazovky. Když jste pryč, nepoužívá " +"<app>Empathy</app> ve výchozím nastavení oznamovací bubliny a zvuky. Pro " +"tento stav si můžete nastavit vlastní zprávu." + +#. (itstool) path: media/span +#: C/status-icons.page:63 C/status-icons.page:70 +msgid "Offline icon" +msgstr "Ikona Odpojen" + +#. (itstool) path: item/title +#: C/status-icons.page:63 +msgid "<_:media-1/> <gui>Invisible</gui>" +msgstr "<_:media-1/> <gui>Skrytý</gui>" + +#. (itstool) path: item/p +#: C/status-icons.page:65 +msgid "" +"When you set your status to <em>Invisible</em>, you will appear as offline " +"to your contacts. You will still be connected to your accounts, and you " +"still see your contacts’ statuses and start conversations with them." +msgstr "" +"Když nastavíte svůj stav na <em>Skrytý</em>, budete se svým kontaktům jevit " +"jako odpojení. Budete ale stále připojeni ke svým účtům a stále budete vidět " +"stav svých kontaktů a budete moci s nimi navázat konverzaci." + +#. (itstool) path: item/title +#: C/status-icons.page:70 +msgid "<_:media-1/> <gui>Offline</gui>" +msgstr "<_:media-1/> <gui>Odpojen</gui>" + +#. (itstool) path: item/p +#: C/status-icons.page:72 +msgid "" +"Setting your status to <em>Offline</em> disconnects you from all of your " +"accounts." +msgstr "Nastavením stavu na <em>Odpojen</em> se odpojíte od všech svých účtů." + +#. (itstool) path: info/desc +#: C/video-call.page:11 +msgid "Start a video conversation with one of your contacts." +msgstr "Jak začít videokonverzaci se svými kontakty." + +#. (itstool) path: page/title +#: C/video-call.page:37 +msgid "Start a video conversation" +msgstr "Započetí videokonverzace" + +#. (itstool) path: page/p +#: C/video-call.page:39 +msgid "" +"If you have a webcam, you can call your contacts and have a video " +"conversation with them. This feature only works with certain types of " +"accounts, and it requires the other person to have an application that " +"supports video calls." +msgstr "" +"Pokud máte webovou kameru, můžete volat svým kontaktům a vést s nimi " +"videohovory. Funguje to ale jen s některými typy účtů a protější osoba musí " +"mít aplikaci, která to podporuje." + +#. (itstool) path: item/p +#: C/video-call.page:46 +msgid "" +"Right-click on the contact that you want to call and select <gui style=" +"\"menuitem\">Video Call</gui>." +msgstr "" +"Klikněte na kontakt, kterému chcete zavolat, pravým tlačítkem a vyberte <gui " +"style=\"menuitem\">Videohovor</gui>." + +#. (itstool) path: item/p +#: C/video-call.page:54 +msgid "" +"To end the conversation, click on the <gui style=\"button\">hang up</gui> " +"button." msgstr "" -"V <link linkend=\"empathy-FIG-mainwindow\">hlavním okně</link> vyberte jeden " -"kontakt a vyberte <menuchoice><guimenu>Upravit</guimenu><guisubmenu>Kontakt</" -"guisubmenu><guimenuitem>Upravit</guimenuitem></menuchoice>, nebo klikněte " -"pravým tlačítkem a vyberte <guilabel>Upravit</guilabel>." +"Pro ukončení koverzace klikněte na tlačítko <gui style=\"button\">Zavěsit</" +"gui>." -#: C/empathy.xml:1346(para) +#. (itstool) path: note/p +#: C/video-call.page:60 msgid "" -"In the <guilabel>Groups</guilabel> section, write the name of the group you " -"want to add and then click on <guibutton>Add Group</guibutton>." +"To turn a video conversation into an audio conversation, choose <guiseq><gui " +"style=\"menu\">Video</gui><gui style=\"menuitem\">Video Off</gui></guiseq>." msgstr "" -"V sekci <guilabel>Skupiny</guilabel> zadejte název skupiny, kterou chcete " -"přidat, a pak klikněte na <guibutton>Přidat skupinu</guibutton>." +"Pro přepnutí videohovoru na čistě hlasový hovor zvolte <guiseq><gui style=" +"\"menu\">Video</gui><gui style=\"menuitem\">Vypnout video</gui></guiseq>." -#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2. -#: C/empathy.xml:0(None) -msgid "translator-credits" +#. (itstool) path: section/title +#: C/video-call.page:65 +msgid "Start a video conversation with a meta-contact" +msgstr "Započetí videokonverzace s metakontaktem" + +#. (itstool) path: item/p +#: C/video-call.page:73 +msgid "" +"Select the contact you want to have the conversation, and from the menu " +"select <gui style=\"menuitem\">Video Call</gui>." msgstr "" -"Martin Picek <picek.martin@gnome-cesko.cz>, 2009\n" -"Lucas Lommer <llommer@svn.gnome.org>, 2008" - -#~ msgid "TODO" -#~ msgstr "Tato kapitola ještě není hotova." - -#~ msgid "" -#~ "@@image: 'figures/empathy-new-account.png'; " -#~ "md5=6c1e0d8c709125d387e975e5738b8c0f" -#~ msgstr "" -#~ "@@image: 'figures/empathy-new-account.png'; " -#~ "md5=6c1e0d8c709125d387e975e5738b8c0f" - -#~ msgid "2008" -#~ msgstr "2008" - -#~ msgid "milo_casagrande@yahoo.it" -#~ msgstr "milo_casagrande@yahoo.it" - -#~ msgid "When You Start Empathy for the First Time" -#~ msgstr "Když spustíte Empathy úplně poprvé" - -#~ msgid "<application>Empathy</application> Accounts Dialog" -#~ msgstr "Okno účtů v <application>Empathy</application>" - -#~ msgid "Shows <placeholder-1/> account creation dialog." -#~ msgstr "Zobrazuje <placeholder-1/> okno pro tvorbu účtů." - -#~ msgid "" -#~ "When you start <application>Empathy</application> for the first time and " -#~ "you don't have configured any account yet, the following dialog is shown. " -#~ "<placeholder-1/>" -#~ msgstr "" -#~ "Když spustíte <application>Empathy</application> úplně poprvé a nemáte " -#~ "nastaveny žádné účty, objeví se následující okno. <placeholder-1/>" - -#~ msgid "" -#~ "From here, you can configure and create your accounts. See <xref linkend=" -#~ "\"empathy-accounts\"/> for more information." -#~ msgstr "" -#~ "Zde je možné vytvářet a měnit nastavení účtů. Více informací popisuje " -#~ "<xref linkend=\"empathy-accounts\"/>." - -#~ msgid "" -#~ "The <ulink type=\"http\" url=\"http://www.ekiga.net/user/reg/index.php?" -#~ "phplib_Session=c1d85267756241f8190e5fc21b029a62\">Ekiga</ulink> service." -#~ msgstr "" -#~ "Služba <ulink type=\"http\" url=\"http://www.ekiga.net/user/reg/\">Ekiga</" -#~ "ulink>." - -#~ msgid "" -#~ "You can use one of the following services if you already have a <emphasis " -#~ "role=\"strong\">Jabber</emphasis> account:" -#~ msgstr "" -#~ "Pokud již máte účet služby <emphasis role=\"strong\">Jabber</emphasis>, " -#~ "můžete využít následující služby:" - -#~ msgid "" -#~ "Fill the required fields with your <emphasis>user name</emphasis> and " -#~ "<emphasis>password</emphasis>." -#~ msgstr "" -#~ "Vyplňte do povinných položek své <emphasis>uživatelské jméno</emphasis> a " -#~ "<emphasis>heslo</emphasis>." - -#~ msgid "To create an account, proceed as follow: <placeholder-1/>" -#~ msgstr "Pokud chcete účet vytvořit, proveďte následující: <placeholder-1/>" - -#~ msgid "Contacts" -#~ msgstr "Kontakty" - -#~ msgid "Modifying a Contact" -#~ msgstr "Úprava kontaktu" +"Vyberte kontakt, se kterým chcete hovořit, a v nabídce vyberte <gui style=" +"\"menuitem\">Videohovor</gui>." diff --git a/libempathy-gtk/empathy-call-utils.c b/libempathy-gtk/empathy-call-utils.c index 2e6e5bc9..f662d850 100644 --- a/libempathy-gtk/empathy-call-utils.c +++ b/libempathy-gtk/empathy-call-utils.c @@ -71,32 +71,6 @@ show_call_error (GError *error) gtk_widget_show (dialog); } -GVariant * -empathy_call_create_call_request (const gchar *contact, - gboolean initial_audio, - gboolean initial_video) -{ - GVariantDict dict; - - g_variant_dict_init (&dict, NULL); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_CHANNEL_TYPE, "s", - TP_IFACE_CHANNEL_TYPE_CALL1); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TARGET_ENTITY_TYPE, "u", - TP_ENTITY_TYPE_CONTACT); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TARGET_ID, "s", contact); - - /* Only add InitialAudio or InitialVideo if they are true: it should work - * with genuinely voice-only CMs. */ - if (initial_audio) - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TYPE_CALL1_INITIAL_AUDIO, "b", - initial_audio); - if (initial_video) - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TYPE_CALL1_INITIAL_VIDEO, "b", - initial_video); - - return g_variant_dict_end (&dict); -} - static void create_call_channel_cb (GObject *source, GAsyncResult *result, @@ -113,39 +87,41 @@ create_call_channel_cb (GObject *source, show_call_error (error); } -/* Try to request a Call channel and fallback to StreamedMedia if that fails */ -static void -call_new_with_streams (const gchar *contact, - TpAccount *account, - gboolean initial_audio, +TpAccountChannelRequest * +empathy_call_create_call_request (TpAccount *account, + const gchar *contact, gboolean initial_video, gint64 timestamp) { - GVariant *call_request; TpAccountChannelRequest *call_req; - /* Call */ - call_request = empathy_call_create_call_request (contact, - initial_audio, - initial_video); + if (initial_video) + call_req = tp_account_channel_request_new_audio_video_call (account, + timestamp); + else + call_req = tp_account_channel_request_new_audio_call (account, timestamp); - call_req = tp_account_channel_request_new (account, call_request, timestamp); + tp_account_channel_request_set_target_id (call_req, TP_ENTITY_TYPE_CONTACT, + contact); - tp_account_channel_request_create_channel_async (call_req, - EMPATHY_CALL_TP_BUS_NAME, NULL, create_call_channel_cb, NULL); - - g_object_unref (call_req); + return call_req; } void empathy_call_new_with_streams (const gchar *contact, TpAccount *account, - gboolean initial_audio, gboolean initial_video, gint64 timestamp) { - call_new_with_streams (contact, account, initial_audio, initial_video, + TpAccountChannelRequest *call_req; + + call_req = empathy_call_create_call_request (account, contact, initial_video, timestamp); + + tp_account_channel_request_create_channel_async (call_req, + EMPATHY_CALL_TP_BUS_NAME, NULL, create_call_channel_cb, NULL); + + g_object_unref (call_req); } /* Copied from telepathy-yell call-channel.c */ diff --git a/libempathy-gtk/empathy-call-utils.h b/libempathy-gtk/empathy-call-utils.h index 2e099f16..e35c7e3f 100644 --- a/libempathy-gtk/empathy-call-utils.h +++ b/libempathy-gtk/empathy-call-utils.h @@ -28,13 +28,13 @@ G_BEGIN_DECLS /* Calls */ void empathy_call_new_with_streams (const gchar *contact, TpAccount *account, - gboolean initial_audio, gboolean initial_video, gint64 timestamp); -GVariant * empathy_call_create_call_request (const gchar *contact, - gboolean initial_audio, - gboolean initial_video); +TpAccountChannelRequest * empathy_call_create_call_request (TpAccount *account, + const gchar *contact, + gboolean initial_video, + gint64 timestamp); TpSendingState empathy_call_channel_get_video_state (TpCallChannel *self); void empathy_call_channel_send_video (TpCallChannel *self, diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 6cf9b1e2..10022364 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -844,17 +844,12 @@ chat_command_msg_internal (EmpathyChat *chat, EmpathyChatPriv *priv = GET_PRIV (chat); ChatCommandMsgData *data; TpAccountChannelRequest *req; - GVariantDict dict; - g_variant_dict_init (&dict, NULL); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_CHANNEL_TYPE, "s", - TP_IFACE_CHANNEL_TYPE_TEXT); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TARGET_ENTITY_TYPE, "u", - TP_ENTITY_TYPE_CONTACT); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TARGET_ID, "s", contact_id); + req = tp_account_channel_request_new_text (priv->account, + empathy_get_current_action_time ()); - req = tp_account_channel_request_new (priv->account, - g_variant_dict_end (&dict), empathy_get_current_action_time ()); + tp_account_channel_request_set_target_id (req, TP_ENTITY_TYPE_CONTACT, + contact_id); /* FIXME: We should probably search in members alias. But this * is enough for IRC */ diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c index 1a964ad7..ee5a75ad 100644 --- a/libempathy-gtk/empathy-individual-menu.c +++ b/libempathy-gtk/empathy-individual-menu.c @@ -345,7 +345,7 @@ call_phone_number (FolksPhoneFieldDetails *details, DEBUG ("Try to call %s", number); empathy_call_new_with_streams (number, - account, TRUE, FALSE, empathy_get_current_action_time ()); + account, FALSE, empathy_get_current_action_time ()); g_free (number); } @@ -1432,8 +1432,7 @@ empathy_individual_audio_call_menu_item_activated (GtkMenuItem *item, empathy_call_new_with_streams (empathy_contact_get_id (contact), empathy_contact_get_account (contact), - TRUE, FALSE, - empathy_get_current_action_time ()); + FALSE, empathy_get_current_action_time ()); emit_menu_item_activated (item); } @@ -1468,8 +1467,7 @@ empathy_individual_video_call_menu_item_activated (GtkMenuItem *item, empathy_call_new_with_streams (empathy_contact_get_id (contact), empathy_contact_get_account (contact), - TRUE, TRUE, - empathy_get_current_action_time ()); + TRUE, empathy_get_current_action_time ()); emit_menu_item_activated (item); } diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 60e89036..272bc0a4 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -346,7 +346,7 @@ toolbutton_av_clicked (GtkToolButton *toolbutton, empathy_call_new_with_streams ( empathy_contact_get_id (self->priv->selected_contact), empathy_contact_get_account (self->priv->selected_contact), - TRUE, video, gtk_get_current_event_time ()); + video, gtk_get_current_event_time ()); } static void diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c index d96d0bb5..e981be27 100644 --- a/libempathy-gtk/empathy-new-call-dialog.c +++ b/libempathy-gtk/empathy-new-call-dialog.c @@ -84,7 +84,7 @@ empathy_new_call_dialog_response (GtkDialog *dialog, g_assert (contact != NULL); empathy_call_new_with_streams (empathy_contact_get_id (contact), - empathy_contact_get_account (contact), TRUE, + empathy_contact_get_account (contact), response_id == RESPONSE_VIDEO, empathy_get_current_action_time ()); g_object_unref (individual); diff --git a/libempathy-gtk/empathy-share-my-desktop.c b/libempathy-gtk/empathy-share-my-desktop.c index a185d87d..07edfce4 100644 --- a/libempathy-gtk/empathy-share-my-desktop.c +++ b/libempathy-gtk/empathy-share-my-desktop.c @@ -45,7 +45,6 @@ void empathy_share_my_desktop_share_with_contact (EmpathyContact *contact) { TpAccountChannelRequest *req; - GVariantDict request; TpContact *tp_contact; tp_contact = empathy_contact_get_tp_contact (contact); @@ -58,18 +57,11 @@ empathy_share_my_desktop_share_with_contact (EmpathyContact *contact) return; } - g_variant_dict_init (&request, NULL); - g_variant_dict_insert (&request, TP_PROP_CHANNEL_CHANNEL_TYPE, "s", - TP_IFACE_CHANNEL_TYPE_STREAM_TUBE1); - g_variant_dict_insert (&request, TP_PROP_CHANNEL_TARGET_ENTITY_TYPE, "u", - TP_ENTITY_TYPE_CONTACT); - g_variant_dict_insert (&request, TP_PROP_CHANNEL_TARGET_HANDLE, "u", - tp_contact_get_handle (tp_contact)); - g_variant_dict_insert (&request, TP_PROP_CHANNEL_TYPE_STREAM_TUBE1_SERVICE, - "s", "rfb"); + req = tp_account_channel_request_new_stream_tube ( + empathy_contact_get_account (contact), "rfb", + TP_USER_ACTION_TIME_CURRENT_TIME); - req = tp_account_channel_request_new (empathy_contact_get_account (contact), - g_variant_dict_end (&request), TP_USER_ACTION_TIME_CURRENT_TIME); + tp_account_channel_request_set_target_contact (req, tp_contact); tp_account_channel_request_create_channel_async (req, NULL, NULL, create_tube_channel_cb, NULL); diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index c24dcb7f..21e44d80 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -123,7 +123,7 @@ typedef struct { gboolean use_hash; /* request for the new transfer */ - GVariantDict *request; + TpAccountChannelRequest *request; /* transfer properties */ EmpathyContact *contact; @@ -273,7 +273,7 @@ do_dispose (GObject *object) priv->cancellable = NULL; } - g_clear_pointer (&priv->request, g_variant_dict_unref); + g_clear_object (&priv->request); G_OBJECT_CLASS (empathy_ft_handler_parent_class)->dispose (object); } @@ -828,55 +828,36 @@ ft_handler_create_channel_cb (GObject *source, static void ft_handler_push_to_dispatcher (EmpathyFTHandler *handler) { - TpAccount *account; EmpathyFTHandlerPriv *priv = GET_PRIV (handler); - TpAccountChannelRequest *req; g_return_if_fail (priv->request != NULL); DEBUG ("Pushing request to the dispatcher"); - account = empathy_contact_get_account (priv->contact); - - req = tp_account_channel_request_new (account, - g_variant_dict_end (priv->request), priv->user_action_time); - - g_clear_pointer (&priv->request, g_variant_dict_unref); - - tp_account_channel_request_create_and_handle_channel_async (req, NULL, - ft_handler_create_channel_cb, handler); - - g_object_unref (req); + tp_account_channel_request_create_and_handle_channel_async (priv->request, + NULL, ft_handler_create_channel_cb, handler); } static void ft_handler_populate_outgoing_request (EmpathyFTHandler *handler) { - guint contact_handle; EmpathyFTHandlerPriv *priv = GET_PRIV (handler); gchar *uri; + TpAccount *account; - contact_handle = empathy_contact_get_handle (priv->contact); uri = g_file_get_uri (priv->gfile); + account = empathy_contact_get_account (priv->contact); + + priv->request = tp_account_channel_request_new_file_transfer (account, + priv->filename, priv->content_type, priv->total_bytes, + priv->user_action_time); - priv->request = g_variant_dict_new (NULL); - g_variant_dict_insert (priv->request, TP_PROP_CHANNEL_CHANNEL_TYPE, - "s", TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER1); - g_variant_dict_insert (priv->request, TP_PROP_CHANNEL_TARGET_ENTITY_TYPE, - "u", TP_ENTITY_TYPE_CONTACT); - g_variant_dict_insert (priv->request, TP_PROP_CHANNEL_TARGET_HANDLE, - "u", contact_handle); - g_variant_dict_insert (priv->request, - TP_PROP_CHANNEL_TYPE_FILE_TRANSFER1_CONTENT_TYPE, - "s", priv->content_type); - g_variant_dict_insert (priv->request, - TP_PROP_CHANNEL_TYPE_FILE_TRANSFER1_FILENAME, "s", priv->filename); - g_variant_dict_insert (priv->request, - TP_PROP_CHANNEL_TYPE_FILE_TRANSFER1_SIZE, "t", priv->total_bytes); - g_variant_dict_insert (priv->request, - TP_PROP_CHANNEL_TYPE_FILE_TRANSFER1_DATE, "t", priv->mtime); - g_variant_dict_insert (priv->request, TP_PROP_CHANNEL_TYPE_FILE_TRANSFER1_URI, - "s", uri); + tp_account_channel_request_set_target_contact (priv->request, + empathy_contact_get_tp_contact (priv->contact)); + + tp_account_channel_request_set_file_transfer_timestamp (priv->request, + priv->mtime); + tp_account_channel_request_set_file_transfer_uri (priv->request, uri); g_free (uri); } @@ -928,9 +909,8 @@ hash_job_done (gpointer user_data) /* set the checksum in the request... * im.telepathy.v1.Channel.Type.FileTransfer.ContentHash */ - g_variant_dict_insert (priv->request, - TP_PROP_CHANNEL_TYPE_FILE_TRANSFER1_CONTENT_HASH, "s", - g_checksum_get_string (hash_data->checksum)); + tp_account_channel_request_set_file_transfer_hash (priv->request, + TP_FILE_HASH_TYPE_MD5, g_checksum_get_string (hash_data->checksum)); } cleanup: @@ -1068,10 +1048,6 @@ ft_handler_read_async_cb (GObject *source, /* FIXME: MD5 is the only ContentHashType supported right now */ hash_data->checksum = g_checksum_new (G_CHECKSUM_MD5); - g_variant_dict_insert (priv->request, - TP_PROP_CHANNEL_TYPE_FILE_TRANSFER1_CONTENT_HASH_TYPE, "s", - TP_FILE_HASH_TYPE_MD5); - g_signal_emit (handler, signals[HASHING_STARTED], 0); g_io_scheduler_push_job (do_hash_job, hash_data, NULL, diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c index 17cc037c..dae2678d 100644 --- a/libempathy/empathy-request-util.c +++ b/libempathy/empathy-request-util.c @@ -60,23 +60,14 @@ create_text_channel (TpAccount *account, GAsyncReadyCallback callback, gpointer user_data) { - GVariantDict dict; TpAccountChannelRequest *req; - g_variant_dict_init (&dict, NULL); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_CHANNEL_TYPE, "s", - TP_IFACE_CHANNEL_TYPE_TEXT); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TARGET_ENTITY_TYPE, "u", - target_entity_type); - g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TARGET_ID, "s", target_id); + req = tp_account_channel_request_new_text (account, timestamp); + tp_account_channel_request_set_target_id (req, target_entity_type, target_id); + tp_account_channel_request_set_delegate_to_preferred_handler (req, TRUE); if (sms_channel) - g_variant_dict_insert (&dict, - TP_PROP_CHANNEL_INTERFACE_SMS1_SMS_CHANNEL, "b", TRUE); - - req = tp_account_channel_request_new (account, g_variant_dict_end (&dict), - timestamp); - tp_account_channel_request_set_delegate_to_preferred_handler (req, TRUE); + tp_account_channel_request_set_sms_channel (req, TRUE); tp_account_channel_request_ensure_channel_async (req, EMPATHY_CHAT_TP_BUS_NAME, NULL, diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index b18551cd..f646a234 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -196,34 +196,24 @@ empathy_tp_chat_add (EmpathyTpChat *self, else if (self->priv->can_upgrade_to_muc) { TpAccountChannelRequest *req; - GVariantDict props; - const char *object_path; - GVariantBuilder channels; + const gchar *channels[2] = { NULL, }; const char *invitees[2] = { NULL, }; TpAccount *account; invitees[0] = empathy_contact_get_id (contact); - object_path = tp_proxy_get_object_path (self); - - g_variant_builder_init (&channels, G_VARIANT_TYPE ("ao")); - g_variant_builder_add (&channels, "o", object_path); - - g_variant_dict_init (&props, NULL); - g_variant_dict_insert (&props, TP_PROP_CHANNEL_CHANNEL_TYPE, "s", - TP_IFACE_CHANNEL_TYPE_TEXT); - g_variant_dict_insert (&props, TP_PROP_CHANNEL_TARGET_ENTITY_TYPE, "u", - TP_ENTITY_TYPE_NONE); - g_variant_dict_insert_value (&props, - TP_PROP_CHANNEL_INTERFACE_CONFERENCE1_INITIAL_CHANNELS, - g_variant_builder_end (&channels)); - g_variant_dict_insert_value (&props, - TP_PROP_CHANNEL_INTERFACE_CONFERENCE1_INITIAL_INVITEE_IDS, - g_variant_new_strv (invitees, -1)); + channels[0] = tp_proxy_get_object_path (self); account = empathy_tp_chat_get_account (self); - req = tp_account_channel_request_new (account, - g_variant_dict_end (&props), TP_USER_ACTION_TIME_NOT_USER_ACTION); + req = tp_account_channel_request_new_text (account, + TP_USER_ACTION_TIME_NOT_USER_ACTION); + + tp_account_channel_request_set_conference_initial_channels (req, + channels); + + tp_account_channel_request_set_initial_invitee_ids (req, invitees); + + /* FIXME: InvitationMessage ? */ /* Although this is a MUC, it's anonymous, so CreateChannel is * valid. */ @@ -10,14 +10,14 @@ msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-09-16 14:40+0000\n" -"PO-Revision-Date: 2013-09-16 00:24+0100\n" -"Last-Translator: Josep Sànchez Mesegué <papapep@gmx.com>\n" +"POT-Creation-Date: 2014-03-01 04:27+0000\n" +"PO-Revision-Date: 2014-03-01 17:02+0100\n" +"Last-Translator: Pau Iranzo <paugnu@gmail.com>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bits\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../data/empathy.desktop.in.in.h:1 @@ -43,6 +43,31 @@ msgid "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" msgstr "" "xat;parla;missatgeria instantània;missatge;irc;veuip;gtalk;facebook;jabber;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "" +"L'Empathy és l'aplicació oficial de missatgeria instantània de l'entorn " +"d'escriptori GNOME. L'Empathy pot connectar-se a les xarxes de missatgeria " +"AIM, MSN, Jabber (incloent Facebook i Google Talk), IRC i moltes altres. Podeu " +"xatejar mitjançant text, fer trucades d'àudio i vídeo i fins i tot " +"transferir fitxers, segons el que permeti l'aplicació de xat dels vostres " +"contactes." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "" +"L'Empathy proporciona una missatgeria integrada amb l'escriptori GNOME, per així " +"assegurar-se que mai perdreu un missatge. Podeu respondre als vostres contactes " +"fins i tot sense obrir l'Empathy!" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "S'haurien d'utilitzar gestors de connexions" @@ -490,201 +515,201 @@ msgid "" msgstr "" "Si l'Empathy ha de reduir la precisió de la ubicació per motius de privadesa." -#: ../libempathy/empathy-ft-handler.c:733 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "No s'ha especificat el motiu" -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "S'ha demanat el canvi d'estat" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Heu cancel·lat la transferència del fitxer" -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "L'interlocutor ha cancel·lat la transferència del fitxer" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "S'ha produït un error en enviar el fitxer" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "L'interlocutor no pot enviar el fitxer" -#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:259 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Motiu desconegut" -#: ../libempathy/empathy-ft-handler.c:914 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "S'ha completat la transferència però el fitxer és malmès" -#: ../libempathy/empathy-ft-handler.c:1200 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "El contacte remot no admet la transferència de fitxers" -#: ../libempathy/empathy-ft-handler.c:1256 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "El fitxer seleccionat no és un fitxer normal" -#: ../libempathy/empathy-ft-handler.c:1265 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "El fitxer seleccionat és buit" -#: ../libempathy/empathy-message.c:402 ../src/empathy-call-observer.c:107 +#: ../libempathy/empathy-message.c:385 ../src/empathy-call-observer.c:108 #, c-format msgid "Missed call from %s" msgstr "Us ha trucat %s però no hi éreu" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:406 +#: ../libempathy/empathy-message.c:389 #, c-format msgid "Called %s" msgstr "Trucada de %s" -#: ../libempathy/empathy-message.c:409 +#: ../libempathy/empathy-message.c:392 #, c-format msgid "Call from %s" msgstr "Trucada des de %s" -#: ../libempathy/empathy-utils.c:179 +#: ../libempathy/empathy-utils.c:180 msgid "Available" msgstr "Disponible" -#: ../libempathy/empathy-utils.c:181 +#: ../libempathy/empathy-utils.c:182 msgid "Busy" msgstr "Ocupat" -#: ../libempathy/empathy-utils.c:184 +#: ../libempathy/empathy-utils.c:185 msgid "Away" msgstr "Absent" -#: ../libempathy/empathy-utils.c:186 +#: ../libempathy/empathy-utils.c:187 msgid "Invisible" msgstr "Invisible" -#: ../libempathy/empathy-utils.c:188 +#: ../libempathy/empathy-utils.c:189 msgid "Offline" msgstr "Fora de línia" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:191 +#: ../libempathy/empathy-utils.c:192 msgctxt "presence" msgid "Unknown" msgstr "Desconegut" -#: ../libempathy/empathy-utils.c:231 +#: ../libempathy/empathy-utils.c:232 msgid "No reason specified" msgstr "No s'ha especificat el motiu" -#: ../libempathy/empathy-utils.c:233 ../libempathy/empathy-utils.c:289 +#: ../libempathy/empathy-utils.c:234 ../libempathy/empathy-utils.c:290 msgid "Status is set to offline" msgstr "S'ha establert l'estat a desconnectat" -#: ../libempathy/empathy-utils.c:235 ../libempathy/empathy-utils.c:269 -#: ../libempathy-gtk/empathy-call-utils.c:41 +#: ../libempathy/empathy-utils.c:236 ../libempathy/empathy-utils.c:270 +#: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-new-message-dialog.c:70 msgid "Network error" msgstr "Error de la xarxa" -#: ../libempathy/empathy-utils.c:237 ../libempathy/empathy-utils.c:271 +#: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" msgstr "Ha fallat l'autenticació" -#: ../libempathy/empathy-utils.c:239 ../libempathy/empathy-utils.c:273 +#: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" msgstr "Error de xifratge" -#: ../libempathy/empathy-utils.c:241 +#: ../libempathy/empathy-utils.c:242 msgid "Name in use" msgstr "Nom ja utilitzat" -#: ../libempathy/empathy-utils.c:243 ../libempathy/empathy-utils.c:275 +#: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" msgstr "No s'ha proporcionat el certificat" -#: ../libempathy/empathy-utils.c:245 ../libempathy/empathy-utils.c:277 +#: ../libempathy/empathy-utils.c:246 ../libempathy/empathy-utils.c:278 msgid "Certificate untrusted" msgstr "El certificat no és de confiança" -#: ../libempathy/empathy-utils.c:247 ../libempathy/empathy-utils.c:279 +#: ../libempathy/empathy-utils.c:248 ../libempathy/empathy-utils.c:280 msgid "Certificate expired" msgstr "El certificat ha vençut" -#: ../libempathy/empathy-utils.c:249 ../libempathy/empathy-utils.c:281 +#: ../libempathy/empathy-utils.c:250 ../libempathy/empathy-utils.c:282 msgid "Certificate not activated" msgstr "El certificat no està activat" -#: ../libempathy/empathy-utils.c:251 ../libempathy/empathy-utils.c:283 +#: ../libempathy/empathy-utils.c:252 ../libempathy/empathy-utils.c:284 msgid "Certificate hostname mismatch" msgstr "No coincideix el nom de la màquina del certificat" -#: ../libempathy/empathy-utils.c:253 ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:254 ../libempathy/empathy-utils.c:286 msgid "Certificate fingerprint mismatch" msgstr "No coincideix l'empremta digital del certificat" -#: ../libempathy/empathy-utils.c:255 ../libempathy/empathy-utils.c:287 +#: ../libempathy/empathy-utils.c:256 ../libempathy/empathy-utils.c:288 msgid "Certificate self-signed" msgstr "Certificat signat per un mateix" -#: ../libempathy/empathy-utils.c:257 +#: ../libempathy/empathy-utils.c:258 msgid "Certificate error" msgstr "Error en el certificat" -#: ../libempathy/empathy-utils.c:291 +#: ../libempathy/empathy-utils.c:292 msgid "Encryption is not available" msgstr "L'encriptació no està disponible" -#: ../libempathy/empathy-utils.c:293 +#: ../libempathy/empathy-utils.c:294 msgid "Certificate is invalid" msgstr "El certificat no és vàlid" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:296 msgid "Connection has been refused" msgstr "S'ha rebutjat la connexió" -#: ../libempathy/empathy-utils.c:297 +#: ../libempathy/empathy-utils.c:298 msgid "Connection can't be established" msgstr "No es pot establir la connexió" -#: ../libempathy/empathy-utils.c:299 +#: ../libempathy/empathy-utils.c:300 msgid "Connection has been lost" msgstr "S'ha perdut la connexió" -#: ../libempathy/empathy-utils.c:301 +#: ../libempathy/empathy-utils.c:302 msgid "This account is already connected to the server" msgstr "Aquest compte ja està connectat al servidor" -#: ../libempathy/empathy-utils.c:303 +#: ../libempathy/empathy-utils.c:304 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "" "S'ha reemplaçat la connexió per una altra de nova fent servir el mateix " "recurs" -#: ../libempathy/empathy-utils.c:306 +#: ../libempathy/empathy-utils.c:307 msgid "The account already exists on the server" msgstr "Ja existeix aquest compte al servidor" -#: ../libempathy/empathy-utils.c:308 +#: ../libempathy/empathy-utils.c:309 msgid "Server is currently too busy to handle the connection" msgstr "El servidor està massa ocupat per gestionar la connexió" -#: ../libempathy/empathy-utils.c:310 +#: ../libempathy/empathy-utils.c:311 msgid "Certificate has been revoked" msgstr "S'ha revocat el certificat" -#: ../libempathy/empathy-utils.c:312 +#: ../libempathy/empathy-utils.c:313 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" msgstr "" "El certificat utilitza un algorisme criptògraf no segur o la seva fortalesa " "criptogràfica és feble" -#: ../libempathy/empathy-utils.c:315 +#: ../libempathy/empathy-utils.c:316 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" @@ -692,11 +717,11 @@ msgstr "" "La llargada del certificat del servidor o la profunditat de la cadena de " "certificació excedeix els límits de la biblioteca criptogràfica" -#: ../libempathy/empathy-utils.c:319 +#: ../libempathy/empathy-utils.c:320 msgid "Your software is too old" msgstr "El programari és massa vell" -#: ../libempathy/empathy-utils.c:321 +#: ../libempathy/empathy-utils.c:322 msgid "Internal error" msgstr "Error intern" @@ -714,7 +739,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Ha fallat l'autenticació del compte <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Torna-ho a intentar" @@ -733,64 +758,64 @@ msgstr "" msgid "Remember password" msgstr "Recorda la contrasenya" -#: ../libempathy-gtk/empathy-call-utils.c:36 -#: ../libempathy-gtk/empathy-call-utils.c:54 +#: ../libempathy-gtk/empathy-call-utils.c:37 +#: ../libempathy-gtk/empathy-call-utils.c:55 msgid "There was an error starting the call" msgstr "S'ha produït un error en iniciar la trucada" -#: ../libempathy-gtk/empathy-call-utils.c:43 +#: ../libempathy-gtk/empathy-call-utils.c:44 msgid "The specified contact doesn't support calls" msgstr "El contacte que heu seleccionat no permet trucades" -#: ../libempathy-gtk/empathy-call-utils.c:45 +#: ../libempathy-gtk/empathy-call-utils.c:46 msgid "The specified contact is offline" msgstr "El contacte seleccionat està fora de línia" -#: ../libempathy-gtk/empathy-call-utils.c:47 +#: ../libempathy-gtk/empathy-call-utils.c:48 msgid "The specified contact is not valid" msgstr "El contacte seleccionat no és vàlid" -#: ../libempathy-gtk/empathy-call-utils.c:49 +#: ../libempathy-gtk/empathy-call-utils.c:50 msgid "Emergency calls are not supported on this protocol" msgstr "Aquest protocol no permet fer trucades d'emergència" -#: ../libempathy-gtk/empathy-call-utils.c:51 +#: ../libempathy-gtk/empathy-call-utils.c:52 msgid "You don't have enough credit in order to place this call" msgstr "No teniu prou saldo per fer aquesta trucada" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "No s'ha pogut obrir un xat privat" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "No es pot establir el tema en aquesta conversa" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "No podeu canviar el tema" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "L'ID del contacte no és vàlid" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: neteja tots els missatges de la conversa actual" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <tema>: estableix el tema de la conversa actual" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <ID sala de xat>: entra a una sala de xat nova" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <ID sala de xat>: entra a una sala de xat nova" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -798,23 +823,23 @@ msgstr "" "/part [<identificador de la sala de xat>] [<motiu>]: sortiu de la sala de " "xat, si no s'indica el contrari, l'actual" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <ID d'un contacte> [missatge]: obre un xat privat" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <ID d'un contacte> <missatge>: obre un xat privat" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <sobrenom>: canvieu el vostre sobrenom en el servidor actual" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <missatge>: envia un missatge d'ACCIÓ a la conversa actual" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -824,12 +849,12 @@ msgstr "" "enviar un missatge que comenci per «/». Per exemple: «/say /join s'utilitza " "per entrar a una sala de xat nova»" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "" "/whois <identificador del contacte>: mostra informació sobre el contacte" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -837,127 +862,127 @@ msgstr "" "/help [<ordre>]: mostra totes les ordres possibles. Si s'indica una <ordre> " "es mostra com s'ha d'utilitzar." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Forma d'ús: %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Ordre desconeguda" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Ordre desconeguda, vegeu /help per a la llista d'ordres disponibles" -#: ../libempathy-gtk/empathy-chat.c:1544 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "no hi ha prou saldo per enviar el missatge" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1562 -#: ../libempathy-gtk/empathy-chat.c:1625 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "S'ha produït un error en enviar el missatge «%s»: %s" -#: ../libempathy-gtk/empathy-chat.c:1550 ../libempathy-gtk/empathy-chat.c:1567 -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "S'ha produït un error en enviar el missatge: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "no hi ha prou saldo per enviar el missatge. <a href='%s'>Recarrega</a>." -#: ../libempathy-gtk/empathy-chat.c:1596 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "no es pot realitzar" -#: ../libempathy-gtk/empathy-chat.c:1603 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "desconnectat" -#: ../libempathy-gtk/empathy-chat.c:1606 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "contacte no vàlid" -#: ../libempathy-gtk/empathy-chat.c:1609 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "s'ha denegat el permís" -#: ../libempathy-gtk/empathy-chat.c:1612 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "el missatge és massa llarg" -#: ../libempathy-gtk/empathy-chat.c:1615 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "no implementat" -#: ../libempathy-gtk/empathy-chat.c:1619 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "desconegut" -#: ../libempathy-gtk/empathy-chat.c:1686 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Tema:" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Tema establert a: %s" -#: ../libempathy-gtk/empathy-chat.c:1703 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Tema establert per %s a: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1708 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "No s'ha definit cap tema" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(Cap suggeriment)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Afegeix «%s» al diccionari" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Afegeix «%s» al diccionari %s" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Insereix una emoticona" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 -#: ../libempathy-gtk/empathy-ui-utils.c:815 +#: ../libempathy-gtk/empathy-chat.c:2411 +#: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Envia" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "_Suggeriments d'ortografia" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "No s'han pogut recuperar els registres recents" -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "En/na %s s'ha desconnectat" @@ -965,12 +990,12 @@ msgstr "En/na %s s'ha desconnectat" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "En/na %2$s ha expulsat en/na %1$s" -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "S'ha expulsat en/na %s" @@ -978,17 +1003,17 @@ msgstr "S'ha expulsat en/na %s" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "En/na %2$s ha bandejat en/na %1$s" -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "s'ha bandejat en/na %s" -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "En/na %s ha sortit de la sala" @@ -998,17 +1023,17 @@ msgstr "En/na %s ha sortit de la sala" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "En/na %s ha entrat a la sala" -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "En/na %s ara es diu %s" @@ -1016,82 +1041,82 @@ msgstr "En/na %s ara es diu %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1524 -#: ../src/empathy-call-window.c:1574 ../src/empathy-call-window.c:2653 -#: ../src/empathy-call-window.c:2960 ../src/empathy-event-manager.c:1171 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Fora de línia" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Voleu emmagatzemar aquesta contrasenya?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Recorda-la" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Ara no" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Contrasenya errònia, torneu-ho a intentar:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Aquesta sala és protegida per una contrasenya:" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Uneix-m'hi" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1192 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Connectat" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Conversa" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:263 msgid "Unknown or invalid identifier" msgstr "Identificador desconegut o no vàlid" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:265 msgid "Contact blocking temporarily unavailable" msgstr "No està disponible, temporalment, el blocatge de contactes" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:267 msgid "Contact blocking unavailable" msgstr "No es poden blocar contactes" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:269 msgid "Permission Denied" msgstr "S'ha denegat el permís" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:273 msgid "Could not block contact" msgstr "No s'ha pogut blocar el contacte" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 msgid "Edit Blocked Contacts" msgstr "Editeu els contactes blocats" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:559 -#: ../libempathy-gtk/empathy-individual-widget.c:1539 +#: ../libempathy-gtk/empathy-individual-widget.c:1540 #: ../src/empathy-chatrooms-window.ui.h:2 #: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" @@ -1138,17 +1163,17 @@ msgid "Please let me see when you're online. Thanks!" msgstr "Permeta'm veure quan estàs en línia. Gràcies." #: ../libempathy-gtk/empathy-contact-widget.c:158 -#: ../libempathy-gtk/empathy-individual-widget.c:954 +#: ../libempathy-gtk/empathy-individual-widget.c:955 msgid "Save Avatar" msgstr "Desa l'avatar" #: ../libempathy-gtk/empathy-contact-widget.c:214 -#: ../libempathy-gtk/empathy-individual-widget.c:1012 +#: ../libempathy-gtk/empathy-individual-widget.c:1013 msgid "Unable to save avatar" msgstr "No s'ha pogut desar l'avatar" #: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../src/empathy-import-widget.c:318 +#: ../src/empathy-import-widget.c:319 msgid "Account" msgstr "Compte" @@ -1216,42 +1241,42 @@ msgstr "Seleccioneu" msgid "Group" msgstr "Grup" -#: ../libempathy-gtk/empathy-individual-dialogs.c:108 +#: ../libempathy-gtk/empathy-individual-dialogs.c:109 msgid "New Contact" msgstr "Contacte nou" -#: ../libempathy-gtk/empathy-individual-dialogs.c:183 -#: ../libempathy-gtk/empathy-subscription-dialog.c:120 +#: ../libempathy-gtk/empathy-individual-dialogs.c:184 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "Voleu blocar %s?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:238 -#: ../libempathy-gtk/empathy-subscription-dialog.c:124 +#: ../libempathy-gtk/empathy-individual-dialogs.c:239 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "Segur que voleu blocar «%s» perquè no us contacti més?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:243 +#: ../libempathy-gtk/empathy-individual-dialogs.c:244 msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" msgstr[0] "Es blocarà la identitat següent:" msgstr[1] "Es blocaran les identitats següents:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:250 +#: ../libempathy-gtk/empathy-individual-dialogs.c:251 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" msgstr[0] "No es pot blocar la identitat següent:" msgstr[1] "No es poden blocar les identitats següents:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:260 -#: ../libempathy-gtk/empathy-subscription-dialog.c:129 -#: ../libempathy-gtk/empathy-subscription-dialog.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:261 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "_Bloca" -#: ../libempathy-gtk/empathy-individual-dialogs.c:269 -#: ../libempathy-gtk/empathy-subscription-dialog.c:149 +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "_Informa que aquest contacte es comporta incorrectament" @@ -1278,52 +1303,65 @@ msgstr "" #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:178 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:356 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Seleccioneu el compte amb el que voleu fer la trucada" -#: ../libempathy-gtk/empathy-individual-menu.c:360 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Trucada" -#: ../libempathy-gtk/empathy-individual-menu.c:425 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Mòbil" -#: ../libempathy-gtk/empathy-individual-menu.c:427 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Feina" -#: ../libempathy-gtk/empathy-individual-menu.c:429 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Casa" -#: ../libempathy-gtk/empathy-individual-menu.c:672 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +msgid "Call %s (%s)" +msgstr "Trucada de %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +msgid "Call %s" +msgstr "Trucada de %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "_Bloca el contacte" -#: ../libempathy-gtk/empathy-individual-menu.c:727 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Suprimeix-lo del _grup «%s»" -#: ../libempathy-gtk/empathy-individual-menu.c:748 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Suprimeix i _bloca" -#: ../libempathy-gtk/empathy-individual-menu.c:836 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Segur que voleu suprimir el contacte «%s»?" -#: ../libempathy-gtk/empathy-individual-menu.c:845 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1332,75 +1370,75 @@ msgstr "" "Segur que voleu suprimir el metacontacte «%s»? Tingueu en compte que es " "suprimiran tots els contactes que formen aquest metacontacte." -#: ../libempathy-gtk/empathy-individual-menu.c:856 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Suprimeix el contacte" -#: ../libempathy-gtk/empathy-individual-menu.c:932 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Suprimeix" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1351 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Xat" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1390 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1427 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "Trucada de _veu" -#: ../libempathy-gtk/empathy-individual-menu.c:1464 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Trucada de vídeo" -#: ../libempathy-gtk/empathy-individual-menu.c:1506 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "Converses _anteriors" -#: ../libempathy-gtk/empathy-individual-menu.c:1538 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Envia un fitxer" -#: ../libempathy-gtk/empathy-individual-menu.c:1572 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Comparteix el meu escriptori" -#: ../libempathy-gtk/empathy-individual-menu.c:1599 -#: ../libempathy-gtk/empathy-individual-widget.c:1422 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 +#: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Preferit" -#: ../libempathy-gtk/empathy-individual-menu.c:1628 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "Infor_mació" -#: ../libempathy-gtk/empathy-individual-menu.c:1677 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Edita" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1793 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Se us està convidant a aquesta sala" -#: ../libempathy-gtk/empathy-individual-menu.c:1839 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Convida a la sala de xat" -#: ../libempathy-gtk/empathy-individual-menu.c:2035 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Afegeix un contacte…" @@ -1418,133 +1456,133 @@ msgstr "S'està suprimint el grup" msgid "Re_name" msgstr "Rea_nomena" -#: ../libempathy-gtk/empathy-individual-widget.c:360 +#: ../libempathy-gtk/empathy-individual-widget.c:361 msgid "Channels:" msgstr "Canals:" -#: ../libempathy-gtk/empathy-individual-widget.c:511 +#: ../libempathy-gtk/empathy-individual-widget.c:512 msgid "Country ISO Code:" msgstr "Codi ISO del país:" -#: ../libempathy-gtk/empathy-individual-widget.c:513 +#: ../libempathy-gtk/empathy-individual-widget.c:514 msgid "Country:" msgstr "País:" -#: ../libempathy-gtk/empathy-individual-widget.c:515 +#: ../libempathy-gtk/empathy-individual-widget.c:516 msgid "State:" msgstr "Estat:" -#: ../libempathy-gtk/empathy-individual-widget.c:517 +#: ../libempathy-gtk/empathy-individual-widget.c:518 msgid "City:" msgstr "Ciutat:" -#: ../libempathy-gtk/empathy-individual-widget.c:519 +#: ../libempathy-gtk/empathy-individual-widget.c:520 msgid "Area:" msgstr "Àrea:" -#: ../libempathy-gtk/empathy-individual-widget.c:521 +#: ../libempathy-gtk/empathy-individual-widget.c:522 msgid "Postal Code:" msgstr "Codi postal:" -#: ../libempathy-gtk/empathy-individual-widget.c:523 +#: ../libempathy-gtk/empathy-individual-widget.c:524 msgid "Street:" msgstr "Carrer:" -#: ../libempathy-gtk/empathy-individual-widget.c:525 +#: ../libempathy-gtk/empathy-individual-widget.c:526 msgid "Building:" msgstr "Edifici:" -#: ../libempathy-gtk/empathy-individual-widget.c:527 +#: ../libempathy-gtk/empathy-individual-widget.c:528 msgid "Floor:" msgstr "Planta:" -#: ../libempathy-gtk/empathy-individual-widget.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:530 msgid "Room:" msgstr "Habitació:" -#: ../libempathy-gtk/empathy-individual-widget.c:531 +#: ../libempathy-gtk/empathy-individual-widget.c:532 msgid "Text:" msgstr "Text:" -#: ../libempathy-gtk/empathy-individual-widget.c:533 +#: ../libempathy-gtk/empathy-individual-widget.c:534 msgid "Description:" msgstr "Descripció:" -#: ../libempathy-gtk/empathy-individual-widget.c:535 +#: ../libempathy-gtk/empathy-individual-widget.c:536 msgid "URI:" msgstr "URI:" -#: ../libempathy-gtk/empathy-individual-widget.c:537 +#: ../libempathy-gtk/empathy-individual-widget.c:538 msgid "Accuracy Level:" msgstr "Nivell de precisió:" -#: ../libempathy-gtk/empathy-individual-widget.c:539 +#: ../libempathy-gtk/empathy-individual-widget.c:540 msgid "Error:" msgstr "Error:" -#: ../libempathy-gtk/empathy-individual-widget.c:541 +#: ../libempathy-gtk/empathy-individual-widget.c:542 msgid "Vertical Error (meters):" msgstr "Error vertical (metres):" -#: ../libempathy-gtk/empathy-individual-widget.c:543 +#: ../libempathy-gtk/empathy-individual-widget.c:544 msgid "Horizontal Error (meters):" msgstr "Error horitzontal (metres):" -#: ../libempathy-gtk/empathy-individual-widget.c:545 +#: ../libempathy-gtk/empathy-individual-widget.c:546 msgid "Speed:" msgstr "Velocitat:" -#: ../libempathy-gtk/empathy-individual-widget.c:547 +#: ../libempathy-gtk/empathy-individual-widget.c:548 msgid "Bearing:" msgstr "Direcció:" -#: ../libempathy-gtk/empathy-individual-widget.c:549 +#: ../libempathy-gtk/empathy-individual-widget.c:550 msgid "Climb Speed:" msgstr "Velocitat de pujada:" -#: ../libempathy-gtk/empathy-individual-widget.c:551 +#: ../libempathy-gtk/empathy-individual-widget.c:552 msgid "Last Updated on:" msgstr "Última actualització a:" -#: ../libempathy-gtk/empathy-individual-widget.c:553 +#: ../libempathy-gtk/empathy-individual-widget.c:554 msgid "Longitude:" msgstr "Longitud:" -#: ../libempathy-gtk/empathy-individual-widget.c:555 +#: ../libempathy-gtk/empathy-individual-widget.c:556 msgid "Latitude:" msgstr "Latitud:" -#: ../libempathy-gtk/empathy-individual-widget.c:557 +#: ../libempathy-gtk/empathy-individual-widget.c:558 msgid "Altitude:" msgstr "Altitud:" -#: ../libempathy-gtk/empathy-individual-widget.c:649 -#: ../libempathy-gtk/empathy-individual-widget.c:664 +#: ../libempathy-gtk/empathy-individual-widget.c:650 +#: ../libempathy-gtk/empathy-individual-widget.c:665 #: ../src/empathy-preferences.ui.h:35 msgid "Location" msgstr "Ubicació" #. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-individual-widget.c:666 +#: ../libempathy-gtk/empathy-individual-widget.c:667 #, c-format msgid "%s, %s" msgstr "%s el %s" -#: ../libempathy-gtk/empathy-individual-widget.c:715 +#: ../libempathy-gtk/empathy-individual-widget.c:716 msgid "%B %e, %Y at %R UTC" msgstr "%e de %B de %Y a les %R UTC" #. Alias -#: ../libempathy-gtk/empathy-individual-widget.c:1358 +#: ../libempathy-gtk/empathy-individual-widget.c:1359 msgid "Alias:" msgstr "Àlies:" #. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-individual-widget.c:1567 +#: ../libempathy-gtk/empathy-individual-widget.c:1568 msgid "Identifier:" msgstr "Identificador:" -#: ../libempathy-gtk/empathy-individual-widget.c:1706 +#: ../libempathy-gtk/empathy-individual-widget.c:1707 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -1582,136 +1620,136 @@ msgstr "" "seleccioneu <span style=\"italic\">Edita → Comptes</span> a la llista de " "contactes." -#: ../libempathy-gtk/empathy-log-window.c:630 +#: ../libempathy-gtk/empathy-log-window.c:631 msgid "History" msgstr "Historial" -#: ../libempathy-gtk/empathy-log-window.c:685 +#: ../libempathy-gtk/empathy-log-window.c:686 msgid "Show" msgstr "Mostra" -#: ../libempathy-gtk/empathy-log-window.c:707 +#: ../libempathy-gtk/empathy-log-window.c:708 msgid "Search" msgstr "Cerca" -#: ../libempathy-gtk/empathy-log-window.c:1158 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Xat a %s" -#: ../libempathy-gtk/empathy-log-window.c:1160 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Xat amb %s" -#: ../libempathy-gtk/empathy-log-window.c:1210 -#: ../libempathy-gtk/empathy-log-window.c:1354 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A %e de %B de %Y a les %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1297 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1303 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1378 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s segon" msgstr[1] "%s segons" -#: ../libempathy-gtk/empathy-log-window.c:1385 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s minut" msgstr[1] "%s minuts" -#: ../libempathy-gtk/empathy-log-window.c:1393 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "La trucada va durar %s i es va acabar a les %s" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Avui" -#: ../libempathy-gtk/empathy-log-window.c:1728 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Ahir" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1743 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e de %B de %Y" -#: ../libempathy-gtk/empathy-log-window.c:1847 -#: ../libempathy-gtk/empathy-log-window.c:3470 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "En qualsevol moment" -#: ../libempathy-gtk/empathy-log-window.c:1946 -#: ../libempathy-gtk/empathy-log-window.c:2405 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Qualsevol" -#: ../libempathy-gtk/empathy-log-window.c:2718 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Qui" -#: ../libempathy-gtk/empathy-log-window.c:2927 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Quan" -#: ../libempathy-gtk/empathy-log-window.c:3045 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "El que sigui" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Xats de text" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Trucades" -#: ../libempathy-gtk/empathy-log-window.c:3052 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Trucades entrants" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Trucades de sortida" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Trucades perdudes" -#: ../libempathy-gtk/empathy-log-window.c:3074 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Què" -#: ../libempathy-gtk/empathy-log-window.c:3763 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Segur que voleu suprimir tots els registres de les converses anteriors?" -#: ../libempathy-gtk/empathy-log-window.c:3767 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Neteja-ho tot" -#: ../libempathy-gtk/empathy-log-window.c:3774 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Suprimeix a partir de:" @@ -1733,7 +1771,7 @@ msgid "Profile" msgstr "Perfil" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Xat" @@ -1943,31 +1981,31 @@ msgstr "La trucada de veu ha finalitzat" msgid "Edit Custom Messages" msgstr "Edita els missatges personalitzats" -#: ../libempathy-gtk/empathy-subscription-dialog.c:233 +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" msgstr "Sol·licitud de subscripció" -#: ../libempathy-gtk/empathy-subscription-dialog.c:239 -#: ../src/empathy-event-manager.c:1109 +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s vol poder saber quan esteu en línia" -#: ../libempathy-gtk/empathy-subscription-dialog.c:280 -#: ../src/empathy-event-manager.c:723 +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Declina" -#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 msgid "_Accept" msgstr "_Accepta" -#: ../libempathy-gtk/empathy-theme-adium.c:1217 +#: ../libempathy-gtk/empathy-theme-adium.c:1218 #, c-format msgid "Message edited at %s" msgstr "S'ha editat el missatge a les %s" -#: ../libempathy-gtk/empathy-theme-adium.c:1919 +#: ../libempathy-gtk/empathy-theme-adium.c:1920 msgid "Normal" msgstr "Normal" @@ -2049,19 +2087,19 @@ msgstr "Recorda aquesta decisió per a connexions futures" msgid "Certificate Details" msgstr "Dades del certificat" -#: ../libempathy-gtk/empathy-ui-utils.c:685 +#: ../libempathy-gtk/empathy-ui-utils.c:679 msgid "Unable to open URI" msgstr "No s'ha pogut obrir l'URI" -#: ../libempathy-gtk/empathy-ui-utils.c:809 +#: ../libempathy-gtk/empathy-ui-utils.c:803 msgid "Select a file" msgstr "Seleccioneu un fitxer" -#: ../libempathy-gtk/empathy-ui-utils.c:883 +#: ../libempathy-gtk/empathy-ui-utils.c:877 msgid "Insufficient free space to save file" msgstr "No hi ha prou espai lliure per desar el fitxer" -#: ../libempathy-gtk/empathy-ui-utils.c:891 +#: ../libempathy-gtk/empathy-ui-utils.c:885 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " @@ -2070,7 +2108,7 @@ msgstr "" "Es necessita %s d'espai lliure per desar el fitxer, però només hi ha %s." "Seleccioneu una altra ubicació." -#: ../libempathy-gtk/empathy-ui-utils.c:937 +#: ../libempathy-gtk/empathy-ui-utils.c:931 #, c-format msgid "Incoming file from %s" msgstr "%s us envia un fitxer" @@ -2109,54 +2147,11 @@ msgstr "Sense grup" msgid "Server cannot find contact: %s" msgstr "El servidor no pot trobar el contacte: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "No hi ha missatge d'error" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Missatgeria instantània (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"L'Empathy és programari lliure; podeu redistribuir-lo i/o modificar-lo sota " -"els termes de la Llicència Pública General GNU tal com ha estat publicada " -"per la Free Software Foundation; bé sota la versió 2 de la Llicència o bé " -"(si ho preferiu) sota qualsevol versió posterior." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"L'Empathy es distribueix amb l'expectativa que serà útil, però SENSE CAP " -"GARANTIA; fins i tot la garantia implícita de COMERCIALITZACIÓ o ADEQUACIÓ " -"PER UN PROPÒSIT PARTICULAR. Vegeu la Llicència Pública General GNU per " -"obtenir-ne més detalls." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Hauríeu d'haver rebut una còpia de la Llicència Pública General GNU " -"juntament amb l'Empathy; en cas contrari, escriviu a la Free Software " -"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 " -"USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Un client de missatgeria instantània per al GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Jordi Mallach <jordi@sindominio.net>\n" @@ -2202,29 +2197,29 @@ msgstr "Hi ha modificacions no desades en el compte %.50s." msgid "Your new account has not been saved yet." msgstr "Encara no heu desat el vostre compte nou." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1266 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "S'està connectant…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Fora de línia — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Fora de línia — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Fora de línia — No hi ha connexió de xarxa" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Estat desconegut" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2234,28 +2229,28 @@ msgstr "" "discontinuat. Instal·leu el telepathy-haze i reinicieu la sessió per migrar " "el compte." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Fora de línia — Compte inhabilitat" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Edició dels paràmetres de la connexió" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Edita els paràmetres de connexió…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Voleu suprimir %.50s de l'ordinador?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Amb això no se suprimirà el vostre compte del servidor." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2264,24 +2259,24 @@ msgstr "" "canvis fets fins ara. Segur que voleu continuar?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Habilitat" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Reanomena" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Omet" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Connecta" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2290,7 +2285,7 @@ msgstr "" "fets fins ara. Segur que voleu continuar?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Comptes de missatgeria i VoIP" @@ -2326,23 +2321,23 @@ msgstr " - Client d'autenticació de l'Empathy" msgid "Empathy authentication client" msgstr "Client d'autenticació de l'Empathy" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "No connectis en iniciar" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "No mostris la llista de contactes ni cap altre diàleg en iniciar" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Client de missatgeria instantània Empathy" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "S'ha produït un error en contactar amb el gestor de comptes" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2355,44 +2350,44 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "En una trucada" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- Client d'àudio/vídeo de l'Empathy" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Client d'àudio/vídeo de l'Empathy" -#: ../src/empathy-call-observer.c:110 +#: ../src/empathy-call-observer.c:111 #, c-format msgid "%s just tried to call you, but you were in another call." msgstr "%s us ha intentat trucar però estàveu en una altra conversa." -#: ../src/empathy-call-window.c:1541 ../src/empathy-event-manager.c:502 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Trucada entrant" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Trucada de videoconferència d'en/na %s" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:510 -#: ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Trucada entrant d'en/na %s" -#: ../src/empathy-call-window.c:1551 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Rebutja" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2400,60 +2395,60 @@ msgstr "Contesta" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1922 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Trucada amb %s" -#: ../src/empathy-call-window.c:2174 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "L'adreça IP des del punt de vista de la màquina" -#: ../src/empathy-call-window.c:2176 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "L'adreça IP des del punt de vista d'un servidor d'Internet" -#: ../src/empathy-call-window.c:2178 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "L'adreça IP d'un igual vist per l'altre l'igual" -#: ../src/empathy-call-window.c:2180 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "L'adreça IP d'un servidor de repetició" -#: ../src/empathy-call-window.c:2182 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "L'adreça IP del grup de multidestinació" -#: ../src/empathy-call-window.c:2596 ../src/empathy-call-window.c:2597 #: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Desconegut" -#: ../src/empathy-call-window.c:2958 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "En espera" -#: ../src/empathy-call-window.c:2962 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Silenci" -#: ../src/empathy-call-window.c:2964 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Durada" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2967 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3063 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Detalls tècnics" -#: ../src/empathy-call-window.c:3102 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2462,7 +2457,7 @@ msgstr "" "El programari d'en/na %s no té cap format d'àudio dels que teniu en el " "vostre ordinador" -#: ../src/empathy-call-window.c:3107 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2471,7 +2466,7 @@ msgstr "" "El programari d'en/na %s no té cap format de vídeo dels que teniu en el " "vostre ordinador" -#: ../src/empathy-call-window.c:3113 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2480,25 +2475,25 @@ msgstr "" "No s'ha pogut connectar amb en/na %s. Algú dels dos deu estar en una xarxa " "que no permet connexions directes." -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Hi ha hagut una fallada en la xarxa" -#: ../src/empathy-call-window.c:3123 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Els formats d'àudio necessaris per a aquesta trucada no estan instal·lats en " "aquest ordinador" -#: ../src/empathy-call-window.c:3126 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" -"Els formats de vídeo necessaris per a aquesta trucada no estan instal·lats en " -"aquest ordinador" +"Els formats de vídeo necessaris per a aquesta trucada no estan instal·lats " +"en aquest ordinador" -#: ../src/empathy-call-window.c:3138 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2509,32 +2504,32 @@ msgstr "" "\">Informeu d'aquesta errada</a> i adjunteu-hi els registres recollits a la " "finestra «Depuració» del menú Ajuda." -#: ../src/empathy-call-window.c:3147 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Hi ha hagut una fallada en el motor de trucada" -#: ../src/empathy-call-window.c:3150 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "S'ha arribat al final del flux" -#: ../src/empathy-call-window.c:3190 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "No s'ha pogut establir el flux d'àudio" -#: ../src/empathy-call-window.c:3200 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "No s'ha pogut establir el flux de vídeo" -#: ../src/empathy-call-window.c:3237 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "El saldo actual és de %s." -#: ../src/empathy-call-window.c:3241 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "No teniu prou saldo per fer aquesta trucada." -#: ../src/empathy-call-window.c:3243 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Recarrega" @@ -2650,7 +2645,7 @@ msgstr "Candidat local:" msgid "Audio" msgstr "Àudio" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Client de xat Empathy" @@ -2670,11 +2665,11 @@ msgstr "Connecta automàticament" msgid "Manage Favorite Rooms" msgstr "Gestiona les sales preferides" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Voleu tancar aquesta finestra?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2683,7 +2678,7 @@ msgstr "" "Si tanqueu la finestra sortireu de %s. No rebreu cap més missatge fins que " "no hi torneu a entrar." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2698,12 +2693,12 @@ msgstr[1] "" "Si tanqueu la finestra sortireu de %u sales de xat. No rebreu més missatges " "fins que no hi torneu a entrar." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Voleu sortir de %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2711,54 +2706,54 @@ msgstr "" "No rebreu cap més missatge d'aquesta sala de xat fins que no hi torneu a " "entrar-hi." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Tanca la finestra" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Surt de la sala" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d sense llegir)" msgstr[1] "%s (%d sense llegir)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (i %u altre)" msgstr[1] "%s (i %u altres)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d sense llegir d'altres)" msgstr[1] "%s (%d sense llegir d'altres)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d sense llegir de tots)" msgstr[1] "%s (%d sense llegir de tots)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "S'està enviant %d missatge" msgstr[1] "S'estan enviant %d missatges" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "S'està escrivint un missatge." @@ -2830,76 +2825,76 @@ msgstr "Mou la pestanya a la d_reta" msgid "_Detach Tab" msgstr "D_esenganxa la pestanya" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Mostra un servei en concret" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Depurador de l'Empathy" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Depurador de l'Empathy" -#: ../src/empathy-debug-window.c:1590 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Desa" -#: ../src/empathy-debug-window.c:1650 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Enllaç al Pastebin" -#: ../src/empathy-debug-window.c:1659 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Resposta del Pastebin" -#: ../src/empathy-debug-window.c:1666 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "Hi ha massa dades per un sol Pastebin. Deseu els registres a un fitxer." -#: ../src/empathy-debug-window.c:1848 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Finestra de depuració" -#: ../src/empathy-debug-window.c:1908 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Envia-ho a Pastebin" -#: ../src/empathy-debug-window.c:1952 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Fes una pausa" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Nivell " -#: ../src/empathy-debug-window.c:1983 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Depura" -#: ../src/empathy-debug-window.c:1988 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Informació" -#: ../src/empathy-debug-window.c:1993 ../src/empathy-debug-window.c:2073 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Missatge" -#: ../src/empathy-debug-window.c:1998 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Avís" -#: ../src/empathy-debug-window.c:2003 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Crític" -#: ../src/empathy-debug-window.c:2008 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Error" -#: ../src/empathy-debug-window.c:2021 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2918,23 +2913,23 @@ msgstr "" "formulari per limitar la visibilitat del vostre informe als desenvolupadors " "de l'Empathy." -#: ../src/empathy-debug-window.c:2053 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Hora" -#: ../src/empathy-debug-window.c:2056 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domini" -#: ../src/empathy-debug-window.c:2059 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Categoria" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Nivell" -#: ../src/empathy-debug-window.c:2096 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." @@ -2942,70 +2937,70 @@ msgstr "" "El gestor de connexions seleccionat no permet utilitzar l'extensió de " "depuració remota." -#: ../src/empathy-event-manager.c:502 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Trucada de vídeo entrant" -#: ../src/empathy-event-manager.c:506 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "En/na %s us està trucant per videoconferència, voleu contestar?" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "En/na %s us està trucant, voleu contestar?" -#: ../src/empathy-event-manager.c:535 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Refusa" -#: ../src/empathy-event-manager.c:543 ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Contesta" -#: ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Contesta amb vídeo" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Invitació a la sala" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Us han convidat a entrar a %s" -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "En/na %s us convida a entrar a %s" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Uneix-m'hi" -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "En/na %s us ha convidat a entrar a %s" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Us han convidat a entrar a %s" -#: ../src/empathy-event-manager.c:950 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Transferència de fitxers entrant d'en/na %s" -#: ../src/empathy-event-manager.c:978 ../src/empathy-roster-window.c:213 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Cal la contrasenya" -#: ../src/empathy-event-manager.c:1115 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3144,28 +3139,28 @@ msgid "Import Accounts" msgstr "Importa els comptes" #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:298 +#: ../src/empathy-import-widget.c:299 msgid "Import" msgstr "Importa" -#: ../src/empathy-import-widget.c:307 +#: ../src/empathy-import-widget.c:308 msgid "Protocol" msgstr "Protocol" -#: ../src/empathy-import-widget.c:331 +#: ../src/empathy-import-widget.c:332 msgid "Source" msgstr "Font" -#: ../src/empathy-invite-participant-dialog.c:196 -#: ../src/empathy-invite-participant-dialog.c:224 +#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:225 msgid "Invite Participant" msgstr "Convida un participant" -#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:198 msgid "Choose a contact to invite into the conversation:" msgstr "Seleccioneu un contacte per convidar-lo a la conversa:" -#: ../src/empathy-invite-participant-dialog.c:220 +#: ../src/empathy-invite-participant-dialog.c:221 msgid "Invite" msgstr "Convida" @@ -3272,79 +3267,79 @@ msgstr "Accepta" msgid "Provide" msgstr "Proporciona" -#: ../src/empathy-preferences.c:137 +#: ../src/empathy-preferences.c:138 msgid "Message received" msgstr "Missatge rebut" -#: ../src/empathy-preferences.c:138 +#: ../src/empathy-preferences.c:139 msgid "Message sent" msgstr "Missatge enviat" -#: ../src/empathy-preferences.c:139 +#: ../src/empathy-preferences.c:140 msgid "New conversation" msgstr "Conversa nova" -#: ../src/empathy-preferences.c:140 +#: ../src/empathy-preferences.c:141 msgid "Contact comes online" msgstr "El contacte s'ha connectat" -#: ../src/empathy-preferences.c:141 +#: ../src/empathy-preferences.c:142 msgid "Contact goes offline" msgstr "El contacte s'ha desconnectat" -#: ../src/empathy-preferences.c:142 +#: ../src/empathy-preferences.c:143 msgid "Account connected" msgstr "Compte connectat" -#: ../src/empathy-preferences.c:143 +#: ../src/empathy-preferences.c:144 msgid "Account disconnected" msgstr "Compte desconnectat" -#: ../src/empathy-preferences.c:374 +#: ../src/empathy-preferences.c:369 msgid "Language" msgstr "Llengua" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:625 +#: ../src/empathy-preferences.c:620 msgid "Juliet" msgstr "Julieta" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:632 +#: ../src/empathy-preferences.c:627 msgid "Romeo" msgstr "Romeu" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:638 +#: ../src/empathy-preferences.c:633 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "O Romeu, Romeu! Per què ets tu Romeu?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:642 +#: ../src/empathy-preferences.c:637 msgid "Deny thy father and refuse thy name;" msgstr "Nega el teu pare i rebutja el teu nom." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:645 +#: ../src/empathy-preferences.c:640 msgid "Or if thou wilt not, be but sworn my love" msgstr "O, si no vols, jura'm el teu amor" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:648 +#: ../src/empathy-preferences.c:643 msgid "And I'll no longer be a Capulet." msgstr "I deixaré jo de ser una Capulet." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:651 +#: ../src/empathy-preferences.c:646 msgid "Shall I hear more, or shall I speak at this?" msgstr "L'escolto més estona, o li responc?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:654 +#: ../src/empathy-preferences.c:649 msgid "Juliet has disconnected" msgstr "La Julieta s'ha desconnectat" -#: ../src/empathy-preferences.c:1020 +#: ../src/empathy-preferences.c:1015 msgid "Preferences" msgstr "Preferències" @@ -3356,7 +3351,7 @@ msgstr "Mostra els grups" msgid "Show account balances" msgstr "Mostra el saldo dels comptes" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2264 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2302 msgid "Contact List" msgstr "Llista de contactes" @@ -3508,90 +3503,90 @@ msgstr "Variant:" msgid "Themes" msgstr "Temes" -#: ../src/empathy-roster-window.c:230 +#: ../src/empathy-roster-window.c:231 msgid "Provide Password" msgstr "Introduïu la contrasenya" -#: ../src/empathy-roster-window.c:236 +#: ../src/empathy-roster-window.c:237 msgid "Disconnect" msgstr "Desconnecta" -#: ../src/empathy-roster-window.c:493 +#: ../src/empathy-roster-window.c:494 msgid "You need to set up an account to see contacts here." msgstr "Heu de configurar un compte per veure'n els contactes aquí." -#: ../src/empathy-roster-window.c:569 +#: ../src/empathy-roster-window.c:570 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" "No podeu utilitzar els comptes de %s fins que no actualitzeu el programari " "de %s." -#: ../src/empathy-roster-window.c:670 +#: ../src/empathy-roster-window.c:671 msgid "Windows Live" msgstr "Windows Live" -#: ../src/empathy-roster-window.c:672 +#: ../src/empathy-roster-window.c:673 msgid "Google Talk" msgstr "Google Talk" -#: ../src/empathy-roster-window.c:674 +#: ../src/empathy-roster-window.c:675 msgid "Facebook" msgstr "Facebook" #. translators: %s is an account name like 'Facebook' or 'Google Talk' -#: ../src/empathy-roster-window.c:689 +#: ../src/empathy-roster-window.c:690 #, c-format msgid "%s account requires authorisation" msgstr "El compte %s requereix una autorització" -#: ../src/empathy-roster-window.c:700 +#: ../src/empathy-roster-window.c:701 msgid "Online Accounts" msgstr " Comptes en línia" -#: ../src/empathy-roster-window.c:747 +#: ../src/empathy-roster-window.c:748 msgid "Update software…" msgstr "Actualitza el programari…" -#: ../src/empathy-roster-window.c:753 +#: ../src/empathy-roster-window.c:754 msgid "Reconnect" msgstr "Torna a connectar" -#: ../src/empathy-roster-window.c:757 +#: ../src/empathy-roster-window.c:758 msgid "Edit Account" msgstr "Edita el compte" -#: ../src/empathy-roster-window.c:762 +#: ../src/empathy-roster-window.c:763 msgid "Close" msgstr "Tanca" -#: ../src/empathy-roster-window.c:904 +#: ../src/empathy-roster-window.c:905 msgid "Top up account" msgstr "Recarrega el compte" -#: ../src/empathy-roster-window.c:1590 +#: ../src/empathy-roster-window.c:1627 msgid "You need to enable one of your accounts to see contacts here." msgstr "Heu d'habilitar com a mínim un compte per veure contactes aquí." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1598 +#: ../src/empathy-roster-window.c:1635 #, c-format msgid "You need to enable %s to see contacts here." msgstr "Heu d'habilitar %s per veure contactes aquí." -#: ../src/empathy-roster-window.c:1676 +#: ../src/empathy-roster-window.c:1713 msgid "Change your presence to see contacts here" msgstr "Canvieu el vostre estat per veure els contactes" -#: ../src/empathy-roster-window.c:1685 +#: ../src/empathy-roster-window.c:1722 msgid "No match found" msgstr "No s'ha trobat cap coincidència" -#: ../src/empathy-roster-window.c:1692 -msgid "You haven't added any contact yet" +#: ../src/empathy-roster-window.c:1729 +msgid "You haven't added any contacts yet" msgstr "Encara no heu afegit cap contacte" -#: ../src/empathy-roster-window.c:1695 +#: ../src/empathy-roster-window.c:1732 msgid "No online contacts" msgstr "No hi ha cap contacte en línia" @@ -3654,8 +3649,8 @@ msgid "Help" msgstr "Ajuda" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Quant a l'Empathy" +msgid "About" +msgstr "Quant a" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3695,3 +3690,44 @@ msgstr "Edita les opcions del compte %s" #: ../ubuntu-online-accounts/empathy.application.in.h:1 msgid "Integrate your IM accounts" msgstr "Integreu els vostres comptes de missatgeria instantània" + +#~ msgid "No error message" +#~ msgstr "No hi ha missatge d'error" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Missatgeria instantània (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "L'Empathy és programari lliure; podeu redistribuir-lo i/o modificar-lo " +#~ "sota els termes de la Llicència Pública General GNU tal com ha estat " +#~ "publicada per la Free Software Foundation; bé sota la versió 2 de la " +#~ "Llicència o bé (si ho preferiu) sota qualsevol versió posterior." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "L'Empathy es distribueix amb l'expectativa que serà útil, però SENSE CAP " +#~ "GARANTIA; fins i tot la garantia implícita de COMERCIALITZACIÓ o " +#~ "ADEQUACIÓ PER UN PROPÒSIT PARTICULAR. Vegeu la Llicència Pública General " +#~ "GNU per obtenir-ne més detalls." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Hauríeu d'haver rebut una còpia de la Llicència Pública General GNU " +#~ "juntament amb l'Empathy; en cas contrari, escriviu a la Free Software " +#~ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " +#~ "02110-130159 USA" + +#~ msgid "About Empathy" +#~ msgstr "Quant a l'Empathy" @@ -297,14 +297,14 @@ msgstr "" # is chat different than conversation? #: ../data/org.gnome.Empathy.gschema.xml.h:50 msgid "Pop up notifications if the chat isn't focused" -msgstr "Vyskakující upozornění, pokud není vybrána konverzace" +msgstr "Zobrazovat vyskakovací upozornění, pokud není vybrána konverzace" #: ../data/org.gnome.Empathy.gschema.xml.h:51 msgid "" "Whether to show a popup notification when receiving a new message even if " "the chat is already opened, but not focused." msgstr "" -"Zdali zobrazovat vyskakující upozornění na novou zprávu, i když konverzace " +"Zdali zobrazovat vyskakovací upozornění na novou zprávu, i když konverzace " "byla již otevřena, ale není vybrána." # is chat different than conversation? @@ -609,7 +609,7 @@ msgstr "Chyba sítě" #: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" -msgstr "Autentizace selhala" +msgstr "Ověření selhalo" #: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" @@ -617,7 +617,7 @@ msgstr "Chyba šifrování" #: ../libempathy/empathy-utils.c:242 msgid "Name in use" -msgstr "Jméno používáno" +msgstr "Jméno je používáno" #: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" @@ -1280,7 +1280,7 @@ msgstr "Upravit informace o kontaktu" #. Translators: the heading at the top of the Information dialogue #: ../libempathy-gtk/empathy-individual-information-dialog.c:283 msgid "Linked Contacts" -msgstr "Pospojované kontakty" +msgstr "Propojené kontakty" #: ../libempathy-gtk/empathy-individual-information-dialog.c:322 msgid "gnome-contacts not installed" @@ -1359,8 +1359,8 @@ msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " "remove all the contacts which make up this linked contact." msgstr "" -"Opravdu chcete odstranit pospojovaný kontakt „%s“? Uvědomte si, že tím se " -"odstraní všechny kontakty, které tento pospojovaný kontakt tvoří." +"Opravdu chcete odstranit propojený kontakt „%s“? Uvědomte si, že tím se " +"odstraní všechny kontakty, které tento propojený kontakt tvoří." #: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" @@ -1396,11 +1396,11 @@ msgstr "_Videohovor" #: ../libempathy-gtk/empathy-individual-menu.c:1529 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" -msgstr "_Předchozí konverzace" +msgstr "_Dřívější konverzace" #: ../libempathy-gtk/empathy-individual-menu.c:1561 msgid "Send File" -msgstr "Odeslat soubor" +msgstr "Poslat soubor" #: ../libempathy-gtk/empathy-individual-menu.c:1595 msgid "Share My Desktop" @@ -1578,9 +1578,9 @@ msgstr "Identifikátor:" #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" -msgstr[0] "Pospojovaný kontakt obsahující %u kontakt" -msgstr[1] "Pospojovaný kontakt obsahující %u kontakty" -msgstr[2] "Pospojovaný kontakt obsahující %u kontaktů" +msgstr[0] "Propojený kontakt obsahující %u kontakt" +msgstr[1] "Propojený kontakt obsahující %u kontakty" +msgstr[2] "Propojený kontakt obsahující %u kontaktů" #: ../libempathy-gtk/empathy-individual-widget.ui.h:1 msgid "<b>Location</b> at (date)" @@ -1973,7 +1973,7 @@ msgstr "Hovor ukončen" #: ../libempathy-gtk/empathy-status-preset-dialog.c:295 msgid "Edit Custom Messages" -msgstr "Upravit vlastní zprávy" +msgstr "Úprava vlastních zpráv" #: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" @@ -3653,11 +3653,11 @@ msgstr "_Místnosti" #: ../src/empathy-roster-window-menubar.ui.h:8 msgid "_Join…" -msgstr "Připo_jit…" +msgstr "V_stoupit…" #: ../src/empathy-roster-window-menubar.ui.h:9 msgid "Join _Favorites" -msgstr "Připojit se do _oblíbených" +msgstr "Vstoupit se do _oblíbených" #: ../src/empathy-roster-window-menubar.ui.h:10 msgid "_Manage Favorites" @@ -3,7 +3,7 @@ # Ole Laursen <olau@hardworking.dk>, 2003, 04, 06. # David Nielsen <dnielsen@breakmygentoo.net>, 2002, 06. # M.P. Rommedahl <lhademmor@gmail.com>, 2008. -# Kenneth Nielsen <k.nielsen81@gmail.com>, 2009-2013. +# Kenneth Nielsen <k.nielsen81@gmail.com>, 2009-2014. # Ask Hjorth Larsen <asklarsen@gmail.com>, 2010. # # Konventioner: @@ -26,8 +26,8 @@ msgid "" msgstr "" "Project-Id-Version: Empathy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-16 21:13+0200\n" -"PO-Revision-Date: 2013-09-16 21:07+0200\n" +"POT-Creation-Date: 2014-03-23 19:17+0100\n" +"PO-Revision-Date: 2014-03-21 15:02+0100\n" "Last-Translator: Kenneth Nielsen <k.nielsen81@gmail.com>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language: da\n" @@ -58,6 +58,30 @@ msgid "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" msgstr "" "chat;tale;im;besked;irc;vopi;gtalk;gacebook;jabber;kvikbesked;lynbesked;snak;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "" +"Empathy er det officielle chatprogram til GNOME-skrivebordsmiljøet. Empathy " +"kan forbinde til AIM, MSN, Jabber (inklusive Facebook og Google Talk), IRC " +"og mange andre beskednetværk. Du kan chatte med tekst, lave lyd- og video-" +"opkald eller enddog overføre filer, afhængigt af hvad din kontaktpersons " +"chatprogram tillader." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "" +"Empathy giver integreret chat med GNOME-skrivebordet, sådan så du aldrig går " +"glip af en besked. Du kan svare dine kontaktpersoner selv uden at åbne " +"Empathy!" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "Forbindelseshåndteringer bør bruges" @@ -499,202 +523,202 @@ msgstr "" "Hvorvidt Empathy skal reducere placeringens nøjagtighed af hensyn til " "privatlivet." -#: ../libempathy/empathy-ft-handler.c:733 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Ingen årsag blev angivet" -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Ændringen i tilstand foregik på anmodning" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Du annullerede filoverførslen" -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Den anden deltager annullerede filoverførslen" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Fejl ved forsøg på overførsel af filen" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Den anden deltager er ikke i stand til at overføre filen" -#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:259 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Ukendt årsag" -#: ../libempathy/empathy-ft-handler.c:914 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Filoverførsel fuldført, men filen blev beskadiget" -#: ../libempathy/empathy-ft-handler.c:1200 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Filoverførsel understøttes ikke af fjernkontakten" -#: ../libempathy/empathy-ft-handler.c:1256 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Den valgte fil er ikke en regulær fil" -#: ../libempathy/empathy-ft-handler.c:1265 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Den valgte fil er tom" -#: ../libempathy/empathy-message.c:402 ../src/empathy-call-observer.c:107 +#: ../libempathy/empathy-message.c:385 ../src/empathy-call-observer.c:108 #, c-format msgid "Missed call from %s" msgstr "Mistede opkald fra %s" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:406 +#: ../libempathy/empathy-message.c:389 #, c-format msgid "Called %s" msgstr "Ringede til %s" -#: ../libempathy/empathy-message.c:409 +#: ../libempathy/empathy-message.c:392 #, c-format msgid "Call from %s" msgstr "Opkald fra %s" -#: ../libempathy/empathy-utils.c:179 +#: ../libempathy/empathy-utils.c:180 msgid "Available" msgstr "Tilgængelig" -#: ../libempathy/empathy-utils.c:181 +#: ../libempathy/empathy-utils.c:182 msgid "Busy" msgstr "Optaget" -#: ../libempathy/empathy-utils.c:184 +#: ../libempathy/empathy-utils.c:185 msgid "Away" msgstr "Ikke til stede" -#: ../libempathy/empathy-utils.c:186 +#: ../libempathy/empathy-utils.c:187 msgid "Invisible" msgstr "Usynlig" -#: ../libempathy/empathy-utils.c:188 +#: ../libempathy/empathy-utils.c:189 msgid "Offline" msgstr "Offline" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:191 +#: ../libempathy/empathy-utils.c:192 msgctxt "presence" msgid "Unknown" msgstr "Ukendt" -#: ../libempathy/empathy-utils.c:231 +#: ../libempathy/empathy-utils.c:232 msgid "No reason specified" msgstr "Ingen årsag angivet" -#: ../libempathy/empathy-utils.c:233 ../libempathy/empathy-utils.c:289 +#: ../libempathy/empathy-utils.c:234 ../libempathy/empathy-utils.c:290 msgid "Status is set to offline" msgstr "Status sat til offline" -#: ../libempathy/empathy-utils.c:235 ../libempathy/empathy-utils.c:269 -#: ../libempathy-gtk/empathy-call-utils.c:41 +#: ../libempathy/empathy-utils.c:236 ../libempathy/empathy-utils.c:270 +#: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-new-message-dialog.c:70 msgid "Network error" msgstr "Netværksfejl" -#: ../libempathy/empathy-utils.c:237 ../libempathy/empathy-utils.c:271 +#: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" msgstr "Godkendelse mislykkedes" -#: ../libempathy/empathy-utils.c:239 ../libempathy/empathy-utils.c:273 +#: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" msgstr "Krypteringsfejl" -#: ../libempathy/empathy-utils.c:241 +#: ../libempathy/empathy-utils.c:242 msgid "Name in use" msgstr "Navn i brug" -#: ../libempathy/empathy-utils.c:243 ../libempathy/empathy-utils.c:275 +#: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" msgstr "Certifikat ikke givet" -#: ../libempathy/empathy-utils.c:245 ../libempathy/empathy-utils.c:277 +#: ../libempathy/empathy-utils.c:246 ../libempathy/empathy-utils.c:278 msgid "Certificate untrusted" msgstr "Certifikat utroværdigt" -#: ../libempathy/empathy-utils.c:247 ../libempathy/empathy-utils.c:279 +#: ../libempathy/empathy-utils.c:248 ../libempathy/empathy-utils.c:280 msgid "Certificate expired" msgstr "Certifikat udløbet" -#: ../libempathy/empathy-utils.c:249 ../libempathy/empathy-utils.c:281 +#: ../libempathy/empathy-utils.c:250 ../libempathy/empathy-utils.c:282 msgid "Certificate not activated" msgstr "Certifikat ikke aktiveret" -#: ../libempathy/empathy-utils.c:251 ../libempathy/empathy-utils.c:283 +#: ../libempathy/empathy-utils.c:252 ../libempathy/empathy-utils.c:284 msgid "Certificate hostname mismatch" msgstr "Certifikat-værtsnavn passer ikke" -#: ../libempathy/empathy-utils.c:253 ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:254 ../libempathy/empathy-utils.c:286 msgid "Certificate fingerprint mismatch" msgstr "Certifikat-fingeraftryk passer ikke" -#: ../libempathy/empathy-utils.c:255 ../libempathy/empathy-utils.c:287 +#: ../libempathy/empathy-utils.c:256 ../libempathy/empathy-utils.c:288 msgid "Certificate self-signed" msgstr "Certifikat selv-underskrevet" -#: ../libempathy/empathy-utils.c:257 +#: ../libempathy/empathy-utils.c:258 msgid "Certificate error" msgstr "Certifikatfejl" -#: ../libempathy/empathy-utils.c:291 +#: ../libempathy/empathy-utils.c:292 msgid "Encryption is not available" msgstr "Kryptering er ikke tilgængelig" -#: ../libempathy/empathy-utils.c:293 +#: ../libempathy/empathy-utils.c:294 msgid "Certificate is invalid" msgstr "Certifikatet er ugyldigt" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:296 msgid "Connection has been refused" msgstr "Tilslutningen er blevet afvist" -#: ../libempathy/empathy-utils.c:297 +#: ../libempathy/empathy-utils.c:298 msgid "Connection can't be established" msgstr "Forbindelsen kunne ikke etableres" -#: ../libempathy/empathy-utils.c:299 +#: ../libempathy/empathy-utils.c:300 msgid "Connection has been lost" msgstr "Forbindelsen blev brudt" -#: ../libempathy/empathy-utils.c:301 +#: ../libempathy/empathy-utils.c:302 msgid "This account is already connected to the server" msgstr "Denne konto er allerede forbundet til serveren" -#: ../libempathy/empathy-utils.c:303 +#: ../libempathy/empathy-utils.c:304 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "" "Forbindelse er blevet erstattet af en ny forbindelse, der bruger samme " "ressource" -#: ../libempathy/empathy-utils.c:306 +#: ../libempathy/empathy-utils.c:307 msgid "The account already exists on the server" msgstr "Kontoen findes allerede på serveren" -#: ../libempathy/empathy-utils.c:308 +#: ../libempathy/empathy-utils.c:309 msgid "Server is currently too busy to handle the connection" msgstr "" "Serveren har på nuværende tidspunkt for travlt til at håndtere forbindelsen" -#: ../libempathy/empathy-utils.c:310 +#: ../libempathy/empathy-utils.c:311 msgid "Certificate has been revoked" msgstr "Certifikatet er blevet tilbagekaldt" -#: ../libempathy/empathy-utils.c:312 +#: ../libempathy/empathy-utils.c:313 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" msgstr "" "Certifikatet bruger en usikker krypteringsalgoritme eller er kryptografisk " "svag" -#: ../libempathy/empathy-utils.c:315 +#: ../libempathy/empathy-utils.c:316 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" @@ -703,11 +727,11 @@ msgstr "" "overskrider krypteringsbibliotekets grænser" # brugen af "software" fjernet behovet for at finde ud af om der henvises til et eller flere programmer -#: ../libempathy/empathy-utils.c:319 +#: ../libempathy/empathy-utils.c:320 msgid "Your software is too old" msgstr "Din software er for gammel" -#: ../libempathy/empathy-utils.c:321 +#: ../libempathy/empathy-utils.c:322 msgid "Internal error" msgstr "Intern fejl" @@ -725,7 +749,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Godkendelse mislykkedes for kontoen <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Prøv igen" @@ -744,64 +768,64 @@ msgstr "" msgid "Remember password" msgstr "Husk adgangskode" -#: ../libempathy-gtk/empathy-call-utils.c:36 -#: ../libempathy-gtk/empathy-call-utils.c:54 +#: ../libempathy-gtk/empathy-call-utils.c:37 +#: ../libempathy-gtk/empathy-call-utils.c:55 msgid "There was an error starting the call" msgstr "Der opstod en fejl ved opstart af opkaldet" -#: ../libempathy-gtk/empathy-call-utils.c:43 +#: ../libempathy-gtk/empathy-call-utils.c:44 msgid "The specified contact doesn't support calls" msgstr "Den angivne kontakt understøtter ikke opkald" -#: ../libempathy-gtk/empathy-call-utils.c:45 +#: ../libempathy-gtk/empathy-call-utils.c:46 msgid "The specified contact is offline" msgstr "Den angivne kontakt er offline" -#: ../libempathy-gtk/empathy-call-utils.c:47 +#: ../libempathy-gtk/empathy-call-utils.c:48 msgid "The specified contact is not valid" msgstr "Den angivne kontakt er ikke gyldig" -#: ../libempathy-gtk/empathy-call-utils.c:49 +#: ../libempathy-gtk/empathy-call-utils.c:50 msgid "Emergency calls are not supported on this protocol" msgstr "Nødopkald er ikke understøttet med denne protokol" -#: ../libempathy-gtk/empathy-call-utils.c:51 +#: ../libempathy-gtk/empathy-call-utils.c:52 msgid "You don't have enough credit in order to place this call" msgstr "Din saldo rækker ikke til at du kan foretage dette opkald" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Kunne ikke åbne privat chat" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Emne understøttes ikke af denne samtale" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Du har ikke adgang til at ændre emnet" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Ugyldigt kontakt-id" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: Ryd alle meddelelser fra den aktuelle samtale" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <emne>: Angiv emnet for den aktuelle samtale" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <id for chatrum>: Gå ind i et nyt chatrum" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <id for chatrum>: Gå ind i et nyt chatrum" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -809,23 +833,23 @@ msgstr "" "/part [<id for chatrum>] [<grund>]: Forlad chatrummet, som standard det " "nuværende chatrum" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <kontact-id> [<meddelelse>]: Åbn en privat chat" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <kontakt-id> <meddelelse>: Åbn en privat chat" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <kaldenavn>: Ændr dit kaldenavn på den aktuelle server" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <meddelelse>: Send en handlingsmeddelelse til den aktuelle samtale" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -835,11 +859,11 @@ msgstr "" "til at sende en meddelelse, der begynder med \"/\". For eksempel: \"/say /" "join-kommandoen bruges til at gå ind i et nyt chatrum\"" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <kontakt-id>: viser information om en kontakt" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -847,126 +871,126 @@ msgstr "" "/help [<kommando>]: Vis alle understøttede kommandoer. Hvis <kommando> er " "angivet, så vis dens brugsdokumentation." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Brug: %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Ukendt kommando" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Ukendt kommando; brug /help for at se de tilgængelige kommandoer" -#: ../libempathy-gtk/empathy-chat.c:1544 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "for lille saldo til at sende beskeden" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1562 -#: ../libempathy-gtk/empathy-chat.c:1625 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Fejl under afsendelse af besked \"%s\": %s" -#: ../libempathy-gtk/empathy-chat.c:1550 ../libempathy-gtk/empathy-chat.c:1567 -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Fejl under afsendelse af besked: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "utilstrækkelig saldo til at sende besked. <a href='%s'>Fyld op</a>." -#: ../libempathy-gtk/empathy-chat.c:1596 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "ude af stand til" -#: ../libempathy-gtk/empathy-chat.c:1603 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "offline" -#: ../libempathy-gtk/empathy-chat.c:1606 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "ugyldig kontakt" -#: ../libempathy-gtk/empathy-chat.c:1609 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "adgang nægtet" -#: ../libempathy-gtk/empathy-chat.c:1612 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "for lang besked" -#: ../libempathy-gtk/empathy-chat.c:1615 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "ikke implementeret" -#: ../libempathy-gtk/empathy-chat.c:1619 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "ukendt" -#: ../libempathy-gtk/empathy-chat.c:1686 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Emne:" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Emne sat til: %s" -#: ../libempathy-gtk/empathy-chat.c:1703 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Emne sat af %s til: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1708 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Intet emne defineret" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(Ingen forslag)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Tilføj \"%s\" til ordbog" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Tilføj \"%s\" til ordbogen for %s" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Indsæt tekstansigt" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 -#: ../libempathy-gtk/empathy-ui-utils.c:815 +#: ../libempathy-gtk/empathy-chat.c:2411 +#: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Send" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "_Staveforslag" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Kunne ikke hente seneste logge" -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s er koblet af" @@ -974,12 +998,12 @@ msgstr "%s er koblet af" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%1$s blev sparket ud af %2$s" -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s blev sparket ud" @@ -987,17 +1011,17 @@ msgstr "%s blev sparket ud" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%1$s blev bortvist af %2$s" -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s blev bortvist" -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s har forladt rummet" @@ -1007,17 +1031,17 @@ msgstr "%s har forladt rummet" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s er kommet ind i rummet" -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s har nu navnet %s" @@ -1025,82 +1049,82 @@ msgstr "%s har nu navnet %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1524 -#: ../src/empathy-call-window.c:1574 ../src/empathy-call-window.c:2653 -#: ../src/empathy-call-window.c:2960 ../src/empathy-event-manager.c:1171 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Frakoblet" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Ønsker du at gemme denne adgangskode?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Husk" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Ikke nu" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Forkert adgangskode; prøv venligst igen:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Dette rum beskyttes af en adgangskode:" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Deltag" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1192 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Tilsluttet" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Samtale" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:263 msgid "Unknown or invalid identifier" msgstr "Ukendt eller ugyldig identifikator" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:265 msgid "Contact blocking temporarily unavailable" msgstr "Blokering af kontakter er midlertidigt ikke tilgængelig" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:267 msgid "Contact blocking unavailable" msgstr "Blokering af kontakter er ikke tilgængelig" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:269 msgid "Permission Denied" msgstr "Adgang nægtet" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:273 msgid "Could not block contact" msgstr "Kunne ikke blokere kontakt" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 msgid "Edit Blocked Contacts" msgstr "Redigér blokerede kontakter" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:559 -#: ../libempathy-gtk/empathy-individual-widget.c:1539 +#: ../libempathy-gtk/empathy-individual-widget.c:1540 #: ../src/empathy-chatrooms-window.ui.h:2 #: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" @@ -1147,17 +1171,17 @@ msgid "Please let me see when you're online. Thanks!" msgstr "Lad mig venligst se hvornår du er online. Tak!" #: ../libempathy-gtk/empathy-contact-widget.c:158 -#: ../libempathy-gtk/empathy-individual-widget.c:954 +#: ../libempathy-gtk/empathy-individual-widget.c:955 msgid "Save Avatar" msgstr "Gem profilbillede" #: ../libempathy-gtk/empathy-contact-widget.c:214 -#: ../libempathy-gtk/empathy-individual-widget.c:1012 +#: ../libempathy-gtk/empathy-individual-widget.c:1013 msgid "Unable to save avatar" msgstr "Kan ikke gemme profilbillede" #: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../src/empathy-import-widget.c:318 +#: ../src/empathy-import-widget.c:319 msgid "Account" msgstr "Konto" @@ -1225,44 +1249,44 @@ msgstr "Vælg" msgid "Group" msgstr "Gruppe" -#: ../libempathy-gtk/empathy-individual-dialogs.c:108 +#: ../libempathy-gtk/empathy-individual-dialogs.c:109 msgid "New Contact" msgstr "Ny kontakt" -#: ../libempathy-gtk/empathy-individual-dialogs.c:183 -#: ../libempathy-gtk/empathy-subscription-dialog.c:120 +#: ../libempathy-gtk/empathy-individual-dialogs.c:184 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "Bloker %s?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:238 -#: ../libempathy-gtk/empathy-subscription-dialog.c:124 +#: ../libempathy-gtk/empathy-individual-dialogs.c:239 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "" "Er du sikker på at du ønsker at blokere \"%s\", så vedkommende ikke kan " "kontakte dig igen?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:243 +#: ../libempathy-gtk/empathy-individual-dialogs.c:244 msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" msgstr[0] "Følgende identitet vil blive blokeret:" msgstr[1] "Følgende identiteter vil blive blokeret:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:250 +#: ../libempathy-gtk/empathy-individual-dialogs.c:251 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" msgstr[0] "Følgende identitet kan ikke blokeres:" msgstr[1] "Følgende identiteter kan ikke blokeres:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:260 -#: ../libempathy-gtk/empathy-subscription-dialog.c:129 -#: ../libempathy-gtk/empathy-subscription-dialog.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:261 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "_Blokér" -#: ../libempathy-gtk/empathy-individual-dialogs.c:269 -#: ../libempathy-gtk/empathy-subscription-dialog.c:149 +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "_Indrapportér denne kontakt som værende grov" @@ -1289,52 +1313,65 @@ msgstr "" #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:178 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:356 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Vælg konto der skal bruges til at lave dette opkald" -#: ../libempathy-gtk/empathy-individual-menu.c:360 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Opkald" -#: ../libempathy-gtk/empathy-individual-menu.c:425 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Mobil" -#: ../libempathy-gtk/empathy-individual-menu.c:427 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Arbejde" -#: ../libempathy-gtk/empathy-individual-menu.c:429 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "HJEM" -#: ../libempathy-gtk/empathy-individual-menu.c:672 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +msgid "Call %s (%s)" +msgstr "Ring til %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +msgid "Call %s" +msgstr "Ring til %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "_Blokér kontakt" -#: ../libempathy-gtk/empathy-individual-menu.c:727 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Fjern fra _gruppen \"%s\"" -#: ../libempathy-gtk/empathy-individual-menu.c:748 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Slet og _blokér" -#: ../libempathy-gtk/empathy-individual-menu.c:836 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Ønsker du at fjerne kontakten \"%s\"?" -#: ../libempathy-gtk/empathy-individual-menu.c:845 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1343,75 +1380,75 @@ msgstr "" "Ønsker du virklig at fjerne denne sammenkædede kontakt \"%s\"? Bemærk at " "dette vil fjerne alle de kontakter, som denne sammenkædede kontakt består af." -#: ../libempathy-gtk/empathy-individual-menu.c:856 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Fjerner kontakt" -#: ../libempathy-gtk/empathy-individual-menu.c:932 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Fjern" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1351 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Chat" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1390 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1427 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Lydopkald" -#: ../libempathy-gtk/empathy-individual-menu.c:1464 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Videoopkald" -#: ../libempathy-gtk/empathy-individual-menu.c:1506 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Tidligere samtaler" -#: ../libempathy-gtk/empathy-individual-menu.c:1538 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Send fil" -#: ../libempathy-gtk/empathy-individual-menu.c:1572 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Del mit skrivebord" -#: ../libempathy-gtk/empathy-individual-menu.c:1599 -#: ../libempathy-gtk/empathy-individual-widget.c:1422 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 +#: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Favorit" -#: ../libempathy-gtk/empathy-individual-menu.c:1628 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "Opl_ysninger" -#: ../libempathy-gtk/empathy-individual-menu.c:1677 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Redigér" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1793 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Inviterer dig til dette rum" -#: ../libempathy-gtk/empathy-individual-menu.c:1839 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Invitér til chatrum" -#: ../libempathy-gtk/empathy-individual-menu.c:2035 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Tilføj kontakt…" @@ -1429,133 +1466,133 @@ msgstr "Fjerner gruppe" msgid "Re_name" msgstr "Om_døb" -#: ../libempathy-gtk/empathy-individual-widget.c:360 +#: ../libempathy-gtk/empathy-individual-widget.c:361 msgid "Channels:" msgstr "Kanaler:" -#: ../libempathy-gtk/empathy-individual-widget.c:511 +#: ../libempathy-gtk/empathy-individual-widget.c:512 msgid "Country ISO Code:" msgstr "Lands ISO-kode:" -#: ../libempathy-gtk/empathy-individual-widget.c:513 +#: ../libempathy-gtk/empathy-individual-widget.c:514 msgid "Country:" msgstr "Land:" -#: ../libempathy-gtk/empathy-individual-widget.c:515 +#: ../libempathy-gtk/empathy-individual-widget.c:516 msgid "State:" msgstr "Tilstand:" -#: ../libempathy-gtk/empathy-individual-widget.c:517 +#: ../libempathy-gtk/empathy-individual-widget.c:518 msgid "City:" msgstr "By:" -#: ../libempathy-gtk/empathy-individual-widget.c:519 +#: ../libempathy-gtk/empathy-individual-widget.c:520 msgid "Area:" msgstr "Område:" -#: ../libempathy-gtk/empathy-individual-widget.c:521 +#: ../libempathy-gtk/empathy-individual-widget.c:522 msgid "Postal Code:" msgstr "Postnummer:" -#: ../libempathy-gtk/empathy-individual-widget.c:523 +#: ../libempathy-gtk/empathy-individual-widget.c:524 msgid "Street:" msgstr "Gade:" -#: ../libempathy-gtk/empathy-individual-widget.c:525 +#: ../libempathy-gtk/empathy-individual-widget.c:526 msgid "Building:" msgstr "Bygning:" -#: ../libempathy-gtk/empathy-individual-widget.c:527 +#: ../libempathy-gtk/empathy-individual-widget.c:528 msgid "Floor:" msgstr "Etage:" -#: ../libempathy-gtk/empathy-individual-widget.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:530 msgid "Room:" msgstr "Rum:" -#: ../libempathy-gtk/empathy-individual-widget.c:531 +#: ../libempathy-gtk/empathy-individual-widget.c:532 msgid "Text:" msgstr "Tekst:" -#: ../libempathy-gtk/empathy-individual-widget.c:533 +#: ../libempathy-gtk/empathy-individual-widget.c:534 msgid "Description:" msgstr "Beskrivelse:" -#: ../libempathy-gtk/empathy-individual-widget.c:535 +#: ../libempathy-gtk/empathy-individual-widget.c:536 msgid "URI:" msgstr "URI:" -#: ../libempathy-gtk/empathy-individual-widget.c:537 +#: ../libempathy-gtk/empathy-individual-widget.c:538 msgid "Accuracy Level:" msgstr "Niveau for nøjagtighed:" -#: ../libempathy-gtk/empathy-individual-widget.c:539 +#: ../libempathy-gtk/empathy-individual-widget.c:540 msgid "Error:" msgstr "Fejl:" -#: ../libempathy-gtk/empathy-individual-widget.c:541 +#: ../libempathy-gtk/empathy-individual-widget.c:542 msgid "Vertical Error (meters):" msgstr "Lodret fejl (meter):" -#: ../libempathy-gtk/empathy-individual-widget.c:543 +#: ../libempathy-gtk/empathy-individual-widget.c:544 msgid "Horizontal Error (meters):" msgstr "Vandret fejl (meter):" -#: ../libempathy-gtk/empathy-individual-widget.c:545 +#: ../libempathy-gtk/empathy-individual-widget.c:546 msgid "Speed:" msgstr "Hastighed:" -#: ../libempathy-gtk/empathy-individual-widget.c:547 +#: ../libempathy-gtk/empathy-individual-widget.c:548 msgid "Bearing:" msgstr "Kurs:" -#: ../libempathy-gtk/empathy-individual-widget.c:549 +#: ../libempathy-gtk/empathy-individual-widget.c:550 msgid "Climb Speed:" msgstr "Stigningshastighed:" -#: ../libempathy-gtk/empathy-individual-widget.c:551 +#: ../libempathy-gtk/empathy-individual-widget.c:552 msgid "Last Updated on:" msgstr "Sidst opdateret den:" -#: ../libempathy-gtk/empathy-individual-widget.c:553 +#: ../libempathy-gtk/empathy-individual-widget.c:554 msgid "Longitude:" msgstr "Længdegrad:" -#: ../libempathy-gtk/empathy-individual-widget.c:555 +#: ../libempathy-gtk/empathy-individual-widget.c:556 msgid "Latitude:" msgstr "Breddegrad:" -#: ../libempathy-gtk/empathy-individual-widget.c:557 +#: ../libempathy-gtk/empathy-individual-widget.c:558 msgid "Altitude:" msgstr "Højde:" -#: ../libempathy-gtk/empathy-individual-widget.c:649 -#: ../libempathy-gtk/empathy-individual-widget.c:664 +#: ../libempathy-gtk/empathy-individual-widget.c:650 +#: ../libempathy-gtk/empathy-individual-widget.c:665 #: ../src/empathy-preferences.ui.h:35 msgid "Location" msgstr "Placering" #. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-individual-widget.c:666 +#: ../libempathy-gtk/empathy-individual-widget.c:667 #, c-format msgid "%s, %s" msgstr "%s, %s" -#: ../libempathy-gtk/empathy-individual-widget.c:715 +#: ../libempathy-gtk/empathy-individual-widget.c:716 msgid "%B %e, %Y at %R UTC" msgstr "%e. %B, %Y klokken %R UTC" #. Alias -#: ../libempathy-gtk/empathy-individual-widget.c:1358 +#: ../libempathy-gtk/empathy-individual-widget.c:1359 msgid "Alias:" msgstr "Alias:" #. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-individual-widget.c:1567 +#: ../libempathy-gtk/empathy-individual-widget.c:1568 msgid "Identifier:" msgstr "Identifikator:" -#: ../libempathy-gtk/empathy-individual-widget.c:1706 +#: ../libempathy-gtk/empathy-individual-widget.c:1707 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -1592,136 +1629,136 @@ msgstr "" "Du kan ændre disse detaljer senere eller slå denne funktion fra ved at vælge " "<span style=\"italic\">Redigér → Konti</span> i kontaktlisten." -#: ../libempathy-gtk/empathy-log-window.c:630 +#: ../libempathy-gtk/empathy-log-window.c:631 msgid "History" msgstr "Historik" -#: ../libempathy-gtk/empathy-log-window.c:685 +#: ../libempathy-gtk/empathy-log-window.c:686 msgid "Show" msgstr "Vis" -#: ../libempathy-gtk/empathy-log-window.c:707 +#: ../libempathy-gtk/empathy-log-window.c:708 msgid "Search" msgstr "Søg" -#: ../libempathy-gtk/empathy-log-window.c:1158 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Chat i %s" -#: ../libempathy-gtk/empathy-log-window.c:1160 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Chat med %s" -#: ../libempathy-gtk/empathy-log-window.c:1210 -#: ../libempathy-gtk/empathy-log-window.c:1354 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %B %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1297 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1303 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1378 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s sekund" msgstr[1] "%s sekunder" -#: ../libempathy-gtk/empathy-log-window.c:1385 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s minut" msgstr[1] "%s minutter" -#: ../libempathy-gtk/empathy-log-window.c:1393 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Opkaldet tog %s, sluttede %s" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "I dag" -#: ../libempathy-gtk/empathy-log-window.c:1728 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "I går" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1743 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1847 -#: ../libempathy-gtk/empathy-log-window.c:3470 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Når som helst" -#: ../libempathy-gtk/empathy-log-window.c:1946 -#: ../libempathy-gtk/empathy-log-window.c:2405 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Hvem som helst" -#: ../libempathy-gtk/empathy-log-window.c:2718 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Hvem" -#: ../libempathy-gtk/empathy-log-window.c:2927 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Hvornår" -#: ../libempathy-gtk/empathy-log-window.c:3045 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Hvad som helst" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Tekstchat" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Opkald" -#: ../libempathy-gtk/empathy-log-window.c:3052 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Indkommende opkald" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Udgående opkald" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Mistede opkald" -#: ../libempathy-gtk/empathy-log-window.c:3074 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Hvad" -#: ../libempathy-gtk/empathy-log-window.c:3763 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Er du sikker på at du ønsker at slette alle logge fra tidligere samtaler?" -#: ../libempathy-gtk/empathy-log-window.c:3767 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Ryd alle" -#: ../libempathy-gtk/empathy-log-window.c:3774 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Slet fra:" @@ -1743,7 +1780,7 @@ msgid "Profile" msgstr "Profil" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Chat" @@ -1954,31 +1991,31 @@ msgstr "Stemmeopkald sluttede" msgid "Edit Custom Messages" msgstr "Redigér tilpasset besked" -#: ../libempathy-gtk/empathy-subscription-dialog.c:233 +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" msgstr "Abonneringsanmodning" -#: ../libempathy-gtk/empathy-subscription-dialog.c:239 -#: ../src/empathy-event-manager.c:1109 +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s ønsker tilladelse til at se, når du er på nettet" -#: ../libempathy-gtk/empathy-subscription-dialog.c:280 -#: ../src/empathy-event-manager.c:723 +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Afslå" -#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 msgid "_Accept" msgstr "_Acceptér" -#: ../libempathy-gtk/empathy-theme-adium.c:1217 +#: ../libempathy-gtk/empathy-theme-adium.c:1218 #, c-format msgid "Message edited at %s" msgstr "Besked redigeret %s" -#: ../libempathy-gtk/empathy-theme-adium.c:1919 +#: ../libempathy-gtk/empathy-theme-adium.c:1920 msgid "Normal" msgstr "Normal" @@ -2059,19 +2096,19 @@ msgstr "Husk dette valg til fremtidige forbindelser" msgid "Certificate Details" msgstr "Certifikatdetaljer" -#: ../libempathy-gtk/empathy-ui-utils.c:685 +#: ../libempathy-gtk/empathy-ui-utils.c:679 msgid "Unable to open URI" msgstr "Kan ikke åbne URI" -#: ../libempathy-gtk/empathy-ui-utils.c:809 +#: ../libempathy-gtk/empathy-ui-utils.c:803 msgid "Select a file" msgstr "Vælg en fil" -#: ../libempathy-gtk/empathy-ui-utils.c:883 +#: ../libempathy-gtk/empathy-ui-utils.c:877 msgid "Insufficient free space to save file" msgstr "Ikke nok fri plads til at gemme filen" -#: ../libempathy-gtk/empathy-ui-utils.c:891 +#: ../libempathy-gtk/empathy-ui-utils.c:885 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " @@ -2080,7 +2117,7 @@ msgstr "" "%s fri plads er nødvendig for at gemme denne fil, men der er kun %s " "tilgængelig. Vælg venligst en anden placering." -#: ../libempathy-gtk/empathy-ui-utils.c:937 +#: ../libempathy-gtk/empathy-ui-utils.c:931 #, c-format msgid "Incoming file from %s" msgstr "Indkommende fil fra %s" @@ -2119,53 +2156,11 @@ msgstr "Ikke grupperet" msgid "Server cannot find contact: %s" msgstr "Server kan ikke finde kontakten: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Ingen fejlmeddelelse" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Chatbesked (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy er fri software. Du kan redistribuere og/eller modificere det under " -"de betingelserne som er angivet i GNU General Public License, som er udgivet " -"af Free Software Foundation. Enten version 2 af licensen eller (efter eget " -"valg) enhver senere version." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy distribueres i håb om at det vil vise sig nyttigt, men UDEN NOGEN " -"FORM FOR GARANTI, uden selv de underforståede garantier omkring SALGBARHED " -"eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere detaljer kan læses i GNU " -"General Public License." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Du bør have modtaget en kopi af GNU General Public License sammen med dette " -"program. Hvis ikke, så skriv til Free software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-1301, USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "En samtaleklient til GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Ole Laursen\n" @@ -2217,29 +2212,29 @@ msgstr "Der er ugemte ændringer til din %.50s-konto." msgid "Your new account has not been saved yet." msgstr "Din nye konto er ikke blevet gemt endnu." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1266 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Forbinder…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Ikke tilsluttet — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Frakoblet — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Ikke tilsluttet — Ingen netværksforbindelse" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Ukendt årsag" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2249,28 +2244,28 @@ msgstr "" "uunderstøttet, underliggende program. Installér venligst telephathy-haze og " "genstart din session for at flytte denne konto over." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Ikke tilsluttet — Konto deaktiveret" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Redigér forbindelsesparametre" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Redigér forbindelsesparametre…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Ønsker du at fjerne %.50s fra din computer?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Dette vil ikke fjerne din konto på serveren." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2279,24 +2274,24 @@ msgstr "" "ændringer. Er du sikker på, at du vil fortsætte?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Aktiveret" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Omdøb" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Spring over" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Tilslut" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2305,7 +2300,7 @@ msgstr "" "ændringer. Er du sikker på, at du vil fortsætte?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Konti for meddelelser og VoIP" @@ -2351,23 +2346,23 @@ msgstr " - Audio/video-klienten Empathy" msgid "Empathy authentication client" msgstr "Audio/video-klienten Empathy" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Tilslut ikke ved start" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Vis ikke kontaktlisten eller nogen andre dialoger ved opstart" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Empathy IM-klient" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Fejl ved forsøg på at kontakte kontohåndteringen" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2380,45 +2375,45 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "I et opkald" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- Audio/video-klienten Empathy" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Audio/video-klienten Empathy" -#: ../src/empathy-call-observer.c:110 +#: ../src/empathy-call-observer.c:111 #, c-format msgid "%s just tried to call you, but you were in another call." msgstr "" "%s har lige prøvet at ringe til dig, men du var i gang med en anden samtale." -#: ../src/empathy-call-window.c:1541 ../src/empathy-event-manager.c:502 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Indkommende opkald" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Indkommende videoopkald fra %s" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:510 -#: ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Indkommende opkald fra %s" -#: ../src/empathy-call-window.c:1551 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Afvis" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2426,60 +2421,60 @@ msgstr "Besvar" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1922 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Opkald til %s" -#: ../src/empathy-call-window.c:2174 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "IP-adressen som den ses af maskinen" -#: ../src/empathy-call-window.c:2176 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "IP-adressen som den ses af en server på internettet" -#: ../src/empathy-call-window.c:2178 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "IP-adressen for modparten(peer), som den ses på den anden side" -#: ../src/empathy-call-window.c:2180 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "IP-adressen for en videresendelsesserver" -#: ../src/empathy-call-window.c:2182 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "IP-adressen for multicastgruppen" -#: ../src/empathy-call-window.c:2596 ../src/empathy-call-window.c:2597 #: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Ukendt" -#: ../src/empathy-call-window.c:2958 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "I kø" -#: ../src/empathy-call-window.c:2962 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Stilhed" -#: ../src/empathy-call-window.c:2964 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Varighed" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2967 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3063 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Tekniske detaljer" -#: ../src/empathy-call-window.c:3102 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2487,7 +2482,7 @@ msgid "" msgstr "" "%ss software forstår ingen af de lydformater, din computer understøtter" -#: ../src/empathy-call-window.c:3107 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2495,7 +2490,7 @@ msgid "" msgstr "" "%ss software forstår ingen af de videoformater, din computer understøtter" -#: ../src/empathy-call-window.c:3113 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2504,25 +2499,25 @@ msgstr "" "Kan ikke oprette forbindelse til %s. En af jer er måske på et netværk, der " "ikke tillader direkte forbindelser." -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Der opstod en fejl på netværket" -#: ../src/empathy-call-window.c:3123 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Lydformaterne, der kræves til dette opkald, er ikke installeret på din " "computer" -#: ../src/empathy-call-window.c:3126 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Videoformaterne, der kræves til dette opkald, er ikke installeret på din " "computer" -#: ../src/empathy-call-window.c:3138 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2533,32 +2528,32 @@ msgstr "" "a> venligst denne fejl og vedhæft logfiler fra fejlfindingsvinduet i menuen " "Hjælp." -#: ../src/empathy-call-window.c:3147 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Der opstod en fejl i opkaldsmotoren" -#: ../src/empathy-call-window.c:3150 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Afslutningen af strømmen blev nået" -#: ../src/empathy-call-window.c:3190 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Kan ikke oprette lydstrøm" -#: ../src/empathy-call-window.c:3200 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Kan ikke oprette videostrøm" -#: ../src/empathy-call-window.c:3237 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Din nuværende saldo er %s." -#: ../src/empathy-call-window.c:3241 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Beklager, du har ikke nok på din konto til det opkald." -#: ../src/empathy-call-window.c:3243 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Fyld op" @@ -2674,7 +2669,7 @@ msgstr "Lokal kandidat:" msgid "Audio" msgstr "Lyd" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Empathy-samtaleklient" @@ -2694,11 +2689,11 @@ msgstr "Auto-tilslut" msgid "Manage Favorite Rooms" msgstr "Håndtér yndlingsrum" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Luk dette vindue?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2707,7 +2702,7 @@ msgstr "" "Lukkes dette vindue, vil du forlade %s. Du vil ikke modtage yderligere " "beskeder, før du igen deltager." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2722,12 +2717,12 @@ msgstr[1] "" "Lukkes dette vindue vil du forlade %u chatrum. Du vil ikke modtage " "yderligere beskeder før du igen deltager." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Forlad %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2735,54 +2730,54 @@ msgstr "" "Du vil ikke modtage yderligere beskeder fra dette chatrum, før du igen " "deltager i det." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Luk vindue" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Forlad rum" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d ulæst)" msgstr[1] "%s (%d ulæste)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (og %u anden)" msgstr[1] "%s (og %u andre)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d ulæst fra andre)" msgstr[1] "%s (%d ulæste fra andre)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d ulæst fra alle)" msgstr[1] "%s (%d ulæste fra alle)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "Sender %d besked" msgstr[1] "Sender %d beskeder" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Skriver en besked." @@ -2854,76 +2849,76 @@ msgstr "Flyt til _højre" msgid "_Detach Tab" msgstr "_Frigør faneblad" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Vis en bestemt tjeneste" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Empathy-fejlfinding" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Empathy-fejlfinding" -#: ../src/empathy-debug-window.c:1590 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Gem" -#: ../src/empathy-debug-window.c:1650 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Pastebin-link" -#: ../src/empathy-debug-window.c:1659 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Pastebin-svar" -#: ../src/empathy-debug-window.c:1666 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "Data er for stor til en enkelt indsættelse. Gem venligst logge til fil." -#: ../src/empathy-debug-window.c:1848 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Fejlfindingsvindue" -#: ../src/empathy-debug-window.c:1908 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Send til pastebin" -#: ../src/empathy-debug-window.c:1952 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pause" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Niveau " -#: ../src/empathy-debug-window.c:1983 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Fejlfind" -#: ../src/empathy-debug-window.c:1988 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Info" -#: ../src/empathy-debug-window.c:1993 ../src/empathy-debug-window.c:2073 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Besked" -#: ../src/empathy-debug-window.c:1998 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Advarsel" -#: ../src/empathy-debug-window.c:2003 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kritisk" -#: ../src/empathy-debug-window.c:2008 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Fejl" -#: ../src/empathy-debug-window.c:2021 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2942,23 +2937,23 @@ msgstr "" "avancerede felter i <a href=\"https://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy\">fejlrapporten</a>." -#: ../src/empathy-debug-window.c:2053 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Tidspunkt" -#: ../src/empathy-debug-window.c:2056 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domæne" -#: ../src/empathy-debug-window.c:2059 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategori" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Niveau" -#: ../src/empathy-debug-window.c:2096 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." @@ -2966,70 +2961,70 @@ msgstr "" "Den valgte forbindelseshåndtering understøtter ikke udvidelsen til " "fjernfejlfinding." -#: ../src/empathy-event-manager.c:502 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Indkommende videoopkald" -#: ../src/empathy-event-manager.c:506 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s foretager et videoopkald til dig! Ønsker du at besvare opkaldet?" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s ringer til dig! Ønsker du at besvare opkaldet?" -#: ../src/empathy-event-manager.c:535 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "Af_vis" -#: ../src/empathy-event-manager.c:543 ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Besvar" -#: ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Besvar med video" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Ruminvitation" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Invitation til at deltage i %s" -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s inviterer dig til at slutte dig til %s" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Deltag" -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s inviterer dig til at deltage i %s" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Du er blevet inviteret til at deltage i %s" -#: ../src/empathy-event-manager.c:950 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Indkommende filoverførsel fra %s" -#: ../src/empathy-event-manager.c:978 ../src/empathy-roster-window.c:213 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Adgangskode påkrævet" -#: ../src/empathy-event-manager.c:1115 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3187,28 +3182,28 @@ msgstr "Importér konti" # "active", COL_IMPORT, # NULL); #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:298 +#: ../src/empathy-import-widget.c:299 msgid "Import" msgstr "Import" -#: ../src/empathy-import-widget.c:307 +#: ../src/empathy-import-widget.c:308 msgid "Protocol" msgstr "Protokol" -#: ../src/empathy-import-widget.c:331 +#: ../src/empathy-import-widget.c:332 msgid "Source" msgstr "Kilde" -#: ../src/empathy-invite-participant-dialog.c:196 -#: ../src/empathy-invite-participant-dialog.c:224 +#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:225 msgid "Invite Participant" msgstr "Invitér deltager" -#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:198 msgid "Choose a contact to invite into the conversation:" msgstr "Vælg en kontakt, du vil invitere til samtalen:" -#: ../src/empathy-invite-participant-dialog.c:220 +#: ../src/empathy-invite-participant-dialog.c:221 msgid "Invite" msgstr "Invitér" @@ -3319,84 +3314,84 @@ msgstr "Acceptér" msgid "Provide" msgstr "Giv" -#: ../src/empathy-preferences.c:137 +#: ../src/empathy-preferences.c:138 msgid "Message received" msgstr "Besked modtaget" -#: ../src/empathy-preferences.c:138 +#: ../src/empathy-preferences.c:139 msgid "Message sent" msgstr "Besked sendt" -#: ../src/empathy-preferences.c:139 +#: ../src/empathy-preferences.c:140 msgid "New conversation" msgstr "Ny samtale" -#: ../src/empathy-preferences.c:140 +#: ../src/empathy-preferences.c:141 msgid "Contact comes online" msgstr "En kontakt logger på" -#: ../src/empathy-preferences.c:141 +#: ../src/empathy-preferences.c:142 msgid "Contact goes offline" msgstr "En kontakten logger af" -#: ../src/empathy-preferences.c:142 +#: ../src/empathy-preferences.c:143 msgid "Account connected" msgstr "Konto tilsluttet" -#: ../src/empathy-preferences.c:143 +#: ../src/empathy-preferences.c:144 msgid "Account disconnected" msgstr "Konto frakoblet" -#: ../src/empathy-preferences.c:374 +#: ../src/empathy-preferences.c:369 msgid "Language" msgstr "Sprog" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:625 +#: ../src/empathy-preferences.c:620 msgid "Juliet" msgstr "Julie" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:632 +#: ../src/empathy-preferences.c:627 msgid "Romeo" msgstr "Romeo" # Forslag? Nogen der har en dansk version af Romeo og Julie? #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:638 +#: ../src/empathy-preferences.c:633 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "Å, Romeo, hvorfor er du Romeo?" # Forslag? Nogen der har en dansk version af Romeo og Julie? #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:642 +#: ../src/empathy-preferences.c:637 msgid "Deny thy father and refuse thy name;" msgstr "Fornægt din far, forkast det navn du bærer!" # Forslag? Nogen der har en dansk version af Romeo og Julie? #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:645 +#: ../src/empathy-preferences.c:640 msgid "Or if thou wilt not, be but sworn my love" msgstr "Og vil du ikke, sværg så, du er min," # Forslag? Nogen der har en dansk version af Romeo og Julie? #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:648 +#: ../src/empathy-preferences.c:643 msgid "And I'll no longer be a Capulet." msgstr "så er jeg ikke mer en Capulet!" # Forslag? Nogen der har en dansk version af Romeo og Julie? #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:651 +#: ../src/empathy-preferences.c:646 msgid "Shall I hear more, or shall I speak at this?" msgstr "Skal jeg nu høre mere eller tale?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:654 +#: ../src/empathy-preferences.c:649 msgid "Juliet has disconnected" msgstr "Julie er koblet af" -#: ../src/empathy-preferences.c:1020 +#: ../src/empathy-preferences.c:1015 msgid "Preferences" msgstr "Indstillinger" @@ -3408,7 +3403,7 @@ msgstr "Vis grupper" msgid "Show account balances" msgstr "Vis kontosaldoer" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2264 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2302 msgid "Contact List" msgstr "Kontaktliste" @@ -3558,90 +3553,90 @@ msgstr "Variant:" msgid "Themes" msgstr "Temaer" -#: ../src/empathy-roster-window.c:230 +#: ../src/empathy-roster-window.c:231 msgid "Provide Password" msgstr "Giv adgangskode" -#: ../src/empathy-roster-window.c:236 +#: ../src/empathy-roster-window.c:237 msgid "Disconnect" msgstr "Frakobl" -#: ../src/empathy-roster-window.c:493 +#: ../src/empathy-roster-window.c:494 msgid "You need to set up an account to see contacts here." msgstr "Du skal oprette en konto for at se kontakter her." # Kildekoden antyder at begge %s er protokoller -#: ../src/empathy-roster-window.c:569 +#: ../src/empathy-roster-window.c:570 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" "Beklager, %s-konti kan ikke benyttes før din %s-software er blevet opdateret." -#: ../src/empathy-roster-window.c:670 +#: ../src/empathy-roster-window.c:671 msgid "Windows Live" msgstr "Windows Live" -#: ../src/empathy-roster-window.c:672 +#: ../src/empathy-roster-window.c:673 msgid "Google Talk" msgstr "Google Talk" -#: ../src/empathy-roster-window.c:674 +#: ../src/empathy-roster-window.c:675 msgid "Facebook" msgstr "Facebook" #. translators: %s is an account name like 'Facebook' or 'Google Talk' -#: ../src/empathy-roster-window.c:689 +#: ../src/empathy-roster-window.c:690 #, c-format msgid "%s account requires authorisation" msgstr "%s-konto kræver godkendelse" -#: ../src/empathy-roster-window.c:700 +#: ../src/empathy-roster-window.c:701 msgid "Online Accounts" msgstr "Online konti" -#: ../src/empathy-roster-window.c:747 +#: ../src/empathy-roster-window.c:748 msgid "Update software…" msgstr "Opdatér software…" -#: ../src/empathy-roster-window.c:753 +#: ../src/empathy-roster-window.c:754 msgid "Reconnect" msgstr "Tilslut igen" -#: ../src/empathy-roster-window.c:757 +#: ../src/empathy-roster-window.c:758 msgid "Edit Account" msgstr "Redigér kontoen" -#: ../src/empathy-roster-window.c:762 +#: ../src/empathy-roster-window.c:763 msgid "Close" msgstr "Luk" -#: ../src/empathy-roster-window.c:904 +#: ../src/empathy-roster-window.c:905 msgid "Top up account" msgstr "Fyld kontosaldo op" -#: ../src/empathy-roster-window.c:1590 +#: ../src/empathy-roster-window.c:1627 msgid "You need to enable one of your accounts to see contacts here." msgstr "Du skal aktivere en af dine konti for at kunne se kontakter her." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1598 +#: ../src/empathy-roster-window.c:1635 #, c-format msgid "You need to enable %s to see contacts here." msgstr "Du skal aktivere %s for at kunne se kontakter her." -#: ../src/empathy-roster-window.c:1676 +#: ../src/empathy-roster-window.c:1713 msgid "Change your presence to see contacts here" msgstr "Ændr din tilstedeværelse for at se kontakter her" -#: ../src/empathy-roster-window.c:1685 +#: ../src/empathy-roster-window.c:1722 msgid "No match found" msgstr "Ingen træffere fundet" -#: ../src/empathy-roster-window.c:1692 -msgid "You haven't added any contact yet" -msgstr "Du har ikke tilføjet nogen kontakt endnu" +#: ../src/empathy-roster-window.c:1729 +msgid "You haven't added any contacts yet" +msgstr "Du har ikke tilføjet nogen kontakter endnu" -#: ../src/empathy-roster-window.c:1695 +#: ../src/empathy-roster-window.c:1732 msgid "No online contacts" msgstr "Ingen kontakter online" @@ -3704,8 +3699,8 @@ msgid "Help" msgstr "Hjælp" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Om Empathy" +msgid "About" +msgstr "Om" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3746,6 +3741,46 @@ msgstr "Redigér kontoindstillinger for %s" msgid "Integrate your IM accounts" msgstr "Integrér dine IM-konti" +#~ msgid "No error message" +#~ msgstr "Ingen fejlmeddelelse" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Chatbesked (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy er fri software. Du kan redistribuere og/eller modificere det " +#~ "under de betingelserne som er angivet i GNU General Public License, som " +#~ "er udgivet af Free Software Foundation. Enten version 2 af licensen eller " +#~ "(efter eget valg) enhver senere version." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Empathy distribueres i håb om at det vil vise sig nyttigt, men UDEN NOGEN " +#~ "FORM FOR GARANTI, uden selv de underforståede garantier omkring " +#~ "SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Yderligere detaljer kan " +#~ "læses i GNU General Public License." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Du bør have modtaget en kopi af GNU General Public License sammen med " +#~ "dette program. Hvis ikke, så skriv til Free software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" + +#~ msgid "About Empathy" +#~ msgstr "Om Empathy" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "Empathy må bruge netværket til at gætte placeringen" @@ -3,16 +3,16 @@ # Copyright (C) 2003 THE gossip'S COPYRIGHT HOLDER # This file is distributed under the same license as the gossip package. # +# # Mikel Olasagasti <hey_neken@mundurat.net>, 2003. # Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2003, 2004, 2006, 2007, 2008, 2009, 2010. -# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2012, 2013. -# +# Iñaki Larrañaga Murgoitio <dooteo@zundan.com>, 2011, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-18 17:59+0200\n" -"PO-Revision-Date: 2013-09-18 18:02+0200\n" +"POT-Creation-Date: 2014-03-22 16:16+0100\n" +"PO-Revision-Date: 2014-03-22 16:25+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n" "Language-Team: Basque <librezale@librezale.org>\n" "Language: Basque\n" @@ -44,6 +44,33 @@ msgstr "" msgid "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" msgstr "berriketa;bm;mezua;hitzegin;irc;voip;gtalk;facebook;jabber;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "" +"GNOME mahaigainaren berehalako mezularitzaren aplikazio ofiziala da Empathy. " +"Empathy-k AIM, MSN, Jabber (Facebook eta Google Talk barne), IRC eta " +"bestelako " +"mezularitzarako sareetara konekta daiteke. Testuarekin berriketan egiteaz " +"gain, " +"audio- eta bideo-deiak egin ditzakezu, baita fitxategiak transferitu ere zure " +"kontaktuen " +"berriketarako aplikazioak baimentzen duenaren arabera." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "" +"Empathy-k GNOME mahaigainaren mezularitza bateratua eskaintzen duenez, " +"ez duzu inoiz mezu bat bera ere galduko. Zure kontaktuei erantzun diezaiekezu " +"Empathy ireki gabe ere!" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "Sare-kudeatzaileak erabili beharko lirateke" @@ -492,200 +519,200 @@ msgstr "" "Arrazoi pribatuak direla eta Empathy-k kokalekuaren zehaztasuna gutxiagotuko " "duen edo ez." -#: ../libempathy/empathy-ft-handler.c:733 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Ez da arrazoirik zehaztu" -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Egoeraren aldaketa eskatu da" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Fitxategi-transferentzia bertan behera utzi duzu" -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Beste partaide batek fitxategi-transferentzia bertan behera utzi du" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Errorea fitxategia transferitzen saiatzean" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Beste partaide batek ezin du fitxategia transferitu" -#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:259 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Arrazoi ezezaguna" -#: ../libempathy/empathy-ft-handler.c:914 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Fitxategi-transferentzia osatuta, baina fitxategia hondatuta dago" -#: ../libempathy/empathy-ft-handler.c:1200 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Urruneko kontaktuak ez du fitxategi-transferentziarik onartzen" -#: ../libempathy/empathy-ft-handler.c:1256 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Hautatutako fitxategia ez da fitxategi arrunta" -#: ../libempathy/empathy-ft-handler.c:1265 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Hautatutako fitxategia hutsik dago" -#: ../libempathy/empathy-message.c:402 ../src/empathy-call-observer.c:107 +#: ../libempathy/empathy-message.c:385 ../src/empathy-call-observer.c:108 #, c-format msgid "Missed call from %s" msgstr "Galdutako deia %s(e)ndik" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:406 +#: ../libempathy/empathy-message.c:389 #, c-format msgid "Called %s" msgstr "%s(e)k deitu du" -#: ../libempathy/empathy-message.c:409 +#: ../libempathy/empathy-message.c:392 #, c-format msgid "Call from %s" msgstr "%s(e)tik deia" -#: ../libempathy/empathy-utils.c:179 +#: ../libempathy/empathy-utils.c:180 msgid "Available" msgstr "Astiarekin" -#: ../libempathy/empathy-utils.c:181 +#: ../libempathy/empathy-utils.c:182 msgid "Busy" msgstr "Lanpetuta" -#: ../libempathy/empathy-utils.c:184 +#: ../libempathy/empathy-utils.c:185 msgid "Away" msgstr "Aldendua" -#: ../libempathy/empathy-utils.c:186 +#: ../libempathy/empathy-utils.c:187 msgid "Invisible" msgstr "Ikusezina" -#: ../libempathy/empathy-utils.c:188 +#: ../libempathy/empathy-utils.c:189 msgid "Offline" msgstr "Deskonektatuta" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:191 +#: ../libempathy/empathy-utils.c:192 msgctxt "presence" msgid "Unknown" msgstr "Ezezaguna" -#: ../libempathy/empathy-utils.c:231 +#: ../libempathy/empathy-utils.c:232 msgid "No reason specified" msgstr "Ez da arrazoirik zehaztu" -#: ../libempathy/empathy-utils.c:233 ../libempathy/empathy-utils.c:289 +#: ../libempathy/empathy-utils.c:234 ../libempathy/empathy-utils.c:290 msgid "Status is set to offline" msgstr "Egoera lineaz kanpo gisa ezarri da" -#: ../libempathy/empathy-utils.c:235 ../libempathy/empathy-utils.c:269 -#: ../libempathy-gtk/empathy-call-utils.c:41 +#: ../libempathy/empathy-utils.c:236 ../libempathy/empathy-utils.c:270 +#: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-new-message-dialog.c:70 msgid "Network error" msgstr "Sareko errorea" -#: ../libempathy/empathy-utils.c:237 ../libempathy/empathy-utils.c:271 +#: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" msgstr "Autentifikazioak huts egin du" -#: ../libempathy/empathy-utils.c:239 ../libempathy/empathy-utils.c:273 +#: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" msgstr "Enkriptazioaren errorea" -#: ../libempathy/empathy-utils.c:241 +#: ../libempathy/empathy-utils.c:242 msgid "Name in use" msgstr "Izena erabilita" -#: ../libempathy/empathy-utils.c:243 ../libempathy/empathy-utils.c:275 +#: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" msgstr "Ez da ziurtagiririk eman" -#: ../libempathy/empathy-utils.c:245 ../libempathy/empathy-utils.c:277 +#: ../libempathy/empathy-utils.c:246 ../libempathy/empathy-utils.c:278 msgid "Certificate untrusted" msgstr "Ziurtagiria ez da fidagarria" -#: ../libempathy/empathy-utils.c:247 ../libempathy/empathy-utils.c:279 +#: ../libempathy/empathy-utils.c:248 ../libempathy/empathy-utils.c:280 msgid "Certificate expired" msgstr "Ziurtagiria iraungituta" -#: ../libempathy/empathy-utils.c:249 ../libempathy/empathy-utils.c:281 +#: ../libempathy/empathy-utils.c:250 ../libempathy/empathy-utils.c:282 msgid "Certificate not activated" msgstr "Ziurtagiria aktibatu gabe" -#: ../libempathy/empathy-utils.c:251 ../libempathy/empathy-utils.c:283 +#: ../libempathy/empathy-utils.c:252 ../libempathy/empathy-utils.c:284 msgid "Certificate hostname mismatch" msgstr "Ziurtagiriaren ostalari-izena ez dator bat" -#: ../libempathy/empathy-utils.c:253 ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:254 ../libempathy/empathy-utils.c:286 msgid "Certificate fingerprint mismatch" msgstr "Ziurtagiriaren hatz-marka ez dator bat" -#: ../libempathy/empathy-utils.c:255 ../libempathy/empathy-utils.c:287 +#: ../libempathy/empathy-utils.c:256 ../libempathy/empathy-utils.c:288 msgid "Certificate self-signed" msgstr "Ziurtagiria bere buruarekin sinatuta" -#: ../libempathy/empathy-utils.c:257 +#: ../libempathy/empathy-utils.c:258 msgid "Certificate error" msgstr "Ziurtagiriaren errorea" -#: ../libempathy/empathy-utils.c:291 +#: ../libempathy/empathy-utils.c:292 msgid "Encryption is not available" msgstr "Enkriptatzea ez dago erabilgarri" -#: ../libempathy/empathy-utils.c:293 +#: ../libempathy/empathy-utils.c:294 msgid "Certificate is invalid" msgstr "Ziurtagiria baliogabea da" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:296 msgid "Connection has been refused" msgstr "Konexioa ukatu egin da" -#: ../libempathy/empathy-utils.c:297 +#: ../libempathy/empathy-utils.c:298 msgid "Connection can't be established" msgstr "Konexioa ezin da ezarri" -#: ../libempathy/empathy-utils.c:299 +#: ../libempathy/empathy-utils.c:300 msgid "Connection has been lost" msgstr "Konexioa galdu egin da" -#: ../libempathy/empathy-utils.c:301 +#: ../libempathy/empathy-utils.c:302 msgid "This account is already connected to the server" msgstr "Kontu hau jadanik zerbitzariarekin konektatuta dago" -#: ../libempathy/empathy-utils.c:303 +#: ../libempathy/empathy-utils.c:304 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "" "Konexioa ordeztu egin da baliabide berdina darabilen konexio berri batekin" -#: ../libempathy/empathy-utils.c:306 +#: ../libempathy/empathy-utils.c:307 msgid "The account already exists on the server" msgstr "Kontu hau badago lehendik ere zerbitzarian" -#: ../libempathy/empathy-utils.c:308 +#: ../libempathy/empathy-utils.c:309 msgid "Server is currently too busy to handle the connection" msgstr "Zerbitzaria oso lanpetuegia dago konexioa kudeatzeko" -#: ../libempathy/empathy-utils.c:310 +#: ../libempathy/empathy-utils.c:311 msgid "Certificate has been revoked" msgstr "Ziurtagiria errebokatu egin da" -#: ../libempathy/empathy-utils.c:312 +#: ../libempathy/empathy-utils.c:313 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" msgstr "" "Ziurtagiriak zifratzeko algoritmo ez-segurua darabil, edo kriptografikoki " "ahula da" -#: ../libempathy/empathy-utils.c:315 +#: ../libempathy/empathy-utils.c:316 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" @@ -693,11 +720,11 @@ msgstr "" "Zerbitzariaren ziurtagiriaren luzerak, edo zerbitzariaren ziurtagiriaren " "katearen sakonerak, liburutegi kriptografikoak ezartzen duen muga gainditu du" -#: ../libempathy/empathy-utils.c:319 +#: ../libempathy/empathy-utils.c:320 msgid "Your software is too old" msgstr "Darabilzun softwarea zaharregia da" -#: ../libempathy/empathy-utils.c:321 +#: ../libempathy/empathy-utils.c:322 msgid "Internal error" msgstr "Barneko errorea" @@ -715,7 +742,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "<b>%s</b> kontuaren autentifikazioak huts egin du" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Saiatu berriro" @@ -734,64 +761,64 @@ msgstr "" msgid "Remember password" msgstr "Gogoratu pasahitza" -#: ../libempathy-gtk/empathy-call-utils.c:36 -#: ../libempathy-gtk/empathy-call-utils.c:54 +#: ../libempathy-gtk/empathy-call-utils.c:37 +#: ../libempathy-gtk/empathy-call-utils.c:55 msgid "There was an error starting the call" msgstr "Errore bat gertatu da deia hastean" -#: ../libempathy-gtk/empathy-call-utils.c:43 +#: ../libempathy-gtk/empathy-call-utils.c:44 msgid "The specified contact doesn't support calls" msgstr "Zehaztutako kontaktuak ez dauka deien euskarririk" -#: ../libempathy-gtk/empathy-call-utils.c:45 +#: ../libempathy-gtk/empathy-call-utils.c:46 msgid "The specified contact is offline" msgstr "Zehaztutako kontaktua lineaz kanpo dago." -#: ../libempathy-gtk/empathy-call-utils.c:47 +#: ../libempathy-gtk/empathy-call-utils.c:48 msgid "The specified contact is not valid" msgstr "Zehaztutako kontaktua ez da baliozkoa" -#: ../libempathy-gtk/empathy-call-utils.c:49 +#: ../libempathy-gtk/empathy-call-utils.c:50 msgid "Emergency calls are not supported on this protocol" msgstr "Protokolo honek ez du larrialdietarako deirik onartzen" -#: ../libempathy-gtk/empathy-call-utils.c:51 +#: ../libempathy-gtk/empathy-call-utils.c:52 msgid "You don't have enough credit in order to place this call" msgstr "Ez daukazu nahikoa krediturik dei hau egiteko" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Huts egin du berriketa pribatua irekitzean" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Gaia ez dago onartuta solasaldi honetan" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Ez duzu baimenik gaia aldatzeko" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Kontaktuaren IDa baliogabea" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: mezu guztiak garbitzen ditu uneko solasaldian" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <gaia>: ezarri uneko solasaldiaren gaia" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <berriketa-gelaren IDa>: elkartu berriketa-gela berri batekin" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <berriketa-gelaren IDa>: elkartu berriketa-gela berri batekin" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -799,23 +826,23 @@ msgstr "" "/part [<berriketa-gelaren IDa>] [<arrazoia>]: utzi berriketa-gela, lehenetsi " "gisa unekoa" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <kontaktuaren IDa> [<mezua>]: ireki berriketa pribatu bat" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <kontaktuaren IDa> <mezua>: ireki berriketa pribatu bat" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <goitizena>: aldatu zure goitizena uneko zerbitzarian" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <mezua>: bidali ekintzaren mezua uneko solasaldira" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -825,11 +852,11 @@ msgstr "" "karakterearekin hasten diren mezuak bidaltzeko erabiltzen da. Adibidez, \"/" "say /join berriketa-gela berri batekin elkartzeko erabiltzen da\"" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <kontaktuaren IDa>: bistaratu kontaktuari buruzko informazioa" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -837,128 +864,128 @@ msgstr "" "/help [<komandoa>]: erakutsi onartutako komando guztiak. <komandoa> " "definitzen bada, nola erabiltzen den erakusten du." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Erabilera: %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Komando ezezaguna" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Komando ezezaguna; ikus /help komando erabilgarrientzako" -#: ../libempathy-gtk/empathy-chat.c:1544 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "ez dago nahikoa balantzerik mezua bidaltzeko" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1562 -#: ../libempathy-gtk/empathy-chat.c:1625 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Errorea '%s' mezua bidaltzean: %s" -#: ../libempathy-gtk/empathy-chat.c:1550 ../libempathy-gtk/empathy-chat.c:1567 -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Errorea mezua bidaltzean: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "ez dago nahikoa balantzerik mezua bidaltzeko. <a href='%s'>Berriro kargatu</" "a>." -#: ../libempathy-gtk/empathy-chat.c:1596 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "ez da gai" -#: ../libempathy-gtk/empathy-chat.c:1603 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "lineaz kanpo" -#: ../libempathy-gtk/empathy-chat.c:1606 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "kontaktu baliogabea" -#: ../libempathy-gtk/empathy-chat.c:1609 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "baimena ukatuta" -#: ../libempathy-gtk/empathy-chat.c:1612 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "mezua luzeegia" -#: ../libempathy-gtk/empathy-chat.c:1615 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "inplementatu gabe" -#: ../libempathy-gtk/empathy-chat.c:1619 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "ezezaguna" -#: ../libempathy-gtk/empathy-chat.c:1686 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Gaia:" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Gaia honela ezarria: %s" -#: ../libempathy-gtk/empathy-chat.c:1703 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "%s(e)k gaia honela ezarri du: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1708 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Ez da gairik definitu" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(Iradokizunik ez)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Gehitu '%s' hiztegiari" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Gehitu '%s' '%s' hiztegiari" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Txertatu aurpegiera" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 -#: ../libempathy-gtk/empathy-ui-utils.c:815 +#: ../libempathy-gtk/empathy-chat.c:2411 +#: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Bidali" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "Iradokizun _ortografikoak" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Huts egin du azken erregistroak eskuratzean" -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s deskonektatu egin da" @@ -966,12 +993,12 @@ msgstr "%s deskonektatu egin da" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%2$s(e)k %1$s kanporatu du" -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s kanporatua izan da" @@ -979,17 +1006,17 @@ msgstr "%s kanporatua izan da" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%2$s(e)k %1$s debekatu du" -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s debekatua izan da" -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s(e)k gela utzi du" @@ -999,17 +1026,17 @@ msgstr "%s(e)k gela utzi du" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s(e)k gelara elkartzea nahi du" -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s orain honela ezagutzen da: %s" @@ -1017,82 +1044,82 @@ msgstr "%s orain honela ezagutzen da: %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1524 -#: ../src/empathy-call-window.c:1574 ../src/empathy-call-window.c:2653 -#: ../src/empathy-call-window.c:2960 ../src/empathy-event-manager.c:1171 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Deskonektatuta" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Pasahitz hau gordetzea nahi duzu?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Gogoratu" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Orain ez" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Okerreko pasahitza, saiatu berriro:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Gela hau pasahitz batekin babestuta dago:" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Elkartu" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1192 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Konektatuta" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Solasaldia" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:263 msgid "Unknown or invalid identifier" msgstr "Identifikatzaile ezezaguna edo baliogabea" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:265 msgid "Contact blocking temporarily unavailable" msgstr "Kontaktuen blokeoa ez dago erabilgarri aldi baterako" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:267 msgid "Contact blocking unavailable" msgstr "Kontaktuen blokeoa ez dago erabilgarri" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:269 msgid "Permission Denied" msgstr "Baimena ukatuta" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:273 msgid "Could not block contact" msgstr "Ezin izan da kontaktua blokeatu" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 msgid "Edit Blocked Contacts" msgstr "Editatu blokeatutako kontaktuak" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:559 -#: ../libempathy-gtk/empathy-individual-widget.c:1539 +#: ../libempathy-gtk/empathy-individual-widget.c:1540 #: ../src/empathy-chatrooms-window.ui.h:2 #: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" @@ -1139,17 +1166,17 @@ msgid "Please let me see when you're online. Thanks!" msgstr "Utzidazu ikusten linean zaudenean. Mila esker." #: ../libempathy-gtk/empathy-contact-widget.c:158 -#: ../libempathy-gtk/empathy-individual-widget.c:954 +#: ../libempathy-gtk/empathy-individual-widget.c:955 msgid "Save Avatar" msgstr "Gorde avatar-a" #: ../libempathy-gtk/empathy-contact-widget.c:214 -#: ../libempathy-gtk/empathy-individual-widget.c:1012 +#: ../libempathy-gtk/empathy-individual-widget.c:1013 msgid "Unable to save avatar" msgstr "Ezin da avatar-a gorde" #: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../src/empathy-import-widget.c:318 +#: ../src/empathy-import-widget.c:319 msgid "Account" msgstr "Kontua" @@ -1217,44 +1244,44 @@ msgstr "Hautatu" msgid "Group" msgstr "Taldea" -#: ../libempathy-gtk/empathy-individual-dialogs.c:108 +#: ../libempathy-gtk/empathy-individual-dialogs.c:109 msgid "New Contact" msgstr "Kontaktu berria" -#: ../libempathy-gtk/empathy-individual-dialogs.c:183 -#: ../libempathy-gtk/empathy-subscription-dialog.c:120 +#: ../libempathy-gtk/empathy-individual-dialogs.c:184 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "Blokeatu %s?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:238 -#: ../libempathy-gtk/empathy-subscription-dialog.c:124 +#: ../libempathy-gtk/empathy-individual-dialogs.c:239 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "" "Ziur zaude '%s' blokeatzea nahi duzula zurekin berriro harremanetan ez " "jartzeko?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:243 +#: ../libempathy-gtk/empathy-individual-dialogs.c:244 msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" msgstr[0] "Honako identitatea blokeatu egingo da:" msgstr[1] "Honako identitateak blokeatu egingo dira:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:250 +#: ../libempathy-gtk/empathy-individual-dialogs.c:251 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" msgstr[0] "Honako identitatea ezingo da blokeatu:" msgstr[1] "Honako identitateak ezingo dira blokeatu:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:260 -#: ../libempathy-gtk/empathy-subscription-dialog.c:129 -#: ../libempathy-gtk/empathy-subscription-dialog.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:261 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "_Blokeatu" -#: ../libempathy-gtk/empathy-individual-dialogs.c:269 -#: ../libempathy-gtk/empathy-subscription-dialog.c:149 +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "_Salatu kontaktu hau iraingarri gisa" @@ -1280,52 +1307,65 @@ msgstr "Instalatu gnome-contacts kontaktuen xehetasunak atzitzeko." #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:178 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:356 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Hautatu kontua deia egitean erabiltzeko" -#: ../libempathy-gtk/empathy-individual-menu.c:360 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Deitu" -#: ../libempathy-gtk/empathy-individual-menu.c:425 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Mugikorra" -#: ../libempathy-gtk/empathy-individual-menu.c:427 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Lana" -#: ../libempathy-gtk/empathy-individual-menu.c:429 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Etxea" -#: ../libempathy-gtk/empathy-individual-menu.c:672 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +msgid "Call %s (%s)" +msgstr "Deitu honi: %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +msgid "Call %s" +msgstr "Deitu honi: %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "_Blokeatu kontaktua" -#: ../libempathy-gtk/empathy-individual-menu.c:727 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Kendu '%s' _taldetik" -#: ../libempathy-gtk/empathy-individual-menu.c:748 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Ezabatu eta _blokeatu" -#: ../libempathy-gtk/empathy-individual-menu.c:836 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Ziur zaude '%s' kontaktua kendu nahi duzula?" -#: ../libempathy-gtk/empathy-individual-menu.c:845 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1335,75 +1375,75 @@ msgstr "" "estekatutako kontaktu hau osatzen dituzten kontaktu guztiak ezabatuko " "dituela." -#: ../libempathy-gtk/empathy-individual-menu.c:856 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Kontaktua kentzen" -#: ../libempathy-gtk/empathy-individual-menu.c:932 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Kendu" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1351 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Berriketa" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1390 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1427 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Audio-deia" -#: ../libempathy-gtk/empathy-individual-menu.c:1464 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Bideo-deia" -#: ../libempathy-gtk/empathy-individual-menu.c:1506 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Aurreko solasaldiak" -#: ../libempathy-gtk/empathy-individual-menu.c:1538 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Bidali fitxategia" -#: ../libempathy-gtk/empathy-individual-menu.c:1572 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Partekatu nire mahaigaina" -#: ../libempathy-gtk/empathy-individual-menu.c:1599 -#: ../libempathy-gtk/empathy-individual-widget.c:1422 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 +#: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Gogokoa" -#: ../libempathy-gtk/empathy-individual-menu.c:1628 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "_Informazioa" -#: ../libempathy-gtk/empathy-individual-menu.c:1677 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Editatu" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1793 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Gela honetara gonbidatzen zaituzte" -#: ../libempathy-gtk/empathy-individual-menu.c:1839 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Gonbidatu berriketa-gelara" -#: ../libempathy-gtk/empathy-individual-menu.c:2035 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "Gehitu _kontaktua..." @@ -1421,133 +1461,133 @@ msgstr "Taldea kentzen" msgid "Re_name" msgstr "Al_datu izena" -#: ../libempathy-gtk/empathy-individual-widget.c:360 +#: ../libempathy-gtk/empathy-individual-widget.c:361 msgid "Channels:" msgstr "Kanalak:" -#: ../libempathy-gtk/empathy-individual-widget.c:511 +#: ../libempathy-gtk/empathy-individual-widget.c:512 msgid "Country ISO Code:" msgstr "Herrialdearen ISO kodea:" -#: ../libempathy-gtk/empathy-individual-widget.c:513 +#: ../libempathy-gtk/empathy-individual-widget.c:514 msgid "Country:" msgstr "Herrialdea:" -#: ../libempathy-gtk/empathy-individual-widget.c:515 +#: ../libempathy-gtk/empathy-individual-widget.c:516 msgid "State:" msgstr "Estatua:" -#: ../libempathy-gtk/empathy-individual-widget.c:517 +#: ../libempathy-gtk/empathy-individual-widget.c:518 msgid "City:" msgstr "Herria:" -#: ../libempathy-gtk/empathy-individual-widget.c:519 +#: ../libempathy-gtk/empathy-individual-widget.c:520 msgid "Area:" msgstr "Area:" -#: ../libempathy-gtk/empathy-individual-widget.c:521 +#: ../libempathy-gtk/empathy-individual-widget.c:522 msgid "Postal Code:" msgstr "Posta-kodea:" -#: ../libempathy-gtk/empathy-individual-widget.c:523 +#: ../libempathy-gtk/empathy-individual-widget.c:524 msgid "Street:" msgstr "Kalea:" -#: ../libempathy-gtk/empathy-individual-widget.c:525 +#: ../libempathy-gtk/empathy-individual-widget.c:526 msgid "Building:" msgstr "Eraikuntza:" -#: ../libempathy-gtk/empathy-individual-widget.c:527 +#: ../libempathy-gtk/empathy-individual-widget.c:528 msgid "Floor:" msgstr "Solairua:" -#: ../libempathy-gtk/empathy-individual-widget.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:530 msgid "Room:" msgstr "Gela:" -#: ../libempathy-gtk/empathy-individual-widget.c:531 +#: ../libempathy-gtk/empathy-individual-widget.c:532 msgid "Text:" msgstr "Testua:" -#: ../libempathy-gtk/empathy-individual-widget.c:533 +#: ../libempathy-gtk/empathy-individual-widget.c:534 msgid "Description:" msgstr "Azalpena:" -#: ../libempathy-gtk/empathy-individual-widget.c:535 +#: ../libempathy-gtk/empathy-individual-widget.c:536 msgid "URI:" msgstr "URIa:" -#: ../libempathy-gtk/empathy-individual-widget.c:537 +#: ../libempathy-gtk/empathy-individual-widget.c:538 msgid "Accuracy Level:" msgstr "Zehaztasun maila:" -#: ../libempathy-gtk/empathy-individual-widget.c:539 +#: ../libempathy-gtk/empathy-individual-widget.c:540 msgid "Error:" msgstr "Errorea:" -#: ../libempathy-gtk/empathy-individual-widget.c:541 +#: ../libempathy-gtk/empathy-individual-widget.c:542 msgid "Vertical Error (meters):" msgstr "Errore bertikala (metroak):" -#: ../libempathy-gtk/empathy-individual-widget.c:543 +#: ../libempathy-gtk/empathy-individual-widget.c:544 msgid "Horizontal Error (meters):" msgstr "Errore horizontala (metroak):" -#: ../libempathy-gtk/empathy-individual-widget.c:545 +#: ../libempathy-gtk/empathy-individual-widget.c:546 msgid "Speed:" msgstr "Abiadura:" -#: ../libempathy-gtk/empathy-individual-widget.c:547 +#: ../libempathy-gtk/empathy-individual-widget.c:548 msgid "Bearing:" msgstr "Atzerapena:" -#: ../libempathy-gtk/empathy-individual-widget.c:549 +#: ../libempathy-gtk/empathy-individual-widget.c:550 msgid "Climb Speed:" msgstr "Igoerako abiadura:" -#: ../libempathy-gtk/empathy-individual-widget.c:551 +#: ../libempathy-gtk/empathy-individual-widget.c:552 msgid "Last Updated on:" msgstr "Azken eguneraketa:" -#: ../libempathy-gtk/empathy-individual-widget.c:553 +#: ../libempathy-gtk/empathy-individual-widget.c:554 msgid "Longitude:" msgstr "Longitudea:" -#: ../libempathy-gtk/empathy-individual-widget.c:555 +#: ../libempathy-gtk/empathy-individual-widget.c:556 msgid "Latitude:" msgstr "Latitudea:" -#: ../libempathy-gtk/empathy-individual-widget.c:557 +#: ../libempathy-gtk/empathy-individual-widget.c:558 msgid "Altitude:" msgstr "Altitudea:" -#: ../libempathy-gtk/empathy-individual-widget.c:649 -#: ../libempathy-gtk/empathy-individual-widget.c:664 +#: ../libempathy-gtk/empathy-individual-widget.c:650 +#: ../libempathy-gtk/empathy-individual-widget.c:665 #: ../src/empathy-preferences.ui.h:35 msgid "Location" msgstr "Kokalekua" #. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-individual-widget.c:666 +#: ../libempathy-gtk/empathy-individual-widget.c:667 #, c-format msgid "%s, %s" msgstr "%s, %s" -#: ../libempathy-gtk/empathy-individual-widget.c:715 +#: ../libempathy-gtk/empathy-individual-widget.c:716 msgid "%B %e, %Y at %R UTC" msgstr "%Y/%B/%e, %R UTC" #. Alias -#: ../libempathy-gtk/empathy-individual-widget.c:1358 +#: ../libempathy-gtk/empathy-individual-widget.c:1359 msgid "Alias:" msgstr "Aliasa:" #. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-individual-widget.c:1567 +#: ../libempathy-gtk/empathy-individual-widget.c:1568 msgid "Identifier:" msgstr "Identifikatzailea:" -#: ../libempathy-gtk/empathy-individual-widget.c:1706 +#: ../libempathy-gtk/empathy-individual-widget.c:1707 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -1585,136 +1625,136 @@ msgstr "" "kontaktuen zerrendan <span style=\"italic\">Editatu → Kontuak</span> " "aukeratuz." -#: ../libempathy-gtk/empathy-log-window.c:630 +#: ../libempathy-gtk/empathy-log-window.c:631 msgid "History" msgstr "Historia" -#: ../libempathy-gtk/empathy-log-window.c:685 +#: ../libempathy-gtk/empathy-log-window.c:686 msgid "Show" msgstr "Erakutsi" -#: ../libempathy-gtk/empathy-log-window.c:707 +#: ../libempathy-gtk/empathy-log-window.c:708 msgid "Search" msgstr "Bilatu" -#: ../libempathy-gtk/empathy-log-window.c:1158 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "%s(e)n berriketan" -#: ../libempathy-gtk/empathy-log-window.c:1160 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "%s(r)ekin berriketan" -#: ../libempathy-gtk/empathy-log-window.c:1210 -#: ../libempathy-gtk/empathy-log-window.c:1354 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %Y/%B/%e %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1297 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1303 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1378 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "segundo %s" msgstr[1] "%s segundo" -#: ../libempathy-gtk/empathy-log-window.c:1385 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "minutu %s" msgstr[1] "%s minutu" -#: ../libempathy-gtk/empathy-log-window.c:1393 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Deiaren iraupena: %s; amaiera: %s" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Gaur" -#: ../libempathy-gtk/empathy-log-window.c:1728 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Atzo" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1743 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%Y %B %e" -#: ../libempathy-gtk/empathy-log-window.c:1847 -#: ../libempathy-gtk/empathy-log-window.c:3470 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Edozer ordu" -#: ../libempathy-gtk/empathy-log-window.c:1946 -#: ../libempathy-gtk/empathy-log-window.c:2405 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Edozein" -#: ../libempathy-gtk/empathy-log-window.c:2718 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Nor" -#: ../libempathy-gtk/empathy-log-window.c:2927 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Noiz" -#: ../libempathy-gtk/empathy-log-window.c:3045 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Edozer" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Testuzko berriketak" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Deiak" -#: ../libempathy-gtk/empathy-log-window.c:3052 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Sarrerako deiak" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Irteerako deiak" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Galdutako deiak" -#: ../libempathy-gtk/empathy-log-window.c:3074 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Zer" -#: ../libempathy-gtk/empathy-log-window.c:3763 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Ziur zaude aurreko berriketetako egunkari guztiak ezabatzea nahi dituzula?" -#: ../libempathy-gtk/empathy-log-window.c:3767 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Garbitu denak" -#: ../libempathy-gtk/empathy-log-window.c:3774 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Ezabatu hemendik:" @@ -1736,7 +1776,7 @@ msgid "Profile" msgstr "Profila" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Berriketa" @@ -1946,31 +1986,31 @@ msgstr "Ahots-deia amaituta" msgid "Edit Custom Messages" msgstr "Editatu mezu pertsonalizatuak" -#: ../libempathy-gtk/empathy-subscription-dialog.c:233 +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" msgstr "Harpidetza eskaera" -#: ../libempathy-gtk/empathy-subscription-dialog.c:239 -#: ../src/empathy-event-manager.c:1109 +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s(e)k baimena eskatzen du zu linean noiz zauden ikusteko" -#: ../libempathy-gtk/empathy-subscription-dialog.c:280 -#: ../src/empathy-event-manager.c:723 +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Ukatu" -#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 msgid "_Accept" msgstr "_Onartu" -#: ../libempathy-gtk/empathy-theme-adium.c:1217 +#: ../libempathy-gtk/empathy-theme-adium.c:1218 #, c-format msgid "Message edited at %s" msgstr "Mezua noiz editatuta: %s" -#: ../libempathy-gtk/empathy-theme-adium.c:1919 +#: ../libempathy-gtk/empathy-theme-adium.c:1920 msgid "Normal" msgstr "Arrunta" @@ -2052,19 +2092,19 @@ msgstr "Gogoratu aukera hau etorkizuneko konexioetan" msgid "Certificate Details" msgstr "Ziurtagiriaren xehetasunak" -#: ../libempathy-gtk/empathy-ui-utils.c:685 +#: ../libempathy-gtk/empathy-ui-utils.c:679 msgid "Unable to open URI" msgstr "Ezin da URIa ireki" -#: ../libempathy-gtk/empathy-ui-utils.c:809 +#: ../libempathy-gtk/empathy-ui-utils.c:803 msgid "Select a file" msgstr "Hautatu fitxategia" -#: ../libempathy-gtk/empathy-ui-utils.c:883 +#: ../libempathy-gtk/empathy-ui-utils.c:877 msgid "Insufficient free space to save file" msgstr "Ez dago nahikoa lekurik fitxategia gordetzeko" -#: ../libempathy-gtk/empathy-ui-utils.c:891 +#: ../libempathy-gtk/empathy-ui-utils.c:885 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " @@ -2073,7 +2113,7 @@ msgstr "" "%s-tako leku librea behar da fitxategi hau gordetzeko, soilik %s dago ordea " "erabilgarri. Aukeratu beste kokaleku bat." -#: ../libempathy-gtk/empathy-ui-utils.c:937 +#: ../libempathy-gtk/empathy-ui-utils.c:931 #, c-format msgid "Incoming file from %s" msgstr "Sarrerako fitxategia %s(e)ndik" @@ -2112,52 +2152,11 @@ msgstr "Banatuta" msgid "Server cannot find contact: %s" msgstr "Zerbitzariak ezin du kontaktua aurkitu: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Ez dago errorearen mezurik" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Berehalako mezularitza (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy software librea da; birbana eta/edo alda dezakezu Software " -"Foundation-ek argitaratutako GNU Lizentzia Publiko Orokorraren 2. bertsioan, " -"edo (nahiago baduzu) beste berriago batean, jasotako baldintzak betez gero." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy erabilgarria izango delakoan banatzen da, baina, INOLAKO BERMERIK " -"GABE; era berean, ez da bermatzen beraren EGOKITASUNA MERKATURATZEKO edo " -"HELBURU PARTIKULARRETARAKO ERABILTZEKO. Argibide gehiago nahi izanez gero, " -"ikus GNU Lizentzia Publiko Orokorra." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Empathy programarekin batera GNU Lizentzia Publiko Orokorraren kopia bat " -"jasoko zenuen; hala ez bada, idatzi hona: Free Software Foundation, Inc., 51 " -"Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Berehalako mezularitzako bezero bat GNOMErako" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Mikel Olasagasti <hey_neken@mundurat.net>\n" @@ -2206,29 +2205,29 @@ msgstr "Gorde gabeko eraldaketak daude zure '%.50s' kontuan." msgid "Your new account has not been saved yet." msgstr "Zure kontu berria oraindik gorde gabe dago." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1266 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Konektatzen..." -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Lineaz kanpo — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Deskonektatuta — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Lineaz kanpo — Ez dago sareko konexiorik" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Egoera ezezaguna" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2238,28 +2237,28 @@ msgstr "" "oinarritzen delako. Instalatu telepathy-haze eta berrabiarazi zure saioa " "kontua migratzeko." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Lineaz kanpo — Kontua desgaituta" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Editatu konexioaren parametroak" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Editatu konexioaren parametroak…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Ziur zaude '%.50s' kentzea nahi duzula ordenagailutik?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Honek ez du zure kontua zerbitzaritik kenduko." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2268,24 +2267,24 @@ msgstr "" "aldaketak baztertu egingo dira Ziur zaude jarraitzea nahi duzula?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Gaituta" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Aldatu izena" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Saltatu" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Konektatu" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2294,7 +2293,7 @@ msgstr "" "aldaketak baztertu egingo dira. Ziur zaude jarraitzea nahi duzula?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Mezularitzako eta VoIP-ko kontuak" @@ -2330,24 +2329,24 @@ msgstr " - Empathy-ren autentifikazio-bezeroa" msgid "Empathy authentication client" msgstr "Empathy-ren autentifikazio-bezeroa" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Ez konektatu abiatzean" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "" "Ez bistaratu kontaktu-zerrenda edo bestelako elkarrizketa-koadrorik abiatzean" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Empathy BM bezeroa" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Errorea kontu-kudeatzailearekin kontaktatzean" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2360,44 +2359,44 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Dei batean" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr " - Empathy-ren audio/bideo bezeroa" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Empathy-ren audio/bideo bezeroa" -#: ../src/empathy-call-observer.c:110 +#: ../src/empathy-call-observer.c:111 #, c-format msgid "%s just tried to call you, but you were in another call." msgstr "%s(e)k zuri deitzen saiatu da, baina beste dei batean zeunden." -#: ../src/empathy-call-window.c:1541 ../src/empathy-event-manager.c:502 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Sarrerako deia" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Sarrerako bideoko deia %s-(e)ndik" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:510 -#: ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Sarrerako deia %s-(e)ndik" -#: ../src/empathy-call-window.c:1551 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Baztertu" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2405,60 +2404,60 @@ msgstr "Erantzun" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1922 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Deitu honekin: %s" -#: ../src/empathy-call-window.c:2174 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "Makinak IP helbidea ikusi du" -#: ../src/empathy-call-window.c:2176 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "IP helbidea interneteko zerbitzari batek ikusi du" -#: ../src/empathy-call-window.c:2178 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "Parekoaren IP helbidea bestaldean ikusi da" -#: ../src/empathy-call-window.c:2180 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "Transmisioko ('relay') zerbitzariaren IP helbidea" -#: ../src/empathy-call-window.c:2182 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Multidifusioko taldearen IP helbidea" -#: ../src/empathy-call-window.c:2596 ../src/empathy-call-window.c:2597 #: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Ezezaguna" -#: ../src/empathy-call-window.c:2958 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Itxaron" -#: ../src/empathy-call-window.c:2962 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Mututu" -#: ../src/empathy-call-window.c:2964 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Iraupena" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2967 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3063 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Xehetasun teknikoak" -#: ../src/empathy-call-window.c:3102 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2467,7 +2466,7 @@ msgstr "" "%s(r)en softwareak ez du ulertzen zure ordenagailuak onartzen dituen audio-" "formatuak" -#: ../src/empathy-call-window.c:3107 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2476,7 +2475,7 @@ msgstr "" "%s(r)en softwareak ez du ulertzen zure ordenagailuak onartzen dituen bideo-" "formatuak" -#: ../src/empathy-call-window.c:3113 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2485,25 +2484,25 @@ msgstr "" "Ezin da konexiorik ezarri %s(r)ekin. Zuetako bat zuzeneko konexioak " "baimentzen ez dituen sare batean dago." -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Hutsegite bat egon da sarean" -#: ../src/empathy-call-window.c:3123 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Dei hau egiteko beharrezkoak diren audio-formatuak instalatu gabe daude " "ordenagailuan" -#: ../src/empathy-call-window.c:3126 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Dei hau egiteko beharrezkoak diren bideo-formatuak instalatu gabe daude " "ordenagailuan" -#: ../src/empathy-call-window.c:3138 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2514,32 +2513,32 @@ msgstr "" "genizuke <a href=\"%s\">akats honen berri emango bazenu</a> eta Laguntza " "menuko 'Araztu' leihotik eskuratutako erregistroak erantsiko bazenio." -#: ../src/empathy-call-window.c:3147 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Hutsegite bat gertatu da deiaren motorrean" -#: ../src/empathy-call-window.c:3150 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Korrontearen amaierara iritsi da" -#: ../src/empathy-call-window.c:3190 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Ezin da audioaren korrontea ezarri" -#: ../src/empathy-call-window.c:3200 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Ezin da bideoaren korrontea ezarri" -#: ../src/empathy-call-window.c:3237 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Zure uneko balantzea: %s" -#: ../src/empathy-call-window.c:3241 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Ez daukazu nahikoa krediturik dei hori egiteko." -#: ../src/empathy-call-window.c:3243 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Berriro kargatu..." @@ -2655,7 +2654,7 @@ msgstr "Lokaleko hautagaia:" msgid "Audio" msgstr "Audioa" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Empathy berriketarako bezeroa" @@ -2675,11 +2674,11 @@ msgstr "Konektatu automatikoki" msgid "Manage Favorite Rooms" msgstr "Kudeatu gogoko gelak" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Itxi leiho hau?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2688,7 +2687,7 @@ msgstr "" "Leiho hau ixtean %s utziko da. Ez duzu mezu gehiago jasoko berriro elkartu " "arte." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2703,66 +2702,66 @@ msgstr[1] "" "Leiho hau ixtean %u berriketa-gela utziko dira. Ez duzu mezu gehiago jasoko " "haietara berriro elkartu arte." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Utzi %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." msgstr "" "Ez duzu berriketa-gela honetatik mezu gehiago jasoko berriro elkartu arte." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Itxi leihoa" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Irten gelatik" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d irakurri gabe)" msgstr[1] "%s (%d irakurri gabe)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (eta beste %u)" msgstr[1] "%s (eta beste %u)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d irakurri gabe besteengandik)" msgstr[1] "%s (%d irakurri gabe besteengandik)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d irakurri gabe guztietatik)" msgstr[1] "%s (%d irakurri gabe guztietatik)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "Mezu %d bidaltzen" msgstr[1] "%d mezu bidaltzen" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Mezua idazten." @@ -2834,76 +2833,76 @@ msgstr "Eraman fitxa e_skuinera" msgid "_Detach Tab" msgstr "E_zabatu fitxa" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Erakutsi zerbitzu berezi bat" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Empathy araztailea" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Empathy araztailea" -#: ../src/empathy-debug-window.c:1590 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Gorde" -#: ../src/empathy-debug-window.c:1650 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Pastebin-en esteka" -#: ../src/empathy-debug-window.c:1659 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Pastebin-en erantzuna" -#: ../src/empathy-debug-window.c:1666 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "Datuak luzeegiak dira bat batean itsasteko. Gorde erregistroak fitxategian." -#: ../src/empathy-debug-window.c:1848 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Arazketa-leihoa" -#: ../src/empathy-debug-window.c:1908 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Bidali pastebin-era" -#: ../src/empathy-debug-window.c:1952 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pausatu" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Maila: " -#: ../src/empathy-debug-window.c:1983 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Arazketa" -#: ../src/empathy-debug-window.c:1988 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Informazioa" -#: ../src/empathy-debug-window.c:1993 ../src/empathy-debug-window.c:2073 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Mezua" -#: ../src/empathy-debug-window.c:1998 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Abisua" -#: ../src/empathy-debug-window.c:2003 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kritikoa" -#: ../src/empathy-debug-window.c:2008 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Errorea" -#: ../src/empathy-debug-window.c:2021 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2922,93 +2921,93 @@ msgstr "" "emateko txostenaren</a> eremu aurreratuko bistaren zure akatsaren " "ikusgaitasunaren maila muga dezakezu." -#: ../src/empathy-debug-window.c:2053 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Ordua" -#: ../src/empathy-debug-window.c:2056 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domeinua" -#: ../src/empathy-debug-window.c:2059 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategoria" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Maila" -#: ../src/empathy-debug-window.c:2096 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "Hautatutako konexio-kudeatzaileak ez du urruneko arazketa-hedapenik onartzen." -#: ../src/empathy-event-manager.c:502 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Sarrerako bideo-deia" -#: ../src/empathy-event-manager.c:506 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s bideoz deitzen ari zaizu. Nahi duzu erantzutea?" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s deitzen ari zaizu. Nahi duzu erantzutea?" -#: ../src/empathy-event-manager.c:535 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "Ez ona_rtu" -#: ../src/empathy-event-manager.c:543 ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Erantzun" -#: ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Erantzun bideoarekin" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Gelarako gonbitea" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "'%s'(e)ra elkartzeko gonbitea" -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s(e)k gonbidatzen zaitu '%s'(e)ra elkartzeko" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Elkartu" -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s(e)k gonbidatu zaitu '%s'(e)ra elkartzeko" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "'%s'(e)ra elkartzeko gonbidatua izan zara" -#: ../src/empathy-event-manager.c:950 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Sarrerako fitxategi-transferentzia %s-(e)ndik" -#: ../src/empathy-event-manager.c:978 ../src/empathy-roster-window.c:213 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Pasahitza behar da" -#: ../src/empathy-event-manager.c:1115 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3147,28 +3146,28 @@ msgid "Import Accounts" msgstr "Inportatu kontuak" #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:298 +#: ../src/empathy-import-widget.c:299 msgid "Import" msgstr "Inportatu" -#: ../src/empathy-import-widget.c:307 +#: ../src/empathy-import-widget.c:308 msgid "Protocol" msgstr "Protokoloa" -#: ../src/empathy-import-widget.c:331 +#: ../src/empathy-import-widget.c:332 msgid "Source" msgstr "Iturburua" -#: ../src/empathy-invite-participant-dialog.c:196 -#: ../src/empathy-invite-participant-dialog.c:224 +#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:225 msgid "Invite Participant" msgstr "Gonbidatu partaidea" -#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:198 msgid "Choose a contact to invite into the conversation:" msgstr "Aukeratu kontaktua solasaldira gonbidatzeko:" -#: ../src/empathy-invite-participant-dialog.c:220 +#: ../src/empathy-invite-participant-dialog.c:221 msgid "Invite" msgstr "Gonbidatu" @@ -3275,79 +3274,79 @@ msgstr "Onartu" msgid "Provide" msgstr "Eman" -#: ../src/empathy-preferences.c:137 +#: ../src/empathy-preferences.c:138 msgid "Message received" msgstr "Mezua jasota" -#: ../src/empathy-preferences.c:138 +#: ../src/empathy-preferences.c:139 msgid "Message sent" msgstr "Mezua bidalita" -#: ../src/empathy-preferences.c:139 +#: ../src/empathy-preferences.c:140 msgid "New conversation" msgstr "Solasaldi berria" -#: ../src/empathy-preferences.c:140 +#: ../src/empathy-preferences.c:141 msgid "Contact comes online" msgstr "Kontaktua konektatu da " -#: ../src/empathy-preferences.c:141 +#: ../src/empathy-preferences.c:142 msgid "Contact goes offline" msgstr "Kontaktua lineaz kanpo dago" -#: ../src/empathy-preferences.c:142 +#: ../src/empathy-preferences.c:143 msgid "Account connected" msgstr "Kontua konektatuta" -#: ../src/empathy-preferences.c:143 +#: ../src/empathy-preferences.c:144 msgid "Account disconnected" msgstr "Kontua deskonektatuta" -#: ../src/empathy-preferences.c:374 +#: ../src/empathy-preferences.c:369 msgid "Language" msgstr "Hizkuntza" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:625 +#: ../src/empathy-preferences.c:620 msgid "Juliet" msgstr "Julieta" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:632 +#: ../src/empathy-preferences.c:627 msgid "Romeo" msgstr "Romeo" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:638 +#: ../src/empathy-preferences.c:633 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "O Romeo, Romeo, non zaude ez zaitudala ikusten Romeo?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:642 +#: ../src/empathy-preferences.c:637 msgid "Deny thy father and refuse thy name;" msgstr "Ukatu aita, ukatu izena ere;" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:645 +#: ../src/empathy-preferences.c:640 msgid "Or if thou wilt not, be but sworn my love" msgstr "Edo, ez baduzu nahi, zin egin maite nauzula" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:648 +#: ../src/empathy-preferences.c:643 msgid "And I'll no longer be a Capulet." msgstr "Eta ez naiz gehiago Capuletar bat izango." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:651 +#: ../src/empathy-preferences.c:646 msgid "Shall I hear more, or shall I speak at this?" msgstr "Gehiago entzun behar dut, edo erantzun dezaket?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:654 +#: ../src/empathy-preferences.c:649 msgid "Juliet has disconnected" msgstr "Julieta deskonektatu egin da" -#: ../src/empathy-preferences.c:1020 +#: ../src/empathy-preferences.c:1015 msgid "Preferences" msgstr "Hobespenak" @@ -3359,7 +3358,7 @@ msgstr "Erakutsi taldeak" msgid "Show account balances" msgstr "Erakutsi kontuen balantzeak" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2264 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2302 msgid "Contact List" msgstr "Kontaktuen zerrenda" @@ -3508,88 +3507,88 @@ msgstr "Aldaera:" msgid "Themes" msgstr "Gaiak" -#: ../src/empathy-roster-window.c:230 +#: ../src/empathy-roster-window.c:231 msgid "Provide Password" msgstr "Eman pasahitza" -#: ../src/empathy-roster-window.c:236 +#: ../src/empathy-roster-window.c:237 msgid "Disconnect" msgstr "Deskonektatu" -#: ../src/empathy-roster-window.c:493 +#: ../src/empathy-roster-window.c:494 msgid "You need to set up an account to see contacts here." msgstr "Kontu bat konfiguratu behar duzu kontaktuak hemen ikusteko." -#: ../src/empathy-roster-window.c:569 +#: ../src/empathy-roster-window.c:570 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "Ezin da %s kontua erabili %s softwarea eguneratu arte." -#: ../src/empathy-roster-window.c:670 +#: ../src/empathy-roster-window.c:671 msgid "Windows Live" msgstr "Windows Live" -#: ../src/empathy-roster-window.c:672 +#: ../src/empathy-roster-window.c:673 msgid "Google Talk" msgstr "Google Talk" -#: ../src/empathy-roster-window.c:674 +#: ../src/empathy-roster-window.c:675 msgid "Facebook" msgstr "Facebook" #. translators: %s is an account name like 'Facebook' or 'Google Talk' -#: ../src/empathy-roster-window.c:689 +#: ../src/empathy-roster-window.c:690 #, c-format msgid "%s account requires authorisation" msgstr "%s kontuak baimena behar du" -#: ../src/empathy-roster-window.c:700 +#: ../src/empathy-roster-window.c:701 msgid "Online Accounts" msgstr "Konektatutako kontuak" -#: ../src/empathy-roster-window.c:747 +#: ../src/empathy-roster-window.c:748 msgid "Update software…" msgstr "Eguneratu softwarea…" -#: ../src/empathy-roster-window.c:753 +#: ../src/empathy-roster-window.c:754 msgid "Reconnect" msgstr "Berriz konektatu" -#: ../src/empathy-roster-window.c:757 +#: ../src/empathy-roster-window.c:758 msgid "Edit Account" msgstr "Editatu kontua" -#: ../src/empathy-roster-window.c:762 +#: ../src/empathy-roster-window.c:763 msgid "Close" msgstr "Itxi" -#: ../src/empathy-roster-window.c:904 +#: ../src/empathy-roster-window.c:905 msgid "Top up account" msgstr "Goreneko kontuak" -#: ../src/empathy-roster-window.c:1590 +#: ../src/empathy-roster-window.c:1627 msgid "You need to enable one of your accounts to see contacts here." msgstr "Zure kontuetariko bat gaitu behar duzu kontaktuak hemen ikusteko." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1598 +#: ../src/empathy-roster-window.c:1635 #, c-format msgid "You need to enable %s to see contacts here." msgstr "%s gaitu behar duzu kontaktuak hemen ikusteko." -#: ../src/empathy-roster-window.c:1676 +#: ../src/empathy-roster-window.c:1713 msgid "Change your presence to see contacts here" msgstr "Aldatu zure presentzia kontaktuak hemen ikusteko" -#: ../src/empathy-roster-window.c:1685 +#: ../src/empathy-roster-window.c:1722 msgid "No match found" msgstr "Ez da bat datorrenik aurkitu" -#: ../src/empathy-roster-window.c:1692 -msgid "You haven't added any contact yet" +#: ../src/empathy-roster-window.c:1729 +msgid "You haven't added any contacts yet" msgstr "Ez duzu inolako kontakturik gehitu oraindik" -#: ../src/empathy-roster-window.c:1695 +#: ../src/empathy-roster-window.c:1732 msgid "No online contacts" msgstr "Ez dago konektatutako kontakturik" @@ -3652,8 +3651,8 @@ msgid "Help" msgstr "Laguntza" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Empathy-ri buruz" +msgid "About" +msgstr "Honi buruz" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3694,6 +3693,46 @@ msgstr "Editatu %s kontuaren aukerak" msgid "Integrate your IM accounts" msgstr "Bateratu zure BM kontuak" +#~ msgid "No error message" +#~ msgstr "Ez dago errorearen mezurik" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Berehalako mezularitza (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy software librea da; birbana eta/edo alda dezakezu Software " +#~ "Foundation-ek argitaratutako GNU Lizentzia Publiko Orokorraren 2. " +#~ "bertsioan, edo (nahiago baduzu) beste berriago batean, jasotako " +#~ "baldintzak betez gero." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Empathy erabilgarria izango delakoan banatzen da, baina, INOLAKO BERMERIK " +#~ "GABE; era berean, ez da bermatzen beraren EGOKITASUNA MERKATURATZEKO edo " +#~ "HELBURU PARTIKULARRETARAKO ERABILTZEKO. Argibide gehiago nahi izanez " +#~ "gero, ikus GNU Lizentzia Publiko Orokorra." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Empathy programarekin batera GNU Lizentzia Publiko Orokorraren kopia bat " +#~ "jasoko zenuen; hala ez bada, idatzi hona: Free Software Foundation, Inc., " +#~ "51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" + +#~ msgid "About Empathy" +#~ msgstr "Empathy-ri buruz" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "Empathy-k sarea erabil dezake kokalekua asmatzeko" @@ -11,15 +11,15 @@ # Samuli Seppänen & Henna Nykänen <sjsepp@utu.fi>, 2006. # Tommi Vainikainen <thv@iki.fi>, 2009. # Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>, 2010. -# Jiri Grönroos <jiri.gronroos+l10n@iki.fi>, 2012, 2013. +# Jiri Grönroos <jiri.gronroos+l10n@iki.fi>, 2012, 2013, 2014. # msgid "" msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-09-03 10:12+0000\n" -"PO-Revision-Date: 2013-09-11 18:01+0300\n" +"POT-Creation-Date: 2014-03-03 16:27+0000\n" +"PO-Revision-Date: 2014-03-03 21:10+0200\n" "Last-Translator: Jiri Grönroos <jiri.gronroos+l10n@iki.fi>\n" "Language-Team: suomi <gnome-fi-laatu@lists.sourceforge.net>\n" "Language: fi\n" @@ -54,6 +54,27 @@ msgstr "" "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;keskustelu;viesti;" "pikaviestin;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "" +"Empathy on virallinen pikaviestinsovellus Gnome-työpöydälle. Empathyn avulla " +"voit yhdistää AIMiin, MSN:ään, Jabberiin (mukaan lukien Facebook ja Google " +"Talk), IRC:hen ja moneen muuhun viestintäverkkoon. Voit keskustella " +"tekstipohjaisesti, soittaa ääni- ja videopuheluita ja siirtää tiedostoja " +"riippuen vastapuolen käyttämän sovelluksen tukemista toiminnoista." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "Yhteyden hallintaohjelmia tulisi käyttää" @@ -467,197 +488,197 @@ msgid "" msgstr "" "Alentaako Empathy sijaintitiedon tarkkuutta yksityisyyden suojaamiseksi." -#: ../libempathy/empathy-ft-handler.c:733 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Syytä ei annettu" -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Pyydettiin tilan muutosta" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Keskeytit tiedostonsiirron" -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Toinen osapuoli katkaisi tiedostonsiirron" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Virhe yritettäessä siirtää tiedostoa" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Toinen osapuoli ei voi siirtää tiedostoa" -#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:259 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Tuntematon syy" -#: ../libempathy/empathy-ft-handler.c:914 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Tiedostonsiirto valmistui, mutta tiedosto oli viallinen" -#: ../libempathy/empathy-ft-handler.c:1200 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Etäyhteys ei tue tiedostonsiirtoa" -#: ../libempathy/empathy-ft-handler.c:1256 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Valittu tiedosto ei ole tavanomainen tiedosto" -#: ../libempathy/empathy-ft-handler.c:1265 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Valittu tiedosto on tyhjä" -#: ../libempathy/empathy-message.c:402 ../src/empathy-call-observer.c:107 +#: ../libempathy/empathy-message.c:385 ../src/empathy-call-observer.c:108 #, c-format msgid "Missed call from %s" msgstr "Vastaamaton puhelu käyttäjältä %s" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:406 +#: ../libempathy/empathy-message.c:389 #, c-format msgid "Called %s" msgstr "Soitettiin käytäjälle %s" -#: ../libempathy/empathy-message.c:409 +#: ../libempathy/empathy-message.c:392 #, c-format msgid "Call from %s" msgstr "Puhelu käyttäjältä %s" -#: ../libempathy/empathy-utils.c:179 +#: ../libempathy/empathy-utils.c:180 msgid "Available" msgstr "Tavoitettavissa" -#: ../libempathy/empathy-utils.c:181 +#: ../libempathy/empathy-utils.c:182 msgid "Busy" msgstr "Varattu" -#: ../libempathy/empathy-utils.c:184 +#: ../libempathy/empathy-utils.c:185 msgid "Away" msgstr "Poissa" -#: ../libempathy/empathy-utils.c:186 +#: ../libempathy/empathy-utils.c:187 msgid "Invisible" msgstr "Näkymätön" -#: ../libempathy/empathy-utils.c:188 +#: ../libempathy/empathy-utils.c:189 msgid "Offline" msgstr "Poissa linjoilta" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:191 +#: ../libempathy/empathy-utils.c:192 msgctxt "presence" msgid "Unknown" msgstr "Tuntematon" -#: ../libempathy/empathy-utils.c:231 +#: ../libempathy/empathy-utils.c:232 msgid "No reason specified" msgstr "Erittelemätön syy" -#: ../libempathy/empathy-utils.c:233 ../libempathy/empathy-utils.c:289 +#: ../libempathy/empathy-utils.c:234 ../libempathy/empathy-utils.c:290 msgid "Status is set to offline" msgstr "Tila on nyt ”Poissa linjoilta”" -#: ../libempathy/empathy-utils.c:235 ../libempathy/empathy-utils.c:269 -#: ../libempathy-gtk/empathy-call-utils.c:41 +#: ../libempathy/empathy-utils.c:236 ../libempathy/empathy-utils.c:270 +#: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-new-message-dialog.c:70 msgid "Network error" msgstr "Verkkovirhe" -#: ../libempathy/empathy-utils.c:237 ../libempathy/empathy-utils.c:271 +#: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" msgstr "Tunnistautuminen epäonnistui" -#: ../libempathy/empathy-utils.c:239 ../libempathy/empathy-utils.c:273 +#: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" msgstr "Salausvirhe" -#: ../libempathy/empathy-utils.c:241 +#: ../libempathy/empathy-utils.c:242 msgid "Name in use" msgstr "Nimi on käytössä" -#: ../libempathy/empathy-utils.c:243 ../libempathy/empathy-utils.c:275 +#: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" msgstr "Varmennetta ei ole annettu" -#: ../libempathy/empathy-utils.c:245 ../libempathy/empathy-utils.c:277 +#: ../libempathy/empathy-utils.c:246 ../libempathy/empathy-utils.c:278 msgid "Certificate untrusted" msgstr "Varmenne ei ole luotettu" -#: ../libempathy/empathy-utils.c:247 ../libempathy/empathy-utils.c:279 +#: ../libempathy/empathy-utils.c:248 ../libempathy/empathy-utils.c:280 msgid "Certificate expired" msgstr "Varmenne on vanhentunut" -#: ../libempathy/empathy-utils.c:249 ../libempathy/empathy-utils.c:281 +#: ../libempathy/empathy-utils.c:250 ../libempathy/empathy-utils.c:282 msgid "Certificate not activated" msgstr "Varmenne ei ole vielä aktivoitu" -#: ../libempathy/empathy-utils.c:251 ../libempathy/empathy-utils.c:283 +#: ../libempathy/empathy-utils.c:252 ../libempathy/empathy-utils.c:284 msgid "Certificate hostname mismatch" msgstr "Varmenteen verkkonimi ei täsmää" -#: ../libempathy/empathy-utils.c:253 ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:254 ../libempathy/empathy-utils.c:286 msgid "Certificate fingerprint mismatch" msgstr "Varmenteen sormenjälki ei täsmää" -#: ../libempathy/empathy-utils.c:255 ../libempathy/empathy-utils.c:287 +#: ../libempathy/empathy-utils.c:256 ../libempathy/empathy-utils.c:288 msgid "Certificate self-signed" msgstr "Itseallekirjoitettu varmenne" -#: ../libempathy/empathy-utils.c:257 +#: ../libempathy/empathy-utils.c:258 msgid "Certificate error" msgstr "Varmennevirhe" -#: ../libempathy/empathy-utils.c:291 +#: ../libempathy/empathy-utils.c:292 msgid "Encryption is not available" msgstr "Salausta ei ole käytettävissä" -#: ../libempathy/empathy-utils.c:293 +#: ../libempathy/empathy-utils.c:294 msgid "Certificate is invalid" msgstr "Varmenne ei ole kelvollinen" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:296 msgid "Connection has been refused" msgstr "Yhteys hylättiin" -#: ../libempathy/empathy-utils.c:297 +#: ../libempathy/empathy-utils.c:298 msgid "Connection can't be established" msgstr "Yhteyttä ei voi muodostaa" -#: ../libempathy/empathy-utils.c:299 +#: ../libempathy/empathy-utils.c:300 msgid "Connection has been lost" msgstr "Yhteys katkesi" -#: ../libempathy/empathy-utils.c:301 +#: ../libempathy/empathy-utils.c:302 msgid "This account is already connected to the server" msgstr "Tämä tili on jo yhteydessä palvelimeen" -#: ../libempathy/empathy-utils.c:303 +#: ../libempathy/empathy-utils.c:304 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "Yhteys on korvattu samaa resurssia käyttävällä uudella yhteydellä" -#: ../libempathy/empathy-utils.c:306 +#: ../libempathy/empathy-utils.c:307 msgid "The account already exists on the server" msgstr "Tili on jo olemassa palvelimella" -#: ../libempathy/empathy-utils.c:308 +#: ../libempathy/empathy-utils.c:309 msgid "Server is currently too busy to handle the connection" msgstr "Palvelin on liian kiireinen käsitelläkseen tätä yhteyttä" -#: ../libempathy/empathy-utils.c:310 +#: ../libempathy/empathy-utils.c:311 msgid "Certificate has been revoked" msgstr "Varmenne on kumottu" -#: ../libempathy/empathy-utils.c:312 +#: ../libempathy/empathy-utils.c:313 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" msgstr "Varmenne käyttää heikkoa salausmenetelmää" -#: ../libempathy/empathy-utils.c:315 +#: ../libempathy/empathy-utils.c:316 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" @@ -665,11 +686,11 @@ msgstr "" "Palvelinsertifikaatin pituus tai palvelinsertifikaattiketjun pituus ovat " "suurempia kuin salauskirjasto sallii" -#: ../libempathy/empathy-utils.c:319 +#: ../libempathy/empathy-utils.c:320 msgid "Your software is too old" msgstr "Sovelluksesi on liian vanha" -#: ../libempathy/empathy-utils.c:321 +#: ../libempathy/empathy-utils.c:322 msgid "Internal error" msgstr "Sisäinen virhe" @@ -687,7 +708,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Tunnistautuminen tilille <b>%s</b> epäonnistui" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Yritä uudelleen" @@ -706,87 +727,87 @@ msgstr "" msgid "Remember password" msgstr "Muista salasana" -#: ../libempathy-gtk/empathy-call-utils.c:36 -#: ../libempathy-gtk/empathy-call-utils.c:54 +#: ../libempathy-gtk/empathy-call-utils.c:37 +#: ../libempathy-gtk/empathy-call-utils.c:55 msgid "There was an error starting the call" msgstr "Puhelun aloittamisessa tapahtui virhe" -#: ../libempathy-gtk/empathy-call-utils.c:43 +#: ../libempathy-gtk/empathy-call-utils.c:44 msgid "The specified contact doesn't support calls" msgstr "Valittu tuttava ei tue puheluja" -#: ../libempathy-gtk/empathy-call-utils.c:45 +#: ../libempathy-gtk/empathy-call-utils.c:46 msgid "The specified contact is offline" msgstr "Valittu tuttava on poissa linjoilta" -#: ../libempathy-gtk/empathy-call-utils.c:47 +#: ../libempathy-gtk/empathy-call-utils.c:48 msgid "The specified contact is not valid" msgstr "Valittu tuttava on virheellinen" -#: ../libempathy-gtk/empathy-call-utils.c:49 +#: ../libempathy-gtk/empathy-call-utils.c:50 msgid "Emergency calls are not supported on this protocol" msgstr "Tämä protokolla ei tue hätäpuheluita" -#: ../libempathy-gtk/empathy-call-utils.c:51 +#: ../libempathy-gtk/empathy-call-utils.c:52 msgid "You don't have enough credit in order to place this call" msgstr "Varasi eivät riitä tähän puheluun" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Yksityiskeskustelun avaaminen epäonnistui" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Aihe ei ole tuettu tässä keskustelussa" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Sinulla ei ole oikeutta muuttaa aihetta" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Virheellinen tuttavatunniste" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: pyyhi kaikki nykyisen keskustelun viestit pois näkyvistä" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <aihe>: aseta nykyisen keskustelun aihe" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <kanavan nimi>: liity kanavalle" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <kanavan nimi>: liity kanavalle" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" msgstr "" "/part [<kanavan nimi>] [<syy>]: poistu kanavalta, oletuksena nykyiseltä" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <tuttavan tunnus> [<viesti>]: avaa yksityiskeskustelu" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <tuttavan tunnus> <viesti>: avaa yksityiskeskustelu" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <nimi>: vaihda nimeä nykyisellä palvelimella" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <viesti>: lähetä TOIMINTO viesti tämänhetkiseen keskusteluun" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -796,11 +817,11 @@ msgstr "" "Tätä toimintoa käytetään kun viestin halutaan alkavan merkillä \"/\", " "esimerkiksi: \"/say /join komentoa käytetään kanavalle liittymiseen\"" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <tuttavan tunnus>: näyttää tietoja kyseisestä käyttäjästä" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -808,128 +829,128 @@ msgstr "" "/help [<komento>]: näyttää kaikki tuetut komennot. Jos <komento> on " "määritetty, näytä sen ohje." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Käyttö: %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Tuntematon komento" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Tuntematon komento; kirjoita /help nähdäksesi käytössä olevat komennot" -#: ../libempathy-gtk/empathy-chat.c:1544 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "varallisuus ei riitä viestin lähettämiseen" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1562 -#: ../libempathy-gtk/empathy-chat.c:1625 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Virhe lähetettäessä viestiä \"%s\": %s" -#: ../libempathy-gtk/empathy-chat.c:1550 ../libempathy-gtk/empathy-chat.c:1567 -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Virhe viestiä lähettäessä: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "varallisuus ei riitä viestin lähettämiseen. <a href='%s'>Hanki lisää " "varallisuutta</a>." -#: ../libempathy-gtk/empathy-chat.c:1596 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "ei kykenevä" -#: ../libempathy-gtk/empathy-chat.c:1603 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "poissa linjoilta" -#: ../libempathy-gtk/empathy-chat.c:1606 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "virheellinen tuttava" -#: ../libempathy-gtk/empathy-chat.c:1609 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "lupa evätty" -#: ../libempathy-gtk/empathy-chat.c:1612 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "liian pitkä viesti" -#: ../libempathy-gtk/empathy-chat.c:1615 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "ei toteutettu" -#: ../libempathy-gtk/empathy-chat.c:1619 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "tuntematon" -#: ../libempathy-gtk/empathy-chat.c:1686 ../src/empathy-chat-window.c:971 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Aihe:" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Aihe asetettu: %s" -#: ../libempathy-gtk/empathy-chat.c:1703 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "%s asetti aiheeksi: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1708 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Aihetta ei ole annettu" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(Ei ehdotuksia)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Lisää ”%s” sanakirjaan" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Lisää ”%s” kielen %s sanakirjaan" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Lisää hymiö" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 -#: ../libempathy-gtk/empathy-ui-utils.c:815 +#: ../libempathy-gtk/empathy-chat.c:2411 +#: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Lähetä" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "_Kielentarkistuksen ehdotukset" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Viimeisimpien lokien nouto epäonnistui" -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s katkaisi" @@ -937,12 +958,12 @@ msgstr "%s katkaisi" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%2$s potkaisi henkilön %1$s" -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s potkaistiin" @@ -950,17 +971,17 @@ msgstr "%s potkaistiin" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%2$s esti henkilön %1$s" -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s estettiin" -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s on poistunut huoneesta" @@ -970,17 +991,17 @@ msgstr "%s on poistunut huoneesta" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s on saapunut huoneeseen" -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s vaihtoi nimekseen %s" @@ -988,82 +1009,82 @@ msgstr "%s vaihtoi nimekseen %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1524 -#: ../src/empathy-call-window.c:1574 ../src/empathy-call-window.c:2653 -#: ../src/empathy-call-window.c:2960 ../src/empathy-event-manager.c:1171 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Ei yhteyttä" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Haluatko tallentaa tämän salasanan?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Muista" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Ei nyt" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Väärä salasana, yritä uudelleen:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Huone on salasanasuojattu:" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Liity" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1192 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Yhdistetty" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Keskustelu" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:263 msgid "Unknown or invalid identifier" msgstr "Tuntematon tai virheellinen tunniste" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:265 msgid "Contact blocking temporarily unavailable" msgstr "Tuttavien esto tilapäisesti poissa" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:267 msgid "Contact blocking unavailable" msgstr "Tuttavien esto poissa" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:269 msgid "Permission Denied" msgstr "Pääsy evätty" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:273 msgid "Could not block contact" msgstr "Tuttavaa ei voitu estää" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 msgid "Edit Blocked Contacts" msgstr "Muokkaa estettyjä tuttavia" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:559 -#: ../libempathy-gtk/empathy-individual-widget.c:1539 +#: ../libempathy-gtk/empathy-individual-widget.c:1540 #: ../src/empathy-chatrooms-window.ui.h:2 #: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" @@ -1098,7 +1119,6 @@ msgid "No contacts found" msgstr "Tuttavia ei löytynyt" #: ../libempathy-gtk/empathy-contact-search-dialog.c:660 -#| msgid "Topic not supported on this conversation" msgid "Contact search is not supported on this account" msgstr "Tämä tili ei tue tuttavien hakua" @@ -1111,17 +1131,17 @@ msgid "Please let me see when you're online. Thanks!" msgstr "Salli minun nähdä, milloin olet verkossa. Kiitos!" #: ../libempathy-gtk/empathy-contact-widget.c:158 -#: ../libempathy-gtk/empathy-individual-widget.c:954 +#: ../libempathy-gtk/empathy-individual-widget.c:955 msgid "Save Avatar" msgstr "Tallenna vastaus" #: ../libempathy-gtk/empathy-contact-widget.c:214 -#: ../libempathy-gtk/empathy-individual-widget.c:1012 +#: ../libempathy-gtk/empathy-individual-widget.c:1013 msgid "Unable to save avatar" msgstr "Avataria ei voitu tallentaa" #: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../src/empathy-import-widget.c:318 +#: ../src/empathy-import-widget.c:319 msgid "Account" msgstr "Käyttäjätili" @@ -1189,42 +1209,42 @@ msgstr "Valitse" msgid "Group" msgstr "Ryhmä" -#: ../libempathy-gtk/empathy-individual-dialogs.c:108 +#: ../libempathy-gtk/empathy-individual-dialogs.c:109 msgid "New Contact" msgstr "Uusi tuttava" -#: ../libempathy-gtk/empathy-individual-dialogs.c:183 -#: ../libempathy-gtk/empathy-subscription-dialog.c:120 +#: ../libempathy-gtk/empathy-individual-dialogs.c:184 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "Estetäänkö %s?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:238 -#: ../libempathy-gtk/empathy-subscription-dialog.c:124 +#: ../libempathy-gtk/empathy-individual-dialogs.c:239 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "Haluatko estää käyttäjän '%s' yhteydenotot?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:243 +#: ../libempathy-gtk/empathy-individual-dialogs.c:244 msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" msgstr[0] "Seuraava identiteetti estetään:" msgstr[1] "Seuraavat identiteetit estetään:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:250 +#: ../libempathy-gtk/empathy-individual-dialogs.c:251 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" msgstr[0] "Seuraavaa identiteettiä ei voi estää:" msgstr[1] "Seuraavia identiteettejä ei voi estää:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:260 -#: ../libempathy-gtk/empathy-subscription-dialog.c:129 -#: ../libempathy-gtk/empathy-subscription-dialog.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:261 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "_Estä" -#: ../libempathy-gtk/empathy-individual-dialogs.c:269 -#: ../libempathy-gtk/empathy-subscription-dialog.c:149 +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "_Raportoi tämä tuttava loukkaavana" @@ -1250,52 +1270,67 @@ msgstr "Asenna gnome-contacts tarkastellaksesi tuttavien tietoja." #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:178 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:356 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Valitse soittoon käytettävä tili" -#: ../libempathy-gtk/empathy-individual-menu.c:360 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Soita" -#: ../libempathy-gtk/empathy-individual-menu.c:425 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Matkapuhelin" -#: ../libempathy-gtk/empathy-individual-menu.c:427 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Työ" -#: ../libempathy-gtk/empathy-individual-menu.c:429 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Koti" -#: ../libempathy-gtk/empathy-individual-menu.c:672 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +#| msgid "%s (%s)" +msgid "Call %s (%s)" +msgstr "Soita %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +#| msgid "Called %s" +msgid "Call %s" +msgstr "Soita %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "Es_tä tuttava" -#: ../libempathy-gtk/empathy-individual-menu.c:727 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Poista _ryhmästä \"%s\"" -#: ../libempathy-gtk/empathy-individual-menu.c:748 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Poista ja _estä" -#: ../libempathy-gtk/empathy-individual-menu.c:836 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Haluatko varmasti poistaa tuttavan \"%s\" yhteystiedot?" -#: ../libempathy-gtk/empathy-individual-menu.c:845 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1304,75 +1339,75 @@ msgstr "" "Haluatko varmasti poistaa linkitetyn tuttavan \"%s\"? Ota huomioon, että " "kaikki linkitetyn tuttavaan liitetyt yhteystiedot poistetaan." -#: ../libempathy-gtk/empathy-individual-menu.c:856 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Poistetaan tuttava" -#: ../libempathy-gtk/empathy-individual-menu.c:932 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Poista" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1351 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Keskustele" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1390 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1427 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Äänipuhelu" -#: ../libempathy-gtk/empathy-individual-menu.c:1464 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Videopuhelu" -#: ../libempathy-gtk/empathy-individual-menu.c:1506 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Aiemmat keskustelut" -#: ../libempathy-gtk/empathy-individual-menu.c:1538 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Lähetä tiedosto" -#: ../libempathy-gtk/empathy-individual-menu.c:1572 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Jaa työpöytäni" -#: ../libempathy-gtk/empathy-individual-menu.c:1599 -#: ../libempathy-gtk/empathy-individual-widget.c:1422 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 +#: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Suosikki" -#: ../libempathy-gtk/empathy-individual-menu.c:1628 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "_Tietoja" -#: ../libempathy-gtk/empathy-individual-menu.c:1677 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Muokkaa" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1793 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 #: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Kutsuu sinut tähän keskusteluhuoneeseen" -#: ../libempathy-gtk/empathy-individual-menu.c:1839 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Kutsu keskusteluhuoneeseen" -#: ../libempathy-gtk/empathy-individual-menu.c:2035 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Lisää tuttava…" @@ -1390,133 +1425,133 @@ msgstr "Poistetaan ryhmää" msgid "Re_name" msgstr "Ni_meä uudelleen" -#: ../libempathy-gtk/empathy-individual-widget.c:360 +#: ../libempathy-gtk/empathy-individual-widget.c:361 msgid "Channels:" msgstr "Kanavat:" -#: ../libempathy-gtk/empathy-individual-widget.c:511 +#: ../libempathy-gtk/empathy-individual-widget.c:512 msgid "Country ISO Code:" msgstr "Maan ISO-tunnus:" -#: ../libempathy-gtk/empathy-individual-widget.c:513 +#: ../libempathy-gtk/empathy-individual-widget.c:514 msgid "Country:" msgstr "Maa:" -#: ../libempathy-gtk/empathy-individual-widget.c:515 +#: ../libempathy-gtk/empathy-individual-widget.c:516 msgid "State:" msgstr "Osavaltio:" -#: ../libempathy-gtk/empathy-individual-widget.c:517 +#: ../libempathy-gtk/empathy-individual-widget.c:518 msgid "City:" msgstr "Kaupunki:" -#: ../libempathy-gtk/empathy-individual-widget.c:519 +#: ../libempathy-gtk/empathy-individual-widget.c:520 msgid "Area:" msgstr "Alue:" -#: ../libempathy-gtk/empathy-individual-widget.c:521 +#: ../libempathy-gtk/empathy-individual-widget.c:522 msgid "Postal Code:" msgstr "Postinumero:" -#: ../libempathy-gtk/empathy-individual-widget.c:523 +#: ../libempathy-gtk/empathy-individual-widget.c:524 msgid "Street:" msgstr "Katu:" -#: ../libempathy-gtk/empathy-individual-widget.c:525 +#: ../libempathy-gtk/empathy-individual-widget.c:526 msgid "Building:" msgstr "Rakennus:" -#: ../libempathy-gtk/empathy-individual-widget.c:527 +#: ../libempathy-gtk/empathy-individual-widget.c:528 msgid "Floor:" msgstr "Kerros:" -#: ../libempathy-gtk/empathy-individual-widget.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:530 msgid "Room:" msgstr "Huone:" -#: ../libempathy-gtk/empathy-individual-widget.c:531 +#: ../libempathy-gtk/empathy-individual-widget.c:532 msgid "Text:" msgstr "Teksti:" -#: ../libempathy-gtk/empathy-individual-widget.c:533 +#: ../libempathy-gtk/empathy-individual-widget.c:534 msgid "Description:" msgstr "Kuvaus:" -#: ../libempathy-gtk/empathy-individual-widget.c:535 +#: ../libempathy-gtk/empathy-individual-widget.c:536 msgid "URI:" msgstr "URI:" -#: ../libempathy-gtk/empathy-individual-widget.c:537 +#: ../libempathy-gtk/empathy-individual-widget.c:538 msgid "Accuracy Level:" msgstr "Tarkkuustaso:" -#: ../libempathy-gtk/empathy-individual-widget.c:539 +#: ../libempathy-gtk/empathy-individual-widget.c:540 msgid "Error:" msgstr "Virhe:" -#: ../libempathy-gtk/empathy-individual-widget.c:541 +#: ../libempathy-gtk/empathy-individual-widget.c:542 msgid "Vertical Error (meters):" msgstr "Vertikaalinen virhe (metriä):" -#: ../libempathy-gtk/empathy-individual-widget.c:543 +#: ../libempathy-gtk/empathy-individual-widget.c:544 msgid "Horizontal Error (meters):" msgstr "Horisontaalinen virhe (metriä):" -#: ../libempathy-gtk/empathy-individual-widget.c:545 +#: ../libempathy-gtk/empathy-individual-widget.c:546 msgid "Speed:" msgstr "Nopeus:" -#: ../libempathy-gtk/empathy-individual-widget.c:547 +#: ../libempathy-gtk/empathy-individual-widget.c:548 msgid "Bearing:" msgstr "Suuntima:" -#: ../libempathy-gtk/empathy-individual-widget.c:549 +#: ../libempathy-gtk/empathy-individual-widget.c:550 msgid "Climb Speed:" msgstr "Kiipeämisvauhti:" -#: ../libempathy-gtk/empathy-individual-widget.c:551 +#: ../libempathy-gtk/empathy-individual-widget.c:552 msgid "Last Updated on:" msgstr "Viimeksi päivitetty:" -#: ../libempathy-gtk/empathy-individual-widget.c:553 +#: ../libempathy-gtk/empathy-individual-widget.c:554 msgid "Longitude:" msgstr "Pituuspiiri:" -#: ../libempathy-gtk/empathy-individual-widget.c:555 +#: ../libempathy-gtk/empathy-individual-widget.c:556 msgid "Latitude:" msgstr "Leveyspiiri:" -#: ../libempathy-gtk/empathy-individual-widget.c:557 +#: ../libempathy-gtk/empathy-individual-widget.c:558 msgid "Altitude:" msgstr "Korkeus:" -#: ../libempathy-gtk/empathy-individual-widget.c:649 -#: ../libempathy-gtk/empathy-individual-widget.c:664 +#: ../libempathy-gtk/empathy-individual-widget.c:650 +#: ../libempathy-gtk/empathy-individual-widget.c:665 #: ../src/empathy-preferences.ui.h:35 msgid "Location" msgstr "Sijainti" #. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-individual-widget.c:666 +#: ../libempathy-gtk/empathy-individual-widget.c:667 #, c-format msgid "%s, %s" msgstr "%s, %s" -#: ../libempathy-gtk/empathy-individual-widget.c:715 +#: ../libempathy-gtk/empathy-individual-widget.c:716 msgid "%B %e, %Y at %R UTC" msgstr "%e. %Bta %Y klo %R UTC" #. Alias -#: ../libempathy-gtk/empathy-individual-widget.c:1358 +#: ../libempathy-gtk/empathy-individual-widget.c:1359 msgid "Alias:" msgstr "Nimimerkki:" #. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-individual-widget.c:1567 +#: ../libempathy-gtk/empathy-individual-widget.c:1568 msgid "Identifier:" msgstr "Tunniste:" -#: ../libempathy-gtk/empathy-individual-widget.c:1706 +#: ../libempathy-gtk/empathy-individual-widget.c:1707 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -1554,136 +1589,136 @@ msgstr "" "valitsemalla tuttavaluettelossa <span style=\"italic\">Muokkaa → " "Käyttäjätilit</span>." -#: ../libempathy-gtk/empathy-log-window.c:630 +#: ../libempathy-gtk/empathy-log-window.c:631 msgid "History" msgstr "Historia" -#: ../libempathy-gtk/empathy-log-window.c:685 +#: ../libempathy-gtk/empathy-log-window.c:686 msgid "Show" msgstr "Näytä" -#: ../libempathy-gtk/empathy-log-window.c:707 +#: ../libempathy-gtk/empathy-log-window.c:708 msgid "Search" msgstr "Etsi" -#: ../libempathy-gtk/empathy-log-window.c:1158 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "" -#: ../libempathy-gtk/empathy-log-window.c:1160 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Keskustele käyttäjän %s kanssa" -#: ../libempathy-gtk/empathy-log-window.c:1210 -#: ../libempathy-gtk/empathy-log-window.c:1354 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %Bta %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1297 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1303 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1378 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s sekunti" msgstr[1] "%s sekuntia" -#: ../libempathy-gtk/empathy-log-window.c:1385 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s minuutti" msgstr[1] "%s minuuttia" -#: ../libempathy-gtk/empathy-log-window.c:1393 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Puhelun kesto %s, puhelu päättyi %s" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Tänään" -#: ../libempathy-gtk/empathy-log-window.c:1728 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Eilen" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1743 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e. %Bta %Y" -#: ../libempathy-gtk/empathy-log-window.c:1847 -#: ../libempathy-gtk/empathy-log-window.c:3470 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Milloin tahansa" -#: ../libempathy-gtk/empathy-log-window.c:1946 -#: ../libempathy-gtk/empathy-log-window.c:2405 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Kuka tahansa" -#: ../libempathy-gtk/empathy-log-window.c:2718 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Kuka" -#: ../libempathy-gtk/empathy-log-window.c:2927 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Milloin" -#: ../libempathy-gtk/empathy-log-window.c:3045 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Mitä tahansa" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Tekstikeskustelut" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Puhelut" -#: ../libempathy-gtk/empathy-log-window.c:3052 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Saapuneet puhelut" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Soitetut puhelut" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Vastaamattomat puhelut" -#: ../libempathy-gtk/empathy-log-window.c:3074 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Mitä" -#: ../libempathy-gtk/empathy-log-window.c:3763 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Haluatko varmasti poistaa kaikki aikaisempien keskusteluiden historiatiedot?" -#: ../libempathy-gtk/empathy-log-window.c:3767 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Tyhjennä kaikki" -#: ../libempathy-gtk/empathy-log-window.c:3774 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Poista kohteesta:" @@ -1697,7 +1732,6 @@ msgid "_Edit" msgstr "_Muokkaa" #: ../libempathy-gtk/empathy-log-window.ui.h:3 -#| msgid "Delete All History..." msgid "Delete All History…" msgstr "Poista kaikki historia…" @@ -1720,7 +1754,6 @@ msgid "page 2" msgstr "sivu 2" #: ../libempathy-gtk/empathy-log-window.ui.h:9 -#| msgid "<span size=\"x-large\">Loading...</span>" msgid "<span size=\"x-large\">Loading…</span>" msgstr "<span size=\"x-large\">Ladataan…</span>" @@ -1729,7 +1762,6 @@ msgid "What kind of chat account do you have?" msgstr "Minkälainen pikaviestintili sinulla on?" #: ../libempathy-gtk/empathy-new-account-dialog.c:152 -#| msgid "Adding new account" msgid "Add new account" msgstr "Lisää uusi tili" @@ -1803,7 +1835,6 @@ msgid "New Conversation" msgstr "Uusi keskustelu" #: ../libempathy-gtk/empathy-password-dialog.c:132 -#| msgid "Password required" msgid "Password Required" msgstr "Salasana vaaditaan" @@ -1919,31 +1950,31 @@ msgstr "Puhelu päättyi" msgid "Edit Custom Messages" msgstr "Muokkaa itse määriteltyjä viestejä" -#: ../libempathy-gtk/empathy-subscription-dialog.c:233 +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" msgstr "Liittymispyyntö" -#: ../libempathy-gtk/empathy-subscription-dialog.c:239 -#: ../src/empathy-event-manager.c:1109 +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s haluaa luvan nähdä, milloin olet linjoilla" -#: ../libempathy-gtk/empathy-subscription-dialog.c:280 -#: ../src/empathy-event-manager.c:723 +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Kieltäydy" -#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 msgid "_Accept" msgstr "_Hyväksy" -#: ../libempathy-gtk/empathy-theme-adium.c:1217 +#: ../libempathy-gtk/empathy-theme-adium.c:1218 #, c-format msgid "Message edited at %s" msgstr "Viestiä muokattu %s" -#: ../libempathy-gtk/empathy-theme-adium.c:1919 +#: ../libempathy-gtk/empathy-theme-adium.c:1920 msgid "Normal" msgstr "Tavallinen" @@ -2022,19 +2053,19 @@ msgstr "Muista tämä valinta tulevia yhteyksiä varten" msgid "Certificate Details" msgstr "Varmenteen tiedot" -#: ../libempathy-gtk/empathy-ui-utils.c:685 +#: ../libempathy-gtk/empathy-ui-utils.c:679 msgid "Unable to open URI" msgstr "URI:a ei voi avata" -#: ../libempathy-gtk/empathy-ui-utils.c:809 +#: ../libempathy-gtk/empathy-ui-utils.c:803 msgid "Select a file" msgstr "Valitse tiedosto" -#: ../libempathy-gtk/empathy-ui-utils.c:883 +#: ../libempathy-gtk/empathy-ui-utils.c:877 msgid "Insufficient free space to save file" msgstr "Tiedoston tallennukseen ei ole riittävästi tilaa" -#: ../libempathy-gtk/empathy-ui-utils.c:891 +#: ../libempathy-gtk/empathy-ui-utils.c:885 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " @@ -2043,7 +2074,7 @@ msgstr "" "Tiedoston tallennukseen vaaditaan tilaa vähintään %s, mutta vain %s on " "saatavilla. Valitse toinen tallennussijainti." -#: ../libempathy-gtk/empathy-ui-utils.c:937 +#: ../libempathy-gtk/empathy-ui-utils.c:931 #, c-format msgid "Incoming file from %s" msgstr "Saapuva tiedosto käyttäjältä %s" @@ -2064,7 +2095,6 @@ msgid "Inspect HTML" msgstr "Tutki HTML:ää" #: ../libempathy-gtk/empathy-roster-model.h:27 -#| msgid "Contacts" msgid "Top Contacts" msgstr "Suosituimmat tuttavat" @@ -2083,53 +2113,11 @@ msgstr "Ryhmittelemätön" msgid "Server cannot find contact: %s" msgstr "Palvelin ei löydä tuttavaa: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:223 -msgid "No error message" -msgstr "Ei virheilmoitusta" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:296 -msgid "Instant Message (Empathy)" -msgstr "Pikaviesti (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy on vapaa ohjelma; sitä on sallittu levittää edelleen ja muuttaa GNU " -"yleisen lisenssin (GPL lisenssin) ehtojen mukaan sellaisina kuin Free " -"Software Foundation on ne julkaissut; joko lisenssin version 2, tai " -"(valinnan mukaan) minkä tahansa myöhemmän version mukaisesti." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathyä levitetään siinä toivossa, että se olisi hyödyllinen, mutta ilman " -"mitään takuuta; ilman edes hiljaista takuuta kaupallisesti hyväksyttävästä " -"laadusta tai soveltuvuudesta tiettyyn tarkoitukseen. Katso GPL lisenssistä " -"lisää yksityiskohtia." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Empathyn mukana pitäisi tulla kopio GPL-lisenssistä; jos näin ei ole, " -"kirjoita osoitteeseen Free Software Foundation Inc., 51 Franklin St, Fifth " -"Floor, Boston, MA 02110-1301, USA." - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Gnomen pikaviestiohjelma" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Samuli Seppänen ja Henna Nykänen, 2006.\n" @@ -2198,7 +2186,6 @@ msgstr "Empathy-tilit" #. * unsaved changes #: ../src/empathy-accounts-dialog.c:55 #, c-format -#| msgid "There are unsaved modifications to your %s account." msgid "There are unsaved modifications to your %.50s account." msgstr "Tililläsi %.50s on tallentamattomia muutoksia." @@ -2208,29 +2195,29 @@ msgstr "Tililläsi %.50s on tallentamattomia muutoksia." msgid "Your new account has not been saved yet." msgstr "Uutta tiliäsi ei ole vielä tallennettu." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1266 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Yhdistetään…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Poissa linjoilta — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Yhteys katkaistu — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Poissa linjoilta — Ei verkkoyhteyttä" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Tuntematon tila" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2240,30 +2227,28 @@ msgstr "" "taustaosaan. Asenna telepathy-haze ja käynnistä istunto uudelleen, niin voit " "siirtää tilisi." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Poissa linjoilta — Tili ei ole käytettävissä" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Muokkaa yhteyden asetuksia" -#: ../src/empathy-accounts-dialog.c:716 -#| msgid "Edit Connection Parameters" +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Muokkaa yhteyden asetuksia…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format -#| msgid "Do you want to remove %s from your computer?" msgid "Do you want to remove %.50s from your computer?" msgstr "Poistetaanko %.50s tietokoneeltasi?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Tämä ei poista tiliäsi palvelimelta." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2272,24 +2257,24 @@ msgstr "" "tehdyt muutokset. Haluatko varmasti jatkaa?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Käytössä" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Nimeä uudelleen" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "O_hita" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Yhdistä" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2298,7 +2283,7 @@ msgstr "" "tehdyt muutokset. Haluatko varmasti jatkaa?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Viestintä ja VoIP-käyttäjätilit" @@ -2334,23 +2319,23 @@ msgstr " - Empathyn tunnistautumisasiakas" msgid "Empathy authentication client" msgstr "Empathyn tunnistautumisasiakas" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Älä yhdistä käynnistettäessä" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Älä näytä tuttavalistaa tai muita ikkunoita käynnistyksessä" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Empathy-pikaviestin" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Virhe yhdistettäessä tilienhallintaan" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2362,46 +2347,45 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 -#| msgid "Incoming call" +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Puhelimessa" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- Empathyn audio/video-asiakas" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Empathyn audio/video-asiakas" -#: ../src/empathy-call-observer.c:110 +#: ../src/empathy-call-observer.c:111 #, c-format msgid "%s just tried to call you, but you were in another call." msgstr "" "%s yritti juuri soittaa sinulle, mutta sinulla oli toinen puhelu kesken." -#: ../src/empathy-call-window.c:1541 ../src/empathy-event-manager.c:502 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Saapuva puhelu" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Saapuva videopuhelu taholta %s" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:510 -#: ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Puhelu käyttäjältä %s" -#: ../src/empathy-call-window.c:1551 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Hylkää" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2409,74 +2393,74 @@ msgstr "Vastaa" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1922 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Soita tuttavalle %s" -#: ../src/empathy-call-window.c:2174 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "Tämän koneen näkemä IP-osoite" -#: ../src/empathy-call-window.c:2176 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "Internetissä olevan palvelimen näkemä IP-osoite" -#: ../src/empathy-call-window.c:2178 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "Vertaisen IP-osoite toiselta puolen nähtynä" -#: ../src/empathy-call-window.c:2180 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "Välityspalvelimen IP-osoite" -#: ../src/empathy-call-window.c:2182 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Ryhmälähetysryhmän IP-osoite" -#: ../src/empathy-call-window.c:2596 ../src/empathy-call-window.c:2597 #: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Tuntematon" -#: ../src/empathy-call-window.c:2958 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Pidossa" -#: ../src/empathy-call-window.c:2962 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Vaimenna" -#: ../src/empathy-call-window.c:2964 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Kesto" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2967 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02d m" -#: ../src/empathy-call-window.c:3063 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Tekniset tiedot" -#: ../src/empathy-call-window.c:3102 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " "computer" msgstr "%s:n ohjelmisto ei ymmärrä mitään äänimuotoja mitä tietokoneesi tukee" -#: ../src/empathy-call-window.c:3107 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " "computer" msgstr "%s:n ohjelmisto ei ymmärrä mitään videomuotoja mitä tietokoneesi tukee" -#: ../src/empathy-call-window.c:3113 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2485,25 +2469,25 @@ msgstr "" "Yhteyttä ei voi muodostaa kohteeseen %s. Yksi teistä voi ehkä olla verkossa, " "joka ei salli suoria yhteyksiä." -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Verkkoyhteydessä tapahtui virhe" -#: ../src/empathy-call-window.c:3123 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Tähän puheluun vaadittavia äänitiedostomuotoja ei ole asennettu tälle " "tietokoneelle" -#: ../src/empathy-call-window.c:3126 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Tähän puheluun vaadittavia videotiedostomuotoja ei ole asennettu tälle " "tietokoneelle" -#: ../src/empathy-call-window.c:3138 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2514,32 +2498,32 @@ msgstr "" "href=\"%s\">raportoi tämä ohjelmavirhe</a> sekä liitä 'Vianjäljitys'-" "ikkunasta kerätyt lokit \"Apua\"-valikosta." -#: ../src/empathy-call-window.c:3147 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Virhe soitettaessa" -#: ../src/empathy-call-window.c:3150 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Virran loppu saavutettiin" -#: ../src/empathy-call-window.c:3190 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Ääniyhteyden muodostus ei onnistunut" -#: ../src/empathy-call-window.c:3200 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Videoyhteyden muodostus ei onnistunut" -#: ../src/empathy-call-window.c:3237 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Nykyinen varallisuutesi on %s." -#: ../src/empathy-call-window.c:3241 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Varasi eivät riitä tähän puheluun." -#: ../src/empathy-call-window.c:3243 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Hanki lisää varallisuutta" @@ -2655,7 +2639,7 @@ msgstr "Paikallisehdokas:" msgid "Audio" msgstr "Ääni" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Empathy-keskusteluasiakas" @@ -2675,11 +2659,11 @@ msgstr "Yhdistä automaattisesti" msgid "Manage Favorite Rooms" msgstr "Hallitse suosikkihuoneita" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Suljetaanko tämä ikkuna?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2688,7 +2672,7 @@ msgstr "" "Tämän ikkunan sulkeminen johtaa kanavalta %s poistumiseen. Et saa jatkossa " "enää viestejä kanavalta, ennen kuin liityt kanavalle uudelleen." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2703,12 +2687,12 @@ msgstr[1] "" "Tämän ikkunan sulkeminen johtaa %u kanavalta poistumiseen. Et saa jatkossa " "enää viestejä näiltä kanavilta, ennen kuin liityt kanaville uudelleen." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Poistutaanko huoneesta %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2716,54 +2700,54 @@ msgstr "" "Et saa jatkossa enää viestejä tältä kanavalta, ennen kuin liityt kanavalle " "uudelleen." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Sulje ikkuna" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Poistu huoneesta" -#: ../src/empathy-chat-window.c:669 ../src/empathy-chat-window.c:692 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d lukematon)" msgstr[1] "%s (%d lukematonta)" -#: ../src/empathy-chat-window.c:684 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (ja %u muu)" msgstr[1] "%s (ja %u muuta)" -#: ../src/empathy-chat-window.c:700 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d lukematon muilta)" msgstr[1] "%s (%d lukematonta muilta)" -#: ../src/empathy-chat-window.c:709 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d lukematon kaikilta)" msgstr[1] "%s (%d lukematonta kaikilta)" -#: ../src/empathy-chat-window.c:946 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:954 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "Lähetetään %d viesti" msgstr[1] "Lähetetään %d viestiä" -#: ../src/empathy-chat-window.c:974 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Kirjoittaa viestiä." @@ -2796,12 +2780,10 @@ msgid "Invite _Participant…" msgstr "Kutsu _osallistuja…" #: ../src/empathy-chat-window.ui.h:8 -#| msgid "_Join" msgid "_Join Chat" msgstr "_Liity keskusteluun" #: ../src/empathy-chat-window.ui.h:9 -#| msgid "_Chat" msgid "Le_ave Chat" msgstr "_Poistu keskustelusta" @@ -2837,75 +2819,75 @@ msgstr "Siirrä välilehti _oikealle" msgid "_Detach Tab" msgstr "_Irrota välilehti" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Näytä tietty palvelu" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Empathyn virheenjäljitin" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Empathyn virheenjäljitin" -#: ../src/empathy-debug-window.c:1590 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Tallenna" -#: ../src/empathy-debug-window.c:1650 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Pastebin-linkki" -#: ../src/empathy-debug-window.c:1659 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Pastebin-vastaus" -#: ../src/empathy-debug-window.c:1666 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" -#: ../src/empathy-debug-window.c:1848 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Vianetsintäikkuna" -#: ../src/empathy-debug-window.c:1908 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Lähetä pastebin-palveluun" -#: ../src/empathy-debug-window.c:1952 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pysäytä" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Taso " -#: ../src/empathy-debug-window.c:1983 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Virheenjäljitys" -#: ../src/empathy-debug-window.c:1988 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Tietoa" -#: ../src/empathy-debug-window.c:1993 ../src/empathy-debug-window.c:2068 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Viesti" -#: ../src/empathy-debug-window.c:1998 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Varoitus" -#: ../src/empathy-debug-window.c:2003 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kriittinen" -#: ../src/empathy-debug-window.c:2008 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Virhe" -#: ../src/empathy-debug-window.c:2021 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2923,92 +2905,92 @@ msgstr "" "enter_bug.cgi?product=empathy\">vikaraportin</a> lisäkentistä näkyvyyden " "vain Empathy-kehittäjille." -#: ../src/empathy-debug-window.c:2053 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Aika" -#: ../src/empathy-debug-window.c:2056 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Alue" -#: ../src/empathy-debug-window.c:2059 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Luokka" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Taso" -#: ../src/empathy-debug-window.c:2091 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "Valittu yhteyshallinta ei tue etävianetsintälaajennusta." -#: ../src/empathy-event-manager.c:502 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Saapuva videopuhelu" -#: ../src/empathy-event-manager.c:506 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s soittaa videopuhelun sinulle. Haluatko vastata?" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s soittaa sinulle. Haluatko vastata?" -#: ../src/empathy-event-manager.c:535 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Hylkää" -#: ../src/empathy-event-manager.c:543 ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Vastaa" -#: ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Vastaa käyttäen videota" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Kutsu huoneeseen" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Kutsu liittyä kohteeseen %s" -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s kutsui sinut liittymään kohteeseen %s" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Liity" -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s kutsui sinut liittymään kohteeseen %s" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Sinut on kutsuttu liittymään kohteeseen %s" -#: ../src/empathy-event-manager.c:950 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Saapuva tiedostonsiirto tuttavalta %s" -#: ../src/empathy-event-manager.c:978 ../src/empathy-roster-window.c:213 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Salasana vaaditaan" -#: ../src/empathy-event-manager.c:1115 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3145,28 +3127,28 @@ msgid "Import Accounts" msgstr "Tuo tilejä" #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:298 +#: ../src/empathy-import-widget.c:299 msgid "Import" msgstr "Tuo" -#: ../src/empathy-import-widget.c:307 +#: ../src/empathy-import-widget.c:308 msgid "Protocol" msgstr "Protokolla" -#: ../src/empathy-import-widget.c:331 +#: ../src/empathy-import-widget.c:332 msgid "Source" msgstr "Lähde" -#: ../src/empathy-invite-participant-dialog.c:196 -#: ../src/empathy-invite-participant-dialog.c:224 +#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:225 msgid "Invite Participant" msgstr "Kutsu osanottaja" -#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:198 msgid "Choose a contact to invite into the conversation:" msgstr "Valitse keskusteluun kutsuttava tuttava:" -#: ../src/empathy-invite-participant-dialog.c:220 +#: ../src/empathy-invite-participant-dialog.c:221 msgid "Invite" msgstr "Kutsu" @@ -3179,7 +3161,6 @@ msgid "Members" msgstr "Jäsenet" #: ../src/empathy-new-chatroom-dialog.c:402 -#| msgid "Failed to retrieve recent logs" msgid "Failed to list rooms" msgstr "Kanavien listaus epäonnistui" @@ -3222,9 +3203,6 @@ msgid "_Room:" msgstr "_Keskusteluhuone:" #: ../src/empathy-new-chatroom-dialog.ui.h:3 -#| msgid "" -#| "Enter the server which hosts the room, or leave it empty if the room is " -#| "on the current account's server" msgid "" "Enter the server which hosts the room, or leave it empty if the room is on " "the current account's server" @@ -3277,79 +3255,79 @@ msgstr "Hyväksy" msgid "Provide" msgstr "Anna salasana" -#: ../src/empathy-preferences.c:137 +#: ../src/empathy-preferences.c:138 msgid "Message received" msgstr "Viesti vastaanotettu" -#: ../src/empathy-preferences.c:138 +#: ../src/empathy-preferences.c:139 msgid "Message sent" msgstr "Viesti lähetetty" -#: ../src/empathy-preferences.c:139 +#: ../src/empathy-preferences.c:140 msgid "New conversation" msgstr "Uusi keskustelu" -#: ../src/empathy-preferences.c:140 +#: ../src/empathy-preferences.c:141 msgid "Contact comes online" msgstr "Tuttava saapuu linjoille" -#: ../src/empathy-preferences.c:141 +#: ../src/empathy-preferences.c:142 msgid "Contact goes offline" msgstr "Tuttava poistui linjoilta" -#: ../src/empathy-preferences.c:142 +#: ../src/empathy-preferences.c:143 msgid "Account connected" msgstr "Tili yhdistetty" -#: ../src/empathy-preferences.c:143 +#: ../src/empathy-preferences.c:144 msgid "Account disconnected" msgstr "Tilin yhteys katkaistu" -#: ../src/empathy-preferences.c:374 +#: ../src/empathy-preferences.c:369 msgid "Language" msgstr "Kieli" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:625 +#: ../src/empathy-preferences.c:620 msgid "Juliet" msgstr "Julia" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:632 +#: ../src/empathy-preferences.c:627 msgid "Romeo" msgstr "Romeo" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:638 +#: ../src/empathy-preferences.c:633 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "Oi, Romeo, Romeo! Miksi olet Romeo?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:642 +#: ../src/empathy-preferences.c:637 msgid "Deny thy father and refuse thy name;" msgstr "Isäsi, nimes kiellä;" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:645 +#: ../src/empathy-preferences.c:640 msgid "Or if thou wilt not, be but sworn my love" msgstr "Tai jos sinä et sitä tahdo, vanno lempes mulle" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:648 +#: ../src/empathy-preferences.c:643 msgid "And I'll no longer be a Capulet." msgstr "Ja Capulet en enää ole minä." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:651 +#: ../src/empathy-preferences.c:646 msgid "Shall I hear more, or shall I speak at this?" msgstr "Puhunko jo, vai kuuntelenko vielä?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:654 +#: ../src/empathy-preferences.c:649 msgid "Juliet has disconnected" msgstr "Julia poistui keskustelusta" -#: ../src/empathy-preferences.c:1020 +#: ../src/empathy-preferences.c:1015 msgid "Preferences" msgstr "Asetukset" @@ -3361,7 +3339,7 @@ msgstr "Näytä ryhmät" msgid "Show account balances" msgstr "Näytä tilien varallisuus" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2264 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2302 msgid "Contact List" msgstr "Tuttavaluettelo" @@ -3511,94 +3489,91 @@ msgstr "Muunnelma:" msgid "Themes" msgstr "Teemat" -#: ../src/empathy-roster-window.c:230 +#: ../src/empathy-roster-window.c:231 msgid "Provide Password" msgstr "Anna salasana" -#: ../src/empathy-roster-window.c:236 +#: ../src/empathy-roster-window.c:237 msgid "Disconnect" msgstr "Katkaise yhteys" -#: ../src/empathy-roster-window.c:493 -#| msgid "You need to setup an account to see contacts here." +#: ../src/empathy-roster-window.c:494 msgid "You need to set up an account to see contacts here." msgstr "Määritä itsellesi tili, jotta näet tuttavat täällä." -#: ../src/empathy-roster-window.c:569 +#: ../src/empathy-roster-window.c:570 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" "Valitettavasti %s-tilejäsi ei voi käyttää, ennen kuin %s on päivitetty." -#: ../src/empathy-roster-window.c:670 +#: ../src/empathy-roster-window.c:671 msgid "Windows Live" msgstr "Windows Live" -#: ../src/empathy-roster-window.c:672 +#: ../src/empathy-roster-window.c:673 msgid "Google Talk" msgstr "Google Talk" -#: ../src/empathy-roster-window.c:674 -#| msgid "Facebook Chat" +#: ../src/empathy-roster-window.c:675 msgid "Facebook" msgstr "Facebook" #. translators: %s is an account name like 'Facebook' or 'Google Talk' -#: ../src/empathy-roster-window.c:689 +#: ../src/empathy-roster-window.c:690 #, c-format msgid "%s account requires authorisation" msgstr "Tunnistautuminen vaaditaan tilille %s" -#: ../src/empathy-roster-window.c:700 -#| msgid "Edit Account" +#: ../src/empathy-roster-window.c:701 msgid "Online Accounts" msgstr "Verkkotilit" -#: ../src/empathy-roster-window.c:747 -#| msgid "Update software..." +#: ../src/empathy-roster-window.c:748 msgid "Update software…" msgstr "Päivitä sovelus…" -#: ../src/empathy-roster-window.c:753 +#: ../src/empathy-roster-window.c:754 msgid "Reconnect" msgstr "Yhdistä uudelleen" -#: ../src/empathy-roster-window.c:757 +#: ../src/empathy-roster-window.c:758 msgid "Edit Account" msgstr "Muokkaa tiliä" -#: ../src/empathy-roster-window.c:762 +#: ../src/empathy-roster-window.c:763 msgid "Close" msgstr "Sulje" -#: ../src/empathy-roster-window.c:904 -#| msgid "New %s account" +#: ../src/empathy-roster-window.c:905 msgid "Top up account" msgstr "Hanki lisää varallisuutta tilille" -#: ../src/empathy-roster-window.c:1590 +#: ../src/empathy-roster-window.c:1627 msgid "You need to enable one of your accounts to see contacts here." msgstr "Ota ainakin yksi tileistäsi käyttöön, jotta näet tuttaviasi täällä." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1598 +#: ../src/empathy-roster-window.c:1635 #, c-format msgid "You need to enable %s to see contacts here." msgstr "Ota %s käyttöön, jotta näet tuttaviasi täällä." -#: ../src/empathy-roster-window.c:1676 +#: ../src/empathy-roster-window.c:1713 msgid "Change your presence to see contacts here" msgstr "Vaihda läsnäolotilaasi, jotta näet tuttaviasi täällä." -#: ../src/empathy-roster-window.c:1685 +#: ../src/empathy-roster-window.c:1722 msgid "No match found" msgstr "Vastinetta ei löytynyt" -#: ../src/empathy-roster-window.c:1692 -msgid "You haven't added any contact yet" +#: ../src/empathy-roster-window.c:1729 +#, fuzzy +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Et ole lisännyt yhtään tuttavaa vielä" -#: ../src/empathy-roster-window.c:1695 +#: ../src/empathy-roster-window.c:1732 msgid "No online contacts" msgstr "Tuttavia ei ole linjoilla" @@ -3617,12 +3592,10 @@ msgid "Contacts" msgstr "Tuttavat" #: ../src/empathy-roster-window-menubar.ui.h:4 -#| msgid "_Add Contact…" msgid "_Add Contacts…" msgstr "_Lisää tuttavia…" #: ../src/empathy-roster-window-menubar.ui.h:5 -#| msgid "_Search for Contacts..." msgid "_Search for Contacts…" msgstr "_Etsi tutta_via…" @@ -3663,8 +3636,8 @@ msgid "Help" msgstr "Ohje" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Tietoja - Pikaviestin" +msgid "About" +msgstr "Tietoja" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3680,7 +3653,6 @@ msgid "Go _Online" msgstr "Siirry _verkkoon" #: ../src/empathy-roster-window.ui.h:3 -#| msgid "Show offline contacts" msgid "Show _Offline Contacts" msgstr "Näyt_ä linjoilta poissa olevat tuttavat" @@ -3703,10 +3675,49 @@ msgid "Edit %s account options" msgstr "Muokkaa tilin \"%s\" tietoja" #: ../ubuntu-online-accounts/empathy.application.in.h:1 -#| msgid "Please enter your account details" msgid "Integrate your IM accounts" msgstr "Yhdistä pikaviestintilisi" +#~ msgid "No error message" +#~ msgstr "Ei virheilmoitusta" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Pikaviesti (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy on vapaa ohjelma; sitä on sallittu levittää edelleen ja muuttaa " +#~ "GNU yleisen lisenssin (GPL lisenssin) ehtojen mukaan sellaisina kuin " +#~ "Free Software Foundation on ne julkaissut; joko lisenssin version 2, tai " +#~ "(valinnan mukaan) minkä tahansa myöhemmän version mukaisesti." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Empathyä levitetään siinä toivossa, että se olisi hyödyllinen, mutta " +#~ "ilman mitään takuuta; ilman edes hiljaista takuuta kaupallisesti " +#~ "hyväksyttävästä laadusta tai soveltuvuudesta tiettyyn tarkoitukseen. " +#~ "Katso GPL lisenssistä lisää yksityiskohtia." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Empathyn mukana pitäisi tulla kopio GPL-lisenssistä; jos näin ei ole, " +#~ "kirjoita osoitteeseen Free Software Foundation Inc., 51 Franklin St, " +#~ "Fifth Floor, Boston, MA 02110-1301, USA." + +#~ msgid "About Empathy" +#~ msgstr "Tietoja - Pikaviestin" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "Empathy voi käyttää verkkoa paikantamaan sijainnin" @@ -12,7 +12,7 @@ # Jonathan Ernst <jonathan@ernstfamily.ch>, 2007. # Damien Durand <splinux@fedoraproject.org>, 2007. # Robert-André Mauchin <zebob.m@pengzone.org>, 2007-2008. -# Frederic Peters <fpeters@0d.be>, 2007-2008, 2012. +# Frederic Peters <fpeters@0d.be>, 2007-2008, 2012, 2014. # Laurent Bigonville <bigon@bigon.be>, 2007. # Stéphane Raimbault <stephane.raimbault@gmail.com>, 2007. # Christophe Benz <christophe.benz@gmail.com>, 2007-2009. @@ -28,11 +28,11 @@ msgstr "" "Project-Id-Version: empathy HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-09-03 10:12+0000\n" -"PO-Revision-Date: 2013-09-03 23:57+0200\n" +"POT-Creation-Date: 2014-03-16 04:26+0000\n" +"PO-Revision-Date: 2014-03-16 12:52+0100\n" "Last-Translator: Frederic Peters <fpeters@0d.be>\n" "Language-Team: GNOME French Team <gnomefr@traduc.org>\n" -"Language: \n" +"Language: French\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -59,6 +59,31 @@ msgid "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" msgstr "" "discussion;messagerie instantanée;irc;voip;téléphonie;gtalk;facebook;jabber;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "" +"Empathy est l'application de messagerie instantanée officielle de " +"l'environnement de bureau GNOME. Empathy peut se connecter aux réseaux " +"AIM, MSN, Jabber (y compris Facebook et Google Talk), IRC et beaucoup " +"d'autres. Vous pouvez discuter par textes, faire des appels audio et vidéo " +"et même transférer des fichiers, selon ce que l'application de discussion " +"de votre correspondant autorise." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "" +"Empathy fournit une intégration de la messagerie dans le bureau GNOME, ainsi " +"vous ne raterez jamais un message. Vous pouvez répondre à vos contacts " +"sans même avoir à ouvrir Empathy !" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "Les gestionnaires de connexion doivent être utilisés" @@ -525,202 +550,202 @@ msgstr "" "Indique si Empathy doit réduire la précision de la position pour des raisons " "de confidentialité." -#: ../libempathy/empathy-ft-handler.c:733 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Aucune raison n'a été indiquée" -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Le changement d'état a été demandé" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Vous avez annulé le transfert de fichier" -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Le correspondant a annulé le transfert de fichier" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Erreur lors du téléchargement du fichier" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Le correspondant n'est pas capable de transférer le fichier" -#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:259 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Raison inconnue" -#: ../libempathy/empathy-ft-handler.c:914 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Transfert de fichier terminé, mais le fichier était corrompu" -#: ../libempathy/empathy-ft-handler.c:1200 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "" "Le transfert de fichiers n'est pas pris en charge par le contact distant" -#: ../libempathy/empathy-ft-handler.c:1256 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Le fichier sélectionné n'est pas un fichier conventionnel" -#: ../libempathy/empathy-ft-handler.c:1265 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Le fichier sélectionné est vide" -#: ../libempathy/empathy-message.c:402 ../src/empathy-call-observer.c:107 +#: ../libempathy/empathy-message.c:385 ../src/empathy-call-observer.c:108 #, c-format msgid "Missed call from %s" msgstr "Appel manqué de %s" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:406 +#: ../libempathy/empathy-message.c:389 #, c-format msgid "Called %s" msgstr "Conversation avec %s" -#: ../libempathy/empathy-message.c:409 +#: ../libempathy/empathy-message.c:392 #, c-format msgid "Call from %s" msgstr "Appel de %s" -#: ../libempathy/empathy-utils.c:179 +#: ../libempathy/empathy-utils.c:180 msgid "Available" msgstr "Disponible" -#: ../libempathy/empathy-utils.c:181 +#: ../libempathy/empathy-utils.c:182 msgid "Busy" msgstr "Occupé" -#: ../libempathy/empathy-utils.c:184 +#: ../libempathy/empathy-utils.c:185 msgid "Away" msgstr "Absent" -#: ../libempathy/empathy-utils.c:186 +#: ../libempathy/empathy-utils.c:187 msgid "Invisible" msgstr "Invisible" -#: ../libempathy/empathy-utils.c:188 +#: ../libempathy/empathy-utils.c:189 msgid "Offline" msgstr "Déconnecté" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:191 +#: ../libempathy/empathy-utils.c:192 msgctxt "presence" msgid "Unknown" msgstr "Inconnu" -#: ../libempathy/empathy-utils.c:231 +#: ../libempathy/empathy-utils.c:232 msgid "No reason specified" msgstr "Aucune raison n'a été indiquée" -#: ../libempathy/empathy-utils.c:233 ../libempathy/empathy-utils.c:289 +#: ../libempathy/empathy-utils.c:234 ../libempathy/empathy-utils.c:290 msgid "Status is set to offline" msgstr "L'état est « déconnecté »" -#: ../libempathy/empathy-utils.c:235 ../libempathy/empathy-utils.c:269 -#: ../libempathy-gtk/empathy-call-utils.c:41 +#: ../libempathy/empathy-utils.c:236 ../libempathy/empathy-utils.c:270 +#: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-new-message-dialog.c:70 msgid "Network error" msgstr "Erreur réseau" -#: ../libempathy/empathy-utils.c:237 ../libempathy/empathy-utils.c:271 +#: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" msgstr "L'authentification a échoué" -#: ../libempathy/empathy-utils.c:239 ../libempathy/empathy-utils.c:273 +#: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" msgstr "Erreur de chiffrement" -#: ../libempathy/empathy-utils.c:241 +#: ../libempathy/empathy-utils.c:242 msgid "Name in use" msgstr "Nom déjà utilisé" -#: ../libempathy/empathy-utils.c:243 ../libempathy/empathy-utils.c:275 +#: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" msgstr "Certificat non fourni" -#: ../libempathy/empathy-utils.c:245 ../libempathy/empathy-utils.c:277 +#: ../libempathy/empathy-utils.c:246 ../libempathy/empathy-utils.c:278 msgid "Certificate untrusted" msgstr "Certificat non validé" -#: ../libempathy/empathy-utils.c:247 ../libempathy/empathy-utils.c:279 +#: ../libempathy/empathy-utils.c:248 ../libempathy/empathy-utils.c:280 msgid "Certificate expired" msgstr "Le certificat a expiré" -#: ../libempathy/empathy-utils.c:249 ../libempathy/empathy-utils.c:281 +#: ../libempathy/empathy-utils.c:250 ../libempathy/empathy-utils.c:282 msgid "Certificate not activated" msgstr "Certificat non activé" -#: ../libempathy/empathy-utils.c:251 ../libempathy/empathy-utils.c:283 +#: ../libempathy/empathy-utils.c:252 ../libempathy/empathy-utils.c:284 msgid "Certificate hostname mismatch" msgstr "Le nom de l'hôte du certificat ne correspond pas" -#: ../libempathy/empathy-utils.c:253 ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:254 ../libempathy/empathy-utils.c:286 msgid "Certificate fingerprint mismatch" msgstr "L'empreinte du certificat ne correspond pas" -#: ../libempathy/empathy-utils.c:255 ../libempathy/empathy-utils.c:287 +#: ../libempathy/empathy-utils.c:256 ../libempathy/empathy-utils.c:288 msgid "Certificate self-signed" msgstr "Certificat auto-signé" -#: ../libempathy/empathy-utils.c:257 +#: ../libempathy/empathy-utils.c:258 msgid "Certificate error" msgstr "Erreur de certificat" -#: ../libempathy/empathy-utils.c:291 +#: ../libempathy/empathy-utils.c:292 msgid "Encryption is not available" msgstr "Chiffrement non disponible" -#: ../libempathy/empathy-utils.c:293 +#: ../libempathy/empathy-utils.c:294 msgid "Certificate is invalid" msgstr "Le certificat n'est pas valide" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:296 msgid "Connection has been refused" msgstr "La connexion a été refusée" -#: ../libempathy/empathy-utils.c:297 +#: ../libempathy/empathy-utils.c:298 msgid "Connection can't be established" msgstr "La connexion ne peut pas être établie" -#: ../libempathy/empathy-utils.c:299 +#: ../libempathy/empathy-utils.c:300 msgid "Connection has been lost" msgstr "La connexion a été perdue" -#: ../libempathy/empathy-utils.c:301 +#: ../libempathy/empathy-utils.c:302 msgid "This account is already connected to the server" msgstr "Ce compte est déjà connecté au serveur" -#: ../libempathy/empathy-utils.c:303 +#: ../libempathy/empathy-utils.c:304 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "" "La connexion a été remplacée par une nouvelle connexion utilisant la même " "ressource" -#: ../libempathy/empathy-utils.c:306 +#: ../libempathy/empathy-utils.c:307 msgid "The account already exists on the server" msgstr "Ce compte existe déjà sur le serveur" -#: ../libempathy/empathy-utils.c:308 +#: ../libempathy/empathy-utils.c:309 msgid "Server is currently too busy to handle the connection" msgstr "Le serveur est actuellement trop chargé pour traiter la connexion" -#: ../libempathy/empathy-utils.c:310 +#: ../libempathy/empathy-utils.c:311 msgid "Certificate has been revoked" msgstr "Le certificat a été révoqué" -#: ../libempathy/empathy-utils.c:312 +#: ../libempathy/empathy-utils.c:313 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" msgstr "" "Le certificat utilise un algorithme de chiffrement douteux ou est " "cryptographiquement faible" -#: ../libempathy/empathy-utils.c:315 +#: ../libempathy/empathy-utils.c:316 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" @@ -729,11 +754,11 @@ msgstr "" "certificat du serveur dépasse les limites imposées par la bibliothèque de " "cryptographie" -#: ../libempathy/empathy-utils.c:319 +#: ../libempathy/empathy-utils.c:320 msgid "Your software is too old" msgstr "Votre version de logiciel est trop vieille" -#: ../libempathy/empathy-utils.c:321 +#: ../libempathy/empathy-utils.c:322 msgid "Internal error" msgstr "Erreur interne" @@ -751,7 +776,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "L'authentification a échoué pour le compte <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Réessayer" @@ -770,66 +795,66 @@ msgstr "" msgid "Remember password" msgstr "Se souvenir du mot de passe" -#: ../libempathy-gtk/empathy-call-utils.c:36 -#: ../libempathy-gtk/empathy-call-utils.c:54 +#: ../libempathy-gtk/empathy-call-utils.c:37 +#: ../libempathy-gtk/empathy-call-utils.c:55 msgid "There was an error starting the call" msgstr "Une erreur est survenue au démarrage de l'appel" -#: ../libempathy-gtk/empathy-call-utils.c:43 +#: ../libempathy-gtk/empathy-call-utils.c:44 msgid "The specified contact doesn't support calls" msgstr "Le contact spécifié ne prend pas en charge les appels" -#: ../libempathy-gtk/empathy-call-utils.c:45 +#: ../libempathy-gtk/empathy-call-utils.c:46 msgid "The specified contact is offline" msgstr "Le contact spécifié est hors ligne." -#: ../libempathy-gtk/empathy-call-utils.c:47 +#: ../libempathy-gtk/empathy-call-utils.c:48 msgid "The specified contact is not valid" msgstr "Le contact spécifié n'est pas valable" -#: ../libempathy-gtk/empathy-call-utils.c:49 +#: ../libempathy-gtk/empathy-call-utils.c:50 msgid "Emergency calls are not supported on this protocol" msgstr "" "L'utilisation des appels d'urgence n'est pas pris en charge par ce protocole" -#: ../libempathy-gtk/empathy-call-utils.c:51 +#: ../libempathy-gtk/empathy-call-utils.c:52 msgid "You don't have enough credit in order to place this call" msgstr "Vous n'avez pas assez de crédit pour passer cet appel" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Impossible d'ouvrir une discussion privée" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "" "L'utilisation d'un sujet n'est pas pris en charge par cette conversation" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Vous n'êtes pas autorisé à modifier le sujet" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Identifiant de contact non valide" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear : efface tous les messages de la conversation actuelle" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <sujet> : définit le sujet de la conversation actuelle" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <id du salon> : rejoint un nouveau salon de discussion" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <id du salon> : rejoint un nouveau salon de discussion" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -837,24 +862,24 @@ msgstr "" "/part [<id du salon>] [<raison>] : quitte le salon de discussion ; par " "défaut, le salon actuel" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <id du contact> [<message>] : ouvre une discussion privée" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <id du contact> <message> : ouvre une discussion privée" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <pseudonyme> : modifie votre pseudonyme sur le serveur actuel" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "" "/me <message> : envoie un message d'action dans la conversation actuelle" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -864,12 +889,12 @@ msgstr "" "pour envoyer un message commençant par un « / ». Par exemple : « /say /join " "est utilisé pour rejoindre un nouveau salon de discussion »" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "" "/whois <id du contact> : affiche les informations à propos de ce contact" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -877,127 +902,127 @@ msgstr "" "/help [<commande>] : affiche toutes les commandes prises en charge. Si " "<commande> est définie, affiche son utilisation." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Utilisation : %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Commande inconnue" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "" "Commande inconnue ; utilisez /help pour obtenir les commandes disponibles" -#: ../libempathy-gtk/empathy-chat.c:1544 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "solde insuffisant pour envoyer un message" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1562 -#: ../libempathy-gtk/empathy-chat.c:1625 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Erreur à l'envoi du message « %s » : %s" -#: ../libempathy-gtk/empathy-chat.c:1550 ../libempathy-gtk/empathy-chat.c:1567 -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Erreur à l'envoi du message : %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "solde insuffisant pour envoyer un message. <a href='%s'>Créditer</a>." -#: ../libempathy-gtk/empathy-chat.c:1596 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "non capable" -#: ../libempathy-gtk/empathy-chat.c:1603 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "déconnecté" -#: ../libempathy-gtk/empathy-chat.c:1606 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "contact non valide" -#: ../libempathy-gtk/empathy-chat.c:1609 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "permission refusée" -#: ../libempathy-gtk/empathy-chat.c:1612 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "message trop long" -#: ../libempathy-gtk/empathy-chat.c:1615 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "non implémenté" -#: ../libempathy-gtk/empathy-chat.c:1619 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "inconnu" -#: ../libempathy-gtk/empathy-chat.c:1686 ../src/empathy-chat-window.c:971 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Sujet :" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Sujet défini : %s" -#: ../libempathy-gtk/empathy-chat.c:1703 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Sujet défini par %s à : %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1708 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Pas de sujet défini" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(aucune suggestion)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Ajouter « %s » au dictionnaire" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Ajouter « %s » au dictionnaire %s" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Insérer la frimousse" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 -#: ../libempathy-gtk/empathy-ui-utils.c:815 +#: ../libempathy-gtk/empathy-chat.c:2411 +#: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Envoyer" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "_Suggestions orthographiques" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Impossible de retrouver les journaux récents" -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s s'est déconnecté" @@ -1005,12 +1030,12 @@ msgstr "%s s'est déconnecté" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%1$s a été expulsé par %2$s" -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s a été expulsé" @@ -1018,17 +1043,17 @@ msgstr "%s a été expulsé" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%1$s a été banni par %2$s" -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s a été banni" -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s a quitté le salon" @@ -1038,17 +1063,17 @@ msgstr "%s a quitté le salon" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s a rejoint le salon" -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s est maintenant connu sous le nom de %s" @@ -1056,82 +1081,82 @@ msgstr "%s est maintenant connu sous le nom de %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1524 -#: ../src/empathy-call-window.c:1574 ../src/empathy-call-window.c:2653 -#: ../src/empathy-call-window.c:2960 ../src/empathy-event-manager.c:1171 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Déconnecté" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Souhaitez-vous enregistrer ce mot de passe ?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Conserver" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Pas maintenant" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Mot de passe incorrect ; essayez de nouveau :" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Ce salon est protégé par un mot de passe :" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Rejoindre" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1192 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Connecté" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Conversation" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:263 msgid "Unknown or invalid identifier" msgstr "Identifiant inconnu ou non valide" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:265 msgid "Contact blocking temporarily unavailable" msgstr "Blocage de contacts temporairement non disponible" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:267 msgid "Contact blocking unavailable" msgstr "Blocage de contacts non disponible" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:269 msgid "Permission Denied" msgstr "permission refusée" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:273 msgid "Could not block contact" msgstr "Impossible de bloquer le contact" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 msgid "Edit Blocked Contacts" msgstr "Modifier les contacts bloqués" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:559 -#: ../libempathy-gtk/empathy-individual-widget.c:1539 +#: ../libempathy-gtk/empathy-individual-widget.c:1540 #: ../src/empathy-chatrooms-window.ui.h:2 #: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" @@ -1167,8 +1192,7 @@ msgstr "Aucun contact trouvé" #: ../libempathy-gtk/empathy-contact-search-dialog.c:660 msgid "Contact search is not supported on this account" -msgstr "" -"La recherche de contacts n'est pas prise en charge sur ce compte" +msgstr "La recherche de contacts n'est pas prise en charge sur ce compte" #: ../libempathy-gtk/empathy-contact-search-dialog.c:666 msgid "Your message introducing yourself:" @@ -1179,17 +1203,17 @@ msgid "Please let me see when you're online. Thanks!" msgstr "Merci de m'autoriser à voir quand vous êtes connecté !" #: ../libempathy-gtk/empathy-contact-widget.c:158 -#: ../libempathy-gtk/empathy-individual-widget.c:954 +#: ../libempathy-gtk/empathy-individual-widget.c:955 msgid "Save Avatar" msgstr "Enregistrer l'avatar" #: ../libempathy-gtk/empathy-contact-widget.c:214 -#: ../libempathy-gtk/empathy-individual-widget.c:1012 +#: ../libempathy-gtk/empathy-individual-widget.c:1013 msgid "Unable to save avatar" msgstr "Impossible d'enregistrer l'avatar" #: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../src/empathy-import-widget.c:318 +#: ../src/empathy-import-widget.c:319 msgid "Account" msgstr "Compte" @@ -1257,42 +1281,42 @@ msgstr "Sélectionner" msgid "Group" msgstr "Groupe" -#: ../libempathy-gtk/empathy-individual-dialogs.c:108 +#: ../libempathy-gtk/empathy-individual-dialogs.c:109 msgid "New Contact" msgstr "Nouveau contact" -#: ../libempathy-gtk/empathy-individual-dialogs.c:183 -#: ../libempathy-gtk/empathy-subscription-dialog.c:120 +#: ../libempathy-gtk/empathy-individual-dialogs.c:184 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "Bloquer %s ?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:238 -#: ../libempathy-gtk/empathy-subscription-dialog.c:124 +#: ../libempathy-gtk/empathy-individual-dialogs.c:239 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "Voulez-vous vraiment empêcher « %s » de vous contacter à nouveau ?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:243 +#: ../libempathy-gtk/empathy-individual-dialogs.c:244 msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" msgstr[0] "La personne suivante va être bloquée :" msgstr[1] "Les personnes suivantes vont être bloquées :" -#: ../libempathy-gtk/empathy-individual-dialogs.c:250 +#: ../libempathy-gtk/empathy-individual-dialogs.c:251 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" msgstr[0] "La personne suivante ne peut pas être bloquée :" msgstr[1] "Les personnes suivantes ne peuvent pas être bloquées :" -#: ../libempathy-gtk/empathy-individual-dialogs.c:260 -#: ../libempathy-gtk/empathy-subscription-dialog.c:129 -#: ../libempathy-gtk/empathy-subscription-dialog.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:261 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "_Bloquer" -#: ../libempathy-gtk/empathy-individual-dialogs.c:269 -#: ../libempathy-gtk/empathy-subscription-dialog.c:149 +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "_Signaler ce contact comme abusif" @@ -1318,52 +1342,65 @@ msgstr "Installez gnome-contacts pour accéder aux détails des contacts." #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:178 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:356 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Sélectionner le compte à utiliser pour passer l'appel" -#: ../libempathy-gtk/empathy-individual-menu.c:360 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Appel" -#: ../libempathy-gtk/empathy-individual-menu.c:425 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Mobile" -#: ../libempathy-gtk/empathy-individual-menu.c:427 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Travail" -#: ../libempathy-gtk/empathy-individual-menu.c:429 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Maison" -#: ../libempathy-gtk/empathy-individual-menu.c:672 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +msgid "Call %s (%s)" +msgstr "Appeler %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +msgid "Call %s" +msgstr "Appeler %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "_Bloquer le contact" -#: ../libempathy-gtk/empathy-individual-menu.c:727 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Retirer du _groupe « %s »" -#: ../libempathy-gtk/empathy-individual-menu.c:748 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Supprimer et _bloquer" -#: ../libempathy-gtk/empathy-individual-menu.c:836 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Voulez-vous vraiment supprimer le contact « %s » ?" -#: ../libempathy-gtk/empathy-individual-menu.c:845 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1372,75 +1409,75 @@ msgstr "" "Voulez-vous vraiment supprimer le contact lié « %s » ? Sachez que cela " "supprimera tous les contacts qui composent ce contact lié." -#: ../libempathy-gtk/empathy-individual-menu.c:856 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Suppression du contact" -#: ../libempathy-gtk/empathy-individual-menu.c:932 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Supprimer" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1351 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "Dis_cussion" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1390 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1427 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "Appel _audio" -#: ../libempathy-gtk/empathy-individual-menu.c:1464 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "Appel _vidéo" -#: ../libempathy-gtk/empathy-individual-menu.c:1506 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "Conversations _précédentes" -#: ../libempathy-gtk/empathy-individual-menu.c:1538 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Envoyer un fichier" -#: ../libempathy-gtk/empathy-individual-menu.c:1572 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Partager mon bureau" -#: ../libempathy-gtk/empathy-individual-menu.c:1599 -#: ../libempathy-gtk/empathy-individual-widget.c:1422 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 +#: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Favori" -#: ../libempathy-gtk/empathy-individual-menu.c:1628 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "Infor_mations" -#: ../libempathy-gtk/empathy-individual-menu.c:1677 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Modifier" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1793 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 #: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Vous invite à ce salon" -#: ../libempathy-gtk/empathy-individual-menu.c:1839 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Inviter à un salon de discussion" -#: ../libempathy-gtk/empathy-individual-menu.c:2035 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "A_jouter un contact…" @@ -1458,134 +1495,134 @@ msgstr "Suppression du groupe" msgid "Re_name" msgstr "Re_nommer" -#: ../libempathy-gtk/empathy-individual-widget.c:360 +#: ../libempathy-gtk/empathy-individual-widget.c:361 msgid "Channels:" msgstr "Canaux :" -#: ../libempathy-gtk/empathy-individual-widget.c:511 +#: ../libempathy-gtk/empathy-individual-widget.c:512 msgid "Country ISO Code:" msgstr "Code ISO du pays :" -#: ../libempathy-gtk/empathy-individual-widget.c:513 +#: ../libempathy-gtk/empathy-individual-widget.c:514 msgid "Country:" msgstr "Pays :" -#: ../libempathy-gtk/empathy-individual-widget.c:515 +#: ../libempathy-gtk/empathy-individual-widget.c:516 msgid "State:" msgstr "État :" -#: ../libempathy-gtk/empathy-individual-widget.c:517 +#: ../libempathy-gtk/empathy-individual-widget.c:518 msgid "City:" msgstr "Ville :" -#: ../libempathy-gtk/empathy-individual-widget.c:519 +#: ../libempathy-gtk/empathy-individual-widget.c:520 msgid "Area:" msgstr "Région :" -#: ../libempathy-gtk/empathy-individual-widget.c:521 +#: ../libempathy-gtk/empathy-individual-widget.c:522 msgid "Postal Code:" msgstr "Code postal :" -#: ../libempathy-gtk/empathy-individual-widget.c:523 +#: ../libempathy-gtk/empathy-individual-widget.c:524 msgid "Street:" msgstr "Rue :" -#: ../libempathy-gtk/empathy-individual-widget.c:525 +#: ../libempathy-gtk/empathy-individual-widget.c:526 msgid "Building:" msgstr "Bâtiment :" -#: ../libempathy-gtk/empathy-individual-widget.c:527 +#: ../libempathy-gtk/empathy-individual-widget.c:528 msgid "Floor:" msgstr "Étage :" -#: ../libempathy-gtk/empathy-individual-widget.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:530 msgid "Room:" msgstr "Salon :" -#: ../libempathy-gtk/empathy-individual-widget.c:531 +#: ../libempathy-gtk/empathy-individual-widget.c:532 msgid "Text:" msgstr "Texte :" -#: ../libempathy-gtk/empathy-individual-widget.c:533 +#: ../libempathy-gtk/empathy-individual-widget.c:534 msgid "Description:" msgstr "Description :" -#: ../libempathy-gtk/empathy-individual-widget.c:535 +#: ../libempathy-gtk/empathy-individual-widget.c:536 msgid "URI:" msgstr "URI :" -#: ../libempathy-gtk/empathy-individual-widget.c:537 +#: ../libempathy-gtk/empathy-individual-widget.c:538 msgid "Accuracy Level:" msgstr "Niveau de précision :" -#: ../libempathy-gtk/empathy-individual-widget.c:539 +#: ../libempathy-gtk/empathy-individual-widget.c:540 msgid "Error:" msgstr "Erreur :" -#: ../libempathy-gtk/empathy-individual-widget.c:541 +#: ../libempathy-gtk/empathy-individual-widget.c:542 msgid "Vertical Error (meters):" msgstr "Erreur verticale (mètres) :" -#: ../libempathy-gtk/empathy-individual-widget.c:543 +#: ../libempathy-gtk/empathy-individual-widget.c:544 msgid "Horizontal Error (meters):" msgstr "Erreur horizontale (mètres) :" -#: ../libempathy-gtk/empathy-individual-widget.c:545 +#: ../libempathy-gtk/empathy-individual-widget.c:546 msgid "Speed:" msgstr "Vitesse :" # http://fr.wikipedia.org/wiki/Rel%C3%A8vement -#: ../libempathy-gtk/empathy-individual-widget.c:547 +#: ../libempathy-gtk/empathy-individual-widget.c:548 msgid "Bearing:" msgstr "Relèvement :" -#: ../libempathy-gtk/empathy-individual-widget.c:549 +#: ../libempathy-gtk/empathy-individual-widget.c:550 msgid "Climb Speed:" msgstr "Vitesse ascensionnelle :" -#: ../libempathy-gtk/empathy-individual-widget.c:551 +#: ../libempathy-gtk/empathy-individual-widget.c:552 msgid "Last Updated on:" msgstr "Dernière mise à jour le :" -#: ../libempathy-gtk/empathy-individual-widget.c:553 +#: ../libempathy-gtk/empathy-individual-widget.c:554 msgid "Longitude:" msgstr "Longitude :" -#: ../libempathy-gtk/empathy-individual-widget.c:555 +#: ../libempathy-gtk/empathy-individual-widget.c:556 msgid "Latitude:" msgstr "Latitude :" -#: ../libempathy-gtk/empathy-individual-widget.c:557 +#: ../libempathy-gtk/empathy-individual-widget.c:558 msgid "Altitude:" msgstr "Altitude :" -#: ../libempathy-gtk/empathy-individual-widget.c:649 -#: ../libempathy-gtk/empathy-individual-widget.c:664 +#: ../libempathy-gtk/empathy-individual-widget.c:650 +#: ../libempathy-gtk/empathy-individual-widget.c:665 #: ../src/empathy-preferences.ui.h:35 msgid "Location" msgstr "Position" #. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-individual-widget.c:666 +#: ../libempathy-gtk/empathy-individual-widget.c:667 #, c-format msgid "%s, %s" msgstr "%s, %s" -#: ../libempathy-gtk/empathy-individual-widget.c:715 +#: ../libempathy-gtk/empathy-individual-widget.c:716 msgid "%B %e, %Y at %R UTC" msgstr "%e %B %Y à %R UTC" #. Alias -#: ../libempathy-gtk/empathy-individual-widget.c:1358 +#: ../libempathy-gtk/empathy-individual-widget.c:1359 msgid "Alias:" msgstr "Alias :" #. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-individual-widget.c:1567 +#: ../libempathy-gtk/empathy-individual-widget.c:1568 msgid "Identifier:" msgstr "Identifiant :" -#: ../libempathy-gtk/empathy-individual-widget.c:1706 +#: ../libempathy-gtk/empathy-individual-widget.c:1707 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -1623,136 +1660,136 @@ msgstr "" "fonctionnalité en choisissant <span style=\"italic\">Édition → Comptes</" "span> dans la liste des contacts." -#: ../libempathy-gtk/empathy-log-window.c:630 +#: ../libempathy-gtk/empathy-log-window.c:631 msgid "History" msgstr "Historique" -#: ../libempathy-gtk/empathy-log-window.c:685 +#: ../libempathy-gtk/empathy-log-window.c:686 msgid "Show" msgstr "Afficher" -#: ../libempathy-gtk/empathy-log-window.c:707 +#: ../libempathy-gtk/empathy-log-window.c:708 msgid "Search" msgstr "Rechercher" -#: ../libempathy-gtk/empathy-log-window.c:1158 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Discussion par %s" -#: ../libempathy-gtk/empathy-log-window.c:1160 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Discussion avec %s" -#: ../libempathy-gtk/empathy-log-window.c:1210 -#: ../libempathy-gtk/empathy-log-window.c:1354 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A %e %B %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1297 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1303 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s :</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1378 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s seconde" msgstr[1] "%s secondes" -#: ../libempathy-gtk/empathy-log-window.c:1385 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s minute" msgstr[1] "%s minutes" -#: ../libempathy-gtk/empathy-log-window.c:1393 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "L'appel a duré %s, s'est terminé à %s" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Aujourd'hui" -#: ../libempathy-gtk/empathy-log-window.c:1728 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Hier" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1743 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1847 -#: ../libempathy-gtk/empathy-log-window.c:3470 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "N'importe quand" -#: ../libempathy-gtk/empathy-log-window.c:1946 -#: ../libempathy-gtk/empathy-log-window.c:2405 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "N'importe qui" -#: ../libempathy-gtk/empathy-log-window.c:2718 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Qui" -#: ../libempathy-gtk/empathy-log-window.c:2927 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Quand" -#: ../libempathy-gtk/empathy-log-window.c:3045 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "N'importe quoi" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Textes de discussion" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Appels" -#: ../libempathy-gtk/empathy-log-window.c:3052 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Appels entrants" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Appels sortants" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Appels manqués" -#: ../libempathy-gtk/empathy-log-window.c:3074 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Quoi" -#: ../libempathy-gtk/empathy-log-window.c:3763 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Vouez-vous vraiment effacer tout l'historique des conversations précédentes ?" -#: ../libempathy-gtk/empathy-log-window.c:3767 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Tout effacer" -#: ../libempathy-gtk/empathy-log-window.c:3774 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Effacer à partir de :" @@ -1984,31 +2021,31 @@ msgstr "Appel vocal terminé" msgid "Edit Custom Messages" msgstr "Édition des messages personnalisés" -#: ../libempathy-gtk/empathy-subscription-dialog.c:233 +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" msgstr "Requête d'abonnement" -#: ../libempathy-gtk/empathy-subscription-dialog.c:239 -#: ../src/empathy-event-manager.c:1109 +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s aimerait être autorisé à savoir si vous êtes en ligne" -#: ../libempathy-gtk/empathy-subscription-dialog.c:280 -#: ../src/empathy-event-manager.c:723 +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Refuser" -#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 msgid "_Accept" msgstr "_Accepter" -#: ../libempathy-gtk/empathy-theme-adium.c:1217 +#: ../libempathy-gtk/empathy-theme-adium.c:1218 #, c-format msgid "Message edited at %s" msgstr "Message modifié à %s" -#: ../libempathy-gtk/empathy-theme-adium.c:1919 +#: ../libempathy-gtk/empathy-theme-adium.c:1920 msgid "Normal" msgstr "Normal" @@ -2088,19 +2125,19 @@ msgstr "Se souvenir de ce choix pour les prochaines connexions" msgid "Certificate Details" msgstr "Détails du certificat" -#: ../libempathy-gtk/empathy-ui-utils.c:685 +#: ../libempathy-gtk/empathy-ui-utils.c:679 msgid "Unable to open URI" msgstr "Impossible d'ouvrir l'URI" -#: ../libempathy-gtk/empathy-ui-utils.c:809 +#: ../libempathy-gtk/empathy-ui-utils.c:803 msgid "Select a file" msgstr "Sélectionner un fichier" -#: ../libempathy-gtk/empathy-ui-utils.c:883 +#: ../libempathy-gtk/empathy-ui-utils.c:877 msgid "Insufficient free space to save file" msgstr "Espace disque insuffisant pour enregistrer le fichier" -#: ../libempathy-gtk/empathy-ui-utils.c:891 +#: ../libempathy-gtk/empathy-ui-utils.c:885 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " @@ -2109,7 +2146,7 @@ msgstr "" "Un espace libre de %s est nécessaire pour enregistrer ce fichier mais " "seulement %s sont disponibles. Veuillez choisir un autre emplacement." -#: ../libempathy-gtk/empathy-ui-utils.c:937 +#: ../libempathy-gtk/empathy-ui-utils.c:931 #, c-format msgid "Incoming file from %s" msgstr "Fichier entrant de %s" @@ -2148,53 +2185,11 @@ msgstr "Non groupés" msgid "Server cannot find contact: %s" msgstr "Le serveur ne peut pas trouver le contact : %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:223 -msgid "No error message" -msgstr "Pas de message d'erreur" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:296 -msgid "Instant Message (Empathy)" -msgstr "Message instantané (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy est un logiciel libre ; vous pouvez le redistribuer et/ou le " -"modifier selon les termes de la Licence Publique Générale GNU, telle que " -"publiée par la Free Software Foundation ; version 2 de la licence ou (à " -"votre discrétion) toute version ultérieure." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE " -"GARANTIE ; sans même la garantie implicite de VALEUR MARCHANDE ou " -"D'ADÉQUATION À UN BESOIN PARTICULIER. Pour plus de détails, voir la Licence " -"Publique Générale GNU." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Un exemplaire de la Licence Publique Générale GNU doit être fourni avec " -"Empathy ; si ce n'est pas le cas, écrivez à la Free Software Foundation, " -"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Un client de messagerie instantanée pour GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Frédéric Brin <duckx@mezimail.com>\n" @@ -2260,29 +2255,29 @@ msgstr "Votre compte %.50s comporte des modifications non enregistrées." msgid "Your new account has not been saved yet." msgstr "Votre nouveau compte n'est pas encore enregistré." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1266 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Connexion en cours…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Hors ligne — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Déconnecté — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Hors ligne — Pas de connexion réseau" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Statut inconnu" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2292,28 +2287,28 @@ msgstr "" "charge. Installez telepathy-haze et redémarrez votre session pour migrer le " "compte." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Hors ligne — Compte désactivé" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Modifier les paramètres de la connexion" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Modifier les paramètres de la connexion…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Voulez-vous supprimer %.50s de votre ordinateur ?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Cela ne supprimera pas votre compte sur le serveur." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2322,24 +2317,24 @@ msgstr "" "annulera vos modifications. Voulez-vous vraiment continuer ?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Activé" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Renommer" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Ignorer" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "Se _connecter" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2348,7 +2343,7 @@ msgstr "" "vos modifications. Voulez-vous vraiment continuer ?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Comptes de messagerie et VoIP" @@ -2384,25 +2379,25 @@ msgstr "- Client d'authentification de Empathy" msgid "Empathy authentication client" msgstr "Client d'authentification de Empathy" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Ne pas se connecter au démarrage" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "" "Ne pas afficher la liste des contacts ou d'autres boîtes de dialogue au " "démarrage" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Client de messagerie instantanée Empathy" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Erreur de connexion au gestionnaire de compte" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2415,44 +2410,44 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Appel en cours" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- Client audio/vidéo de Empathy" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Client audio/vidéo de Empathy" -#: ../src/empathy-call-observer.c:110 +#: ../src/empathy-call-observer.c:111 #, c-format msgid "%s just tried to call you, but you were in another call." msgstr "%s vient d'essayer de vous appeler mais vous étiez déjà en ligne." -#: ../src/empathy-call-window.c:1541 ../src/empathy-event-manager.c:502 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Appel entrant" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Appel vidéo entrant de %s" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:510 -#: ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Appel entrant de %s" -#: ../src/empathy-call-window.c:1551 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Rejeter" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2460,60 +2455,60 @@ msgstr "Répondre" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1922 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Conversation avec %s" -#: ../src/empathy-call-window.c:2174 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "L'adresse IP vue par la machine" -#: ../src/empathy-call-window.c:2176 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "L'adresse IP vue par un serveur sur Internet" -#: ../src/empathy-call-window.c:2178 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "L'adresse IP du client vue de l'autre côté" -#: ../src/empathy-call-window.c:2180 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "L'adresse IP d'un serveur relais" -#: ../src/empathy-call-window.c:2182 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "L'adresse IP du groupe multidiffusion" -#: ../src/empathy-call-window.c:2596 ../src/empathy-call-window.c:2597 #: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Inconnu" -#: ../src/empathy-call-window.c:2958 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "En attente" -#: ../src/empathy-call-window.c:2962 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Muet" -#: ../src/empathy-call-window.c:2964 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Durée" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2967 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3063 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Détails techniques" -#: ../src/empathy-call-window.c:3102 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2522,7 +2517,7 @@ msgstr "" "Le logiciel de %s ne comprend aucun des formats audio pris en charge par " "votre ordinateur" -#: ../src/empathy-call-window.c:3107 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2531,7 +2526,7 @@ msgstr "" "Le logiciel de %s ne comprend aucun des formats vidéo pris en charge par " "votre ordinateur" -#: ../src/empathy-call-window.c:3113 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2540,25 +2535,25 @@ msgstr "" "Impossible d'établir une connexion avec %s. L'un d'entre vous utilise peut-" "être un réseau qui n'autorise pas les connexions directes." -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Il y a eu une panne sur le réseau" -#: ../src/empathy-call-window.c:3123 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Les formats audio nécessaires pour cet appel ne sont pas installés sur votre " "ordinateur" -#: ../src/empathy-call-window.c:3126 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Les formats vidéo nécessaires pour cet appel ne sont pas installés sur votre " "ordinateur" -#: ../src/empathy-call-window.c:3138 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2569,32 +2564,32 @@ msgstr "" "\"%s\">Signalez cette anomalie</a> et joignez les journaux récupérés à " "l'aide de la fenêtre « débogage » dans le menu d'aide." -#: ../src/empathy-call-window.c:3147 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Erreur dans le moteur d'appel" -#: ../src/empathy-call-window.c:3150 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "La fin du flux a été atteinte" -#: ../src/empathy-call-window.c:3190 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Impossible d'établir le flux audio" -#: ../src/empathy-call-window.c:3200 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Impossible d'établir le flux vidéo" -#: ../src/empathy-call-window.c:3237 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Votre crédit actuel est %s." -#: ../src/empathy-call-window.c:3241 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Désolé, vous n'avez pas assez de crédit pour cet appel." -#: ../src/empathy-call-window.c:3243 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Créditer" @@ -2710,7 +2705,7 @@ msgstr "Candidat local :" msgid "Audio" msgstr "Audio" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Client de discussion Empathy" @@ -2730,11 +2725,11 @@ msgstr "Connexion automatique" msgid "Manage Favorite Rooms" msgstr "Gérer les salons favoris" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Voulez-vous fermer cette fenêtre ?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2743,7 +2738,7 @@ msgstr "" "La fermeture de cette fenêtre quittera %s. Vous ne recevrez plus aucun " "message tant que vous ne le rejoignez pas." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2758,65 +2753,65 @@ msgstr[1] "" "La fermeture de cette fenêtre quittera %u salons de discussion. Vous ne " "recevrez plus aucun message tant que vous ne les rejoignez pas." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Quitter %s ?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." msgstr "Vous ne recevrez plus aucun message tant que vous ne le rejoignez pas." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Fermer la fenêtre" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Quitter le salon" -#: ../src/empathy-chat-window.c:669 ../src/empathy-chat-window.c:692 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d non lu)" msgstr[1] "%s (%d non lus)" -#: ../src/empathy-chat-window.c:684 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (et %u autre)" msgstr[1] "%s (et %u autres)" -#: ../src/empathy-chat-window.c:700 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d non lu des autres)" msgstr[1] "%s (%d non lus des autres)" -#: ../src/empathy-chat-window.c:709 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d non lu de tous)" msgstr[1] "%s (%d non lus de tous)" -#: ../src/empathy-chat-window.c:946 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS :" -#: ../src/empathy-chat-window.c:954 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "Envoi de %d message" msgstr[1] "Envoi de %d messages" -#: ../src/empathy-chat-window.c:974 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Saisie d'un message." @@ -2888,78 +2883,78 @@ msgstr "Déplacer l'onglet à _droite" msgid "_Detach Tab" msgstr "_Détacher l'onglet" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Afficher un service particulier" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Débogueur de Empathy" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Débogueur de Empathy" # Titre de fenêtre -#: ../src/empathy-debug-window.c:1590 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Enregistrer" -#: ../src/empathy-debug-window.c:1650 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Lien Pastebin" -#: ../src/empathy-debug-window.c:1659 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Réponse Pastebin" -#: ../src/empathy-debug-window.c:1666 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "Trop de données pour un collage simple. Enregistrez les journaux dans des " "fichiers." -#: ../src/empathy-debug-window.c:1848 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Fenêtre de débogage" -#: ../src/empathy-debug-window.c:1908 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Envoyer vers Pastebin" -#: ../src/empathy-debug-window.c:1952 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pause" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Niveau " -#: ../src/empathy-debug-window.c:1983 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Débogage" -#: ../src/empathy-debug-window.c:1988 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Informations" -#: ../src/empathy-debug-window.c:1993 ../src/empathy-debug-window.c:2068 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Message" -#: ../src/empathy-debug-window.c:1998 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Avertissement" -#: ../src/empathy-debug-window.c:2003 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Critique" -#: ../src/empathy-debug-window.c:2008 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Erreur" -#: ../src/empathy-debug-window.c:2021 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2978,23 +2973,23 @@ msgstr "" "href=\"https://bugzilla.gnome.org/enter_bug.cgi?product=empathy\">rapport.</" "a>" -#: ../src/empathy-debug-window.c:2053 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Heure" -#: ../src/empathy-debug-window.c:2056 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domaine" -#: ../src/empathy-debug-window.c:2059 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Catégorie" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Niveau" -#: ../src/empathy-debug-window.c:2091 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." @@ -3002,70 +2997,70 @@ msgstr "" "Le gestionnaire de connexions sélectionné ne prend pas en charge l'extension " "de débogage distant." -#: ../src/empathy-event-manager.c:502 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Appel vidéo entrant" -#: ../src/empathy-event-manager.c:506 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s vous appelle en vidéo. Souhaitez-vous répondre ?" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s vous appelle. Souhaitez-vous répondre ?" -#: ../src/empathy-event-manager.c:535 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "Re_fuser" -#: ../src/empathy-event-manager.c:543 ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Répondre" -#: ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Répondre avec la vidéo" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Invitation dans un salon" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Invitation à rejoindre %s" -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s vous invite à rejoindre %s" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "Re_joindre" -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s vous a invité à rejoindre %s" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Vous avez été invité à rejoindre %s" -#: ../src/empathy-event-manager.c:950 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Transfert de fichiers entrant de %s" -#: ../src/empathy-event-manager.c:978 ../src/empathy-roster-window.c:213 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Mot de passe nécessaire" -#: ../src/empathy-event-manager.c:1115 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3202,28 +3197,28 @@ msgid "Import Accounts" msgstr "Importer des comptes" #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:298 +#: ../src/empathy-import-widget.c:299 msgid "Import" msgstr "Importer" -#: ../src/empathy-import-widget.c:307 +#: ../src/empathy-import-widget.c:308 msgid "Protocol" msgstr "Protocole" -#: ../src/empathy-import-widget.c:331 +#: ../src/empathy-import-widget.c:332 msgid "Source" msgstr "Source" -#: ../src/empathy-invite-participant-dialog.c:196 -#: ../src/empathy-invite-participant-dialog.c:224 +#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:225 msgid "Invite Participant" msgstr "Inviter un participant" -#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:198 msgid "Choose a contact to invite into the conversation:" msgstr "Choisissez un contact à inviter dans la conversation :" -#: ../src/empathy-invite-participant-dialog.c:220 +#: ../src/empathy-invite-participant-dialog.c:221 msgid "Invite" msgstr "Inviter" @@ -3330,79 +3325,79 @@ msgstr "Accepter" msgid "Provide" msgstr "Fournir" -#: ../src/empathy-preferences.c:137 +#: ../src/empathy-preferences.c:138 msgid "Message received" msgstr "Message reçu" -#: ../src/empathy-preferences.c:138 +#: ../src/empathy-preferences.c:139 msgid "Message sent" msgstr "Message envoyé" -#: ../src/empathy-preferences.c:139 +#: ../src/empathy-preferences.c:140 msgid "New conversation" msgstr "Nouvelle conversation" -#: ../src/empathy-preferences.c:140 +#: ../src/empathy-preferences.c:141 msgid "Contact comes online" msgstr "Le contact est en ligne" -#: ../src/empathy-preferences.c:141 +#: ../src/empathy-preferences.c:142 msgid "Contact goes offline" msgstr "Le contact est hors ligne" -#: ../src/empathy-preferences.c:142 +#: ../src/empathy-preferences.c:143 msgid "Account connected" msgstr "Compte connecté" -#: ../src/empathy-preferences.c:143 +#: ../src/empathy-preferences.c:144 msgid "Account disconnected" msgstr "Compte déconnecté" -#: ../src/empathy-preferences.c:374 +#: ../src/empathy-preferences.c:369 msgid "Language" msgstr "Langue" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:625 +#: ../src/empathy-preferences.c:620 msgid "Juliet" msgstr "Juliette" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:632 +#: ../src/empathy-preferences.c:627 msgid "Romeo" msgstr "Roméo" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:638 +#: ../src/empathy-preferences.c:633 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "Ô Roméo ! Roméo ! Pourquoi es-tu Roméo ?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:642 +#: ../src/empathy-preferences.c:637 msgid "Deny thy father and refuse thy name;" msgstr "Renie ton père et abdique ton nom ;" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:645 +#: ../src/empathy-preferences.c:640 msgid "Or if thou wilt not, be but sworn my love" msgstr "Ou si tu ne le veux pas, jure de m'aimer" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:648 +#: ../src/empathy-preferences.c:643 msgid "And I'll no longer be a Capulet." msgstr "Et je ne serais plus une Capulet." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:651 +#: ../src/empathy-preferences.c:646 msgid "Shall I hear more, or shall I speak at this?" msgstr "Dois-je l'écouter encore ou lui répondre ?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:654 +#: ../src/empathy-preferences.c:649 msgid "Juliet has disconnected" msgstr "Juliette s'est déconnectée" -#: ../src/empathy-preferences.c:1020 +#: ../src/empathy-preferences.c:1015 msgid "Preferences" msgstr "Préférences" @@ -3414,7 +3409,7 @@ msgstr "Afficher les groupes" msgid "Show account balances" msgstr "Afficher le crédit actuel" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2264 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2302 msgid "Contact List" msgstr "Liste des contacts" @@ -3568,90 +3563,90 @@ msgstr "Variante :" msgid "Themes" msgstr "Thèmes" -#: ../src/empathy-roster-window.c:230 +#: ../src/empathy-roster-window.c:231 msgid "Provide Password" msgstr "Fournir un mot de passe" -#: ../src/empathy-roster-window.c:236 +#: ../src/empathy-roster-window.c:237 msgid "Disconnect" msgstr "Déconnecter" -#: ../src/empathy-roster-window.c:493 +#: ../src/empathy-roster-window.c:494 msgid "You need to set up an account to see contacts here." msgstr "Vous devez configurer un compte pour voir des contacts ici." -#: ../src/empathy-roster-window.c:569 +#: ../src/empathy-roster-window.c:570 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" "Désolé, les comptes %s ne peuvent pas être utilisés tant que votre logiciel " "%s n'est pas mis à jour." -#: ../src/empathy-roster-window.c:670 +#: ../src/empathy-roster-window.c:671 msgid "Windows Live" msgstr "Windows Live" -#: ../src/empathy-roster-window.c:672 +#: ../src/empathy-roster-window.c:673 msgid "Google Talk" msgstr "Google Talk" -#: ../src/empathy-roster-window.c:674 +#: ../src/empathy-roster-window.c:675 msgid "Facebook" msgstr "Facebook" #. translators: %s is an account name like 'Facebook' or 'Google Talk' -#: ../src/empathy-roster-window.c:689 +#: ../src/empathy-roster-window.c:690 #, c-format msgid "%s account requires authorisation" msgstr "Le compte %s nécessite une autorisation" -#: ../src/empathy-roster-window.c:700 +#: ../src/empathy-roster-window.c:701 msgid "Online Accounts" msgstr "Comptes en ligne" -#: ../src/empathy-roster-window.c:747 +#: ../src/empathy-roster-window.c:748 msgid "Update software…" msgstr "Mettre à jour le logiciel…" -#: ../src/empathy-roster-window.c:753 +#: ../src/empathy-roster-window.c:754 msgid "Reconnect" msgstr "Reconnecter" -#: ../src/empathy-roster-window.c:757 +#: ../src/empathy-roster-window.c:758 msgid "Edit Account" msgstr "Modifier le compte" -#: ../src/empathy-roster-window.c:762 +#: ../src/empathy-roster-window.c:763 msgid "Close" msgstr "Fermer" -#: ../src/empathy-roster-window.c:904 +#: ../src/empathy-roster-window.c:905 msgid "Top up account" msgstr "Solde du compte" -#: ../src/empathy-roster-window.c:1590 +#: ../src/empathy-roster-window.c:1627 msgid "You need to enable one of your accounts to see contacts here." msgstr "Vous devez activer un de vos comptes pour voir des contacts ici." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1598 +#: ../src/empathy-roster-window.c:1635 #, c-format msgid "You need to enable %s to see contacts here." msgstr "Vous devez activer %s pour voir des contacts ici." -#: ../src/empathy-roster-window.c:1676 +#: ../src/empathy-roster-window.c:1713 msgid "Change your presence to see contacts here" msgstr "Changer votre présence pour voir des contacts ici." -#: ../src/empathy-roster-window.c:1685 +#: ../src/empathy-roster-window.c:1722 msgid "No match found" msgstr "Aucun résultat trouvé" -#: ../src/empathy-roster-window.c:1692 -msgid "You haven't added any contact yet" -msgstr "Vous n'avez pas encore ajouté de contact" +#: ../src/empathy-roster-window.c:1729 +msgid "You haven't added any contacts yet" +msgstr "Vous n'avez pas encore ajouté de contacts" -#: ../src/empathy-roster-window.c:1695 +#: ../src/empathy-roster-window.c:1732 msgid "No online contacts" msgstr "Pas de contacts connectés" @@ -3714,8 +3709,8 @@ msgid "Help" msgstr "Aide" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "À propos d'Empathy" +msgid "About" +msgstr "À propos" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3756,6 +3751,46 @@ msgstr "Modifier les options du compte %s" msgid "Integrate your IM accounts" msgstr "Intégrez vos comptes de messagerie instantanée" +#~ msgid "No error message" +#~ msgstr "Pas de message d'erreur" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Message instantané (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy est un logiciel libre ; vous pouvez le redistribuer et/ou le " +#~ "modifier selon les termes de la Licence Publique Générale GNU, telle que " +#~ "publiée par la Free Software Foundation ; version 2 de la licence ou (à " +#~ "votre discrétion) toute version ultérieure." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Empathy est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE " +#~ "GARANTIE ; sans même la garantie implicite de VALEUR MARCHANDE ou " +#~ "D'ADÉQUATION À UN BESOIN PARTICULIER. Pour plus de détails, voir la " +#~ "Licence Publique Générale GNU." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Un exemplaire de la Licence Publique Générale GNU doit être fourni avec " +#~ "Empathy ; si ce n'est pas le cas, écrivez à la Free Software Foundation, " +#~ "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" + +#~ msgid "About Empathy" +#~ msgstr "À propos d'Empathy" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "Empathy peut utiliser le réseau pour découvrir la position" @@ -6,14 +6,14 @@ # Balázs Meskó <meskobalazs at gmail dot com>, 2011. # Bence Lukács <lukacs.bence1 at gmail dot com>, 2012. # Péter Bojtos <ptr at ulx dot hu>, 2013. -# Balázs Úr <urbalazs at gmail dot com>, 2013. +# Balázs Úr <urbalazs at gmail dot com>, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: empathy master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-10-16 08:55+0000\n" -"PO-Revision-Date: 2013-10-20 11:50+0200\n" +"POT-Creation-Date: 2014-02-23 04:26+0000\n" +"PO-Revision-Date: 2014-02-23 16:43+0100\n" "Last-Translator: Balázs Úr <urbalazs at gmail dot com>\n" "Language-Team: Hungarian <openscope at googlegroups dot com>\n" "Language: hu\n" @@ -55,10 +55,9 @@ msgid "" msgstr "" "Az Empathy a GNOME asztali környezet hivatalos azonnali üzenetküldő " "alkalmazása. Az Empathy képes csatlakozni AIM, MSN, Jabber (beleértve " -"Facebook " -"és Google Talk), IRC és számos egyéb üzenetküldő hálózathoz. Cseveghet " -"szövegesen, indíthat hang és videohívásokat, sőt még fájlátviteleket is attól " -"függően, hogy a partner alkalmazása mit támogat." +"Facebook és Google Talk), IRC és számos egyéb üzenetküldő hálózathoz. " +"Cseveghet szövegesen, indíthat hang és videohívásokat, sőt még " +"fájlátviteleket is attól függően, hogy a partner alkalmazása mit támogat." #: ../data/empathy.appdata.xml.in.h:2 msgid "" @@ -760,39 +759,39 @@ msgstr "A vészhívások nem támogatottak ezzel a protokollal" msgid "You don't have enough credit in order to place this call" msgstr "Nincs elég kreditje a hívás végrehajtásához" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Nem sikerült privát csevegést nyitni" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "A téma nem támogatott ebben a csevegésben" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "A téma megváltoztatása nem engedélyezett" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:972 msgid "Invalid contact ID" msgstr "Érvénytelen partnerazonosító" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1059 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: az aktuális társalgás összes üzenetének törlése" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1062 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <téma>: az aktuális társalgás témájának beállítása" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1065 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <szobaazonosító>: csatlakozás új csevegőszobához" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1068 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <szobaazonosító>: csatlakozás új csevegőszobához" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1072 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -800,23 +799,23 @@ msgstr "" "/part [<csevegőszoba-azonosító>] [<ok>]: csevegőszoba elhagyása, " "alapértelmezés a jelenlegi" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1076 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <partnerazonosító> [<üzenet>]: privát csevegés megnyitása" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1079 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <partnerazonosító> <üzenet>: privát csevegés megnyitása" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1082 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <becenév>: becenév módosítása a jelenlegi kiszolgálón" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1085 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <üzenet>: tevékenység üzenet küldése az aktuális társalgásba" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -826,11 +825,11 @@ msgstr "" "jellel kezdődő üzenetek küldésére használatos. Például: „/say /join " "#csevegőszoba, így léphet be új csevegőszobába”" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1093 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <partnerazonosító>: információk megjelenítése egy partnerről" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1096 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -838,87 +837,87 @@ msgstr "" "/help [<parancs>]: minden támogatott parancs megjelenítése. Ha a <parancs> " "meg van adva, akkor annak használatát jeleníti meg." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1115 #, c-format msgid "Usage: %s" msgstr "Használat: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1160 msgid "Unknown command" msgstr "Ismeretlen parancs" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1286 msgid "Unknown command; see /help for the available commands" msgstr "Ismeretlen parancs, lásd a /help kimenetét az elérhető parancsokért" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1541 msgid "insufficient balance to send message" msgstr "Az egyenleg nem elég az üzenet elküldéséhez" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1545 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1622 #, c-format msgid "Error sending message '%s': %s" msgstr "hiba a(z) „%s” üzenet elküldésekor: %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1564 +#: ../libempathy-gtk/empathy-chat.c:1626 #, c-format msgid "Error sending message: %s" msgstr "Hiba az üzenet elküldésekor: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1553 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "Az egyenleg nem elég az üzenet elküldéséhez. <a href='%s'>Feltöltés</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1593 msgid "not capable" msgstr "nem lehetséges" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1600 msgid "offline" msgstr "kilépett" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1603 msgid "invalid contact" msgstr "érvénytelen partner" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1606 msgid "permission denied" msgstr "hozzáférés megtagadva" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1609 msgid "too long message" msgstr "túl hosszú üzenet" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1612 msgid "not implemented" msgstr "nincs megvalósítva" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1616 msgid "unknown" msgstr "ismeretlen" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1683 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Téma:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1698 #, c-format msgid "Topic set to: %s" msgstr "Téma beállítva: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1700 #, c-format msgid "Topic set by %s to: %s" msgstr "%s beállította a témát erre: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1705 msgid "No topic defined" msgstr "Nincs megadva témakör" @@ -1017,9 +1016,9 @@ msgstr "%s mostantól %s néven ismert" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2953 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Kapcsolat bontva" @@ -1050,7 +1049,7 @@ msgstr "Ezt a szobát jelszó védi:" msgid "Join" msgstr "Csatlakozás" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Kapcsolódva" @@ -1278,67 +1277,65 @@ msgstr "A partneradatok eléréséhez telepítse a gnome-contacts alkalmazást." #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:179 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:357 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Válassza ki a fiókot a hívás indításához" -#: ../libempathy-gtk/empathy-individual-menu.c:361 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Hívás" -#: ../libempathy-gtk/empathy-individual-menu.c:426 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Mobil" -#: ../libempathy-gtk/empathy-individual-menu.c:428 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Munkahelyi" -#: ../libempathy-gtk/empathy-individual-menu.c:430 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "OTTHONI" #. translators: first argument is a phone number like +32123456 and #. * the second one is something like 'home' or 'work'. -#: ../libempathy-gtk/empathy-individual-menu.c:463 +#: ../libempathy-gtk/empathy-individual-menu.c:478 #, c-format -#| msgid "%s (%s)" msgid "Call %s (%s)" msgstr "%s (%s) hívása" #. translators: argument is a phone number like +32123456 -#: ../libempathy-gtk/empathy-individual-menu.c:470 +#: ../libempathy-gtk/empathy-individual-menu.c:483 #, c-format -#| msgid "Called %s" msgid "Call %s" msgstr "%s hívása" -#: ../libempathy-gtk/empathy-individual-menu.c:676 +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "Partner _blokkolása" -#: ../libempathy-gtk/empathy-individual-menu.c:731 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Eltávolítás ezen _csoportból: „%s”" -#: ../libempathy-gtk/empathy-individual-menu.c:752 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "_Törlés és blokkolás" -#: ../libempathy-gtk/empathy-individual-menu.c:840 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Valóban el kívánja távolítani „%s” partnert?" -#: ../libempathy-gtk/empathy-individual-menu.c:849 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1347,75 +1344,75 @@ msgstr "" "Valóban el akarja távolítani a(z) %s gyűjtőpartnert? Ne feledje, hogy ez " "minden partnert eltávolít, amelyek ezt a gyűjtőpartnert alkotják." -#: ../libempathy-gtk/empathy-individual-menu.c:860 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Partner eltávolítása" -#: ../libempathy-gtk/empathy-individual-menu.c:936 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Eltávolítás" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1355 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Csevegés" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1394 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1431 +#: ../libempathy-gtk/empathy-individual-menu.c:1450 msgctxt "menu item" msgid "_Audio Call" msgstr "_Hanghívás" -#: ../libempathy-gtk/empathy-individual-menu.c:1468 +#: ../libempathy-gtk/empathy-individual-menu.c:1487 msgctxt "menu item" msgid "_Video Call" msgstr "_Videohívás" -#: ../libempathy-gtk/empathy-individual-menu.c:1510 +#: ../libempathy-gtk/empathy-individual-menu.c:1529 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "K_orábbi társalgások" -#: ../libempathy-gtk/empathy-individual-menu.c:1542 +#: ../libempathy-gtk/empathy-individual-menu.c:1561 msgid "Send File" msgstr "Fájl küldése" -#: ../libempathy-gtk/empathy-individual-menu.c:1576 +#: ../libempathy-gtk/empathy-individual-menu.c:1595 msgid "Share My Desktop" msgstr "Az asztalom megosztása" -#: ../libempathy-gtk/empathy-individual-menu.c:1603 +#: ../libempathy-gtk/empathy-individual-menu.c:1622 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Kedvenc" -#: ../libempathy-gtk/empathy-individual-menu.c:1632 +#: ../libempathy-gtk/empathy-individual-menu.c:1651 msgid "Infor_mation" msgstr "_Információk" -#: ../libempathy-gtk/empathy-individual-menu.c:1681 +#: ../libempathy-gtk/empathy-individual-menu.c:1700 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "S_zerkesztés" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1797 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1816 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Meghívás ebbe a szobába" -#: ../libempathy-gtk/empathy-individual-menu.c:1843 +#: ../libempathy-gtk/empathy-individual-menu.c:1862 msgid "_Invite to Chat Room" msgstr "Meg_hívás csevegőszobába" -#: ../libempathy-gtk/empathy-individual-menu.c:2039 +#: ../libempathy-gtk/empathy-individual-menu.c:2058 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "Partner _felvétele…" @@ -1608,123 +1605,123 @@ msgstr "Megjelenítés" msgid "Search" msgstr "Keresés" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Csevegés itt: %s" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Csevegés vele: %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%Y. %B %e %A, %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s másodperc" msgstr[1] "%s másodperc" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s perc" msgstr[1] "%s perc" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Hívás hossza: %s, befejezve: %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Ma" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Tegnap" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%Y. %B %e" -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Bármikor" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Bárki" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Ki" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Mikor" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Bármi" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Szöveges csevegések" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Hívások" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Bejövő hívások" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Kimenő hívások" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Nem fogadott hívások" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Mi" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "Biztosan törölni szeretné a korábbi társalgások minden naplóját?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Összes törlése" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Törlés innen:" @@ -1746,7 +1743,7 @@ msgid "Profile" msgstr "Profil" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Csevegés" @@ -1961,13 +1958,13 @@ msgid "Subscription Request" msgstr "Feliratkozási kérés" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s engedélyt kér, hogy láthassa az Ön elérhető állapotát" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Elutasítás" @@ -2120,84 +2117,43 @@ msgstr "Csoportosítatlan" msgid "Server cannot find contact: %s" msgstr "A kiszolgáló nem találta meg az alábbi partnert: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Nincs hibaüzenet" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Azonnali üzenet (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Az Empathy szabad szoftver, terjesztheti és/vagy módosíthatja a Free " -"Software Foundation által kiadott GNU General Public License második (vagy " -"bármely későbbi) változatában foglaltak alapján." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Az Empathy programot abban a reményben terjesztjük, hogy hasznos lesz, de " -"nem vállalunk SEMMIFÉLE GARANCIÁT, még olyan értelemben sem, hogy a program " -"alkalmas-e a KÖZREADÁSRA vagy EGY BIZONYOS FELADAT ELVÉGZÉSÉRE. További " -"részletekért tanulmányozza a GNU GPL licencet." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Az Empathy programhoz a GNU General Public License egy példánya is jár, ha " -"nem kapta meg, írjon a Free Software Foundation Inc.-nek. Levélcímük: 51 " -"Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "A GNOME üzenetküldő-kliense" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Kelemen Gábor <kelemeng at gnome dot hu>\n" "Meskó Balázs <meskobalazs at gmail dot com>\n" "Lukács Bence <lukacs.bence1 at gmail dot com>" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Ne jelenítsen meg párbeszédeket, a feladatok (például importálás) végén " "lépjen ki" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Ne jelenítsen meg ablakokat, kivéve ha csak „Közeli emberek” fiókok vannak" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "A megadott fiók kiválasztása (például: gabble/jabber/foo_40example_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<fiókazonosító>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "– Empathy fiókkezelő" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Empathy fiókkezelő" @@ -2214,29 +2170,29 @@ msgstr "Az Ön %.50s fiókjának módosításai nincsenek elmentve." msgid "Your new account has not been saved yet." msgstr "Új fiókja még nincs elmentve." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Kapcsolódás…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Kilépett – %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Kapcsolat bontva – %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Kilépett – Nincs hálózati kapcsolat" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Ismeretlen állapot" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2246,28 +2202,28 @@ msgstr "" "Telepítse a telepathy-haze csomagot, és indítsa újra a munkamenetet a fiók " "átköltöztetéséhez." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Kilépett – Fiók letiltva" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Kapcsolatparaméterek szerkesztése" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "Kapcsolatparaméterek szerkesztése…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Valóban el kívánja távolítani a(z) %.50s fiókot a számítógépről?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Ez nem távolítja el a kiszolgálón lévő fiókot." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2276,24 +2232,24 @@ msgstr "" "Biztosan folytatni akarja?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Engedélyezve" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Átnevezés" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Kihagyás" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "Kapcs_olódás" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2302,7 +2258,7 @@ msgstr "" "Biztosan folytatni akarja?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Üzenetküldő- és VoIP-fiókok" @@ -2338,23 +2294,23 @@ msgstr " – Empathy hitelesítési kliens" msgid "Empathy authentication client" msgstr "Empathy hitelesítési kliens" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Ne kapcsolódjon indításkor" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Ne jelenjen meg a partnerlista vagy más ablak indításkor" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "– Empathy üzenetküldő-kliens" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Hiba a fiókkezelő elérésekor" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2367,15 +2323,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Hívásban" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "– Empathy hang/videó kliens" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Empathy hang/videó kliens" @@ -2384,27 +2340,27 @@ msgstr "Empathy hang/videó kliens" msgid "%s just tried to call you, but you were in another call." msgstr "%s megpróbálta felhívni, de Ön egy másik beszélgetést folytatott." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Bejövő hívás" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Bejövő videohívás %s partnertől" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Bejövő hívás %s partnertől" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Visszautasítás" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2412,60 +2368,60 @@ msgstr "Válasz" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "%s hívása" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "A gép által látott IP-cím" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "Az interneten lévő kiszolgáló által látott IP-cím" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "A partner másik oldal által látott IP-címe" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "Közvetítő kiszolgáló IP-címe" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Üzenetszórási csoport IP-címe" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Ismeretlen" -#: ../src/empathy-call-window.c:2951 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Várakoztatás" -#: ../src/empathy-call-window.c:2955 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Némítás" -#: ../src/empathy-call-window.c:2957 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Időtartam" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2960 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s – %d.%02dp" -#: ../src/empathy-call-window.c:3056 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Technikai részletek" -#: ../src/empathy-call-window.c:3095 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2474,7 +2430,7 @@ msgstr "" "%s szoftvere nem érti az Ön számítógépe által támogatott egyik " "hangformátumot sem" -#: ../src/empathy-call-window.c:3100 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2483,7 +2439,7 @@ msgstr "" "%s szoftvere nem érti az Ön számítógépe által támogatott egyik " "videoformátumot sem" -#: ../src/empathy-call-window.c:3106 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2492,22 +2448,22 @@ msgstr "" "Nem hozható létre kapcsolat %s partnerhez. Lehet, hogy egyikük közvetlen " "kapcsolatot nem engedélyező hálózatot használ." -#: ../src/empathy-call-window.c:3112 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Hálózati hiba történt" -#: ../src/empathy-call-window.c:3116 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "A híváshoz szükséges hangformátumok nincsenek telepítve a számítógépre" -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "A híváshoz szükséges videoformátumok nincsenek telepítve a számítógépre" -#: ../src/empathy-call-window.c:3131 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2518,32 +2474,32 @@ msgstr "" "a hibát</a>, és csatolja a Súgó menü „Hibakeresés” ablakából elérhető " "naplókat." -#: ../src/empathy-call-window.c:3140 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Hiba történt a hívási alrendszerben" -#: ../src/empathy-call-window.c:3143 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "A folyam vége elérve" -#: ../src/empathy-call-window.c:3183 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Nem hozható létre a hangfolyam" -#: ../src/empathy-call-window.c:3193 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Nem hozható létre a videofolyam" -#: ../src/empathy-call-window.c:3230 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Jelenlegi egyenlege: %s." -#: ../src/empathy-call-window.c:3234 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Elnézést, nincs elég kreditje ehhez a híváshoz." -#: ../src/empathy-call-window.c:3236 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Feltöltés" @@ -2659,7 +2615,7 @@ msgstr "Helyi jelölt:" msgid "Audio" msgstr "Hang" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "– Empathy üzenetküldő-kliens" @@ -2679,11 +2635,11 @@ msgstr "Automatikus kapcsolódás" msgid "Manage Favorite Rooms" msgstr "Kedvenc szobák kezelése" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Bezárja ezt az ablakot?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2692,7 +2648,7 @@ msgstr "" "Az ablak bezárásával elhagyja ezt: %s. Az újracsatlakozásig nem fog további " "üzeneteket kapni." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2707,12 +2663,12 @@ msgstr[1] "" "Az ablak bezárásával elhagy %u csevegőszobát. Az újracsatlakozásig nem fog " "további üzeneteket kapni." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Elhagyja ezt: %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2720,54 +2676,54 @@ msgstr "" "Az újracsatlakozásig nem fog további üzeneteket kapni ebből a " "csevegőszobából." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Ablak bezárása" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Szoba elhagyása" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d olvasatlan)" msgstr[1] "%s (%d olvasatlan)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (és %u egyéb)" msgstr[1] "%s (és %u egyéb)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d olvasatlan másoktól)" msgstr[1] "%s (%d olvasatlan másoktól)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d olvasatlan mindenkitől)" msgstr[1] "%s (%d olvasatlan mindenkitől)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "%d üzenet küldése" msgstr[1] "%d üzenet küldése" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Üzenet írása." @@ -2839,75 +2795,75 @@ msgstr "Lap j_obbra" msgid "_Detach Tab" msgstr "_Lap leválasztása" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Adott szolgáltatás megjelenítése" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "– Empathy hibakereső" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Empathy hibakereső" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Mentés" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Pastebin hivatkozás" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Pastebin válasz" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "Túl nagy egyetlen beillesztéshez. Mentse a naplókat fájlba." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Hibakeresési ablak" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Küldés pastebinbe" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Szünet" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Szint " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Hibakeresés" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Információ" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Üzenet" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Figyelmeztetés" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kritikus" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Hiba" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2925,23 +2881,23 @@ msgstr "" "látható. Ezt a haladó beállításokban teheti meg a <a href=\"https://bugzilla." "gnome.org/enter_bug.cgi?product=empathy\">hibajelentőben</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Idő" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Tartomány" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategória" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Szint" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." @@ -2949,70 +2905,70 @@ msgstr "" "A kiválasztott kapcsolatkezelő nem támogatja a távoli hibakeresési " "kiterjesztést." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Bejövő videohívás" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s videón hívja, válaszol?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s hívja, válaszol?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Elutasítás" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Válasz" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Válasz videóval" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Szobameghívás" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Meghívás a csatlakozásra ehhez: %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s kéri, hogy csatlakozzon ehhez: %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Csatlakozás" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s megkérte, hogy csatlakozzon ehhez: %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Megkérték, hogy csatlakozzon ehhez: %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Bejövő fájlátvitel %s partnertől" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Jelszó szükséges" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3593,7 +3549,8 @@ msgid "No match found" msgstr "Nincs találat" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Még nem adott hozzá egyetlen partnert sem" #: ../src/empathy-roster-window.c:1732 @@ -3659,8 +3616,8 @@ msgid "Help" msgstr "Súgó" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Az Empathy névjegye" +msgid "About" +msgstr "Névjegy" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3701,6 +3658,45 @@ msgstr "%s fiók beállításainak szerkesztése" msgid "Integrate your IM accounts" msgstr "Azonnaliüzenő fiókjainak integrálása" +#~ msgid "No error message" +#~ msgstr "Nincs hibaüzenet" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Azonnali üzenet (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Az Empathy szabad szoftver, terjesztheti és/vagy módosíthatja a Free " +#~ "Software Foundation által kiadott GNU General Public License második " +#~ "(vagy bármely későbbi) változatában foglaltak alapján." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Az Empathy programot abban a reményben terjesztjük, hogy hasznos lesz, de " +#~ "nem vállalunk SEMMIFÉLE GARANCIÁT, még olyan értelemben sem, hogy a " +#~ "program alkalmas-e a KÖZREADÁSRA vagy EGY BIZONYOS FELADAT ELVÉGZÉSÉRE. " +#~ "További részletekért tanulmányozza a GNU GPL licencet." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Az Empathy programhoz a GNU General Public License egy példánya is jár, " +#~ "ha nem kapta meg, írjon a Free Software Foundation Inc.-nek. Levélcímük: " +#~ "51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" + +#~ msgid "About Empathy" +#~ msgstr "Az Empathy névjegye" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "Az Empathy használhatja a hálózatot a hely meghatározására" @@ -36,8 +36,8 @@ msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-09-03 10:12+0000\n" -"PO-Revision-Date: 2013-09-14 07:08+0900\n" +"POT-Creation-Date: 2014-03-06 04:27+0000\n" +"PO-Revision-Date: 2014-03-06 23:33+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n" "Language: Korean\n" @@ -69,6 +69,22 @@ msgstr "" "chat;채팅;talk;대화;im;메신저;message;메시지;irc;voip;gtalk;지톡;지토크;" "facebook;페이스북;jabber;재버;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "엠퍼시는 그놈 데스크톱 환경의 공식 메신저 프로그램입니다. 엠퍼시는 AIM, MSN, 재버(페이스북과 구글토크 포함), IRC 및 기타 여러가지 메신저 네트워크에 연결할 수 있습니다. 지정한 메신저가 허용하는 범위가 어디까지냐에 따라 문자로 대화할 수도 있고, 음성이나 영상 전화를 걸 수도 있고, 파일을 전송할 수도 있습니다." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "엠퍼시는 그놈 데스크톱의 통합 메시지 전송 기능을 제공합니다. 그러므로 절대로 메시지를 놓치지 않습니다. 엠퍼시를 열 필요도 없이 보낸 사람에게 답장을 보낼 수도 있습니다!" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "연결 관리를 사용" @@ -476,198 +492,198 @@ msgid "" "Whether Empathy should reduce the location's accuracy for privacy reasons." msgstr "개인 정보 보호를 위해 위치를 부정확하게 만들지 여부." -#: ../libempathy/empathy-ft-handler.c:733 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "이유를 지정하지 않았습니다" -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "상태 바꾸기를 요청했습니다" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "파일 전송을 취소했습니다" -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "상대가 파일 전송을 취소했습니다" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "파일을 전송하는 중에 오류가 발생했습니다" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "상대가 파일을 전송할 수 없습니다" -#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:259 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "알 수 없는 이유" -#: ../libempathy/empathy-ft-handler.c:914 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "파일 전송 완료되었지만, 파일이 손상되어 있습니다" -#: ../libempathy/empathy-ft-handler.c:1200 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "원격 상대 측에서 파일 전송을 지원하지 않습니다" -#: ../libempathy/empathy-ft-handler.c:1256 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "선택한 파일은 일반 파일이 아닙니다" -#: ../libempathy/empathy-ft-handler.c:1265 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "선택한 파일이 빈 파일입니다" -#: ../libempathy/empathy-message.c:402 ../src/empathy-call-observer.c:107 +#: ../libempathy/empathy-message.c:385 ../src/empathy-call-observer.c:108 #, c-format msgid "Missed call from %s" msgstr "%s에서 온 놓친 호출" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:406 +#: ../libempathy/empathy-message.c:389 #, c-format msgid "Called %s" msgstr "호출함: %s" -#: ../libempathy/empathy-message.c:409 +#: ../libempathy/empathy-message.c:392 #, c-format msgid "Call from %s" msgstr "호출 받음: %s" -#: ../libempathy/empathy-utils.c:179 +#: ../libempathy/empathy-utils.c:180 msgid "Available" msgstr "대화 가능" -#: ../libempathy/empathy-utils.c:181 +#: ../libempathy/empathy-utils.c:182 msgid "Busy" msgstr "다른 용무 중" -#: ../libempathy/empathy-utils.c:184 +#: ../libempathy/empathy-utils.c:185 msgid "Away" msgstr "자리 비움" -#: ../libempathy/empathy-utils.c:186 +#: ../libempathy/empathy-utils.c:187 msgid "Invisible" msgstr "상태 감춤" -#: ../libempathy/empathy-utils.c:188 +#: ../libempathy/empathy-utils.c:189 msgid "Offline" msgstr "연결 중지" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:191 +#: ../libempathy/empathy-utils.c:192 msgctxt "presence" msgid "Unknown" msgstr "알 수 없음" -#: ../libempathy/empathy-utils.c:231 +#: ../libempathy/empathy-utils.c:232 msgid "No reason specified" msgstr "이유를 지정하지 않았습니다" -#: ../libempathy/empathy-utils.c:233 ../libempathy/empathy-utils.c:289 +#: ../libempathy/empathy-utils.c:234 ../libempathy/empathy-utils.c:290 msgid "Status is set to offline" msgstr "상태가 연결 중지로 설정되었습니다" -#: ../libempathy/empathy-utils.c:235 ../libempathy/empathy-utils.c:269 -#: ../libempathy-gtk/empathy-call-utils.c:41 +#: ../libempathy/empathy-utils.c:236 ../libempathy/empathy-utils.c:270 +#: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-new-message-dialog.c:70 msgid "Network error" msgstr "네트워크 오류" -#: ../libempathy/empathy-utils.c:237 ../libempathy/empathy-utils.c:271 +#: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" msgstr "인증 실패" -#: ../libempathy/empathy-utils.c:239 ../libempathy/empathy-utils.c:273 +#: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" msgstr "암호화 오류" -#: ../libempathy/empathy-utils.c:241 +#: ../libempathy/empathy-utils.c:242 msgid "Name in use" msgstr "이름이 사용 중입니다" -#: ../libempathy/empathy-utils.c:243 ../libempathy/empathy-utils.c:275 +#: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" msgstr "인증서가 없습니다" -#: ../libempathy/empathy-utils.c:245 ../libempathy/empathy-utils.c:277 +#: ../libempathy/empathy-utils.c:246 ../libempathy/empathy-utils.c:278 msgid "Certificate untrusted" msgstr "인증서를 신뢰할 수 없습니다" -#: ../libempathy/empathy-utils.c:247 ../libempathy/empathy-utils.c:279 +#: ../libempathy/empathy-utils.c:248 ../libempathy/empathy-utils.c:280 msgid "Certificate expired" msgstr "인증서가 만료되었습니다" -#: ../libempathy/empathy-utils.c:249 ../libempathy/empathy-utils.c:281 +#: ../libempathy/empathy-utils.c:250 ../libempathy/empathy-utils.c:282 msgid "Certificate not activated" msgstr "인증서를 활성화하지 않았습니다" -#: ../libempathy/empathy-utils.c:251 ../libempathy/empathy-utils.c:283 +#: ../libempathy/empathy-utils.c:252 ../libempathy/empathy-utils.c:284 msgid "Certificate hostname mismatch" msgstr "인증서 호스트 이름이 맞지 않습니다" -#: ../libempathy/empathy-utils.c:253 ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:254 ../libempathy/empathy-utils.c:286 msgid "Certificate fingerprint mismatch" msgstr "인증서 핑거프린트가 맞지 않습니다" -#: ../libempathy/empathy-utils.c:255 ../libempathy/empathy-utils.c:287 +#: ../libempathy/empathy-utils.c:256 ../libempathy/empathy-utils.c:288 msgid "Certificate self-signed" msgstr "자기만 서명한 인증서입니다" -#: ../libempathy/empathy-utils.c:257 +#: ../libempathy/empathy-utils.c:258 msgid "Certificate error" msgstr "인증서 오류" -#: ../libempathy/empathy-utils.c:291 +#: ../libempathy/empathy-utils.c:292 msgid "Encryption is not available" msgstr "암호화를 사용할 수 없습니다" -#: ../libempathy/empathy-utils.c:293 +#: ../libempathy/empathy-utils.c:294 msgid "Certificate is invalid" msgstr "인증서가 올바르지 않습니다" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:296 msgid "Connection has been refused" msgstr "연결이 거부되었습니다" -#: ../libempathy/empathy-utils.c:297 +#: ../libempathy/empathy-utils.c:298 msgid "Connection can't be established" msgstr "연결이 완료되지 않았습니다" -#: ../libempathy/empathy-utils.c:299 +#: ../libempathy/empathy-utils.c:300 msgid "Connection has been lost" msgstr "연결이 끊어졌습니다" -#: ../libempathy/empathy-utils.c:301 +#: ../libempathy/empathy-utils.c:302 msgid "This account is already connected to the server" msgstr "이 계정은 이미 서버와 연결했습니다" -#: ../libempathy/empathy-utils.c:303 +#: ../libempathy/empathy-utils.c:304 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "기존 연결이 같은 리소스를 사용해 새롭게 연결되었습니다" -#: ../libempathy/empathy-utils.c:306 +#: ../libempathy/empathy-utils.c:307 msgid "The account already exists on the server" msgstr "서버에 해당 계정이 이미 있습니다" -#: ../libempathy/empathy-utils.c:308 +#: ../libempathy/empathy-utils.c:309 msgid "Server is currently too busy to handle the connection" msgstr "서버가 사용량이 너무 많아 연결을 받아들일 수 없습니다" -#: ../libempathy/empathy-utils.c:310 +#: ../libempathy/empathy-utils.c:311 msgid "Certificate has been revoked" msgstr "인증서가 철회되었습니다" -#: ../libempathy/empathy-utils.c:312 +#: ../libempathy/empathy-utils.c:313 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" msgstr "" "인증서가 안전하지 않은 암호화 알고리즘을 사용하거나 암호화가 취약합니다" -#: ../libempathy/empathy-utils.c:315 +#: ../libempathy/empathy-utils.c:316 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" @@ -675,11 +691,11 @@ msgstr "" "서버 인증서의 길이 혹은 서버 인증서 체인의 단계가 암호화 라이브러리가 지정한 " "한계를 넘아갔습니다" -#: ../libempathy/empathy-utils.c:319 +#: ../libempathy/empathy-utils.c:320 msgid "Your software is too old" msgstr "소프트웨어가 너무 오래되었습니다" -#: ../libempathy/empathy-utils.c:321 +#: ../libempathy/empathy-utils.c:322 msgid "Internal error" msgstr "내부 오류" @@ -697,7 +713,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "<b>%s</b> 계정 인증 실패" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "다시 시도" @@ -716,64 +732,64 @@ msgstr "" msgid "Remember password" msgstr "암호 저장" -#: ../libempathy-gtk/empathy-call-utils.c:36 -#: ../libempathy-gtk/empathy-call-utils.c:54 +#: ../libempathy-gtk/empathy-call-utils.c:37 +#: ../libempathy-gtk/empathy-call-utils.c:55 msgid "There was an error starting the call" msgstr "통화를 시작하는데 오류가 발생했습니다" -#: ../libempathy-gtk/empathy-call-utils.c:43 +#: ../libempathy-gtk/empathy-call-utils.c:44 msgid "The specified contact doesn't support calls" msgstr "지정한 계정은 통화를 지원하지 않습니다" -#: ../libempathy-gtk/empathy-call-utils.c:45 +#: ../libempathy-gtk/empathy-call-utils.c:46 msgid "The specified contact is offline" msgstr "지정한 연락처는 연결 중지 상태입니다" -#: ../libempathy-gtk/empathy-call-utils.c:47 +#: ../libempathy-gtk/empathy-call-utils.c:48 msgid "The specified contact is not valid" msgstr "지정한 연락처는 올바르지 않습니다" -#: ../libempathy-gtk/empathy-call-utils.c:49 +#: ../libempathy-gtk/empathy-call-utils.c:50 msgid "Emergency calls are not supported on this protocol" msgstr "이 프로토콜에서는 비상 통화를 지원하지 않습니다" -#: ../libempathy-gtk/empathy-call-utils.c:51 +#: ../libempathy-gtk/empathy-call-utils.c:52 msgid "You don't have enough credit in order to place this call" msgstr "연락을 하기 위한 잔고가 부족합니다" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "개인 대화를 시작하는데 실패했습니다" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "이 대화에서는 주제 설정을 지원하지 않습니다" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "주제를 바꿀 권한이 없습니다" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "연락처 아이디가 잘못되었습니다" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: 현재 대화의 모든 메시지를 지웁니다" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <주제>: 현재 대화의 주제를 설정합니다" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <대화방아이디>: 새 대화방에 입장합니다" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <대화방아이디>: 새 대화방에 참여합니다" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -781,23 +797,23 @@ msgstr "" "/part [<대화방아이디>] [<이유>]: 대화방을 떠납니다. 기본값은 현재 대화방을 떠" "납니다" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <연락처아이디> [<메시지>]: 개인 대화를 시작합니다" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <연락처아이디> [<메시지>]: 개인 대화를 시작합니다" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <대화명>: 서버에서 대화명을 바꿉니다" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <메시지>: 현재 대화에서 ACTION 메시지를 보냅니다" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -807,11 +823,11 @@ msgstr "" "지를 보낼 때 사용합니다. 예를 들어: \"/say /join 명령으로 대화방에 입장합니다" "\"" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <대화명>: 대화 상대에 대한 정보를 표시합니다" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -819,31 +835,31 @@ msgstr "" "/help [<명령어>]: 명령어 목록을 표시합니다. <명령어>가 있으면 해당 명령어 사" "용법을 표시합니다." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "사용법: %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "알 수 없는 명령어" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "알 수 없는 명령어. 명령어 목록은 /help 명령에서 보십시오" -#: ../libempathy-gtk/empathy-chat.c:1544 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "메시지를 보내는데 필요한 잔액이 부족합니다" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1562 -#: ../libempathy-gtk/empathy-chat.c:1625 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "메시지를 보내는데 오류, '%s': %s" -#: ../libempathy-gtk/empathy-chat.c:1550 ../libempathy-gtk/empathy-chat.c:1567 -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "메시지를 보내는데 오류: %s" @@ -851,97 +867,97 @@ msgstr "메시지를 보내는데 오류: %s" # 주의: top up - 잔액 충전한다는 뜻 #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "메시지를 보내는데 필요한 잔액이 부족합니다. <a href='%s'>잔액 충전</a>." -#: ../libempathy-gtk/empathy-chat.c:1596 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "권한 없음" -#: ../libempathy-gtk/empathy-chat.c:1603 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "연결 중지" -#: ../libempathy-gtk/empathy-chat.c:1606 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "연락처가 잘못되었습니다" -#: ../libempathy-gtk/empathy-chat.c:1609 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "권한이 없습니다" -#: ../libempathy-gtk/empathy-chat.c:1612 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "메시지가 너무 깁니다" -#: ../libempathy-gtk/empathy-chat.c:1615 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "구현하지 않았습니다" -#: ../libempathy-gtk/empathy-chat.c:1619 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "알 수 없음" -#: ../libempathy-gtk/empathy-chat.c:1686 ../src/empathy-chat-window.c:971 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "주제:" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "주제를 설정했습니다: %s" -#: ../libempathy-gtk/empathy-chat.c:1703 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "%s이(가) 주제를 설정했습니다: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1708 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "주제를 정하지 않았습니다" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(제안 없음)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "사전에 '%s' 추가" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "%2$s 사전에 '%1$s' 추가" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "이모티콘 입력" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 -#: ../libempathy-gtk/empathy-ui-utils.c:815 +#: ../libempathy-gtk/empathy-chat.c:2411 +#: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "보내기(_S)" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "맞춤법 제안(_S)" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "최근 기록을 가져오는데 실패했습니다" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "'%s'님의 연결이 끊겼습니다" @@ -950,13 +966,13 @@ msgstr "'%s'님의 연결이 끊겼습니다" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "'%2$s'님이 '%1$s'님을 퇴장시켰습니다." # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "'%1$s'님이 퇴장당했습니다." @@ -965,19 +981,19 @@ msgstr "'%1$s'님이 퇴장당했습니다." #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "'%2$s'님이 '%1$s'님을 입장 금지했습니다" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "'%s'님이 입장 금지됐습니다" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "'%s'님이 방을 떠났습니다" @@ -987,19 +1003,19 @@ msgstr "'%s'님이 방을 떠났습니다" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "'%s'님이 방에 들어왔습니다" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "'%s'님의 대화명은 이제부터 '%s'입니다" @@ -1007,82 +1023,82 @@ msgstr "'%s'님의 대화명은 이제부터 '%s'입니다" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1524 -#: ../src/empathy-call-window.c:1574 ../src/empathy-call-window.c:2653 -#: ../src/empathy-call-window.c:2960 ../src/empathy-event-manager.c:1171 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "연결 끊김" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "이 암호를 저장하시겠습니까?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "저장" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "지금 안 함" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "암호가 틀렸습니다. 다시 시도해 보십시오:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "이 방은 암호가 설정되어 있습니다:" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "입장" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1192 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "연결함" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "대화" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (단문 문자)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:263 msgid "Unknown or invalid identifier" msgstr "아이디를 알 수 없거나 아이디가 올바르지 않습니다" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:265 msgid "Contact blocking temporarily unavailable" msgstr "연락처 차단을 임시로 사용할 수 없습니다" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:267 msgid "Contact blocking unavailable" msgstr "연락처 차단을 사용할 수 없습니다" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:269 msgid "Permission Denied" msgstr "권한이 없습니다" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:273 msgid "Could not block contact" msgstr "연락처를 차단할 수 없습니다" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 msgid "Edit Blocked Contacts" msgstr "차단 연락처 편집" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:559 -#: ../libempathy-gtk/empathy-individual-widget.c:1539 +#: ../libempathy-gtk/empathy-individual-widget.c:1540 #: ../src/empathy-chatrooms-window.ui.h:2 #: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" @@ -1129,17 +1145,17 @@ msgid "Please let me see when you're online. Thanks!" msgstr "연결하면 제게 연락해 주세요. 감사합니다!" #: ../libempathy-gtk/empathy-contact-widget.c:158 -#: ../libempathy-gtk/empathy-individual-widget.c:954 +#: ../libempathy-gtk/empathy-individual-widget.c:955 msgid "Save Avatar" msgstr "아바타 저장" #: ../libempathy-gtk/empathy-contact-widget.c:214 -#: ../libempathy-gtk/empathy-individual-widget.c:1012 +#: ../libempathy-gtk/empathy-individual-widget.c:1013 msgid "Unable to save avatar" msgstr "아바타를 저장할 수 없습니다" #: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../src/empathy-import-widget.c:318 +#: ../src/empathy-import-widget.c:319 msgid "Account" msgstr "계정" @@ -1207,40 +1223,40 @@ msgstr "선택" msgid "Group" msgstr "그룹" -#: ../libempathy-gtk/empathy-individual-dialogs.c:108 +#: ../libempathy-gtk/empathy-individual-dialogs.c:109 msgid "New Contact" msgstr "새 연락처" -#: ../libempathy-gtk/empathy-individual-dialogs.c:183 -#: ../libempathy-gtk/empathy-subscription-dialog.c:120 +#: ../libempathy-gtk/empathy-individual-dialogs.c:184 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "%s 차단하시겠습니까?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:238 -#: ../libempathy-gtk/empathy-subscription-dialog.c:124 +#: ../libempathy-gtk/empathy-individual-dialogs.c:239 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "'%s' 사용자가 연락하지 못하도록 차단하시겠습니까?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:243 +#: ../libempathy-gtk/empathy-individual-dialogs.c:244 msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" msgstr[0] "다음 아이디를 차단할 예정입니다:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:250 +#: ../libempathy-gtk/empathy-individual-dialogs.c:251 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" msgstr[0] "다음 아이디를 차단할 수 없습니다:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:260 -#: ../libempathy-gtk/empathy-subscription-dialog.c:129 -#: ../libempathy-gtk/empathy-subscription-dialog.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:261 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "차단(_B)" -#: ../libempathy-gtk/empathy-individual-dialogs.c:269 -#: ../libempathy-gtk/empathy-subscription-dialog.c:149 +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "이 연락처를 불량 사용자로 신고(_R)" @@ -1265,52 +1281,65 @@ msgstr "자세한 연락처를 보려면 gnome-contacts를 설치하여 주십 #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:178 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:356 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "통화를 할 때 사용할 계정 선택" -#: ../libempathy-gtk/empathy-individual-menu.c:360 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "호출" -#: ../libempathy-gtk/empathy-individual-menu.c:425 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "휴대전화" -#: ../libempathy-gtk/empathy-individual-menu.c:427 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "직장" -#: ../libempathy-gtk/empathy-individual-menu.c:429 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "집" -#: ../libempathy-gtk/empathy-individual-menu.c:672 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +msgid "Call %s (%s)" +msgstr "걸기: %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +msgid "Call %s" +msgstr "걸기: %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "연락처 차단(_B)" -#: ../libempathy-gtk/empathy-individual-menu.c:727 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "'%s' 그룹에서 제거(_G)" -#: ../libempathy-gtk/empathy-individual-menu.c:748 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "삭제 및 차단(_B)" -#: ../libempathy-gtk/empathy-individual-menu.c:836 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "정말로 '%s' 연락처를 지우시겠습니까?" -#: ../libempathy-gtk/empathy-individual-menu.c:845 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1319,75 +1348,75 @@ msgstr "" "정말로 연결된 '%s' 연락처를 제거하시겠습니까? 그러면 연결된 항목에 들어 있는 " "모든 연락처가 지워집니다." -#: ../libempathy-gtk/empathy-individual-menu.c:856 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "연락처를 지웁니다" -#: ../libempathy-gtk/empathy-individual-menu.c:932 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "제거(_R)" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1351 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "대화(_C)" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1390 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "단문 문자(_S)" -#: ../libempathy-gtk/empathy-individual-menu.c:1427 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "음성 호출(_A)" -#: ../libempathy-gtk/empathy-individual-menu.c:1464 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "영상 호출(_V)" -#: ../libempathy-gtk/empathy-individual-menu.c:1506 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "예전 대화(_P)" -#: ../libempathy-gtk/empathy-individual-menu.c:1538 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "파일 보내기" -#: ../libempathy-gtk/empathy-individual-menu.c:1572 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "내 데스크톱 공유" -#: ../libempathy-gtk/empathy-individual-menu.c:1599 -#: ../libempathy-gtk/empathy-individual-widget.c:1422 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 +#: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "즐겨 찾기" -#: ../libempathy-gtk/empathy-individual-menu.c:1628 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "정보(_M)" -#: ../libempathy-gtk/empathy-individual-menu.c:1677 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "편집(_E)" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1793 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 #: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "이 방에 초대" -#: ../libempathy-gtk/empathy-individual-menu.c:1839 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "대화방에 초대(_I)" -#: ../libempathy-gtk/empathy-individual-menu.c:2035 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "연락처 추가(_A)…" @@ -1405,133 +1434,133 @@ msgstr "그룹 지우기" msgid "Re_name" msgstr "이름 바꾸기(_N)" -#: ../libempathy-gtk/empathy-individual-widget.c:360 +#: ../libempathy-gtk/empathy-individual-widget.c:361 msgid "Channels:" msgstr "채널 수:" -#: ../libempathy-gtk/empathy-individual-widget.c:511 +#: ../libempathy-gtk/empathy-individual-widget.c:512 msgid "Country ISO Code:" msgstr "ISO 국가 코드:" -#: ../libempathy-gtk/empathy-individual-widget.c:513 +#: ../libempathy-gtk/empathy-individual-widget.c:514 msgid "Country:" msgstr "국가:" -#: ../libempathy-gtk/empathy-individual-widget.c:515 +#: ../libempathy-gtk/empathy-individual-widget.c:516 msgid "State:" msgstr "지역:" -#: ../libempathy-gtk/empathy-individual-widget.c:517 +#: ../libempathy-gtk/empathy-individual-widget.c:518 msgid "City:" msgstr "도시:" -#: ../libempathy-gtk/empathy-individual-widget.c:519 +#: ../libempathy-gtk/empathy-individual-widget.c:520 msgid "Area:" msgstr "구역:" -#: ../libempathy-gtk/empathy-individual-widget.c:521 +#: ../libempathy-gtk/empathy-individual-widget.c:522 msgid "Postal Code:" msgstr "우편번호:" -#: ../libempathy-gtk/empathy-individual-widget.c:523 +#: ../libempathy-gtk/empathy-individual-widget.c:524 msgid "Street:" msgstr "길:" -#: ../libempathy-gtk/empathy-individual-widget.c:525 +#: ../libempathy-gtk/empathy-individual-widget.c:526 msgid "Building:" msgstr "건물:" -#: ../libempathy-gtk/empathy-individual-widget.c:527 +#: ../libempathy-gtk/empathy-individual-widget.c:528 msgid "Floor:" msgstr "층수:" -#: ../libempathy-gtk/empathy-individual-widget.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:530 msgid "Room:" msgstr "방:" -#: ../libempathy-gtk/empathy-individual-widget.c:531 +#: ../libempathy-gtk/empathy-individual-widget.c:532 msgid "Text:" msgstr "간판:" -#: ../libempathy-gtk/empathy-individual-widget.c:533 +#: ../libempathy-gtk/empathy-individual-widget.c:534 msgid "Description:" msgstr "설명:" -#: ../libempathy-gtk/empathy-individual-widget.c:535 +#: ../libempathy-gtk/empathy-individual-widget.c:536 msgid "URI:" msgstr "URI:" -#: ../libempathy-gtk/empathy-individual-widget.c:537 +#: ../libempathy-gtk/empathy-individual-widget.c:538 msgid "Accuracy Level:" msgstr "정확도:" -#: ../libempathy-gtk/empathy-individual-widget.c:539 +#: ../libempathy-gtk/empathy-individual-widget.c:540 msgid "Error:" msgstr "오류:" -#: ../libempathy-gtk/empathy-individual-widget.c:541 +#: ../libempathy-gtk/empathy-individual-widget.c:542 msgid "Vertical Error (meters):" msgstr "수직 오차(미터):" -#: ../libempathy-gtk/empathy-individual-widget.c:543 +#: ../libempathy-gtk/empathy-individual-widget.c:544 msgid "Horizontal Error (meters):" msgstr "수평 오차(미터):" -#: ../libempathy-gtk/empathy-individual-widget.c:545 +#: ../libempathy-gtk/empathy-individual-widget.c:546 msgid "Speed:" msgstr "속도:" -#: ../libempathy-gtk/empathy-individual-widget.c:547 +#: ../libempathy-gtk/empathy-individual-widget.c:548 msgid "Bearing:" msgstr "관계:" -#: ../libempathy-gtk/empathy-individual-widget.c:549 +#: ../libempathy-gtk/empathy-individual-widget.c:550 msgid "Climb Speed:" msgstr "상승 속도:" -#: ../libempathy-gtk/empathy-individual-widget.c:551 +#: ../libempathy-gtk/empathy-individual-widget.c:552 msgid "Last Updated on:" msgstr "최근 업데이트 시각:" -#: ../libempathy-gtk/empathy-individual-widget.c:553 +#: ../libempathy-gtk/empathy-individual-widget.c:554 msgid "Longitude:" msgstr "경도:" -#: ../libempathy-gtk/empathy-individual-widget.c:555 +#: ../libempathy-gtk/empathy-individual-widget.c:556 msgid "Latitude:" msgstr "위도:" -#: ../libempathy-gtk/empathy-individual-widget.c:557 +#: ../libempathy-gtk/empathy-individual-widget.c:558 msgid "Altitude:" msgstr "고도:" -#: ../libempathy-gtk/empathy-individual-widget.c:649 -#: ../libempathy-gtk/empathy-individual-widget.c:664 +#: ../libempathy-gtk/empathy-individual-widget.c:650 +#: ../libempathy-gtk/empathy-individual-widget.c:665 #: ../src/empathy-preferences.ui.h:35 msgid "Location" msgstr "위치" #. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-individual-widget.c:666 +#: ../libempathy-gtk/empathy-individual-widget.c:667 #, c-format msgid "%s, %s" msgstr "%s, %s" -#: ../libempathy-gtk/empathy-individual-widget.c:715 +#: ../libempathy-gtk/empathy-individual-widget.c:716 msgid "%B %e, %Y at %R UTC" msgstr "%Y년 %B %e일 %R UTC" #. Alias -#: ../libempathy-gtk/empathy-individual-widget.c:1358 +#: ../libempathy-gtk/empathy-individual-widget.c:1359 msgid "Alias:" msgstr "별명:" #. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-individual-widget.c:1567 +#: ../libempathy-gtk/empathy-individual-widget.c:1568 msgid "Identifier:" msgstr "아이디:" -#: ../libempathy-gtk/empathy-individual-widget.c:1706 +#: ../libempathy-gtk/empathy-individual-widget.c:1707 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -1566,133 +1595,133 @@ msgstr "" "이 세부 내용을 나중에 바꾸거나, 연락처 목록의 <span style=\"italic\">편집 → " "계정</span>을 선택하여 이 기능을 비활성화할 수 있습니다." -#: ../libempathy-gtk/empathy-log-window.c:630 +#: ../libempathy-gtk/empathy-log-window.c:631 msgid "History" msgstr "기록" -#: ../libempathy-gtk/empathy-log-window.c:685 +#: ../libempathy-gtk/empathy-log-window.c:686 msgid "Show" msgstr "보이기" -#: ../libempathy-gtk/empathy-log-window.c:707 +#: ../libempathy-gtk/empathy-log-window.c:708 msgid "Search" msgstr "검색" -#: ../libempathy-gtk/empathy-log-window.c:1158 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "대화, 장소: %s" -#: ../libempathy-gtk/empathy-log-window.c:1160 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "대화, 상대: %s" -#: ../libempathy-gtk/empathy-log-window.c:1210 -#: ../libempathy-gtk/empathy-log-window.c:1354 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%Y년 %B %e일 %A, %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1297 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1303 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1378 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s초" -#: ../libempathy-gtk/empathy-log-window.c:1385 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s분" -#: ../libempathy-gtk/empathy-log-window.c:1393 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "통화 시간 %s, 종료 %s" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "오늘" -#: ../libempathy-gtk/empathy-log-window.c:1728 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "어제" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1743 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%Y년 %B %e일" -#: ../libempathy-gtk/empathy-log-window.c:1847 -#: ../libempathy-gtk/empathy-log-window.c:3470 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "모든 시간" -#: ../libempathy-gtk/empathy-log-window.c:1946 -#: ../libempathy-gtk/empathy-log-window.c:2405 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "모든 상대" -#: ../libempathy-gtk/empathy-log-window.c:2718 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "상대" -#: ../libempathy-gtk/empathy-log-window.c:2927 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "시간" -#: ../libempathy-gtk/empathy-log-window.c:3045 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "모두" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "텍스트 채팅" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "통화" -#: ../libempathy-gtk/empathy-log-window.c:3052 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "받은 통화" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "보낸 통화" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "놓친 통화" -#: ../libempathy-gtk/empathy-log-window.c:3074 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "내용" -#: ../libempathy-gtk/empathy-log-window.c:3763 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "정말로 이전 대화 기록을 삭제하시겠습니까?" -#: ../libempathy-gtk/empathy-log-window.c:3767 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "모두 지우기" -#: ../libempathy-gtk/empathy-log-window.c:3774 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "삭제할 곳:" @@ -1924,33 +1953,33 @@ msgstr "음성 통화를 마쳤습니다" msgid "Edit Custom Messages" msgstr "사용자 설정 메시지 편집" -#: ../libempathy-gtk/empathy-subscription-dialog.c:233 +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" msgstr "가입 요청" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../libempathy-gtk/empathy-subscription-dialog.c:239 -#: ../src/empathy-event-manager.c:1109 +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "'%s'님이 연결되었을 때 알 수 있는 권한을 요청합니다" -#: ../libempathy-gtk/empathy-subscription-dialog.c:280 -#: ../src/empathy-event-manager.c:723 +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "거절(_D)" -#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 msgid "_Accept" msgstr "허용(_A)" # 상태 메시지 -#: ../libempathy-gtk/empathy-theme-adium.c:1217 +#: ../libempathy-gtk/empathy-theme-adium.c:1218 #, c-format msgid "Message edited at %s" msgstr "메시지 편집, %s" -#: ../libempathy-gtk/empathy-theme-adium.c:1919 +#: ../libempathy-gtk/empathy-theme-adium.c:1920 msgid "Normal" msgstr "보통" @@ -2029,19 +2058,19 @@ msgstr "앞으로 연결할 때 이렇게 선택" msgid "Certificate Details" msgstr "인증서 상세 정보" -#: ../libempathy-gtk/empathy-ui-utils.c:685 +#: ../libempathy-gtk/empathy-ui-utils.c:679 msgid "Unable to open URI" msgstr "URI를 열 수 없습니다" -#: ../libempathy-gtk/empathy-ui-utils.c:809 +#: ../libempathy-gtk/empathy-ui-utils.c:803 msgid "Select a file" msgstr "파일을 선택하십시오" -#: ../libempathy-gtk/empathy-ui-utils.c:883 +#: ../libempathy-gtk/empathy-ui-utils.c:877 msgid "Insufficient free space to save file" msgstr "파일을 저장할 빈 공간이 부족합니다" -#: ../libempathy-gtk/empathy-ui-utils.c:891 +#: ../libempathy-gtk/empathy-ui-utils.c:885 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " @@ -2050,7 +2079,7 @@ msgstr "" "이 파일을 저장하려면 %s 만큼의 빈 공간이 필요하지만, 남은 용량은 %s입니다. 다" "른 위치를 선택하십시오." -#: ../libempathy-gtk/empathy-ui-utils.c:937 +#: ../libempathy-gtk/empathy-ui-utils.c:931 #, c-format msgid "Incoming file from %s" msgstr "%s에서 온 파일" @@ -2089,53 +2118,11 @@ msgstr "그룹 없음" msgid "Server cannot find contact: %s" msgstr "서버에서 연락처를 찾을 수 없습니다: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:223 -msgid "No error message" -msgstr "오류 메시지 없음" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:296 -msgid "Instant Message (Empathy)" -msgstr "메신저(엠퍼시)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "그놈 인스턴스 메시지 클라이언트" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "류창우 <cwryu@debian.org>\n" @@ -2181,29 +2168,29 @@ msgstr "%.50s 계정에 저장하지 않은 수정 사항이 있습니다." msgid "Your new account has not been saved yet." msgstr "새로 만든 계정을 아직 저장하지 않았습니다." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1266 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "연결하는 중…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "연결 중지 상태 — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "연결 끊김 — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "연결 중지 상태 — 네트워크 연결 없음" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "알 수 없는 상태" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2212,29 +2199,29 @@ msgstr "" "이 계정은 너무 오래되었고 백엔드를 지원하지 않기 때문에 비활성화 되었습니다. " "이 계정을 가져오려면 telepathy-haze를 설치하고 세션을 다시 시작하십시오." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "연결 중지 상태 — 계정 사용하지 않음" # 주의: 창 제목, 문장으로 번역하지 않는다 -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "연결 설정 편집" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "연결 설정 편집(_E)…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "정말로 컴퓨터에서 %.50s 계정을 제거하시겠습니까?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "서버의 계정은 제거하지 않습니다." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2243,24 +2230,24 @@ msgstr "" "하시겠습니까?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "사용(_E)" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "이름 바꾸기" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "건너 뛰기(_S)" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "연결(_C)" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2269,7 +2256,7 @@ msgstr "" "니까?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "메신저 및 VoIP 계정" @@ -2303,24 +2290,24 @@ msgstr " - 엠퍼시 인증 클라이언트" msgid "Empathy authentication client" msgstr "엠퍼시 인증 클라이언트" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "시작할 때 연결하지 않습니다" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "시작할 때 연락처 목록이나 기타 대화창을 표시하지 않습니다" # IM은 메신저라고 번역 -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- 엠퍼시 메신저 클라이언트" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "계정 관리에 연결하는데 오류" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2332,44 +2319,44 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "통화 중" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- 엠퍼시 음성/영상 클라이언트" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "엠퍼시 음성/영상 클라이언트" -#: ../src/empathy-call-observer.c:110 +#: ../src/empathy-call-observer.c:111 #, c-format msgid "%s just tried to call you, but you were in another call." msgstr "%s에서 통화를 시도했지만, 다른 통화 중이었습니다." -#: ../src/empathy-call-window.c:1541 ../src/empathy-event-manager.c:502 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "통화 받음" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "%s에서 온 영상 통화" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:510 -#: ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "%s에서 온 통화" -#: ../src/empathy-call-window.c:1551 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "거부" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2377,60 +2364,60 @@ msgstr "응답" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1922 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "통화: %s" -#: ../src/empathy-call-window.c:2174 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "컴퓨터에서 확인한 IP 주소" -#: ../src/empathy-call-window.c:2176 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "인터넷 서버에서 확인한 IP 주소" -#: ../src/empathy-call-window.c:2178 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "다른 상대편 컴퓨터에서 확인한 IP 주소" -#: ../src/empathy-call-window.c:2180 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "중계 서버가 확인한 IP 주소" -#: ../src/empathy-call-window.c:2182 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "멀티캐스트 그룹의 IP 주소" -#: ../src/empathy-call-window.c:2596 ../src/empathy-call-window.c:2597 #: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "알 수 없음" -#: ../src/empathy-call-window.c:2958 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "일시 중지" -#: ../src/empathy-call-window.c:2962 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "묵음" -#: ../src/empathy-call-window.c:2964 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "시간" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2967 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02d" -#: ../src/empathy-call-window.c:3063 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "기술 정보" -#: ../src/empathy-call-window.c:3102 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2439,7 +2426,7 @@ msgstr "" "이 컴퓨터에서 지원하는 음성 형식 중에서 %s 측의 소프트웨어에서 지원하지 않는 " "음성 형식이 있습니다." -#: ../src/empathy-call-window.c:3107 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2448,7 +2435,7 @@ msgstr "" "이 컴퓨터에서 지원하는 영상 형식 중에서 %s 측의 소프트웨어에서 지원하지 않는 " "영상 형식이 있습니다." -#: ../src/empathy-call-window.c:3113 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2457,23 +2444,23 @@ msgstr "" "%s에 연결할 수 없습니다. 현재 직접 연결을 허용하지 않는 네트워크에 연결되어 " "있을 수도 있습니다." -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "네트워크 관련해 실패했습니다." -#: ../src/empathy-call-window.c:3123 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "이 호출에 필요한 음성 형식을 지원하는 기능을 컴퓨터에 설치하지 않았습니다." -#: ../src/empathy-call-window.c:3126 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "이 호출에 필요한 영상 형식을 지원하는 기능을 컴퓨터에 설치하지 않았습니다." -#: ../src/empathy-call-window.c:3138 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2483,33 +2470,33 @@ msgstr "" "텔레파시 컴포넌트에 예상치 못한 일이 발생했습니다. <a href=\"%s\">이 버그를 " "보고해 주시고</a> 도움말 메뉴의 '디버깅' 창에 있는 기록을 첨부하십시오." -#: ../src/empathy-call-window.c:3147 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "호출 엔진에 실패가 발생했습니다" -#: ../src/empathy-call-window.c:3150 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "스트림이 끝났습니다" -#: ../src/empathy-call-window.c:3190 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "음성 스트림에 연결할 수 없습니다" -#: ../src/empathy-call-window.c:3200 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "영상 스트림에 연결할 수 없습니다" -#: ../src/empathy-call-window.c:3237 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "현재 잔액은 %s 입니다." -#: ../src/empathy-call-window.c:3241 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "죄송하지만, 전화를 걸 잔고가 부족합니다." # 주의: 돈이 모자라서 충전해야 할 때 누르는 단추 -#: ../src/empathy-call-window.c:3243 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "잔액 충전" @@ -2625,7 +2612,7 @@ msgstr "로컬 후보:" msgid "Audio" msgstr "음성" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- 엠퍼시 채팅 클라이언트" @@ -2645,11 +2632,11 @@ msgstr "자동 연결" msgid "Manage Favorite Rooms" msgstr "즐겨 찾기 대화방 관리" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "창을 닫으시겠습니까?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2658,7 +2645,7 @@ msgstr "" "창을 닫으면 %s에서 떠납니다. 다시 참여하지 않는 한 더 이상의 메시지를 받을 " "수 없게 됩니다." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2666,63 +2653,65 @@ msgid "" msgid_plural "" "Closing this window will leave %u chat rooms. You will not receive any " "further messages until you rejoin them." -msgstr[0] "이 창을 닫으면 대화방 %u개를 닫습니다. 다시 참여하기 전에는 더 이상의 메시지를 받을 수 없습니다." +msgstr[0] "" +"이 창을 닫으면 대화방 %u개를 닫습니다. 다시 참여하기 전에는 더 이상의 메시지" +"를 받을 수 없습니다." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "%s에서 나가시겠습니까?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." msgstr "" "다시 참여하기 전에는 이 대화방으로부터 더 이상의 메시지를 받을 수 없습니다." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "창 닫기" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "방 나가기" -#: ../src/empathy-chat-window.c:669 ../src/empathy-chat-window.c:692 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d개 읽지 않음)" -#: ../src/empathy-chat-window.c:684 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (기타 %u개)" -#: ../src/empathy-chat-window.c:700 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (다른 탭 %d개 읽지 않음)" -#: ../src/empathy-chat-window.c:709 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (모두 %d개 읽지 않음)" -#: ../src/empathy-chat-window.c:946 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "단문 문자:" -#: ../src/empathy-chat-window.c:954 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "메시지 %d개 보내는 중" -#: ../src/empathy-chat-window.c:974 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "메시지를 입력하는 중입니다." @@ -2794,76 +2783,76 @@ msgstr "탭 오른쪽으로 이동(_R)" msgid "_Detach Tab" msgstr "탭 떼어내기(_D)" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "특정 서비스 표시" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- 엠퍼시 디버깅" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "엠퍼시 디버깅" -#: ../src/empathy-debug-window.c:1590 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "저장" -#: ../src/empathy-debug-window.c:1650 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Pastebin 연결" -#: ../src/empathy-debug-window.c:1659 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Pastebin 응답" -#: ../src/empathy-debug-window.c:1666 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "한 번에 붙여넣을 데이터가 너무 큽니다. 로그를 파일로 저장하여 주십시오." -#: ../src/empathy-debug-window.c:1848 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "디버깅 창" -#: ../src/empathy-debug-window.c:1908 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Pastebin으로 보내기" -#: ../src/empathy-debug-window.c:1952 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "일시 중지" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "단계 " -#: ../src/empathy-debug-window.c:1983 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "디버깅" -#: ../src/empathy-debug-window.c:1988 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "정보" -#: ../src/empathy-debug-window.c:1993 ../src/empathy-debug-window.c:2068 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "메시지" -#: ../src/empathy-debug-window.c:1998 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "경고" -#: ../src/empathy-debug-window.c:2003 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "치명적" -#: ../src/empathy-debug-window.c:2008 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "오류" -#: ../src/empathy-debug-window.c:2021 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2879,96 +2868,96 @@ msgstr "" "고</a>에 이러한 정보가 공개되지 않으고 앰퍼시 개발자에게 표시할 수준을 정하려" "면, 보고할 때 고급 필드를 이용할 수 있습니다." -#: ../src/empathy-debug-window.c:2053 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "시각" -#: ../src/empathy-debug-window.c:2056 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "범위" -#: ../src/empathy-debug-window.c:2059 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "분류" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "단계" -#: ../src/empathy-debug-window.c:2091 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "선택한 연결 관리는 원격 디버깅 확장 기능을 지원하지 않습니다." -#: ../src/empathy-event-manager.c:502 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "영상 통화 받음" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../src/empathy-event-manager.c:506 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "'%s'님이 영상 호출하고 있습니다. 응답하시겠습니까?" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "'%s'님이 호출하고 있습니다. 응답하시겠습니까?" -#: ../src/empathy-event-manager.c:535 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "거부(_R)" -#: ../src/empathy-event-manager.c:543 ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "응답(_A)" -#: ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "영상으로 응답(_A)" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "방 초대" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "%s 방에 초대" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "'%s'님이 %s 방에 초대합니다" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "입장(_J)" # 호칭과 조사를 붙여 쓰기 위해 번역문에 따옴표 추가 -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "'%s'님이 %s 방에 초대했습니다" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "%s 방에 초대 받았습니다" -#: ../src/empathy-event-manager.c:950 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "파일 전송을 받았습니다 (%s에서)" -#: ../src/empathy-event-manager.c:978 ../src/empathy-roster-window.c:213 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "암호 필요" -#: ../src/empathy-event-manager.c:1115 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3103,28 +3092,28 @@ msgid "Import Accounts" msgstr "계정 가져오기" #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:298 +#: ../src/empathy-import-widget.c:299 msgid "Import" msgstr "가져오기" -#: ../src/empathy-import-widget.c:307 +#: ../src/empathy-import-widget.c:308 msgid "Protocol" msgstr "프로토콜" -#: ../src/empathy-import-widget.c:331 +#: ../src/empathy-import-widget.c:332 msgid "Source" msgstr "소스" -#: ../src/empathy-invite-participant-dialog.c:196 -#: ../src/empathy-invite-participant-dialog.c:224 +#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:225 msgid "Invite Participant" msgstr "참석자 초대" -#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:198 msgid "Choose a contact to invite into the conversation:" msgstr "대화에 초대할 연락처를 고르십시오:" -#: ../src/empathy-invite-participant-dialog.c:220 +#: ../src/empathy-invite-participant-dialog.c:221 msgid "Invite" msgstr "초대" @@ -3230,86 +3219,86 @@ msgid "Provide" msgstr "입력" # 상태 메시지 -#: ../src/empathy-preferences.c:137 +#: ../src/empathy-preferences.c:138 msgid "Message received" msgstr "메시지 받음" # 상태 메시지 -#: ../src/empathy-preferences.c:138 +#: ../src/empathy-preferences.c:139 msgid "Message sent" msgstr "메시지 보냄" # 상태 메시지 -#: ../src/empathy-preferences.c:139 +#: ../src/empathy-preferences.c:140 msgid "New conversation" msgstr "새 대화" # 상태 메시지 -#: ../src/empathy-preferences.c:140 +#: ../src/empathy-preferences.c:141 msgid "Contact comes online" msgstr "연락처가 온라인" # 상태 메시지 -#: ../src/empathy-preferences.c:141 +#: ../src/empathy-preferences.c:142 msgid "Contact goes offline" msgstr "연락처가 연결 중지 상태" # 상태 메시지 -#: ../src/empathy-preferences.c:142 +#: ../src/empathy-preferences.c:143 msgid "Account connected" msgstr "계정 연결" # 상태 메시지 -#: ../src/empathy-preferences.c:143 +#: ../src/empathy-preferences.c:144 msgid "Account disconnected" msgstr "계정 연결 끊김" -#: ../src/empathy-preferences.c:374 +#: ../src/empathy-preferences.c:369 msgid "Language" msgstr "언어" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:625 +#: ../src/empathy-preferences.c:620 msgid "Juliet" msgstr "줄리엣" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:632 +#: ../src/empathy-preferences.c:627 msgid "Romeo" msgstr "로미오" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:638 +#: ../src/empathy-preferences.c:633 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "아, 로미오! 로미오! 어째서 당신 이름은 로미오인가요?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:642 +#: ../src/empathy-preferences.c:637 msgid "Deny thy father and refuse thy name;" msgstr "아버지를 잊으시고 그 이름을 버리세요." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:645 +#: ../src/empathy-preferences.c:640 msgid "Or if thou wilt not, be but sworn my love" msgstr "그게 싫거든 저를 사랑한다고 맹세만이라도 해주세요." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:648 +#: ../src/empathy-preferences.c:643 msgid "And I'll no longer be a Capulet." msgstr "" "그렇게 못하시겠다면 차라리 제가 더 이상 캐플리트 가문의 성을 쓰지 않겠어요." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:651 +#: ../src/empathy-preferences.c:646 msgid "Shall I hear more, or shall I speak at this?" msgstr "좀 더 들어볼까? 아니면 지금 말을 걸어볼까? " #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:654 +#: ../src/empathy-preferences.c:649 msgid "Juliet has disconnected" msgstr "줄리엣님의 연결이 끊겼습니다" -#: ../src/empathy-preferences.c:1020 +#: ../src/empathy-preferences.c:1015 msgid "Preferences" msgstr "기본 설정" @@ -3321,7 +3310,7 @@ msgstr "그룹 표시" msgid "Show account balances" msgstr "계정 잔액 표시" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2264 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2302 msgid "Contact List" msgstr "연락처 목록" @@ -3468,90 +3457,90 @@ msgstr "변종:" msgid "Themes" msgstr "테마" -#: ../src/empathy-roster-window.c:230 +#: ../src/empathy-roster-window.c:231 msgid "Provide Password" msgstr "암호 입력" -#: ../src/empathy-roster-window.c:236 +#: ../src/empathy-roster-window.c:237 msgid "Disconnect" msgstr "연결 끊기" -#: ../src/empathy-roster-window.c:493 +#: ../src/empathy-roster-window.c:494 msgid "You need to set up an account to see contacts here." msgstr "이 연락처를 보려면 계정을 설정해야 합니다." -#: ../src/empathy-roster-window.c:569 +#: ../src/empathy-roster-window.c:570 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" "죄송하지만, %s 계정은 %s 소프트웨어를 업데이트 하기 전에는 사용하실 수 없습니" "다." -#: ../src/empathy-roster-window.c:670 +#: ../src/empathy-roster-window.c:671 msgid "Windows Live" msgstr "윈도우 라이브" -#: ../src/empathy-roster-window.c:672 +#: ../src/empathy-roster-window.c:673 msgid "Google Talk" msgstr "구글 토크" -#: ../src/empathy-roster-window.c:674 +#: ../src/empathy-roster-window.c:675 msgid "Facebook" msgstr "페이스북" #. translators: %s is an account name like 'Facebook' or 'Google Talk' -#: ../src/empathy-roster-window.c:689 +#: ../src/empathy-roster-window.c:690 #, c-format msgid "%s account requires authorisation" msgstr "%s 계정에 인증이 필요합니다" -#: ../src/empathy-roster-window.c:700 +#: ../src/empathy-roster-window.c:701 msgid "Online Accounts" msgstr "온라인 계정" -#: ../src/empathy-roster-window.c:747 +#: ../src/empathy-roster-window.c:748 msgid "Update software…" msgstr "소프트웨어 업데이트…" -#: ../src/empathy-roster-window.c:753 +#: ../src/empathy-roster-window.c:754 msgid "Reconnect" msgstr "다시 연결" -#: ../src/empathy-roster-window.c:757 +#: ../src/empathy-roster-window.c:758 msgid "Edit Account" msgstr "계정 편집" -#: ../src/empathy-roster-window.c:762 +#: ../src/empathy-roster-window.c:763 msgid "Close" msgstr "닫기" -#: ../src/empathy-roster-window.c:904 +#: ../src/empathy-roster-window.c:905 msgid "Top up account" msgstr "계정 충전" -#: ../src/empathy-roster-window.c:1590 +#: ../src/empathy-roster-window.c:1627 msgid "You need to enable one of your accounts to see contacts here." msgstr "이 연락처를 보려면 계정 중 하나를 활성화 해야 합니다." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1598 +#: ../src/empathy-roster-window.c:1635 #, c-format msgid "You need to enable %s to see contacts here." msgstr "이 연락처를 보려면 %s을(를) 활성화 해야 합니다." -#: ../src/empathy-roster-window.c:1676 +#: ../src/empathy-roster-window.c:1713 msgid "Change your presence to see contacts here" msgstr "연락처를 보려면 내 상태를 바꾸십시오" -#: ../src/empathy-roster-window.c:1685 +#: ../src/empathy-roster-window.c:1722 msgid "No match found" msgstr "해당 사항이 없습니다" -#: ../src/empathy-roster-window.c:1692 -msgid "You haven't added any contact yet" +#: ../src/empathy-roster-window.c:1729 +msgid "You haven't added any contacts yet" msgstr "아직 연락처를 추가하지 않았습니다" -#: ../src/empathy-roster-window.c:1695 +#: ../src/empathy-roster-window.c:1732 msgid "No online contacts" msgstr "온라인 연락처 없음" @@ -3614,8 +3603,8 @@ msgid "Help" msgstr "도움말" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "엠퍼시 정보" +msgid "About" +msgstr "정보" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -6,15 +6,15 @@ # Saulius <saulius.shopaga@gmail.com>, 2008, 2009. # Žygimantas Beručka <zygis@gnome.org>, 2004-2010, 2010, 2011, 2012. # Algimantas Margevičius <margevicius.algimantas@gmail.com>, 2011. -# Aurimas Černius <aurisc4@gmail.com>, 2013. +# Aurimas Černius <aurisc4@gmail.com>, 2013, 2014. # msgid "" msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-10-18 14:39+0000\n" -"PO-Revision-Date: 2013-10-18 22:26+0300\n" +"POT-Creation-Date: 2014-02-24 16:29+0000\n" +"PO-Revision-Date: 2014-02-24 23:31+0200\n" "Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n" "Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n" "Language: lt\n" @@ -763,39 +763,39 @@ msgstr "Kritiniai skambučiai šiuo protokolu nepalaikomi" msgid "You don't have enough credit in order to place this call" msgstr "Nepakanka kreditų pradėti šiam pokalbiui" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Nepavyko atverti privataus pokalbio" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Šiame pokalbyje tema yra nepalaikoma" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Jums neleidžiama pakeisti temos" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:972 msgid "Invalid contact ID" msgstr "Netinkamas kontakto ID" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1059 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: ištrinti visus dabartinio pokalbio pranešimus" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1062 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <topic>: nustatyti dabartinio pokalbio temą" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1065 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <pokalbių kambario ID>: prisijungti prie naujo pokalbių kambario" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1068 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <pokalbių kambario ID>: prisijungti prie naujo pokalbių kambario" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1072 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -803,23 +803,23 @@ msgstr "" "/part [<pokalbių kambario ID>] [<priežastis>]: išeiti iš pokalbių kambario; " "dabartinio, jei nenurodyta kitaip" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1076 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <kontakto ID> [<žinutė>]: atverti privatų pokalbį" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1079 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <kontakto ID> <žinutė>: atverti privatų pokalbį" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1082 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <slapyvardis>: keisti savo slapyvardį dabartiniame serveryje" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1085 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <žinutė>: siųsti dabartiniam pokalbiui žinutę ACTION" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -829,11 +829,11 @@ msgstr "" "siųsti žinutę, prasidedančia simboliu „/“. Pavyzdžiui: „/say /join naudojama " "norint prisijungti prie naujo pokalbių kambario“" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1093 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <kontakto ID>: parodo informaciją apie kontaktą" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1096 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -841,87 +841,87 @@ msgstr "" "/help [<komanda>]: rodyti visas palaikomas komandas. Jei <komanda> " "apibrėžta, rodyti, kaip ją naudoti." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1115 #, c-format msgid "Usage: %s" msgstr "Naudojimas: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1160 msgid "Unknown command" msgstr "Nežinoma komanda" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1286 msgid "Unknown command; see /help for the available commands" msgstr "" "Nežinoma komanda. Galimas komandas galite pamatyti įvykdę komandą /help" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1541 msgid "insufficient balance to send message" msgstr "nepakankamas balansas žinutės siuntimui" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1545 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1622 #, c-format msgid "Error sending message '%s': %s" msgstr "Klaida siunčiant žinutę „%s“: %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1564 +#: ../libempathy-gtk/empathy-chat.c:1626 #, c-format msgid "Error sending message: %s" msgstr "Klaida siunčiant žinutę: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1553 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "nepakankamas balansas žinutės siuntimui. <a href='%s'>Pakelti</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1593 msgid "not capable" msgstr "nepalaiko" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1600 msgid "offline" msgstr "atsijungęs" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1603 msgid "invalid contact" msgstr "netinkamas kontaktas" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1606 msgid "permission denied" msgstr "prieiga uždrausta" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1609 msgid "too long message" msgstr "per ilga žinutė" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1612 msgid "not implemented" msgstr "ši funkcija dar nerealizuota" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1616 msgid "unknown" msgstr "nežinoma" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1683 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Tema:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1698 #, c-format msgid "Topic set to: %s" msgstr "Tema nustatyta į: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1700 #, c-format msgid "Topic set by %s to: %s" msgstr "Tema %s nustatyta į: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1705 msgid "No topic defined" msgstr "Nenurodyta jokia tema" @@ -1020,9 +1020,9 @@ msgstr "%s dabar žinomas (-a) kaip %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Atsijungęs (-usi)" @@ -1053,7 +1053,7 @@ msgstr "Šis kambarys yra apsaugotas slaptažodžiu:" msgid "Join" msgstr "Prisijungti" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Prisijungęs (-usi)" @@ -1284,65 +1284,65 @@ msgstr "Įdiekite gnome-contacts prieigai prie kontaktų duomenų." #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:179 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:357 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Pasirinkite naudotiną paskyrą skambučio vykdymui" -#: ../libempathy-gtk/empathy-individual-menu.c:361 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Skambutis" -#: ../libempathy-gtk/empathy-individual-menu.c:426 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Mobilusis" -#: ../libempathy-gtk/empathy-individual-menu.c:428 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Darbas" -#: ../libempathy-gtk/empathy-individual-menu.c:430 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "NAMAI" #. translators: first argument is a phone number like +32123456 and #. * the second one is something like 'home' or 'work'. -#: ../libempathy-gtk/empathy-individual-menu.c:463 +#: ../libempathy-gtk/empathy-individual-menu.c:478 #, c-format msgid "Call %s (%s)" msgstr "Skambinti %s (%s)" #. translators: argument is a phone number like +32123456 -#: ../libempathy-gtk/empathy-individual-menu.c:470 +#: ../libempathy-gtk/empathy-individual-menu.c:483 #, c-format msgid "Call %s" msgstr "Skambinti %s" -#: ../libempathy-gtk/empathy-individual-menu.c:676 +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "_Blokuoti kontaktą" -#: ../libempathy-gtk/empathy-individual-menu.c:731 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Pašalinti iš _grupės „%s“" -#: ../libempathy-gtk/empathy-individual-menu.c:752 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Ištrinti ir _blokuoti" -#: ../libempathy-gtk/empathy-individual-menu.c:840 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Ar tikrai norite pašalinti kontaktą „%s“?" -#: ../libempathy-gtk/empathy-individual-menu.c:849 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1351,75 +1351,75 @@ msgstr "" "Ar tikrai norite pašalinti susietąjį kontaktą „%s“? Atminkite, jog bus " "pašalinti visi kontaktai, sudarantys šį susietąjį kontaktą." -#: ../libempathy-gtk/empathy-individual-menu.c:860 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Šalinamas kontaktas" -#: ../libempathy-gtk/empathy-individual-menu.c:936 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Pašalinti" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1355 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Pokalbis" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1394 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1431 +#: ../libempathy-gtk/empathy-individual-menu.c:1450 msgctxt "menu item" msgid "_Audio Call" msgstr "_Garsinis skambutis" -#: ../libempathy-gtk/empathy-individual-menu.c:1468 +#: ../libempathy-gtk/empathy-individual-menu.c:1487 msgctxt "menu item" msgid "_Video Call" msgstr "_Vaizdinis skambutis" -#: ../libempathy-gtk/empathy-individual-menu.c:1510 +#: ../libempathy-gtk/empathy-individual-menu.c:1529 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Ankstesni pokalbiai" -#: ../libempathy-gtk/empathy-individual-menu.c:1542 +#: ../libempathy-gtk/empathy-individual-menu.c:1561 msgid "Send File" msgstr "Siųsti failą" -#: ../libempathy-gtk/empathy-individual-menu.c:1576 +#: ../libempathy-gtk/empathy-individual-menu.c:1595 msgid "Share My Desktop" msgstr "Dalintis mano darbastaliu" -#: ../libempathy-gtk/empathy-individual-menu.c:1603 +#: ../libempathy-gtk/empathy-individual-menu.c:1622 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Mėgiamas" -#: ../libempathy-gtk/empathy-individual-menu.c:1632 +#: ../libempathy-gtk/empathy-individual-menu.c:1651 msgid "Infor_mation" msgstr "Infor_macija" -#: ../libempathy-gtk/empathy-individual-menu.c:1681 +#: ../libempathy-gtk/empathy-individual-menu.c:1700 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Taisyti" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1797 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1816 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Jus kviečia į šį kambarį" -#: ../libempathy-gtk/empathy-individual-menu.c:1843 +#: ../libempathy-gtk/empathy-individual-menu.c:1862 msgid "_Invite to Chat Room" msgstr "_Pakviesti į pokalbių kambarį" -#: ../libempathy-gtk/empathy-individual-menu.c:2039 +#: ../libempathy-gtk/empathy-individual-menu.c:2058 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Pridėti kontaktą…" @@ -1613,36 +1613,36 @@ msgstr "Rodyti" msgid "Search" msgstr "Ieškoti" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Kalbėti kanale %s" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Kalbėti su %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %Y m. %B %e d., %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" @@ -1650,7 +1650,7 @@ msgstr[0] "%s sekundė" msgstr[1] "%s sekundės" msgstr[2] "%s sekundžių" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" @@ -1658,80 +1658,80 @@ msgstr[0] "%s minutė" msgstr[1] "%s minutės" msgstr[2] "%s minučių" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Pokalbis truko %s, baigėsi %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Šiandien" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Vakar" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%Y m. %B %e d." -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Bet kada" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Bet kas" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Kas" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Kada" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Bet kas" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Tekstiniai pokalbiai" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Skambučiai" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Įeinantys skambučiai" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Išeinantys skambučiai" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Praleisti skambučiai" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Kas" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "Ar tikrai norite ištrinti visų ankstesnių pokalbių žurnalus?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Išvalyti visus" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Trinti nuo:" @@ -1753,7 +1753,7 @@ msgid "Profile" msgstr "Profilis" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Pokalbis" @@ -1968,13 +1968,13 @@ msgid "Subscription Request" msgstr "Prenumeratos prašymas" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s pageidauja leidimo matyti, kada esate prisijungę" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Atmesti" @@ -2127,86 +2127,44 @@ msgstr "Negrupuoti" msgid "Server cannot find contact: %s" msgstr "Serveris negali rasti kontakto: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Nėra klaidų pranešimų" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Tikralaikė žinutė (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"„Empathy“ yra laisvoji programinė įranga. Galite ją platinti ir / arba " -"modifikuoti pagal GNU Bendrosios viešosios licencijos sąlygas, paskelbtas " -"Laisvosios programinės įrangos fondo; 2-osios arba (savo nuožiūra) bet " -"kurios vėlesnės licencijos versijos sąlygas." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"„Empathy“ yra platinama tikintis, kad ji bus naudinga, bet BE JOKIŲ " -"GARANTIJŲ, netgi be numanomų PARDAVIMO arba TINKAMUMO TAM TIKRAM TIKSLUI " -"garantijų. Išsamesnės informacijos ieškokite GNU Bendrojoje viešojoje " -"licencijoje." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Jūs turėjote gauti GNU Bendrosios viešosios licencijos kopiją kartu su " -"„Empathy“ programa. Jei negavote, rašykite adresu: Free Software Foundation, " -"51 Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA." - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Tikralaikių pokalbių klientas, skirtas GNOME aplinkai" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Žygimantas Beručka\n" "Justina Klingaitė\n" "Saulius Šopaga" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Nerodyti jokių dialogų, atlikti pageidaujamas užduotis (pvz., importuoti) ir " "baigti darbą" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Nerodyti jokių dialogų, nebent yra tik „Žmonės netoliese“ tipo paskyros" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Iš pradžių pasirinkti duotąją paskyrą (pvz., gabble/jabber/" "foo_40pavyzdys_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<paskyros-id>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "– Empathy paskyros" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Empathy paskyros" @@ -2223,29 +2181,29 @@ msgstr "Jūsų %.50s paskyroje yra neįrašytų pakeitimų." msgid "Your new account has not been saved yet." msgstr "Jūsų naujoji paskyra dar neįrašyta." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Jungiamasi…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Neprisijungta – %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Atsijungta – %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Neprisijungta – Nėra tinklo ryšio" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Nežinoma būsena" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2255,28 +2213,28 @@ msgstr "" "Įdiekite telepathy-haze ir iš naujo paleiskite savo seansą paskyros " "migravimui." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Neprisijungta – Paskyra išjungta" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Taisyti ryšio parametrus" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Taisyti ryšio parametrus…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Ar tikrai norite pašalinti %.50s iš savo kompiuterio?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Jūsų paskyros serveryje nebus pašalintos." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2285,24 +2243,24 @@ msgstr "" "Ar tikrai norite tęsti?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "Įj_ungta" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Pervadinti" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "P_raleisti" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Prisijungti" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2311,7 +2269,7 @@ msgstr "" "Ar tikrai norite tęsti?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Pokalbių ir VoIP paskyros" @@ -2347,23 +2305,23 @@ msgstr " – Empathy tapatybės nustatymo klientas" msgid "Empathy authentication client" msgstr "Empathy tapatybės nustatymo klientas" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Paleidimo metu neprisijungti" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Paleidus nerodyti kontaktų sąrašo ar kitų dialogų" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "– Tikralaikių pokalbių klientas Empathy" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Klaida susisiekiant su paskyrų tvarkykle" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2376,15 +2334,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Pokalbyje" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "– Empathy garso/vaizdo transliavimo klientas" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Empathy garso/vaizdo transliavimo klientas" @@ -2393,27 +2351,27 @@ msgstr "Empathy garso/vaizdo transliavimo klientas" msgid "%s just tried to call you, but you were in another call." msgstr "%s ką tik jums skambino, bet tuo metu kalbėjote su kažkuo kitu." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Skambutis jums" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Gaunamas vaizdinis skambutis iš %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Skambutis jums nuo %s" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Atmesti" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2421,60 +2379,60 @@ msgstr "Atsiliepti" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Skambinti su %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "Kompiuterio matomas IP adresas" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "Interneto serverio matomas IP adresas" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "Kitos pusės matomas lygiarangio IP adresas" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "Perdavimo serverio IP adresas" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Daugiaadresio perdavimo grupės IP adresas" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Nežinoma" -#: ../src/empathy-call-window.c:2959 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Laukia" -#: ../src/empathy-call-window.c:2963 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Nutildyti" -#: ../src/empathy-call-window.c:2965 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Trukmė" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2968 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Techninė informacija" -#: ../src/empathy-call-window.c:3103 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2483,7 +2441,7 @@ msgstr "" "Kontakto %s programinė įranga nepalaiko jokių jūsų kompiuterio palaikomų " "formatų" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2492,7 +2450,7 @@ msgstr "" "Kontakto %s programinė įranga nepalaiko jokių jūsų kompiuterio palaikomų " "vaizdo įrašų formatų" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2501,23 +2459,23 @@ msgstr "" "Nepavyko užmegzti ryšio su %s. Gali būti, kad vienas iš jūsų yra tinkle, " "nepriimančiame tiesioginių prisijungimų." -#: ../src/empathy-call-window.c:3120 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Tinkle yra triktis" -#: ../src/empathy-call-window.c:3124 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Jūsų kompiuteryje neįdiegti garso įrašų formatai, reikalingi šiam skambučiui" -#: ../src/empathy-call-window.c:3127 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Jūsų kompiuteryje neįdiegti vaizdo įrašų formatai, reikalingi šiam skambučiui" -#: ../src/empathy-call-window.c:3139 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2528,32 +2486,32 @@ msgstr "" "apie šią klaidą</a> ir pridėkite žurnalus, kuriuos surinkote meniu Pagalba " "„Derinimo“ lange." -#: ../src/empathy-call-window.c:3148 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Skambinimo posistemėje yra triktis" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Pasiekta srauto pabaiga" -#: ../src/empathy-call-window.c:3191 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Nepavyko sukurti garso srauto" -#: ../src/empathy-call-window.c:3201 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Nepavyko sukurti vaizdo srauto" -#: ../src/empathy-call-window.c:3238 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Jūsų balansas yra %s." -#: ../src/empathy-call-window.c:3242 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Deja, jūs neturite pakankamai kreditų, kad galėtumėte paskambinti." -#: ../src/empathy-call-window.c:3244 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Pakelti" @@ -2669,7 +2627,7 @@ msgstr "Vietos kandidatas:" msgid "Audio" msgstr "Garsas" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "– Tikralaikių pokalbių klientas Empathy" @@ -2689,11 +2647,11 @@ msgstr "Automatiškai prisijungti" msgid "Manage Favorite Rooms" msgstr "Tvarkyti mėgiamus kambarius" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Užverti šį langą?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2702,7 +2660,7 @@ msgstr "" "Užvėrę šį langą, išeisite iš %s. Nebegausite jokių pranešimų, kol vėl prie " "jo neprisijungsite." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2720,12 +2678,12 @@ msgstr[2] "" "Užvėrę šį langą, išeisite iš %u pokalbių kambarių. Nebegausite jokių " "pranešimų, kol vėl prie jų neprisijungsite." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Išeiti iš %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2733,15 +2691,15 @@ msgstr "" "Negausite jokių tolesnių pranešimų iš šio pokalbių kambario, kol vėl prie jo " "neprisijungsite." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Užverti langą" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Išeiti iš kambario" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" @@ -2749,7 +2707,7 @@ msgstr[0] "%s (%d neskaitytas)" msgstr[1] "%s (%d neskaityti)" msgstr[2] "%s (%d neskaitytų)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" @@ -2757,7 +2715,7 @@ msgstr[0] "%s (ir %u kitas)" msgstr[1] "%s (ir %u kiti)" msgstr[2] "%s (ir %u kitų)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" @@ -2765,7 +2723,7 @@ msgstr[0] "%s (%d neskaitytas iš kitų)" msgstr[1] "%s (%d neskaityti iš kitų)" msgstr[2] "%s (%d neskaitytų iš kitų)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" @@ -2773,11 +2731,11 @@ msgstr[0] "%s (%d neskaitytas iš visų)" msgstr[1] "%s (%d neskaityti iš visų)" msgstr[2] "%s (%d neskaityta iš visų)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" @@ -2785,7 +2743,7 @@ msgstr[0] "Siunčiama %d žinutė" msgstr[1] "Siunčiamos %d žinutės" msgstr[2] "Siunčiama %d žinučių" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Rašoma žinutė." @@ -2857,75 +2815,75 @@ msgstr "Perkelti kortelę _dešinėn" msgid "_Detach Tab" msgstr "_Atkabinti kortelę" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Rodyti tam tikrą tarnybą" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "– Empathy derintuvė" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Empathy derintuvė" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Įrašyti" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "„Pastebin“ saitas" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "„Pastebin“ atsakas" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "Per daug duomenų įkelti vienu kartu. Įrašykite žurnalus į failą." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Derinimo langas" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Siūsti į „pastebin“" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pauzė" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Lygis " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Derinimas" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Informacija" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Pranešimas" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Perspėjimas" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kritinė" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Klaida" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2942,92 +2900,92 @@ msgstr "" "sudėtingesnius laukus <a href=\"https://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy\">pranešime apie klaidą</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Laikas" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Sritis" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategorija" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Lygis" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "Pasirinktoji ryšių valdyklė nepalaiko nuotolinio derinimo plėtinio." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Gaunamas vaizdinis skambutis" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s jums skambina su vaizdiniu ryšiu, ar atsiliepsite?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s jums skambina, ar atsiliepsite?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "A_tmesti" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Atsiliepti" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Atsakyti vaizdo įrašu" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Kvietimas į pokalbių kambarį" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Kvietimas prisijungti prie %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s kviečia jus prisijungti prie %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Prisijungti" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s pakvietė jus prisijungti %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Jūs kviečiami prisijungti prie %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Failo atsiuntimas iš %s" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Reikalingas slaptažodis" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3605,7 +3563,8 @@ msgid "No match found" msgstr "Nerasta atitikmenų" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Dar nepridėjote jokių kontaktų" #: ../src/empathy-roster-window.c:1732 @@ -3671,8 +3630,8 @@ msgid "Help" msgstr "Žinynas" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Apie „Empathy“" +msgid "About" +msgstr "Apie" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3712,3 +3671,4 @@ msgstr "Taisyti %s paskyros parinktis" #: ../ubuntu-online-accounts/empathy.application.in.h:1 msgid "Integrate your IM accounts" msgstr "Integruokite savo pranešimų paskyras" + @@ -8,14 +8,14 @@ # Peteris Krisjanis <pecisk@gmail.com>, 2010. # Rudolfs <rudolfs.mazurs@gmail.com>, 2011. # Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2012. -# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2009, 2010, 2012, 2013. +# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2009, 2010, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: lv\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-10-16 09:02+0000\n" -"PO-Revision-Date: 2013-10-17 10:48+0300\n" +"POT-Creation-Date: 2014-03-07 04:27+0000\n" +"PO-Revision-Date: 2014-03-08 15:28+0200\n" "Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n" "Language-Team: Latvian <lata-l10n@googlegroups.com>\n" "Language: lv\n" @@ -58,9 +58,9 @@ msgid "" msgstr "" "Empathy ir oficiālā tūlītējās tērzēšanas lietotne GNOME darbvirsmas vidē. " "Empathy sar savienoties ar AIM, MSN, Jabber (tai skaitā Facebook un Google " -"Talk), IRC un daudziem citiem tērzēšanas tīkliem. Jūs varat tērzēt ar tekstu, " -"veikt audio un video zvanus vai pat sūtīt datnes, atkarībā no tā, ko atļauj " -"jūsu kontakta tērzēšanas lietotne." +"Talk), IRC un daudziem citiem tērzēšanas tīkliem. Jūs varat tērzēt ar " +"tekstu, veikt audio un video zvanus vai pat sūtīt datnes, atkarībā no tā, ko " +"atļauj jūsu kontakta tērzēšanas lietotne." #: ../data/empathy.appdata.xml.in.h:2 msgid "" @@ -492,47 +492,47 @@ msgid "" msgstr "" "Vai Empathy vajadzētu samazināt atrašanās vietas precizitāti (privātumam)." -#: ../libempathy/empathy-ft-handler.c:734 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Iemesls netika norādīts" -#: ../libempathy/empathy-ft-handler.c:737 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Stāvokļa izmaiņas tika pieprasītas" -#: ../libempathy/empathy-ft-handler.c:740 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Jūs atcēlāt datnes pārsūtīšanu" -#: ../libempathy/empathy-ft-handler.c:743 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Otrs dalībnieks atcēla datnes pārsūtīšanu" -#: ../libempathy/empathy-ft-handler.c:746 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Notika kļūda, mēģinot pārsūtīt datni" -#: ../libempathy/empathy-ft-handler.c:749 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Otrs dalībnieks nevar pārsūtīt datni" -#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Nezināms iemesls" -#: ../libempathy/empathy-ft-handler.c:915 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Datnes pārsūtīšana pabeigta, bet datne ir bojāta" -#: ../libempathy/empathy-ft-handler.c:1201 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Kontakts neatbalsta datņu sūtīšanu" -#: ../libempathy/empathy-ft-handler.c:1257 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Izvēlētā datne nav normāla datne" -#: ../libempathy/empathy-ft-handler.c:1266 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Izvēlētā datne ir tukša" @@ -716,7 +716,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Neizdevās autentificēties kontam <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3845 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Mēģināt vēlreiz" @@ -760,39 +760,39 @@ msgstr "Šis protokols neatbalsta ārkārtas zvanus" msgid "You don't have enough credit in order to place this call" msgstr "Jums nepietiek kredītā, lai veiktu šo zvanu" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Neizdevās izveidot privātu tērzēšanas istabu" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Šai sarunai temats nav atbalstīts" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Jums nav tiesību mainīt tematu" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Nederīgs kontakta ID" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: attīrīt visus ziņojumus no šīs sarunas" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <temats>: uzlikt tematu šai sarunai" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <istabas ID>: pievienoties jaunai tērzēšanas istabai" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <istabas ID>: pievienoties jaunai tērzēšanas istabai" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -800,23 +800,23 @@ msgstr "" "/part [<istabas ID>] [<iemesls>]: pamest tērzēšanas istabu, pēc noklusēšanas " "tā ir pašreizējā" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <kontakta ID> [<ziņojums>]: atvērt privāto tērzēšanu" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <kontakta ID> <ziņojums>: atvērt privāto tērzēšanu" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <iesauka>: mainīt savu iesauku uz šī servera" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <darbība>: nosūtīt darbības ziņojumu šajā sarunā" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -826,11 +826,11 @@ msgstr "" "ziņojumu, kurš sākas ar “/”. Piemēram: “/say /join tiek izmantots, lai " "pievienotos jaunai tērzēšanas istabai”" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <contact ID>: rādīt informāciju par kontaktu" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -838,127 +838,127 @@ msgstr "" "/help [<komanda>]: rādīt visas atbalstītās komandas. Ja dota <komanda>, " "parādīt tās lietošanu." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Lietojums: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Nezināma komanda" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Nezināma komanda; /help var parādīt pieejamās komandas" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "nepietiekama bilance, lai nosūtītu ziņojumu" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Kļūda, sūtot ziņojumu “%s” — %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Kļūda, sūtot ziņojumu — %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "nepietiekama bilance, lai nosūtītu ziņojumu. <a href='%s'>Uzpildīt</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "nav spējīgs" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "nesaistē" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "nederīgs kontakts" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "atļauja liegta" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "pārāk garš ziņojums" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "nav realizēts" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "nezināms" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Temats:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Temats ir: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Tematu iestatīja %s un tas ir: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Temats nav norādīts" -#: ../libempathy-gtk/empathy-chat.c:2223 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(Nav ieteikumu)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2291 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Pievienot “%s” vārdnīcai" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2328 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Pievienot “%s” vārdnīcai “%s”" -#: ../libempathy-gtk/empathy-chat.c:2398 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Ievietot smaidiņu" #. send button -#: ../libempathy-gtk/empathy-chat.c:2416 +#: ../libempathy-gtk/empathy-chat.c:2411 #: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Sūtīt" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2473 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "Pareizrak_stības ieteikumi" -#: ../libempathy-gtk/empathy-chat.c:2584 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Neizdevās iegūt pēdējos ierakstus" -#: ../libempathy-gtk/empathy-chat.c:2827 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s ir izgājis" @@ -966,12 +966,12 @@ msgstr "%s ir izgājis" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2834 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%2$s ņēma un izspēra %1$s" -#: ../libempathy-gtk/empathy-chat.c:2837 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s tika izsperts" @@ -979,17 +979,17 @@ msgstr "%s tika izsperts" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2845 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%2$s ņēma un izraidīja %1$s" -#: ../libempathy-gtk/empathy-chat.c:2848 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s tika izraidīts" -#: ../libempathy-gtk/empathy-chat.c:2852 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s pameta istabu" @@ -999,17 +999,17 @@ msgstr "%s pameta istabu" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2861 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2886 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s pievienojās istabai" -#: ../libempathy-gtk/empathy-chat.c:2911 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s tagad saucas %s" @@ -1017,50 +1017,50 @@ msgstr "%s tagad saucas %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Atvienots" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3785 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Vai vēlaties saglabāt šo paroli?" -#: ../libempathy-gtk/empathy-chat.c:3791 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Atcerēties" -#: ../libempathy-gtk/empathy-chat.c:3801 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Ne tagad" -#: ../libempathy-gtk/empathy-chat.c:3849 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Nepareiza parole; mēģiniet vēlreiz:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3973 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Šī istaba ir aizsargāta ar paroli:" -#: ../libempathy-gtk/empathy-chat.c:4000 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Pievienoties" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Savienots" -#: ../libempathy-gtk/empathy-chat.c:4247 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Saruna" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4252 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" @@ -1283,67 +1283,65 @@ msgstr "" #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:179 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:357 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Izvēlieties kontu, ko izmantot zvanu veikšanai" -#: ../libempathy-gtk/empathy-individual-menu.c:361 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Zvans" -#: ../libempathy-gtk/empathy-individual-menu.c:426 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Mobilais" -#: ../libempathy-gtk/empathy-individual-menu.c:428 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Darbs" -#: ../libempathy-gtk/empathy-individual-menu.c:430 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Mājas" #. translators: first argument is a phone number like +32123456 and #. * the second one is something like 'home' or 'work'. -#: ../libempathy-gtk/empathy-individual-menu.c:463 +#: ../libempathy-gtk/empathy-individual-menu.c:478 #, c-format -#| msgid "%s (%s)" msgid "Call %s (%s)" msgstr "Zvanīt %s (%s)" #. translators: argument is a phone number like +32123456 -#: ../libempathy-gtk/empathy-individual-menu.c:470 +#: ../libempathy-gtk/empathy-individual-menu.c:483 #, c-format -#| msgid "Called %s" msgid "Call %s" msgstr "Zvanīt %s" -#: ../libempathy-gtk/empathy-individual-menu.c:676 +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "_Bloķēt kontaktu" -#: ../libempathy-gtk/empathy-individual-menu.c:731 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Izņemt no _grupas “%s”" -#: ../libempathy-gtk/empathy-individual-menu.c:752 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Dzēst un _bloķēt" -#: ../libempathy-gtk/empathy-individual-menu.c:840 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Vai tiešām vēlaties izņemt kontaktu “%s”?" -#: ../libempathy-gtk/empathy-individual-menu.c:849 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1352,75 +1350,75 @@ msgstr "" "Vai tiešām vēlaties izņemt saistīto kontaktu “%s”? Ņemiet vērā, ka tas " "izņems visus kontaktus, kuri veido šo saistīto kontaktu." -#: ../libempathy-gtk/empathy-individual-menu.c:860 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Izņem kontaktu" -#: ../libempathy-gtk/empathy-individual-menu.c:936 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Izņemt" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1355 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Tērzēt" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1394 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1431 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Zvans" -#: ../libempathy-gtk/empathy-individual-menu.c:1468 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Video zvans" -#: ../libempathy-gtk/empathy-individual-menu.c:1510 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "Ie_priekšējās sarunas" -#: ../libempathy-gtk/empathy-individual-menu.c:1542 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Sūtīt datni" -#: ../libempathy-gtk/empathy-individual-menu.c:1576 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Dalīties ar darbvirsmu" -#: ../libempathy-gtk/empathy-individual-menu.c:1603 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Iecienītais" -#: ../libempathy-gtk/empathy-individual-menu.c:1632 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "Infor_mācija" -#: ../libempathy-gtk/empathy-individual-menu.c:1681 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "R_ediģēt" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1797 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Aicina jūs uz šo istabu" -#: ../libempathy-gtk/empathy-individual-menu.c:1843 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "Uza_icināt uz tērzēšanas istabu" -#: ../libempathy-gtk/empathy-individual-menu.c:2039 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "Pievienot kont_aktu…" @@ -1614,36 +1612,36 @@ msgstr "Rādīt" msgid "Search" msgstr "Meklēt" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Tērzēšana %s istabā" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Tērzēšana ar %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %B %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" @@ -1651,7 +1649,7 @@ msgstr[0] "%s sekunde" msgstr[1] "%s sekundes" msgstr[2] "%s sekunžu" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" @@ -1659,80 +1657,80 @@ msgstr[0] "%s minūte" msgstr[1] "%s minūtes" msgstr[2] "%s minūšu" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Zvans ilga %s, beidzās %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Šodien" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Vakar" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Jebkad" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Jebkurš" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Kas" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Kad" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Jebkas" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Teksta tērzēšana" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Zvani" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Ienākošie zvani" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Izejošie zvani" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Neatbildētie zvani" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Kas" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "Vai tiešām vēlaties dzēst visu iepriekšējo sarunu žurnālus?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Attīrīt visu" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Dzēst no:" @@ -1754,7 +1752,7 @@ msgid "Profile" msgstr "Profils" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Tērzēšana" @@ -1969,13 +1967,13 @@ msgid "Subscription Request" msgstr "Pierakstīšanās lūgums" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s vēlas saņemt atļauju redzēt jūsu tiešsaistes statusu" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "Norai_dīt" @@ -2128,87 +2126,44 @@ msgstr "Negrupēts" msgid "Server cannot find contact: %s" msgstr "Serveris nevar atrast kontaktu — %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Nav kļūdas paziņojuma" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Tūlītējs ziņojums (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy ir brīva programmatūra; jūs varat to izplatīt tālāk un/vai modificēt " -"saskaņā ar GNU Vispārējās publiskās licences noteikumiem, ko publicējis " -"Brīvas programmatūras fonds; izmantojiet Licences versiju 2 vai (pēc jūsu " -"izvēles) jebkuru vēlāku versiju." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy tiek izplatīta cerībā, ka tā būs noderīga, taču BEZ JEBKĀDĀM " -"GARANTIJĀM; pat bez šķietamām KOMERCIĀLAS VĒRTĪBAS un PIEMĒROTĪBAS " -"KONKRĒTIEM NOLŪKIEM garantijām. Sīkāku informāciju meklējiet GNU Vispārējā " -"publiskajā licencē." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Jums vajadzēja saņemt GNU Vispārējās publiskās licences kopiju kopā ar šo " -"programmu; ja jūs to nesaņēmāt, rakstiet uz Brīvas programmatūras fondu, " -"Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA " -"02111-1307 USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Tūlītējās ziņojumapmaiņas klients GNOME videi" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Raivis Dejus <orvils@gmail.com>\n" "Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n" "Anita Reitere <nitalynx@gmail.com>" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Nerādīt nekādus dialoglodziņus; izdarīt darāmo (piemēram, importēšanu) un " "iziet" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Nerādīt nekādus dialoglodziņus, izņemot, ja ir tikai “Tuvumā esošie cilvēki” " "konti" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Sākumā izvēlēties doto kontu (piemēram, gabble/jabber/foo_40example_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<konta-ID>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr " - Empathy konti" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Empathy konti" @@ -2225,29 +2180,29 @@ msgstr "Kontam %.50s ir nesaglabātas izmaiņas." msgid "Your new account has not been saved yet." msgstr "Jaunais konts vēl nav saglabāts." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Savienojas…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Nesaistē — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Atvienots — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Nesaistē — nav tīkla savienojuma" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Nezināms statuss" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2257,28 +2212,28 @@ msgstr "" "Lūdzu, uzinstalējiet telepathy-haze un pārstartējiet sesiju, lai migrētu šo " "kontu." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Nesaistē — konts deaktivēts" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Rediģēt savienojuma parametrus" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "R_ediģēt savienojuma parametrus…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Vai vēlaties izņemt %.50s no sava datora?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Tas neizņems jūsu kontu no servera." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2287,24 +2242,24 @@ msgstr "" "Vai tiešām vēlaties turpināt?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Aktivēts" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Pārsaukt" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "Izlai_st" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Savienoties" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2313,7 +2268,7 @@ msgstr "" "Vai tiešām vēlaties turpināt?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Ziņojumapmaiņas un IP balss pārraides konti" @@ -2349,24 +2304,24 @@ msgstr "- Empathy autentifikācijas klients" msgid "Empathy authentication client" msgstr "Empathy autentifikācijas klients" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Nesavienoties automātiski" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "" "Pēc palaišanas nerādīt kontaktu sarakstu vai kādus citus dialoglodziņus" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Empathy TZ klients" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Kļūda, sazinoties ar kontu pārvaldnieku" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2379,15 +2334,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Zvanā" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- Empathy audio/video klients" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Empathy audio/video klients" @@ -2396,27 +2351,27 @@ msgstr "Empathy audio/video klients" msgid "%s just tried to call you, but you were in another call." msgstr "%s tikko mēģināja piezvanīt, bet jūs jau piedalījāties citā sarunā." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Ienākošais zvans" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Ienākošais video zvans no %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Ienākošais zvans no %s" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Noraidīt" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2424,60 +2379,60 @@ msgstr "Atbildēt" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Zvans ar %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "IP adrese, kuru redz dators" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "IP adrese, kuru redz serveris Internetā" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "IP adrese, kuru redz biedrs otrā galā" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "Translēšanas servera IP adrese" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Multiraides grupas IP adreses" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Nezināms" -#: ../src/empathy-call-window.c:2959 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Aizturēts" -#: ../src/empathy-call-window.c:2963 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Apklusināt" -#: ../src/empathy-call-window.c:2965 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Ilgums" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2968 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Tehniskā informācija" -#: ../src/empathy-call-window.c:3103 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2486,7 +2441,7 @@ msgstr "" "Programmatūra, ko lieto %s, nesaprot nevienu no jūsu sistēmas atbalstītajiem " "audio formātiem" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2495,7 +2450,7 @@ msgstr "" "Programmatūra, ko lieto %s, nesaprot nevienu no jūsu sistēmas atbalstītajiem " "video formātiem" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2504,21 +2459,21 @@ msgstr "" "Nevar izveidot savienojumu ar %s. Iespējams, ka viens no jums atrodas tīklā, " "kurā nav atļauti tiešie savienojumi." -#: ../src/empathy-call-window.c:3120 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Gadījās tīkla kļūme" -#: ../src/empathy-call-window.c:3124 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "Šim zvanam vajadzīgie audio formāti nav instalēti jūsu datorā" -#: ../src/empathy-call-window.c:3127 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "Šim zvanam vajadzīgie video formāti nav instalēti jūsu datorā" -#: ../src/empathy-call-window.c:3139 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2529,32 +2484,32 @@ msgstr "" "\">ziņojiet par šo kļūdu</a>, pievienojot ierakstus no “Atkļūdošana” loga " "Palīdzības izvēlnē." -#: ../src/empathy-call-window.c:3148 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Zvanu dzinī gadījās kļūme" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Tika sasniegtas straumes beigas" -#: ../src/empathy-call-window.c:3191 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Nevar izveidot audio straumi" -#: ../src/empathy-call-window.c:3201 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Nevar izveidot video straumi" -#: ../src/empathy-call-window.c:3238 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Jūsu pašreizējā bilance ir %s." -#: ../src/empathy-call-window.c:3242 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Diemžēl jums nepietiek kredīta, lai veiktu šo zvanu." -#: ../src/empathy-call-window.c:3244 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Uzpildīt" @@ -2670,7 +2625,7 @@ msgstr "Lokālais kandidāts:" msgid "Audio" msgstr "Audio" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Empathy tērzēšanas klients" @@ -2690,11 +2645,11 @@ msgstr "Automātiski savienoties" msgid "Manage Favorite Rooms" msgstr "Pārvaldīt iecienītās istabas" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Aizvērt šo logu?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2703,7 +2658,7 @@ msgstr "" "Šī loga aizvēršana pametīs %s. Jūs nesaņemsiet jaunus ziņojumus, kamēr atkal " "nepievienosities." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2721,12 +2676,12 @@ msgstr[2] "" "Šī loga aizvēršana pametīs %u tērzēšanas istabu. Jūs nesaņemsiet jaunus " "ziņojumus, kamēr atkal nepievienosities." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Pamest %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2734,15 +2689,15 @@ msgstr "" "Jūs nesaņemsiet jaunus ziņojumus no šīs tērzēšanas istabas, kamēr atkal " "nepievienosities." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Aizvērt logu" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Pamest istabu" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" @@ -2750,7 +2705,7 @@ msgstr[0] "%s (%d nelasīts)" msgstr[1] "%s (%d nelasīti)" msgstr[2] "%s (%d nelasītu)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" @@ -2758,7 +2713,7 @@ msgstr[0] "%s (un %u cits)" msgstr[1] "%s (un %u citi)" msgstr[2] "%s (un %u citu)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" @@ -2766,7 +2721,7 @@ msgstr[0] "%s (%d nelasīts no citiem)" msgstr[1] "%s (%d nelasīti no citiem)" msgstr[2] "%s (%d nelasītu no citiem)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" @@ -2774,11 +2729,11 @@ msgstr[0] "%s (%d nelasīts no visiem)" msgstr[1] "%s (%d nelasīti no visiem)" msgstr[2] "%s (%d nelasītu no visiem)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" @@ -2786,7 +2741,7 @@ msgstr[0] "Sūta %d ziņojumu" msgstr[1] "Sūta %d ziņojumus" msgstr[2] "Sūta %d ziņojumu" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Raksta ziņojumu." @@ -2858,77 +2813,77 @@ msgstr "Pā_rvietot cilni pa labi" msgid "_Detach Tab" msgstr "At_dalīt cilni" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Rādīt noteiktu servisu" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Empathy atkļūdotājs" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Empathy atkļūdotājs" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Saglabāt" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Pastebin saite" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Pastebin atbilde" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "Datu ir pārāk daudz, lai ielīmētu vienā solī. Lūdzu, saglabājiet žurnālu " "datnē." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Atkļūdošanas logs" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Sūtīt uz pastebin" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pauze" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Līmenis " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Atkļūdošana" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Informācijas" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Paziņojuma" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Brīdinājuma" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kritisks" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Kļūdas" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2945,23 +2900,23 @@ msgstr "" "izstrādātājiem, izmantojot paplašinātos laukus <a href=\"https://bugzilla." "gnome.org/enter_bug.cgi?product=empathy\">kļūdas ziņojumā</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Laiks" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domēns" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategorija" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Līmenis" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." @@ -2969,70 +2924,70 @@ msgstr "" "Izvēlētais savienojumu pārvaldnieks neatbalsta attālināto atkļūdošanas " "paplašinājumu." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Ienākošais video zvans" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s piedāvā video zvanu. Vai vēlaties atbildēt?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s jums zvana. Vai vēlaties atbildēt?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "No_raidīt" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Atbildēt" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Atbildēt ar video" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Istabas ielūgums" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Ielūgums pievienoties %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s jūs ielūdz pievienoties %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Pievienoties" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s jūs ielūdza pievienoties %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Jūs ielūdza pievienoties %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Pienāk datne no %s" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Nepieciešama parole" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3609,7 +3564,8 @@ msgid "No match found" msgstr "Nav atrastu rezultātu" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Jūs vēl neesat pievienojis nevienu kontaktu" #: ../src/empathy-roster-window.c:1732 @@ -3675,8 +3631,8 @@ msgid "Help" msgstr "Palīdzība" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Par Empathy" +msgid "About" +msgstr "Par" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3717,6 +3673,47 @@ msgstr "Rediģējiet %s konta opcijas" msgid "Integrate your IM accounts" msgstr "Integrē savus IM kontus" +#~ msgid "No error message" +#~ msgstr "Nav kļūdas paziņojuma" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Tūlītējs ziņojums (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy ir brīva programmatūra; jūs varat to izplatīt tālāk un/vai " +#~ "modificēt saskaņā ar GNU Vispārējās publiskās licences noteikumiem, ko " +#~ "publicējis Brīvas programmatūras fonds; izmantojiet Licences versiju 2 " +#~ "vai (pēc jūsu izvēles) jebkuru vēlāku versiju." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Empathy tiek izplatīta cerībā, ka tā būs noderīga, taču BEZ JEBKĀDĀM " +#~ "GARANTIJĀM; pat bez šķietamām KOMERCIĀLAS VĒRTĪBAS un PIEMĒROTĪBAS " +#~ "KONKRĒTIEM NOLŪKIEM garantijām. Sīkāku informāciju meklējiet GNU " +#~ "Vispārējā publiskajā licencē." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Jums vajadzēja saņemt GNU Vispārējās publiskās licences kopiju kopā ar šo " +#~ "programmu; ja jūs to nesaņēmāt, rakstiet uz Brīvas programmatūras fondu, " +#~ "Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA " +#~ "02111-1307 USA" + +#~ msgid "About Empathy" +#~ msgstr "Par Empathy" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "Empathy drīkst izmantot tīklu, lai uzminētu atrašanās vietu" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: empathy 3.11.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-21 21:11+0100\n" -"PO-Revision-Date: 2014-01-21 21:11+0100\n" +"POT-Creation-Date: 2014-03-05 07:09+0100\n" +"PO-Revision-Date: 2014-03-05 07:11+0100\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n" "Language: no\n" @@ -45,14 +45,14 @@ msgid "" "and Google Talk), IRC, and many other messaging networks. You can chat with " "text, make audio and video calls, or even transfer files, depending on what " "your contact’s chat application allows." -msgstr "" +msgstr "Empathy er det offisielle lynmeldingsprogrammet for GNOME skrivebordsmiljøet. Empathy kan koble til AIM, MSN, Jabber (inklusive Facebook og Google Talk), IRC og mange andre meldingsnettverk. Du kan prate med tekst, lage lyd- og videosamtaler og til og med overføre filer avhengig av hva meldingsprogrammet til din kontakt tillater." #: ../data/empathy.appdata.xml.in.h:2 msgid "" "Empathy provides integrated messaging for the GNOME desktop, so you’ll never " "miss a message. You can respond to your contacts without even having to " "open Empathy!" -msgstr "" +msgstr "Empathy tilbyr integrert meldingstjeneste for GNOME skrivebordet slik at du aldri vil gå glipp av en melding. Du kan svare dine kontakter uten en gang å åpne Empathy!" #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" @@ -471,47 +471,47 @@ msgid "" msgstr "" "Om Empathy skal redusere nøyaktighet for plassering av personvernhensyn." -#: ../libempathy/empathy-ft-handler.c:734 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Ingen årsak oppgitt" -#: ../libempathy/empathy-ft-handler.c:737 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Tilstandsendring ble etterspurt" -#: ../libempathy/empathy-ft-handler.c:740 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Du avbrøt filoverføringen" -#: ../libempathy/empathy-ft-handler.c:743 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Avsender avbrøt filoverføringen" -#: ../libempathy/empathy-ft-handler.c:746 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Feil under overføring av filen" -#: ../libempathy/empathy-ft-handler.c:749 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Avsender kan ikke overføre filen" -#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Ukjent årsak" -#: ../libempathy/empathy-ft-handler.c:915 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Filoverføring fullført, men filen ble korrupt" -#: ../libempathy/empathy-ft-handler.c:1201 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Filoverføring støttes ikke av ekstern kontakt" -#: ../libempathy/empathy-ft-handler.c:1257 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Valgt fil er ikke en vanlig fil" -#: ../libempathy/empathy-ft-handler.c:1266 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Valgt fil er tom" @@ -693,7 +693,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Autentisering feilet for konto <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Prøv igjen" @@ -737,39 +737,39 @@ msgstr "Nødsamtaler er ikke støttet på denne protokollen" msgid "You don't have enough credit in order to place this call" msgstr "Du har ikke nok kreditt til å starte denne samtalen" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Klarte ikke å åpne privat prat" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Emne er ikke støttet for denne samtalen" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Du har ikke lov til å bytte emne" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Ugyldig kontakt-ID" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: tøm alle meldinger fra aktiv samtale" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <emne>: sett emne for aktiv samtale" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <ID for praterom>: bli med i et nytt praterom" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <prateroms-ID>: bli med i et nytt praterom" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -777,23 +777,23 @@ msgstr "" "/part [<praterom-ID>] [<årsak>]: forlat praterommet, forvalg er det aktive " "rommet" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <kontakt-ID> [<melding>]: åpne en privat samtale" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <kontakt-ID> <melding>: åpne en privat samtale" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <kallenavn>: bytt kallenavn på denne tjeneren" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <melding>: send en HANDLINGS-melding til aktiv samtale" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -803,11 +803,11 @@ msgstr "" "sende en melding som starter med tegnet «/». For eksempel: «/say /join " "brukes til å bli med i et nytt praterom»" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <kontakt-ID>: vis informasjon om en kontakt" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -815,126 +815,126 @@ msgstr "" "/help [<kommando>]: vis alle støttede kommandoer. Vis hjelp for <kommando> " "hvis den er definert." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Bruk: %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Ukjent kommando" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Ukjent kommando; se /help for tilgjengelige kommandoer" -#: ../libempathy-gtk/empathy-chat.c:1542 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "ikke nok kreditt til å sende melding" -#: ../libempathy-gtk/empathy-chat.c:1546 ../libempathy-gtk/empathy-chat.c:1560 -#: ../libempathy-gtk/empathy-chat.c:1623 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Feil ved sending av melding «%s»: %s" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1565 -#: ../libempathy-gtk/empathy-chat.c:1627 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Feil ved sending av melding: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "ikke nok kreditt til å sende melding. <a href='%s'>Fyll på</a>." -#: ../libempathy-gtk/empathy-chat.c:1594 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "ikke kapabel" -#: ../libempathy-gtk/empathy-chat.c:1601 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "frakoblet" -#: ../libempathy-gtk/empathy-chat.c:1604 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "ugyldig kontakt" -#: ../libempathy-gtk/empathy-chat.c:1607 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "tilgang nektet" -#: ../libempathy-gtk/empathy-chat.c:1610 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "meldingen er for lang" -#: ../libempathy-gtk/empathy-chat.c:1613 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "ikke implementert" -#: ../libempathy-gtk/empathy-chat.c:1617 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "ukjent" -#: ../libempathy-gtk/empathy-chat.c:1684 ../src/empathy-chat-window.c:973 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Emne:" -#: ../libempathy-gtk/empathy-chat.c:1699 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Emne satt til: %s" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Emne satt av %s til: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1706 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Emne ikke definert" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(Ingen forslag)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Legg til «%s» i ordboken" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Legg til «%s» i ordbok for %s" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Sett inn smilefjes" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 +#: ../libempathy-gtk/empathy-chat.c:2411 #: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Send" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "_Staveforslag" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Klarte ikke å hente siste logger" -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s har koblet fra" @@ -942,12 +942,12 @@ msgstr "%s har koblet fra" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%1$s ble sparket av %2$s" -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s ble sparket" @@ -955,17 +955,17 @@ msgstr "%s ble sparket" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%1$s ble bannlyst av %2$s" -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s ble bannlyst" -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s har forlatt rommet" @@ -975,17 +975,17 @@ msgstr "%s har forlatt rommet" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s har blitt med i rommet" -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s er nå kjent som %s" @@ -993,50 +993,50 @@ msgstr "%s er nå kjent som %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2953 ../src/empathy-event-manager.c:1170 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Koblet fra" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Vil du lagre dette passordet?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Husk" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Ikke nå" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Feil passord; vennligst prøv igjen:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Dette rommet er beskyttet med et passord:" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Bli med" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1191 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Koblet til" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Samtale" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" @@ -1342,54 +1342,54 @@ msgstr "_Prat" msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1450 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Lydsamtale" -#: ../libempathy-gtk/empathy-individual-menu.c:1487 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Videosamtale" -#: ../libempathy-gtk/empathy-individual-menu.c:1529 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Tidligere samtaler" -#: ../libempathy-gtk/empathy-individual-menu.c:1561 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Send fil" -#: ../libempathy-gtk/empathy-individual-menu.c:1595 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Del mitt skrivebord" -#: ../libempathy-gtk/empathy-individual-menu.c:1622 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Favoritt" -#: ../libempathy-gtk/empathy-individual-menu.c:1651 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "Infor_masjon" -#: ../libempathy-gtk/empathy-individual-menu.c:1700 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "R_ediger" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1816 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 #: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Inviterer deg til dette rommet" -#: ../libempathy-gtk/empathy-individual-menu.c:1862 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Inviter til praterom" -#: ../libempathy-gtk/empathy-individual-menu.c:2058 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Legg til kontakt …" @@ -1935,13 +1935,13 @@ msgid "Subscription Request" msgstr "Abonnementsforespørsel" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1108 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s ønsker rettigheter til å se når du er tilkoblet" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:723 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Avslå" @@ -2095,44 +2095,11 @@ msgstr "Ikke gruppert" msgid "Server cannot find contact: %s" msgstr "Tjener finner ikke kontakt: %s" -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy er fri programvare. Du kan redistribuere og/eller endre programmet " -"under betingelsene gitt i GNU General Public License som utgitt av Free " -"Software Foundation; enten versjon 2 av lisensen, eller (hvis du ønsker det) " -"enhver senere versjon." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy distribueres i håp om at programmet er nyttig, men UTEN NOEN " -"GARANTI, ikke engang implisitt garanti om at det er SALGBART eller PASSER ET " -"BESTEMT FORMÅL. Se GNU General Public License for detaljer." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Du skal ha mottatt en kopi av GNU General Public License sammen med Empathy. " -"Hvis ikke så skriv til Free Software Foundation, Inc., 51 Franklin Street, " -"Fifth Floor, Boston, MA 02110-1301159, USA." - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "En meldingsklient for GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Kjartan Maraas\n" @@ -2140,31 +2107,31 @@ msgstr "" "Espen Stefansen\n" "Torstein Adolf Winterseth <kvikende@fsfe.org>" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "Ikke vis noen dialoger. Utfør arbeid (f.eks import) og avslutt" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Ikke vis noen dialoger med mindre det kun finnes «Personer i nærheten»-" "kontoer" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Velg en gitt konto ved oppstart (f.eks. gabble/jabber/foo_40eksempel_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<konto-id>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "- Empathy-kontoer" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Empathy-kontoer" @@ -2305,23 +2272,23 @@ msgstr "- Empathy autentiseringsklient" msgid "Empathy authentication client" msgstr "Empathy autentiseringsklient" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Ikke koble til ved oppstart" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Ikke vis kontaktlisten eller andre dialoger ved oppstart" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Empathy lynmeldingsprogram" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Feil ved forsøk på å kontakte kontohåndtering" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2334,15 +2301,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "I en samtale" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- Empathy lyd-/bildeklient" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Empathy lyd-/bildeklient" @@ -2351,27 +2318,27 @@ msgstr "Empathy lyd-/bildeklient" msgid "%s just tried to call you, but you were in another call." msgstr "%s prøvde å ringe deg, men du var i en annen samtale." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Innkommende samtale" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:906 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Innkommende videosamtale fra %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:906 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Innkommende samtale fra %s" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Avvis" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2379,60 +2346,60 @@ msgstr "Svar" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Samtale med %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "IP-adresse som sett av maskinen" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "IP-adresse som sett av en tjener på internett" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "IP-adresse for peer som sett av andre siden" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "IP-adresse for en relay-tjener" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "IP-adresse for multicast-gruppe" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Ukjent" -#: ../src/empathy-call-window.c:2951 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "På vent" -#: ../src/empathy-call-window.c:2955 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Demp" -#: ../src/empathy-call-window.c:2957 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Varighet" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2960 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s – %d:%02dm" -#: ../src/empathy-call-window.c:3056 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Tekniske detaljer" -#: ../src/empathy-call-window.c:3095 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2441,7 +2408,7 @@ msgstr "" "Programvaren til %s forstår ikke noen av lydformatene som støttes av din " "datamaskin" -#: ../src/empathy-call-window.c:3100 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2450,7 +2417,7 @@ msgstr "" "Programvaren til %s forstår ikke noen av videoformatene som støttes av din " "datamaskin" -#: ../src/empathy-call-window.c:3106 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2459,25 +2426,25 @@ msgstr "" "Kan ikke etablere tilkobling til %s. En av dere kan være på et nettverk som " "ikke tillater direkte tilkoblinger." -#: ../src/empathy-call-window.c:3112 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Det oppsto en feil på nettverket" -#: ../src/empathy-call-window.c:3116 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Lydformatene som kreves for denne samtalen er ikke installert på din " "datamaskin" -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Videoformatene som kreves for denne samtalen er ikke installert på din " "datamaskin" -#: ../src/empathy-call-window.c:3131 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2488,32 +2455,32 @@ msgstr "" "\">rapporter denne feilen</a> og legg ved loggene som samles inn i " "«Feilsøking»-vinduet i Hjelp-menyen." -#: ../src/empathy-call-window.c:3140 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Det oppsto en feil i samtalemotoren" -#: ../src/empathy-call-window.c:3143 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Slutt på strømmen ble nådd" -#: ../src/empathy-call-window.c:3183 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Kan ikke etablere lydstrøm" -#: ../src/empathy-call-window.c:3193 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Kan ikke etablere videostrøm" -#: ../src/empathy-call-window.c:3230 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Din saldo er %s." -#: ../src/empathy-call-window.c:3234 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Du har ikke nok kreditt til å starte denne samtalen." -#: ../src/empathy-call-window.c:3236 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Fyll opp" @@ -2629,7 +2596,7 @@ msgstr "Lokal kandidat:" msgid "Audio" msgstr "Lyd" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Empathy lynmeldingsprogram" @@ -2809,77 +2776,77 @@ msgstr "Flytt fane til høy_re" msgid "_Detach Tab" msgstr "Riv _løs fane" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Vis en spesiell tjeneste" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Empathy feilsøking" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Empathy feilsøking" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Lagre" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Lenke til Pastebin" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Svar fra Pastebin" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "Data for stor for en enkel klipp-og-lim operasjon. Vennligst lagre loggene " "til en fil." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Feilsøkingsvindu" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Send til Pastebin" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pause" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Nivå " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Feilsøk" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Info" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Melding" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Advarsel" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kritisk" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Feil" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2897,93 +2864,93 @@ msgstr "" "rapporterer den ved å vise avanserte felt i <a href=\"https://bugzilla.gnome." "org/enter_bug.cgi?product=empathy>feilrapporten</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Tid" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domene" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategori" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Nivå" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "Valgt tilkoblingshåndterer støtter ikke utvidelse for ekstern feilsøking." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Innkommende videosamtale" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s ringer deg med video. Vil du svare?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s ringer deg. Vil du svare?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "Av_vis" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "Sv_ar" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "Sv_ar med video" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Invitasjon til rom" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Invitasjon til å bli med i %s" -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s inviterer deg til å bli med i %s" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Bli med" -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s inviterte deg til å bli med i %s" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Du har blitt invitert til å bli med i %s" -#: ../src/empathy-event-manager.c:949 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Innkommende filoverføring fra %s" -#: ../src/empathy-event-manager.c:977 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Passord kreves" -#: ../src/empathy-event-manager.c:1114 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Amanpreet Singh Alam <aalam@users.sf.net>, 2009. -# A S Alam <aalam@users.sf.net>, 2009, 2010, 2011, 2012, 2013. +# A S Alam <aalam@users.sf.net>, 2009, 2010, 2011, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: empathy.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-11-20 07:59+0000\n" -"PO-Revision-Date: 2013-12-07 19:13-0600\n" +"POT-Creation-Date: 2014-03-19 04:27+0000\n" +"PO-Revision-Date: 2014-03-19 13:57-0500\n" "Last-Translator: A S Alam <aalam@users.sf.net>\n" "Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n" "Language: pa\n" @@ -55,14 +55,14 @@ msgid "" "your contact’s chat application allows." msgstr "" "ਇੰਪੈਥੀ ਗਨੋਮ ਡੈਸਕਟਾਪ ਇੰਵਾਇਰਨਮੈਂਟ ਦੀ ਤੁਰੰਤ ਸੁਨੇਹੇ ਉਪਲੱਬਧ ਕਰਵਾਉਣ ਵਾਲੀ ਐਪਲੀਕੇਸ਼ਨ " -"ਹੈ। " -"ਇੰਪੈਥੀ ਨੂੰ AIM, MSN, ਜੱਬਰ (ਫੇਸਬੁੱਕ ਤੇ ਗੂਗਲ ਟਾਕ ਸਮੇਤ), IRC ਅਤੇ ਹੋਰ ਸੁਨੇਹੇ " -"ਨੈੱਟਵਰਕਾਂ " -"ਨਾਲ ਜੁੜਨ ਲਈ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ। ਤੁਸੀਂ ਲਿਖ ਕੇ ਗੱਲਾਂ ਕਰ ਸਕਦੇ ਹੋ, ਆਡੀਓ ਤੇ ਵਿਡੀਓ " -"ਕਾਲ ਕਰ " -"ਸਕਦੇ ਹੋ, ਫਾਇਲਾਂ ਵੀ ਟਰਾਂਸਫਰ ਕਰ ਸਕਦੇ ਹੋ, ਜੋ ਕਿ ਇਸ ਤੇ ਨਿਰਭਰ ਕਰਦਾ ਹੈ ਕਿ ਤੁਹਾਡੀ " -"ਸੰਪਰਕ ਦੀ " -"ਗੱਲਬਾਤ ਐਪਲੀਕੇਸ਼ਨ ਕਿਸ ਲਈ ਸਹਾਇਕ ਹੈ।" +"ਹੈ। ਇੰਪੈਥੀ ਨੂੰ " +"AIM, MSN, ਜੱਬਰ (ਫੇਸਬੁੱਕ ਤੇ ਗੂਗਲ ਟਾਕ ਸਮੇਤ), IRC ਅਤੇ ਹੋਰ ਸੁਨੇਹੇ ਨੈੱਟਵਰਕਾਂ ਨਾਲ " +"ਜੁੜਨ ਲਈ ਵਰਤਿਆ ਜਾ " +"ਸਕਦਾ ਹੈ। ਤੁਸੀਂ ਲਿਖ ਕੇ ਗੱਲਾਂ ਕਰ ਸਕਦੇ ਹੋ, ਆਡੀਓ ਤੇ ਵਿਡੀਓ ਕਾਲ ਕਰ ਸਕਦੇ ਹੋ, ਫਾਇਲਾਂ " +"ਵੀ ਟਰਾਂਸਫਰ " +"ਕਰ ਸਕਦੇ ਹੋ, ਜੋ ਕਿ ਇਸ ਤੇ ਨਿਰਭਰ ਕਰਦਾ ਹੈ ਕਿ ਤੁਹਾਡੀ ਸੰਪਰਕ ਦੀ ਗੱਲਬਾਤ ਐਪਲੀਕੇਸ਼ਨ ਕਿਸ " +"ਲਈ ਸਹਾਇਕ " +"ਹੈ।" #: ../data/empathy.appdata.xml.in.h:2 msgid "" @@ -71,8 +71,8 @@ msgid "" "open Empathy!" msgstr "" "ਇੰਪੈਥੀ ਗਨੋਮ ਡੈਸਕਟਾਪ ਵਿੱਚ ਐਂਟੀਗਰੇਟਡ ਸੁਨੇਹੇ ਉਪਲੱਬਧ ਕਰਵਾਉਂਦਾ ਹੈ, ਇਸ ਕਰਕੇ ਤੁਸੀਂ " -"ਇੱਕ ਵੀ ਸੁਨੇਹਾ " -"ਨਹੀਂ ਖੁੰਝੋਗੇ। ਤੁਸੀਂ ਆਪਣੇ ਸੰਪਰਕਾਂ ਨੂੰ ਬਿਨਾਂ ਇੰਪੈਥੀ ਖੋਲ੍ਹੇ ਵੀ ਜਵਾਬ ਦੇ ਸਕਦੇ ਹੋ।" +"ਇੱਕ ਵੀ ਸੁਨੇਹਾ ਨਹੀਂ " +"ਖੁੰਝੋਗੇ। ਤੁਸੀਂ ਆਪਣੇ ਸੰਪਰਕਾਂ ਨੂੰ ਬਿਨਾਂ ਇੰਪੈਥੀ ਖੋਲ੍ਹੇ ਵੀ ਜਵਾਬ ਦੇ ਸਕਦੇ ਹੋ।" #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" @@ -483,47 +483,47 @@ msgid "" "Whether Empathy should reduce the location's accuracy for privacy reasons." msgstr "ਕੀ ਇੰਪੈਥੀ ਪਰਾਈਵੇਸੀ ਕਾਰਨਾਂ ਕਰਕੇ ਟਿਕਾਣੇ ਦੀ ਸ਼ੁੱਧਤਾ ਘਟਾਵੇ।" -#: ../libempathy/empathy-ft-handler.c:734 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "ਕੋਈ ਕਾਰਨ ਨਹੀਂ ਦਿੱਤਾ" -#: ../libempathy/empathy-ft-handler.c:737 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "ਹਾਲਤ ਬਦਲਣ ਲਈ ਮੰਗ ਹੈ" -#: ../libempathy/empathy-ft-handler.c:740 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "ਤੁਸੀਂ ਫਾਇਲ ਸੰਚਾਰ ਰੱਦ ਕੀਤਾ" -#: ../libempathy/empathy-ft-handler.c:743 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "ਹੋਰ ਯੋਗਦਾਨੀ ਨੇ ਫਾਇਲ ਸੰਚਾਰ ਰੱਦ ਕੀਤਾ" -#: ../libempathy/empathy-ft-handler.c:746 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "ਫਾਇਲ ਸੰਚਾਰ ਦੀ ਕੋਸ਼ਿਸ਼ ਦੌਰਾਨ ਗਲਤੀ" -#: ../libempathy/empathy-ft-handler.c:749 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "ਹੋਰ ਯੋਗਦਾਨੀ ਫਾਇਲ ਸੰਚਾਰ ਲਈ ਫੇਲ੍ਹ ਹੈ" -#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "ਅਣਜਾਣ ਕਾਰਨ" -#: ../libempathy/empathy-ft-handler.c:915 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "ਫਾਇਲ ਸੰਚਾਰ ਪੂਰਾ ਹੋਇਆ, ਪਰ ਫਾਇਲ ਖ਼ਰਾਬ ਸੀ" -#: ../libempathy/empathy-ft-handler.c:1201 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "ਰਿਮੋਟ ਸੰਪਰਕ ਵਲੋਂ ਫਾਇਲ ਟਰਾਂਸਫਰ ਸਹਾਇਕ ਨਹੀਂ" -#: ../libempathy/empathy-ft-handler.c:1257 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "ਚੁਣੀ ਫਾਇਲ ਨਿਯਮਤ ਫਾਇਲ ਨਹੀਂ ਹੈ" -#: ../libempathy/empathy-ft-handler.c:1266 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "ਚੁਣੀ ਫਾਇਲ ਖਾਲੀ ਹੈ" @@ -705,7 +705,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "<b>%s</b> ਅਕਾਊਂਟ ਲਈ ਪਰਮਾਣਕਿਤਾ ਫੇਲ੍ਹ ਹੈ" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3845 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "ਮੁੜ-ਕੋਸ਼ਿਸ਼" @@ -749,62 +749,62 @@ msgstr "ਇਹ ਪਰੋਟੋਕਾਲ ਉੱਤੇ ਐਮਰਜੈਂਸੀ msgid "You don't have enough credit in order to place this call" msgstr "ਤੁਹਾਡੇ ਕੋਲ ਇਹ ਕਾਲ ਕਰਨ ਲਈ ਲੋੜੀਦੇ ਪੈਸੇ ਨਹੀਂ ਹਨ" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "ਪ੍ਰਾਈਵੇਟ ਗੱਲਬਾਤ ਖੋਲ੍ਹਣ ਲਈ ਫੇਲ੍ਹ" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "ਇਹ ਗੱਲਬਾਤ ਲਈ ਵਿਸ਼ਾ ਸਹਾਇਕ ਨਹੀਂ ਹੈ" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "ਤੁਹਾਨੂੰ ਵਿਸ਼ਾ ਬਦਲਣ ਦਾ ਅਧਿਕਾਰ ਨਹੀਂ ਹੈ" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "ਗਲਤ ਸੰਪਰਕ ID" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: ਮੌਜੂਦਾ ਗੱਲਬਾਤ ਤੋਂ ਸਭ ਸੁਨੇਹੇ ਸਾਫ਼ ਕਰੋ" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <topic>: ਮੌਜੂਦਾ ਗੱਲਬਾਤ ਦਾ ਵਿਸ਼ਾ ਸੈੱਟ ਕਰੋ" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <chat room ID>: ਨਵਾਂ ਗੱਲਬਾਤ ਰੂਮ ਜੁਆਇੰਨ ਕਰੋ" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <chat room ID>: ਨਵਾਂ ਗੱਲਬਾਤ ਰੂਮ ਜੁਆਇੰਨ ਕਰੋ" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" msgstr "" "/part [<chat room ID>] [<reason>]: ਚੈਟ ਰੂਮ ਛੱਡੋ, ਡਿਫਾਲਟ ਰੂਪ ਵਿੱਚ ਮੌਜੂਦਾ ਇੱਕ ਹੀ" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <contact ID> [<message>]: ਪ੍ਰਾਈਵੇਟ ਗੱਲਬਾਤ ਖੋਲ੍ਹੋ" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <contact ID> <message>: ਪ੍ਰਾਈਵੇਟ ਗੱਲਬਾਤ ਕਰੋ" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <nickname>: ਮੌਜੂਦਾ ਸਰਵਰ ਉੱਤੇ ਆਪਣਾ ਨਾਂ ਬਦਲੋ" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <message>:ਇੱਕ ਐਕਸ਼ਨ ਸੁਨੇਹਾ ਮੌਜੂਦਾ ਗੱਲਬਾਤ ਵਿੱਚ ਭੇਜੋ" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -814,11 +814,11 @@ msgstr "" "send a message starting with a '/'. For example: \"/say /join is used to " "join a new chat room\"" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <contact ID>: display information about a contact" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -826,126 +826,126 @@ msgstr "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "ਵਰਤੋਂ: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "ਅਣਜਾਣ ਕਮਾਂਡ" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "ਅਣਜਾਣ ਕਮਾਂਡ; ਉਪਲੱਬਧ ਕਮਾਂਡ ਵਾਸਤੇ ਮੱਦਦ ਲਈ /help ਵਰਤੋਂ" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "ਸੁਨੇਹਾ ਭੇਜਣ ਲਈ ਲੋੜੀਦਾ ਬਕਾਇਆ ਨਹੀਂ ਹੈ" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "ਸੁਨੇਹਾ '%s' ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "ਸੁਨੇਹਾ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "ਸੁਨੇਹਾ ਭੇਜਣ ਲਈ ਲੋੜੀਦਾ ਬਕਾਇਆ ਨਹੀਂ ਹੈ। <a href='%s'>ਟਾਪ ਅੱਪ</a>।" -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "ਸਮਰੱਥਾ ਨਹੀਂ" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "ਆਫਲਾਈਨ" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "ਗਲਤ ਸੰਪਰਕ" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "ਅਧਿਕਾਰ ਪਾਬੰਦੀ" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "ਬਹੁਤ ਲੰਮਾ ਸੁਨੇਹਾ" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "ਸਥਾਪਤ ਨਹੀਂ" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "ਅਣਜਾਣ" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "ਵਿਸ਼ਾ:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "ਵਿਸ਼ਾ ਨਹੀਂ ਕੀਤਾ: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "ਵਿਸ਼ਾ %s ਵਲੋਂ ਸੈੱਟ ਕੀਤਾ: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "ਕੋਈ ਵਿਸ਼ਾ ਨਹੀਂ ਦਿੱਤਾ" -#: ../libempathy-gtk/empathy-chat.c:2223 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(ਕੋਈ ਸੁਝਾਅ ਨਹੀਂ)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2291 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "'%s' ਨੂੰ ਡਿਕਸ਼ਨਰੀ 'ਚ ਜੋੜੋ" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2328 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "'%s' ਨੂੰ %s ਡਿਕਸ਼ਨਰੀ 'ਚ ਜੋੜੋ" -#: ../libempathy-gtk/empathy-chat.c:2398 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "ਚਿਹਰਾ ਸ਼ਾਮਲ ਕਰੋ" #. send button -#: ../libempathy-gtk/empathy-chat.c:2416 +#: ../libempathy-gtk/empathy-chat.c:2411 #: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "ਭੇਜੋ(_S)" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2473 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "ਸਪੈਲਿੰਗ ਸੁਝਾਅ(_S)" -#: ../libempathy-gtk/empathy-chat.c:2584 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "ਤਾਜ਼ਾ ਲਾਗ ਲੈਣ ਲਈ ਫੇਲ੍ਹ" -#: ../libempathy-gtk/empathy-chat.c:2827 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s ਡਿਸ-ਕੁਨੈਕਟ ਹੋ ਗਿਆ ਹੈ" @@ -953,12 +953,12 @@ msgstr "%s ਡਿਸ-ਕੁਨੈਕਟ ਹੋ ਗਿਆ ਹੈ" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2834 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%2$s ਨੇ %1$s ਨੂੰ ਕਿੱਕ ਮਾਰੀ" -#: ../libempathy-gtk/empathy-chat.c:2837 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s ਨੂੰ ਕਿੱਕ ਮਾਰੀ" @@ -966,17 +966,17 @@ msgstr "%s ਨੂੰ ਕਿੱਕ ਮਾਰੀ" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2845 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%2$s ਵਲੋਂ %1$s ਉੱਤੇ ਪਾਬੰਦੀ ਲਾਈ" -#: ../libempathy-gtk/empathy-chat.c:2848 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s ਉੱਤੇ ਪਾਬੰਦੀ ਲਾਈ" -#: ../libempathy-gtk/empathy-chat.c:2852 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s ਨੇ ਰੂਮ ਛੱਡਿਆ" @@ -986,17 +986,17 @@ msgstr "%s ਨੇ ਰੂਮ ਛੱਡਿਆ" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2861 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2886 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s ਰੂਮ ਵਿੱਚ ਦਾਖਲ ਹੋਇਆ" -#: ../libempathy-gtk/empathy-chat.c:2911 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s ਨੂੰ ਹੁਣ %s ਵਜੋਂ ਜਾਣਿਆ ਜਾਵੇਗਾ" @@ -1004,50 +1004,50 @@ msgstr "%s ਨੂੰ ਹੁਣ %s ਵਜੋਂ ਜਾਣਿਆ ਜਾਵੇਗ #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "ਕੁਨੈਕਸ਼ਨ ਖਤਮ" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3785 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "ਕੀ ਤੁਸੀਂ ਇਹ ਪਾਸਵਰਡ ਸੰਭਾਲਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: ../libempathy-gtk/empathy-chat.c:3791 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "ਯਾਦ ਰੱਖੋ" -#: ../libempathy-gtk/empathy-chat.c:3801 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "ਹੁਣ ਨਹੀਂ" -#: ../libempathy-gtk/empathy-chat.c:3849 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "ਗਲਤ ਪਾਸਵਰਡ; ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ ਜੀ:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3973 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "ਇਹ ਰੂਮ ਪਾਸਵਰਡ ਨਾਲ ਸੁਰੱਖਿਅਤ ਹੈ:" -#: ../libempathy-gtk/empathy-chat.c:4000 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "ਦਾਖਲ" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "ਕੁਨੈਕਟ ਕੀਤਾ" -#: ../libempathy-gtk/empathy-chat.c:4247 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "ਗੱਲਬਾਤ" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4252 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" @@ -1298,14 +1298,12 @@ msgstr "ਘਰ" #. * the second one is something like 'home' or 'work'. #: ../libempathy-gtk/empathy-individual-menu.c:478 #, c-format -#| msgid "%s (%s)" msgid "Call %s (%s)" msgstr "%s (%s) ਕਾਲ" #. translators: argument is a phone number like +32123456 #: ../libempathy-gtk/empathy-individual-menu.c:483 #, c-format -#| msgid "Called %s" msgid "Call %s" msgstr "%s ਨੂੰ ਕਾਲ" @@ -1358,54 +1356,54 @@ msgstr "ਗੱਲਬਾਤ(_C)" msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1450 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "ਆਡੀਓ ਕਾਲ(_A)" -#: ../libempathy-gtk/empathy-individual-menu.c:1487 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "ਵਿਡੀਓ ਕਾਲ(_V)" -#: ../libempathy-gtk/empathy-individual-menu.c:1529 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "ਪਿਛਲੀ ਗੱਲਬਾਤ(_P)" -#: ../libempathy-gtk/empathy-individual-menu.c:1561 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "ਫਾਇਲ ਭੇਜੋ" -#: ../libempathy-gtk/empathy-individual-menu.c:1595 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "ਮੇਰਾ ਡੈਸਕਟਾਪ ਸ਼ੇਅਰ ਕਰੋ" -#: ../libempathy-gtk/empathy-individual-menu.c:1622 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "ਪਸੰਦ" -#: ../libempathy-gtk/empathy-individual-menu.c:1651 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "ਜਾਣਕਾਰੀ(_m)" -#: ../libempathy-gtk/empathy-individual-menu.c:1700 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "ਸੋਧ(_E)" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1816 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "ਇਸ ਰੂਮ ਲਈ ਤੁਹਾਨੂੰ ਸੱਦਾ" -#: ../libempathy-gtk/empathy-individual-menu.c:1862 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "ਗੱਲਬਾਤ ਰੂਮ ਲਈ ਸੱਦਾ(_I)" -#: ../libempathy-gtk/empathy-individual-menu.c:2058 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "ਸੰਪਰਕ ਸ਼ਾਮਲ(_A)..." @@ -1599,123 +1597,123 @@ msgstr "ਵੇਖਾਓ" msgid "Search" msgstr "ਖੋਜ" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "%s ਵਿੱਚ ਗੱਲਬਾਤ" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "%s ਨਾਲ ਗੱਲਬਾਤ" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %B %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s ਸਕਿੰਟ" msgstr[1] "%s ਸਕਿੰਟ" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s ਮਿੰਟ" msgstr[1] "%s ਮਿੰਟ" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "%s ਨੂੰ ਕਾਲ ਲਈ, %s ਵਜੇ ਖਤਮ ਹੋਈ" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "ਅੱਜ" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "ਕੱਲ੍ਹ" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "ਕਿਸੇ ਵੀ ਸਮੇਂ" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "ਕੋਈ ਵੀ" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "ਕੌਣ" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "ਕਦੋਂ" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "ਕੁਝ ਵੀ" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "ਟੈਕਸਟ ਗੱਲਬਾਤ" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "ਕਾਲਾਂ" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "ਆਉਣ ਕਾਲਾਂ" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "ਜਾਣ ਕਾਲਾਂ" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "ਖੁੰਝੀਆਂ ਕਾਲਾਂ" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "ਕੀ" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "ਕੀ ਤੁਸੀਂ ਪਿਛਲੀਆਂ ਗੱਲਾਬਾਤਾਂ ਤੋਂ ਸਭ ਲਾਗ ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "ਸਭ ਸਾਫ਼ ਕਰੋ" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "ਇਸ ਤੋਂ ਹਟਾਓ:" @@ -1737,7 +1735,7 @@ msgid "Profile" msgstr "ਪਰੋਫਾਇਲ" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "ਗੱਲਬਾਤ" @@ -1951,14 +1949,14 @@ msgid "Subscription Request" msgstr "ਮੈਂਬਰੀ ਮੰਗ" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "" "%s ਤੁਹਾਨੂੰ ਵੇਖਣ ਦਾ ਅਧਿਕਾਰ ਚਾਹੁੰਦਾ/ਚਾਹੁੰਦੀ ਹੈ, ਜਦੋਂ ਵੀ ਤੁਸੀਂ ਆਨਲਾਈਨ ਹੋਵੋ" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "ਇਨਕਾਰ(_D)" @@ -2111,85 +2109,39 @@ msgstr "ਬਿਨ-ਗਰੁੱਪ" msgid "Server cannot find contact: %s" msgstr "ਸਰਵਰ ਨੂੰ ਸੰਪਰਕ ਨਹੀਂ ਲੱਭਿਆ: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "ਕੋਈ ਗਲਤੀ ਸੁਨੇਹਾ ਨਹੀਂ" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "ਤੁਰੰਤ ਸੁਨੇਹਾ (ਇੰਪੈਥੀ)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"ਇੰਪੈਥੀ ਪਰੋਗਰਾਮ ਇੱਕ ਮੁਫਤ ਸਾਫਟਵੇਅਰ ਹੈ, ਜਿਸ ਨੂੰ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਈਸੈਂਸ, " -"ਜਿਸ ਨੂੰ ਫਰੀ " -"ਸਾਫਟਵੇਅਰ ਫਾਊਨਡੇਸ਼ਨ ਨੇ ਤਿਆਰ ਕੀਤਾ ਹੈ, ਦੇ ਵਰਜਨ ੨ ਜਾਂ ਨਵੇਂ ਦੀਆਂ ਸ਼ਰਤਾਂ (ਉਹ ਤੁਹਾਡੀ " -"ਆਪਣੀ ਮਰਜ਼ੀ " -"ਹੈ) ਅਧੀਨ ਵੰਡ ਅਤੇ/ਜਾਂ ਸੋਧ ਸਕਦੇ ਹੋ।" - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"ਇੰਪੈਥੀ ਪਰੋਗਰਾਮ ਨੂੰ ਇਹ ਮੰਨ ਕੇ ਵੰਡਿਆ ਜਾ ਰਿਹਾ ਹੈ ਕਿ ਇਹ ਫਾਇਦੇਮੰਦ ਰਹੇਗਾ, ਪਰ ਇਸ ਦੀ " -"ਕੋਈ ਵਾਰੰਟੀ " -"ਨਹੀਂ ਲਈ ਜਾ ਰਹੀ ਹੈ, ਕਿਸੇ ਖਾਸ ਕੰਮ ਲਈ ਅਨੁਕੂਲ ਹੋਣ ਜਾਂ ਠੀਕ ਤਰ੍ਹਾਂ ਕੰਮ ਕਰਨ ਦੀ ਵੀ " -"ਕੋਈ ਗਾਰੰਟੀ ਨਹੀਂ " -"ਹੈ। ਹੋਰ ਵੇਰਵੇ ਲਈ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਇਸੈਂਸ ਨੂੰ ਪੜ੍ਹੋ।" - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"ਇੰਪੈਥੀ ਨਾਲ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਇਸੈਂਸ ਦੀ ਕਾਪੀ ਪ੍ਰਾਪਤ ਕਰੋਗੇ, ਜੇਕਰ ਤੁਹਾਨੂੰ " -"ਨਹੀਂ ਮਿਲੀ ਹੈ ਤਾਂ " -"ਫਰੀ ਸਾਫਟਵੇਅਰ ਫਾਊਨਡੇਸ਼ਨ, ੫੧ ਫਰਾਕਲਿੰਨ ਸਟਰੀਟ, ਪੰਜਵੀਂ ਮੰਜ਼ਲ,ਬੋਸਟਨ, ਐਮ ਏ " -"੦੨੧੧੦-੧੩੦੧੫੯, " -"ਅਮਰੀਕਾ ਨੂੰ ਲਿਖੋ।" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "ਗਨੋਮ ਲਈ ਤੁਰੰਤ ਸੁਨੇਹੇਦਾਰ ਕਲਾਇਟ" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ <aalam@users.sf.net) 2007, 2008, 2009, 2010\n" "http://www.satluj.com/" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "ਕੋਈ ਡਾਈਲਾਗ ਨਾ ਵੇਖਾਓ; ਕੁਝ ਵੀ ਕਰੋ (ਇੰਪੋਰਟ ਆਦਿ) ਅਤੇ ਬੰਦ ਕਰੋ" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "ਜੇ ਕੋਈ \"ਨੇੜਲੇ ਲੋਕ\" ਅਕਾਊਂਟ ਹੋਵੇ ਤਾਂ ਕੋਈ ਵੀ ਡਾਈਲਾਗ ਨਾ ਵੇਖਾਓ" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "ਦਿੱਤਾ ਅਕਾਊਂਟ ਸ਼ੁਰੂ ਵੇਲੇ ਚੁਣੋ (ਜਿਵੇਂ gabble/jabber/foo_40example_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<account-id>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "- ਇੰਪੈਥੀ ਅਕਾਊਂਟ" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "ਇੰਪੈਥੀ ਅਕਾਊਂਟ" @@ -2206,29 +2158,29 @@ msgstr "ਤੁਹਾਡੇ ਅਕਾਊਂਟ %.50s ਨਾਲ ਸਬੰਧਿਤ msgid "Your new account has not been saved yet." msgstr "ਤੁਹਾਡਾ ਨਵਾਂ ਅਕਾਊਂਟ ਹਾਲੇ ਨਹੀਂ ਸੰਭਾਲਿਆ ਗਿਆ ਹੈ।" -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "ਕੁਨੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ..." -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "ਆਫਲਾਈਨ — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "ਕੁਨੈਕਸ਼ਨ ਖਤਮ — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "ਆਫਲਾਈਨ — ਕੋਈ ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨ ਨਹੀਂ" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "ਅਣਜਾਣ ਹਾਲਤ" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2238,28 +2190,28 @@ msgstr "" "ਨਿਰਭਰ ਹੈ। telepathy-" "haze ਨੂੰ ਇੰਸਟਾਲ ਕਰੋ ਅਤੇ ਆਪਣੇ ਸ਼ੈਸ਼ਨ ਨੂੰ ਅਕਾਊਂਟ ਲਈ ਮਾਈਗਰੇਟ ਕਰੋ।" -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "ਆਫਲਾਈਨ — ਅਕਾਊਂਟ ਆਯੋਗ ਹੈ" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "ਕੁਨੈਕਸ਼ਨ ਪੈਰਾਮੀਟਰ ਸੋਧ" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "…ਕੁਨੈਕਸ਼ਨ ਪੈਰਾਮੀਟਰ ਸੋਧ(_E)" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "ਕੀ ਤੁਸੀਂ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੋਂ %.50s ਨੂੰ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "ਇਹ ਸਰਵਰ ਤੋਂ ਤੁਹਾਡਾ ਅਕਾਊਂਟ ਨਹੀਂ ਹਟਾਏਗਾ।" -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2268,24 +2220,24 @@ msgstr "" "ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "ਯੋਗ(_E)" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "ਅਸਲੀ ਨਾਂ" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "ਛੱਡੋ(_S)" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "ਕੁਨੈਕਸ਼ਨ ਕਰੋ(_C)" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2294,7 +2246,7 @@ msgstr "" "ਅਣਡਿੱਠੇ ਕੀਤੇ ਜਾਣਗੇ। ਕੀ ਤੁਸੀਂ ਜਾਰੀ ਰੱਖਣਾ ਚਾਹੁੰਦੇ ਹੋ?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "ਸੁਨੇਹੇ ਅਤੇ VoIP ਅਕਾਊਂਟ" @@ -2331,23 +2283,23 @@ msgstr "- ਇੰਪੈਥੀ ਪਰਮਾਣਕਿਤਾ ਕਲਾਇਟ" msgid "Empathy authentication client" msgstr "ਇੰਪੈਥੀ ਪਰਮਾਣਕਿਤਾ ਕਲਾਇਟ" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "ਸ਼ੁਰੂ ਸਮੇਂ ਕੁਨੈਕਟ ਨਾ ਕਰੋ" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "ਸ਼ੁਰੂ ਸਮੇਂ ਸੰਪਰਕ ਲਿਸਟ ਜਾਂ ਕੋਈ ਹੋਰ ਡਾਈਲਾਗ ਨਾ ਵੇਖਾਓ" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- ਇੰਪੈਥੀ ਤੁਰੰਤ ਸੁਨੇਹੇਦਾਰ ਕਲਾਇਟ" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "ਅਕਾਊਂਟ ਮੈਨੇਜਰ ਨਾਲ ਸੰਪਰਕ ਕਰਨ 'ਚ ਗਲਤੀ" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2359,15 +2311,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "ਕਾਲ ਵਿੱਚ" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- ਇੰਪੈਥੀ ਆਡੀਓ/ਵਿਡੀਓ ਕਲਾਇਟ" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "ਇੰਪੈਥੀ ਆਡੀਓ/ਵਿਡੀਓ ਕਲਾਇਟ" @@ -2376,27 +2328,27 @@ msgstr "ਇੰਪੈਥੀ ਆਡੀਓ/ਵਿਡੀਓ ਕਲਾਇਟ" msgid "%s just tried to call you, but you were in another call." msgstr "%s ਨੇ ਤੁਹਾਨੂੰ ਕਾਲ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕੀਤੀ ਹੈ, ਪਰ ਤੁਸੀਂ ਹੋਰ ਕਾਲ ਉੱਤੇ ਸੀ।" -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "ਆ ਰਹੀ ਕਾਲ" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "%s ਤੋਂ ਵਿਡੀਓ ਕਾਲ ਆ ਰਹੀ ਹੈ" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "%s ਤੋਂ ਕਾਲ ਆ ਰਹੀ ਹੈ" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "ਰੱਦ ਕਰੋ" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2404,60 +2356,60 @@ msgstr "ਜਵਾਬ ਦਿਓ" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "%s ਲਈ ਕਾਲ ਕਰੋ" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "ਮਸ਼ੀਨ ਵਲੋਂ ਵੇਖਿਆ ਜਾਂਦਾ IP ਐਡਰੈੱਸ" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "IP ਐਡਰੈੱਸ, ਜੋ ਕਿ ਇੰਟਰਨੈੱਟ ਉੱਤੇ ਸਰਵਰ ਵਲੋਂ ਵੇਖਿਆ ਜਾਂਦਾ ਹੈ" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "ਪੀਅਰ ਦਾ IP ਐਡਰੈੱਸ, ਜੋ ਦੂਜੇ ਪਾਸੇ ਵਿਖਾਈ ਦਿੰਦਾ ਹੈ" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "ਰੀਲੇਅ ਸਰਵਰ ਦਾ IP ਐਡਰੈੱਸ" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "ਮਲਟੀਕਾਸਟ ਗਰੁੱਪ ਦਾ IP ਐਡਰੈੱਸ" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "ਅਣਜਾਣ" -#: ../src/empathy-call-window.c:2959 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "ਹੋਲਡ ਹੈ" -#: ../src/empathy-call-window.c:2963 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "ਚੁੱਪ" -#: ../src/empathy-call-window.c:2965 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "ਅੰਤਰਾਲ" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2968 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "ਤਕਨੀਕੀ ਵੇਰਵਾ" -#: ../src/empathy-call-window.c:3103 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2466,7 +2418,7 @@ msgstr "" "%s ਦਾ ਸਾਫਟਵੇਅਰ ਤੁਹਾਡੇ ਕੰਪਿਊਟਰ ਉੱਤੇ ਮੌਜੂਦ ਕਿਸੇ ਵੀ ਆਡੀਓ ਫਾਰਮੈਟ ਨੂੰ ਸਮਝ ਨਹੀਂ " "ਸਕਦਾ ਹੈ।" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2475,7 +2427,7 @@ msgstr "" "%s ਦਾ ਸਾਫਟਵੇਅਰ ਤੁਹਾਡੇ ਕੰਪਿਊਟਰ ਉੱਤੇ ਮੌਜੂਦ ਕਿਸੇ ਵੀ ਵਿਡੀਓ ਫਾਰਮੈਟ ਨੂੰ ਸਮਝ ਨਹੀਂ " "ਸਕਦਾ ਹੈ।" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2485,21 +2437,21 @@ msgstr "" "ਜੋ ਸਿੱਧਾ ਕੁਨੈਕਸ਼ਨ " "ਬਣਾਉਣ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: ../src/empathy-call-window.c:3120 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "ਨੈੱਟਵਰਕ ਉੱਤੇ ਸਮੱਸਿਆ ਆਈ ਹੈ" -#: ../src/empathy-call-window.c:3124 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "ਇਹ ਕਾਲ ਲਈ ਲੋੜੀਦੇ ਆਡੀਓ ਫਾਰਮੈਟ ਤੁਹਾਡੇ ਕੰਪਿਊਟਰ ਉੱਤੇ ਇੰਸਟਾਲ ਨਹੀਂ ਹਨ" -#: ../src/empathy-call-window.c:3127 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "ਇਹ ਕਾਲ ਲਈ ਲੋੜੀਦੇ ਵਿਡੀਓ ਫਾਰਮੈਟ ਤੁਹਾਡੇ ਕੰਪਿਊਟਰ ਉੱਤੇ ਇੰਸਟਾਲ ਨਹੀਂ ਹਨ" -#: ../src/empathy-call-window.c:3139 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2510,32 +2462,32 @@ msgstr "" "ਅਤੇ ਮੱਦਦ " "ਮੇਨੂ ਵਿੱਚੋਂ 'ਡੀਬੱਗ' ਵਿੰਡੋ ਤੋਂ ਲੈ ਕੇ ਲਾਗ ਨੱਥੀ ਕਰੋ।" -#: ../src/empathy-call-window.c:3148 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "ਕਾਲ ਇੰਜਣ ਵਿੱਚ ਕੋਈ ਸਮੱਸਿਆ ਆਈ ਹੈ" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "ਸਟਰੀਮ ਦਾ ਅੰਤ ਆ ਗਿਆ ਹੈ" -#: ../src/empathy-call-window.c:3191 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "ਆਡੀਓ ਸਟਰੀਮ ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: ../src/empathy-call-window.c:3201 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "ਵਿਡੀਓ ਸਟਰੀਮ ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕਦੀ" -#: ../src/empathy-call-window.c:3238 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "ਤੁਹਾਡਾ ਮੌਜੂਦਾ ਬਕਾਇਆ %s ਹੈ।" -#: ../src/empathy-call-window.c:3242 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "ਅਫਸੋਸ, ਤੁਹਾਡੇ ਕੋਲ ਕਾਲ ਕਰਨ ਲਈ ਪੂਰਾ ਕਰੈਡਿਟ ਨਹੀਂ ਹੈ।" -#: ../src/empathy-call-window.c:3244 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "ਟਾਪ ਅੱਪ" @@ -2651,7 +2603,7 @@ msgstr "ਲੋਕਲ ਉਮੀਦਵਾਰ:" msgid "Audio" msgstr "ਆਡੀਓ" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- ਇੰਪੈਥੀ ਚੈਟ ਕਲਾਇਟ" @@ -2671,11 +2623,11 @@ msgstr "ਆਟੋ-ਕੁਨੈਕਟ" msgid "Manage Favorite Rooms" msgstr "ਪਸੰਦੀਦਾ ਰੂਮ ਪਰਬੰਧ" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "ਇਹ ਵਿੰਡੋ ਬੰਦ ਕਰਨੀ?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2684,7 +2636,7 @@ msgstr "" "ਇਹ ਵਿੰਡੋ ਬੰਦ ਕਰਨ ਨਾਲ %s ਛੱਡੇ ਜਾਣਗੇ। ਤੁਸੀਂ ਮੁੜ-ਜੁਆਇੰਨ ਹੋਣ ਤੱਕ ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ " "ਨਹੀਂ ਕਰੋਗੇ।" -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2699,12 +2651,12 @@ msgstr[1] "" "ਇਹ ਵਿੰਡੋ ਬੰਦ ਕਰਨ ਨਾਲ %u ਗੱਲਬਾਤ ਰੂਮ ਬੰਦ ਹੋ ਜਾਵੇਗੇ। ਤੁਸੀਂ ਮੁੜ-ਜੁਆਇੰਨ ਹੋਣ ਤੱਕ " "ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕਰੋਗੇ।" -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "%s ਛੱਡਣਾ ਹੈ?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2712,54 +2664,54 @@ msgstr "" "ਤੁਸੀਂ ਇਹ ਗੱਲਬਾਤ ਰੂਪ ਤੋਂ ਕੋਈ ਵੀ ਸੁਨੇਹਾ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕਰੋਗੇ, ਜਦ ਤੱਕ ਤੁਸੀਂ " "ਮੁੜ-ਜੁਆਇੰਨ ਨਹੀਂ ਕਰਦੇ ਹੋ।" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "ਰੂਮ ਛੱਡੋ" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d ਨਾ-ਪੜ੍ਹੇ)" msgstr[1] "%s (%d ਨਾ-ਪੜ੍ਹੇ)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (ਅਤੇ %u ਹੋਰ)" msgstr[1] "%s (ਅਤੇ %u ਹੋਰ)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (ਹੋਰਾਂ ਤੋਂ %d ਨਾ-ਪੜ੍ਹੇ ਸੁਨੇਹੇ)" msgstr[1] "%s (ਹੋਰਾਂ ਤੋਂ %d ਨਾ-ਪੜ੍ਹੇ ਸੁਨੇਹੇ)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (ਸਭ ਤੋਂ %d ਨਾ-ਪੜ੍ਹੇ)" msgstr[1] "%s (ਸਭ ਤੋਂ %d ਨਾ-ਪੜ੍ਹੇ)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "%d ਸੁਨੇਹਾ ਭੇਜਿਆ ਜਾ ਰਿਹਾ ਹੈ" msgstr[1] "%d ਸੁਨੇਹੇ ਭੇਜੇ ਜਾ ਰਹੇ ਹਨ" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "ਸੁਨੇਹਾ ਲਿਖਦਾ/ਲਿਖਦੀ ਹੈ।" @@ -2831,75 +2783,75 @@ msgstr "ਟੈਬ ਸੱਜੇ ਭੇਜੋ(_R)" msgid "_Detach Tab" msgstr "ਟੈਬ ਵੱਖ ਕਰੋ(_D)" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "ਇੱਕ ਖਾਸ ਸਰਵਿਸ ਵੇਖਾਓ" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- ਇੰਪੈਥੀ ਡੀਬੱਗਰ" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "ਇੰਪੈਥੀ ਡੀਬੱਗਰ" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "ਸੰਭਾਲੋ" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Pastebin ਲਿੰਕ" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Pastebin ਜਵਾਬ" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "ਇੱਕ ਵਾਰ ਚੇਪਣ ਲਈ ਡਾਟਾ ਬਹੁਤ ਵੱਡਾ ਹੈ। ਲਾਗ ਨੂੰ ਫਾਇਲ ਵਿੱਚ ਸੰਭਾਲੋ।" -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "ਡੀਬੱਗ ਵਿੰਡੋ" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "pastebin ਲਈ ਭੇਜੋ" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "ਵਿਰਾਮ" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "ਲੈਵਲ " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "ਡੀਬੱਗ" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "ਜਾਣਕਾਰੀ" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "ਸੁਨੇਹਾ" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "ਚੇਤਾਵਨੀ" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "ਨਾਜ਼ੁਕ" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "ਗਲਤੀ" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2920,92 +2872,92 @@ msgstr "" "ਰਿਪੋਰਟ " "ਕਰਨ ਦੌਰਾਨ ਕਰ ਸਕਦੇ ਹੋ।" -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "ਸਮਾਂ" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "ਡੋਮੇਨ" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "ਕੈਟਾਗਰੀ" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "ਲੈਵਲ" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "ਚੁਣਿਆ ਕੁਨੈਕਸ਼ਨ ਮੈਨੇਜਰ ਰਿਮੋਟ ਡੀਬੱਗ ਇਕਸਟੈਨਸ਼ਨ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।" -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "ਆ ਰਹੀ ਵਿਡੀਓ ਕਾਲ" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s ਤੁਹਾਨੂੰ ਵਿਡੀਓ ਕਾਲ ਕਰ ਰਿਹਾ ਹੈ, ਕੀ ਤੁਸੀਂ ਜਵਾਬ ਦੇਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s ਤੁਹਾਨੂੰ ਕਾਲ ਕਰ ਰਿਹਾ ਹੈ, ਕੀ ਤੁਸੀਂ ਜਵਾਬ ਦੇਣਾ ਚਾਹੁੰਦੇ ਹੋ?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "ਰੱਦ ਕਰੋ(_R)" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "ਜਵਾਬ ਦਿਓ(_A)" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "ਵਿਡੀਓ ਨਾਲ ਜਵਾਬ(_A)" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "ਰੂਮ ਸੱਦਾ" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "%s ਜੁਆਇੰਣ ਕਰਨ ਲਈ ਸੱਦਾ" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s ਤੁਹਾਨੂੰ %s ਜੁਆਇੰਨ ਕਰਨ ਲਈ ਸੱਦ ਰਿਹਾ ਹੈ" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "ਦਾਖਲ(_J)" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s ਨੇ ਤੁਹਾਨੂੰ %s ਦਾਖਲ ਹੋਣ ਲਈ ਸੱਦਿਆ" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "ਤੁਹਾਨੂੰ %s ਜੁਆਇੰਨ ਕਰਨ ਲਈ ਸੱਦਾ ਆਇਆ ਹੈ" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "%s ਤੋਂ ਆ ਰਿਹਾ ਫਾਇਲ ਸੰਚਾਰ" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "ਪਾਸਵਰਡ ਚਾਹੀਦਾ ਹੈ" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3585,7 +3537,8 @@ msgid "No match found" msgstr "ਕੋਈ ਮੇਲ ਨਹੀਂ ਲੱਭਿਆ" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "ਤੁਸੀਂ ਹਾਲੇ ਕੋਈ ਸੰਪਰਕ ਨਹੀਂ ਜੋੜਿਆ ਹੈ" #: ../src/empathy-roster-window.c:1732 @@ -3651,8 +3604,8 @@ msgid "Help" msgstr "ਮੱਦਦ" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "ਇੰਪੈਥੀ ਬਾਰੇ" +msgid "About" +msgstr "ਇਸ ਬਾਰੇ" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3693,6 +3646,44 @@ msgstr "%s ਅਕਾਊਂਟ ਚੋਣ ਸੋਧ" msgid "Integrate your IM accounts" msgstr "ਆਪਣੇ IM ਅਕਾਊਂਟ ਨਾਲ ਜੋੜੋ" +#~ msgid "No error message" +#~ msgstr "ਕੋਈ ਗਲਤੀ ਸੁਨੇਹਾ ਨਹੀਂ" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "ਤੁਰੰਤ ਸੁਨੇਹਾ (ਇੰਪੈਥੀ)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "ਇੰਪੈਥੀ ਪਰੋਗਰਾਮ ਇੱਕ ਮੁਫਤ ਸਾਫਟਵੇਅਰ ਹੈ, ਜਿਸ ਨੂੰ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਈਸੈਂਸ, ਜਿਸ ਨੂੰ ਫਰੀ " +#~ "ਸਾਫਟਵੇਅਰ ਫਾਊਨਡੇਸ਼ਨ ਨੇ ਤਿਆਰ ਕੀਤਾ ਹੈ, ਦੇ ਵਰਜਨ ੨ ਜਾਂ ਨਵੇਂ ਦੀਆਂ ਸ਼ਰਤਾਂ (ਉਹ ਤੁਹਾਡੀ ਆਪਣੀ " +#~ "ਮਰਜ਼ੀ ਹੈ) ਅਧੀਨ ਵੰਡ ਅਤੇ/ਜਾਂ ਸੋਧ ਸਕਦੇ ਹੋ।" + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "ਇੰਪੈਥੀ ਪਰੋਗਰਾਮ ਨੂੰ ਇਹ ਮੰਨ ਕੇ ਵੰਡਿਆ ਜਾ ਰਿਹਾ ਹੈ ਕਿ ਇਹ ਫਾਇਦੇਮੰਦ ਰਹੇਗਾ, ਪਰ ਇਸ ਦੀ ਕੋਈ ਵਾਰੰਟੀ " +#~ "ਨਹੀਂ ਲਈ ਜਾ ਰਹੀ ਹੈ, ਕਿਸੇ ਖਾਸ ਕੰਮ ਲਈ ਅਨੁਕੂਲ ਹੋਣ ਜਾਂ ਠੀਕ ਤਰ੍ਹਾਂ ਕੰਮ ਕਰਨ ਦੀ ਵੀ ਕੋਈ ਗਾਰੰਟੀ " +#~ "ਨਹੀਂ ਹੈ। ਹੋਰ ਵੇਰਵੇ ਲਈ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਇਸੈਂਸ ਨੂੰ ਪੜ੍ਹੋ।" + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "ਇੰਪੈਥੀ ਨਾਲ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਇਸੈਂਸ ਦੀ ਕਾਪੀ ਪ੍ਰਾਪਤ ਕਰੋਗੇ, ਜੇਕਰ ਤੁਹਾਨੂੰ ਨਹੀਂ ਮਿਲੀ ਹੈ " +#~ "ਤਾਂ ਫਰੀ ਸਾਫਟਵੇਅਰ ਫਾਊਨਡੇਸ਼ਨ, ੫੧ ਫਰਾਕਲਿੰਨ ਸਟਰੀਟ, ਪੰਜਵੀਂ ਮੰਜ਼ਲ,ਬੋਸਟਨ, ਐਮ ਏ " +#~ "੦੨੧੧੦-੧੩੦੧੫੯, ਅਮਰੀਕਾ ਨੂੰ ਲਿਖੋ।" + +#~ msgid "About Empathy" +#~ msgstr "ਇੰਪੈਥੀ ਬਾਰੇ" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "ਇੰਪੈਥੀ ਟਿਕਾਣੇ ਦਾ ਅਨੁਮਾਨ ਲਗਾਉਣ ਲਈ ਨੈੱਟਵਰਕ ਵਰਤ ਸਕਦਾ ਹੈ" @@ -9,14 +9,15 @@ # Wadim Dziedzic <wdziedzic@aviary.pl>, 2008. # Piotr Drąg <piotrdrag@gmail.com>, 2009-2013. # Asia Słowik <asiaslowik@gmail.com>, 2011. -# Aviary.pl <gnomepl@aviary.pl>, 2007-2013. +# Paweł Żołnowski <pawel@zolnowski.name>, 2014. +# Aviary.pl <gnomepl@aviary.pl>, 2007-2014. msgid "" msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-16 18:48+0200\n" -"PO-Revision-Date: 2013-10-16 18:49+0200\n" -"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n" +"POT-Creation-Date: 2014-03-10 17:03+0100\n" +"PO-Revision-Date: 2014-03-07 13:29+0100\n" +"Last-Translator: Paweł Żołnowski <pawel@zolnowski.name>\n" "Language-Team: Polish <gnomepl@aviary.pl>\n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -509,47 +510,47 @@ msgid "" msgstr "" "Określa, czy zmniejszać dokładność położenia w celu ochrony prywatności." -#: ../libempathy/empathy-ft-handler.c:734 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Nie podano powodu" -#: ../libempathy/empathy-ft-handler.c:737 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Zażądano zmiany stanu" -#: ../libempathy/empathy-ft-handler.c:740 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Przesłanie pliku zostało anulowane przez użytkownika" -#: ../libempathy/empathy-ft-handler.c:743 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Przesłanie pliku zostało anulowane przez drugą stronę" -#: ../libempathy/empathy-ft-handler.c:746 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Błąd podczas próby przesłania pliku" -#: ../libempathy/empathy-ft-handler.c:749 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Druga strona nie może odebrać pliku" -#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Nieznany powód" -#: ../libempathy/empathy-ft-handler.c:915 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Ukończono przesyłanie pliku, ale plik jest uszkodzony" -#: ../libempathy/empathy-ft-handler.c:1201 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Przesyłanie plików nie jest obsługiwane przez zdalnego użytkownika" -#: ../libempathy/empathy-ft-handler.c:1257 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Wybrany plik nie jest zwykłym plikiem" -#: ../libempathy/empathy-ft-handler.c:1266 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Wybrany plik jest pusty" @@ -732,7 +733,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Uwierzytelnienie konta <b>%s</b> się nie powiodło" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3845 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Ponów" @@ -776,39 +777,39 @@ msgstr "Rozmowy alarmowe nie są obsługiwane przez ten protokół" msgid "You don't have enough credit in order to place this call" msgstr "Brak wystarczających środków, aby zadzwonić" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Otwarcie prywatnej rozmowy się nie powiodło" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Temat nie jest obsługiwany w czasie tej rozmowy" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Brak uprawnienia do zmiany tematu" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Nieprawidłowy identyfikator kontaktu" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: usuwa wszystkie wiadomości z bieżącej rozmowy" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <temat>: ustawia temat bieżącej rozmowy" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <identyfikator pokoju rozmów>: dołącza do nowego pokoju rozmów" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <identyfikator pokoju rozmów>: dołącza do nowego pokoju rozmów" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -816,24 +817,24 @@ msgstr "" "/part [<identyfikator pokoju rozmów>] [<przyczyna>]: opuszcza pokój rozmów, " "domyślnie bieżący" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "" "/query <identyfikator kontaktu> [<wiadomość>]: otwiera prywatną rozmowę" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <identyfikator kontaktu> <wiadomość>: otwiera prywatną rozmowę" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <pseudonim>: zmienia pseudonim na bieżącym serwerze" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <wiadomość>: wysyła wiadomość DZIAŁANIA do bieżącej rozmowy" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -843,11 +844,11 @@ msgstr "" "wysyłania wiadomości zaczynającej się od znaku \"/\". Na przykład: \"/say /" "join jest używane do dołączenia do nowego pokoju rozmowy\"" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <identyfikator kontaktu>: wyświetla informacje o kontakcie" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -855,127 +856,127 @@ msgstr "" "/help [<polecenie>]: wyświetla wszystkie obsługiwane polecenia. Jeśli podano " "<polecenie>, zostanie wyświetlone jej użycie." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Użycie: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Nieznane polecenie" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Nieznane polecenie. opcja /help wyświetli dostępne polecenia" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "niewystarczające saldo, aby wysłać wiadomość" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Błąd podczas wysyłania wiadomości \"%s\": %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Błąd podczas wysyłania wiadomości: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "niewystarczające saldo, aby wysłać wiadomość. <a href='%s'>Doładuj</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "brak możliwości" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "offline" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "nieprawidłowy kontakt" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "brak dostępu" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "za długa wiadomość" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "niezaimplementowane" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "nieznany" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Temat:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Temat ustawiony na: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Temat ustawiony przez użytkownika %s na: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Temat nie został określony" -#: ../libempathy-gtk/empathy-chat.c:2223 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(brak podpowiedzi)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2291 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Dodaj \"%s\" do słownika" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2328 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Dodaj \"%s\" do słownika %s" -#: ../libempathy-gtk/empathy-chat.c:2398 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Wstaw emotikonę" #. send button -#: ../libempathy-gtk/empathy-chat.c:2416 +#: ../libempathy-gtk/empathy-chat.c:2411 #: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Wyślij" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2473 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "Podpowiedzi pi_sowni" -#: ../libempathy-gtk/empathy-chat.c:2584 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Pobranie ostatnich dzienników się nie powiodło" -#: ../libempathy-gtk/empathy-chat.c:2827 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "Użytkownik %s został rozłączony" @@ -983,12 +984,12 @@ msgstr "Użytkownik %s został rozłączony" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2834 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "Użytkownik %1$s został wyrzucony przez użytkownika %2$s" -#: ../libempathy-gtk/empathy-chat.c:2837 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "Użytkownik %s został wyrzucony" @@ -996,17 +997,17 @@ msgstr "Użytkownik %s został wyrzucony" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2845 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "Użytkownik %1$s został zablokowany przez użytkownika %2$s" -#: ../libempathy-gtk/empathy-chat.c:2848 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "Użytkownik %s został zablokowany" -#: ../libempathy-gtk/empathy-chat.c:2852 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "Użytkownik %s opuścił pokój" @@ -1016,17 +1017,17 @@ msgstr "Użytkownik %s opuścił pokój" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2861 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2886 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "Użytkownik %s dołączył do pokoju" -#: ../libempathy-gtk/empathy-chat.c:2911 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "Użytkownik %s jest teraz znany jako %s" @@ -1034,50 +1035,50 @@ msgstr "Użytkownik %s jest teraz znany jako %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Rozłączony" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3785 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Zachować hasło?" -#: ../libempathy-gtk/empathy-chat.c:3791 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Zapamiętaj" -#: ../libempathy-gtk/empathy-chat.c:3801 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Nie teraz" -#: ../libempathy-gtk/empathy-chat.c:3849 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Błędne hasło. Proszę spróbować ponownie:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3973 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Ten pokój jest chroniony hasłem:" -#: ../libempathy-gtk/empathy-chat.c:4000 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Dołącz" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Połączony" -#: ../libempathy-gtk/empathy-chat.c:4247 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Rozmowa" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4252 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" @@ -1300,65 +1301,65 @@ msgstr "" #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:179 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:357 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Wybór konta do umieszczenia tej rozmowy głosowej" -#: ../libempathy-gtk/empathy-individual-menu.c:361 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Rozmowa głosowa" -#: ../libempathy-gtk/empathy-individual-menu.c:426 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Komórka" -#: ../libempathy-gtk/empathy-individual-menu.c:428 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Praca" -#: ../libempathy-gtk/empathy-individual-menu.c:430 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Dom" #. translators: first argument is a phone number like +32123456 and #. * the second one is something like 'home' or 'work'. -#: ../libempathy-gtk/empathy-individual-menu.c:463 +#: ../libempathy-gtk/empathy-individual-menu.c:478 #, c-format msgid "Call %s (%s)" msgstr "Zadzwoń na numer %s (%s)" #. translators: argument is a phone number like +32123456 -#: ../libempathy-gtk/empathy-individual-menu.c:470 +#: ../libempathy-gtk/empathy-individual-menu.c:483 #, c-format msgid "Call %s" msgstr "Zadzwoń na numer %s" -#: ../libempathy-gtk/empathy-individual-menu.c:676 +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "Za_blokuj kontakt" -#: ../libempathy-gtk/empathy-individual-menu.c:731 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Usuń z g_rupy \"%s\"" -#: ../libempathy-gtk/empathy-individual-menu.c:752 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Usuń i za_blokuj" -#: ../libempathy-gtk/empathy-individual-menu.c:840 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Na pewno usunąć kontakt \"%s\"?" -#: ../libempathy-gtk/empathy-individual-menu.c:849 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1367,77 +1368,77 @@ msgstr "" "Na pewno usunąć metakontakt \"%s\"? Wszystkie kontakty tworzące metakontakt " "zostaną usunięte." -#: ../libempathy-gtk/empathy-individual-menu.c:860 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Usuwanie kontaktu" -#: ../libempathy-gtk/empathy-individual-menu.c:936 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Usuń" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1355 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Rozmowa" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1394 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1431 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "Rozmow_a głosowa" -#: ../libempathy-gtk/empathy-individual-menu.c:1468 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Wideorozmowa" -#: ../libempathy-gtk/empathy-individual-menu.c:1510 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Poprzednie rozmowy" # to jest w menu -#: ../libempathy-gtk/empathy-individual-menu.c:1542 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Wyślij plik" # to jest w menu -#: ../libempathy-gtk/empathy-individual-menu.c:1576 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Współdziel pulpit" -#: ../libempathy-gtk/empathy-individual-menu.c:1603 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Ulubione" -#: ../libempathy-gtk/empathy-individual-menu.c:1632 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "Infor_macje" -#: ../libempathy-gtk/empathy-individual-menu.c:1681 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Modyfikuj" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1797 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Zapraszanie do tego pokoju" -#: ../libempathy-gtk/empathy-individual-menu.c:1843 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Zaproś do pokoju rozmowy" -#: ../libempathy-gtk/empathy-individual-menu.c:2039 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Dodaj kontakt…" @@ -1591,7 +1592,7 @@ msgstr[2] "Metakontakt zawierający %u kontaktów" #: ../libempathy-gtk/empathy-individual-widget.ui.h:1 msgid "<b>Location</b> at (date)" -msgstr "<b>Położenie</b> w (dniu)" +msgstr "<b>Położenie</b> w dniu" #: ../libempathy-gtk/empathy-individual-widget.ui.h:2 msgid "Online from a phone or mobile device" @@ -1631,36 +1632,36 @@ msgstr "Wyświetlenie" msgid "Search" msgstr "Wyszukiwanie" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Rozmowa w %s" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Rozmowa z użytkownikiem %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A %e %B %Y, %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" @@ -1668,7 +1669,7 @@ msgstr[0] "%s sekunda" msgstr[1] "%s sekundy" msgstr[2] "%s sekund" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" @@ -1676,80 +1677,80 @@ msgstr[0] "%s minuta" msgstr[1] "%s minuty" msgstr[2] "%s minut" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Rozmowa głosowa miała miejsce %s, została zakończona %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Dzisiaj" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Wczoraj" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Zawsze" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Wszyscy" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Kto" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Kiedy" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Wszystko" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Rozmowy tekstowe" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Rozmowy głosowe" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Przychodzące rozmowy głosowe" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Wychodzące rozmowy głosowe" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Nieodebrane rozmowy głosowe" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Co" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "Na pewno usunąć wszystkie dzienniki poprzednich rozmów?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Wyczyść wszystko" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Usunięcie od:" @@ -1771,7 +1772,7 @@ msgid "Profile" msgstr "Profil" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Rozmowa" @@ -1986,13 +1987,13 @@ msgid "Subscription Request" msgstr "Prośba o upoważnienie" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s prosi o dostęp do informacji o obecności użytkownika online" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Odmów" @@ -2146,54 +2147,11 @@ msgstr "Kontakty bez grup" msgid "Server cannot find contact: %s" msgstr "Serwer nie może odnaleźć kontaktu: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Brak komunikatu błędu" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Wiadomość (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Program Empathy jest wolnym oprogramowaniem; można go rozprowadzać dalej i/" -"lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej " -"przez Fundację Wolnego Oprogramowania (Free Software Foundation) - według " -"wersji drugiej tej Licencji lub którejś z późniejszych wersji." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Program Empathy rozpowszechniany jest z nadzieją, iż będzie on użyteczny - " -"jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI " -"HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania " -"bliższych informacji należy zapoznać się z Powszechną Licencją Publiczną GNU." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Z pewnością wraz z programem Empathy dostarczono także egzemplarz " -"Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie " -"- proszę napisać do Free Software Foundation, Inc., 51 Franklin Street, " -"Fifth Floor, Boston, MA 02110-130159 USA." - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Komunikator dla środowiska GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Artur Flinta <aflinta@at.kernel.pl>, 2003\n" @@ -2201,34 +2159,35 @@ msgstr "" "Wadim Dziedzic <wdziedzic@aviary.pl>, 2008\n" "Piotr Drąg <piotrdrag@gmail.com>, 2009-2013\n" "Asia Słowik <asiaslowik@gmail.com>, 2011\n" -"Aviary.pl <gnomepl@aviary.pl>, 2007-2013" +"Paweł Żołnowski <pawel@zolnowski.name>, 2014\n" +"Aviary.pl <gnomepl@aviary.pl>, 2007-2014" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Bez wyświetlania żadnych okien; wykonuje zadanie (np. importowanie) i kończy " "działanie" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Bez wyświetlania żadnych okien, o ile istnieją tylko konta \"Osób w pobliżu\"" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Początkowo wybiera podane konto (np. gabble/jabber/foo_40przykład_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<identyfikator-konta>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "- konta programu Empathy" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Konta programu Empathy" @@ -2245,29 +2204,29 @@ msgstr "Modyfikacje konta %.50s nie zostały zapisane." msgid "Your new account has not been saved yet." msgstr "Nowe konto nie zostało jeszcze zapisane." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Łączenie…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Offline — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Rozłączony — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Offline — brak połączenia z siecią" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Nieznany stan" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2277,28 +2236,28 @@ msgstr "" "mechanizmu. Proszę zainstalować pakiet telepathy-haze i ponownie uruchomić " "sesję, aby migrować konto." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Offline — konto jest wyłączone" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Modyfikacja parametrów połączenia" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Modyfikuj parametry połączenia…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Na pewno usunąć %.50s z komputera?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Nie usunie to konta na serwerze." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2307,24 +2266,24 @@ msgstr "" "utratę zmian. Na pewno kontynuować?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Włączone" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Zmień nazwę" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Pomiń" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "P_ołącz" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2333,7 +2292,7 @@ msgstr "" "utratę zmian. Na pewno kontynuować?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Konta komunikatora i VoIP" @@ -2369,23 +2328,23 @@ msgstr " - klient uwierzytelniania komunikatora Empathy" msgid "Empathy authentication client" msgstr "Klient uwierzytelniania komunikatora Empathy" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Bez łączenia podczas uruchamiania" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Bez wyświetlania listy kontaktów lub innych okien podczas uruchamiania" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- komunikator Empathy" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Błąd podczas nawiązywania połączenia z menedżerem kont" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2398,15 +2357,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "W czasie rozmowy" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- klient dźwięku/wideo komunikatora Empathy" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Klient dźwięku/wideo komunikatora Empathy" @@ -2417,27 +2376,27 @@ msgstr "" "Użytkownik %s próbował się dodzwonić, ale w tym czasie prowadzono inną " "rozmowę." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Przychodząca rozmowa głosowa" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Wideorozmowa przychodząca od użytkownika %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Przychodząca rozmowa głosowa od użytkownika %s" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Odrzuć" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2445,60 +2404,60 @@ msgstr "Odbierz" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Rozmowa głosowa z użytkownikiem %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "Adres IP widziany przez komputer" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "Adres IP widziany przez serwer w Internecie" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "Adres IP elementu widziany przez drugą stronę" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "Adres IP serwera odpowiedzi" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Adres IP grupy multikastowej" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Nieznany" -#: ../src/empathy-call-window.c:2959 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Odłożone" -#: ../src/empathy-call-window.c:2963 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Wycisz" -#: ../src/empathy-call-window.c:2965 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Czas trwania" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2968 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d∶%02dm" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Szczegóły techniczne" -#: ../src/empathy-call-window.c:3103 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2507,7 +2466,7 @@ msgstr "" "Oprogramowanie użytkownika %s nie obsługuje żadnego formatu dźwięku " "używanego przez ten komputer" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2516,7 +2475,7 @@ msgstr "" "Oprogramowanie użytkownika %s nie obsługuje żadnego formatu wideo używanego " "przez ten komputer" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2525,23 +2484,23 @@ msgstr "" "Nie można nawiązać połączenia z użytkownikiem %s. Jeden z uczestników może " "się znajdować w sieci, która nie pozwala na bezpośrednie połączenia." -#: ../src/empathy-call-window.c:3120 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Wystąpił błąd sieci" -#: ../src/empathy-call-window.c:3124 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Formaty dźwięku wymagane dla tej rozmowy nie są zainstalowane na komputerze" -#: ../src/empathy-call-window.c:3127 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Formaty wideo wymagane dla tej rozmowy nie są zainstalowane na komputerze" -#: ../src/empathy-call-window.c:3139 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2552,32 +2511,32 @@ msgstr "" "\">zgłosić ten błąd</a> i dołączyć dzienniki uzyskane z okna \"Debugowanie\" " "w menu Pomoc." -#: ../src/empathy-call-window.c:3148 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Wystąpił błąd mechanizmu rozmowy" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Osiągnięto koniec strumienia" -#: ../src/empathy-call-window.c:3191 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Nie można utworzyć strumienia dźwięku" -#: ../src/empathy-call-window.c:3201 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Nie można utworzyć strumienia obrazu" -#: ../src/empathy-call-window.c:3238 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Obecnie saldo wynosi %s." -#: ../src/empathy-call-window.c:3242 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Brak wystarczających środków na tę rozmowę głosową." -#: ../src/empathy-call-window.c:3244 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Doładuj" @@ -2693,7 +2652,7 @@ msgstr "Lokalny kandydat:" msgid "Audio" msgstr "Dźwięk" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- komunikator Empathy" @@ -2713,11 +2672,11 @@ msgstr "Automatyczne łączenie" msgid "Manage Favorite Rooms" msgstr "Zarządzanie ulubionymi pokojami" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Zamknąć to okno?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2726,7 +2685,7 @@ msgstr "" "Zamknięcie tego okna spowoduje opuszczenie pokoju %s. Wiadomości nie będą " "odbierane aż do ponownego dołączenia." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2744,12 +2703,12 @@ msgstr[2] "" "Zamknięcie tego okna spowoduje opuszczenie %u pokojów rozmów. Wiadomości nie " "będą odbierane aż do ponownego dołączenia." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Opuścić %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2757,15 +2716,15 @@ msgstr "" "Wiadomości z tego pokoju rozmów nie będą odbierane aż do ponownego " "dołączenia." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Zamknij okno" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Opuść pokój" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" @@ -2773,7 +2732,7 @@ msgstr[0] "%s (%d nieprzeczytana)" msgstr[1] "%s (%d nieprzeczytane)" msgstr[2] "%s (%d nieprzeczytanych)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" @@ -2781,7 +2740,7 @@ msgstr[0] "%s (i %u inna)" msgstr[1] "%s (i %u inne)" msgstr[2] "%s (i %u innych)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" @@ -2789,7 +2748,7 @@ msgstr[0] "%s (%d nieprzeczytana od innych)" msgstr[1] "%s (%d nieprzeczytane od innych)" msgstr[2] "%s (%d nieprzeczytanych od innych)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" @@ -2797,11 +2756,11 @@ msgstr[0] "%s (%d nieprzeczytana od wszystkich)" msgstr[1] "%s (%d nieprzeczytane od wszystkich)" msgstr[2] "%s (%d nieprzeczytanych od wszystkich)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" @@ -2809,7 +2768,7 @@ msgstr[0] "Wysyłanie %d wiadomości" msgstr[1] "Wysyłanie %d wiadomości" msgstr[2] "Wysyłanie %d wiadomości" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Pisze wiadomość." @@ -2881,75 +2840,75 @@ msgstr "Przenieś kartę w p_rawo" msgid "_Detach Tab" msgstr "_Odłącz kartę" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Wyświetla konkretną usługę" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- debuger programu Empathy" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Debuger programu Empathy" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Zapisz" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Odnośnik serwisu Pastebin" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Odpowiedź serwisu Pastebin" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "Dane są za duże na jeden raz. Proszę zapisać dzienniki do pliku." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Okno debugowania" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Wyślij do serwisu Pastebin" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Wstrzymaj" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Poziom " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Debugowanie" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Informacje" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Wiadomość" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Ostrzeżenie" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Krytyczny" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Błąd" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2966,93 +2925,93 @@ msgstr "" "za pomocą zaawansowanych pól w <a href=\"https://bugzilla.gnome.org/" "enter_bug.cgi?product=empathy\">zgłoszeniu błędu</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Czas" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domena" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategoria" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Poziom" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "Wybrany menedżer połączenia nie obsługuje rozszerzenia zdalnego debugowania." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Przychodząca rozmowa wideo" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "Wideorozmowa przychodząca od użytkownika %s. Odebrać ją?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "Przychodząca rozmowa głosowa od użytkownika %s. Odebrać ją?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Odrzuć" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Odbierz" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Odbierz z obrazem wideo" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Zaproszenie do pokoju" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Zaproszenie do dołączenia do %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "Użytkownik %s zaprasza do dołączenia do %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Dołącz" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s zaprosił użytkownika do dołączenia do %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Zaproszono użytkownika do dołączenia do %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Plik przychodzący od użytkownika %s" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Hasło wymagane" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3630,7 +3589,7 @@ msgid "No match found" msgstr "Nie odnaleziono wyników" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Nie dodano jeszcze żadnych kontaktów" #: ../src/empathy-roster-window.c:1732 @@ -3696,8 +3655,8 @@ msgid "Help" msgstr "Pomoc" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "O programie Empathy" +msgid "About" +msgstr "O programie" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: 3.8\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-13 12:11+0100\n" -"PO-Revision-Date: 2013-09-22 22:11-0100\n" -"Last-Translator: António Lima <amrlima@gmail.com>\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=empathy&keywords=I18N+L10N&component=General\n" +"POT-Creation-Date: 2014-02-23 04:26+0000\n" +"PO-Revision-Date: 2014-02-23 13:21+0100\n" +"Last-Translator: Tiago S. <almosthumane@portugalmail.pt>\n" "Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -41,6 +42,31 @@ msgstr "" msgid "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" msgstr "diálogo;conversa;im;mensagem;irc;voip;gtalk;facebook;jabber;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "" +"O Empathy é a aplicação oficial de mensagens instantâneas do seu ambiente de " +"trabalho GNOME. O Empathy pode conectar-se ao AIM, MSN, Jabber (incluindo " +"Facebook e Google Talk), IRC e muitas outras redes de serviços de mensagens. " +"Pode também conversar com texto, fazer chamadas de áudio e vídeo ou até " +"transferir ficheiros, dependendo do que a aplicação dos seus contactos lhes " +"permita." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "" +"O Emphathy fornece um sistema de mensagens integradas para o ambiente de " +"trabalho GNOME, de forma a que nunca perca nenhuma mensagem. Pode responder " +"aos seus contactos sem sequer ter que abrir o Empathy!" + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "Deverá ser utilizado um gestor de ligações" @@ -754,39 +780,39 @@ msgstr "Este protocolo não suporta chamadas de emergência" msgid "You don't have enough credit in order to place this call" msgstr "Não tem saldo suficiente para iniciar esta chamada" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Falha ao abrir um diálogo privado" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Tópico não é suportado neste diálogo" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Não lhe é permitido alterar o tópico" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:972 msgid "Invalid contact ID" msgstr "ID de contacto inválido" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1059 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: limpa todas as mensagens do diálogo atual" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1062 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <tópico>: define o tópico do diálogo atual" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1065 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <ID sala diálogo>: entrar numa nova sala de diálogo" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1068 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <ID sala diálogo>: entrar numa nova sala de diálogo" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1072 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" @@ -794,23 +820,23 @@ msgstr "" "/part [<ID sala diálogo>] [<motivo>]: abandonar a sala de diálogo, por " "omissão a atual" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1076 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <ID contacto> [<mensagem>]: abre uma janela de diálogo privada" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1079 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <ID contacto> <mensagem>: abre uma janela de diálogo privada" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1082 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <alcunha>: alterar a sua alcunha no servidor atual" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1085 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <mensagem>: envia uma mensagem ACTION para o diálogo atual" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -820,11 +846,11 @@ msgstr "" "enviar uma mensagem começada por '/'. Por exemplo: \"/say /join é utilizado " "para entrar numa nova sala de diálogo\"" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1093 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <ID contacto>: apresenta informação sobre um contacto" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1096 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -832,87 +858,87 @@ msgstr "" "/help [<comando>]: apresenta todos os comandos suportados. Se <comando> " "estiver definido, apresenta a sua forma de utilização." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1115 #, c-format msgid "Usage: %s" msgstr "Utilização: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1160 msgid "Unknown command" msgstr "Comando desconhecido" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1286 msgid "Unknown command; see /help for the available commands" msgstr "" "Comando desconhecido; consulte /help para obter os comandos disponíveis" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1541 msgid "insufficient balance to send message" msgstr "saldo insuficiente para enviar a mensagem" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1545 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1622 #, c-format msgid "Error sending message '%s': %s" msgstr "Erro ao enviar a mensagem '%s': %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1564 +#: ../libempathy-gtk/empathy-chat.c:1626 #, c-format msgid "Error sending message: %s" msgstr "Erro ao enviar a mensagem: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1553 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "saldo insuficiente para enviar a mensagem. <a href='%s'>Carregar</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1593 msgid "not capable" msgstr "incapaz" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1600 msgid "offline" msgstr "desligado" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1603 msgid "invalid contact" msgstr "contacto inválido" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1606 msgid "permission denied" msgstr "permissão negada" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1609 msgid "too long message" msgstr "mensagem demasiado extensa" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1612 msgid "not implemented" msgstr "não implementado" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1616 msgid "unknown" msgstr "desconhecido" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1683 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Tópico:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1698 #, c-format msgid "Topic set to: %s" msgstr "Tópico definido como: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1700 #, c-format msgid "Topic set by %s to: %s" msgstr "Tópico definido por %s como: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1705 msgid "No topic defined" msgstr "Nenhum tópico definido" @@ -1011,9 +1037,9 @@ msgstr "%s é agora conhecido como %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2953 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Desligado" @@ -1044,7 +1070,7 @@ msgstr "Esta sala está protegida por uma senha:" msgid "Join" msgstr "Juntar" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Ligado" @@ -1274,52 +1300,67 @@ msgstr "Instale o gnome-contacts para aceder aos detalhes de contactos." #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:179 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:357 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Selecione a conta a utilizar para realizar a chamada" -#: ../libempathy-gtk/empathy-individual-menu.c:361 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Chamada" -#: ../libempathy-gtk/empathy-individual-menu.c:426 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Móvel" -#: ../libempathy-gtk/empathy-individual-menu.c:428 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Trabalho" -#: ../libempathy-gtk/empathy-individual-menu.c:430 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Casa" -#: ../libempathy-gtk/empathy-individual-menu.c:673 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +#| msgid "%s (%s)" +msgid "Call %s (%s)" +msgstr "Chamar %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +#| msgid "Called %s" +msgid "Call %s" +msgstr "Chamar %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "_Bloquear o Contacto" -#: ../libempathy-gtk/empathy-individual-menu.c:728 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Remover do _Grupo '%s'" -#: ../libempathy-gtk/empathy-individual-menu.c:749 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Apagar e _Bloquear" -#: ../libempathy-gtk/empathy-individual-menu.c:837 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Deseja mesmo remover o contacto '%s'?" -#: ../libempathy-gtk/empathy-individual-menu.c:846 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1328,75 +1369,75 @@ msgstr "" "Deseja realmente remover o contacto ligado '%s'? Note que tal irá remover " "todos os contactos que constituem este contacto ligado." -#: ../libempathy-gtk/empathy-individual-menu.c:857 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "A remover o contacto" -#: ../libempathy-gtk/empathy-individual-menu.c:933 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "_Remover" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1352 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Diálogo" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1391 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1428 +#: ../libempathy-gtk/empathy-individual-menu.c:1450 msgctxt "menu item" msgid "_Audio Call" msgstr "Ch_amada Áudio" -#: ../libempathy-gtk/empathy-individual-menu.c:1465 +#: ../libempathy-gtk/empathy-individual-menu.c:1487 msgctxt "menu item" msgid "_Video Call" msgstr "Chamada de _Vídeo" -#: ../libempathy-gtk/empathy-individual-menu.c:1507 +#: ../libempathy-gtk/empathy-individual-menu.c:1529 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "Diálogos _Anteriores" -#: ../libempathy-gtk/empathy-individual-menu.c:1539 +#: ../libempathy-gtk/empathy-individual-menu.c:1561 msgid "Send File" msgstr "Enviar Ficheiro" -#: ../libempathy-gtk/empathy-individual-menu.c:1573 +#: ../libempathy-gtk/empathy-individual-menu.c:1595 msgid "Share My Desktop" msgstr "Partilhar o Meu Ambiente de Trabalho" -#: ../libempathy-gtk/empathy-individual-menu.c:1600 +#: ../libempathy-gtk/empathy-individual-menu.c:1622 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Favorito" -#: ../libempathy-gtk/empathy-individual-menu.c:1629 +#: ../libempathy-gtk/empathy-individual-menu.c:1651 msgid "Infor_mation" msgstr "Infor_mação" -#: ../libempathy-gtk/empathy-individual-menu.c:1678 +#: ../libempathy-gtk/empathy-individual-menu.c:1700 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Editar" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1794 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1816 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "A convidá-lo para esta sala" -#: ../libempathy-gtk/empathy-individual-menu.c:1840 +#: ../libempathy-gtk/empathy-individual-menu.c:1862 msgid "_Invite to Chat Room" msgstr "_Convidar Para a Sala de Diálogo" -#: ../libempathy-gtk/empathy-individual-menu.c:2036 +#: ../libempathy-gtk/empathy-individual-menu.c:2058 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Adicionar Contacto…" @@ -1592,125 +1633,125 @@ msgstr "Apresentar" msgid "Search" msgstr "Procurar" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Dialogar em %s" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Dialogar com %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %d de %B de %Y" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" msgstr[0] "%s segundo" msgstr[1] "%s segundos" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "%s minuto" msgstr[1] "%s minutos" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Chamada durou %s, terminou às %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Hoje" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Ontem" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%d de %B de %Y" -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Qualquer hora" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Qualquer pessoa" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Quem" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Quando" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Qualquer coisa" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Diálogos de texto" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Chamadas" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Chamadas recebidas" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Chamadas realizadas" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Chamadas perdidas" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "O quê" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Tem a certeza de que deseja apagar os registos de todos os diálogos " "anteriores?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Limpar Todos" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Apagar desde:" @@ -1732,7 +1773,7 @@ msgid "Profile" msgstr "Perfil" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Diálogo" @@ -1947,13 +1988,13 @@ msgid "Subscription Request" msgstr "Pedido de Subscrição" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s gostaria de ter permissão para o poder ver quando está ligado" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Recusar" @@ -2110,84 +2151,42 @@ msgstr "Sem Grupo" msgid "Server cannot find contact: %s" msgstr "Servidor incapaz de encontrar o contacto: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Nenhuma mensagem de erro" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Mensagem Instantânea (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy é uma aplicação livre; pode redistribuí-la e/ou alterá-la sob os " -"termos da Licença Pública Genérica GNU tal como publicada pela Free Software " -"Foundation; ou a versão 2 da Licença, ou (à sua discrição) qualquer versão " -"posterior." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy é distribuído na expectativa de que possa ser útil, mas SEM QUALQUER " -"GARANTIA; nem mesmo a garantia implícita de COMERCIABILIDADE ou ADEQUAÇÃO A " -"UM FIM ESPECÍFICO. Consulte a Licença Pública Genérica GNU para mais " -"detalhes." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Deverá ter recebido uma cópia da Licença Pública Genérica GNU juntamente com " -"o Empathy; caso contrário, escreva para a Free Software Foundation, Inc., 51 " -"Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA (em inglês)" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Um cliente de Mensagens Instantâneas para o GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "Duarte Loreto <happyguy_pt@hotmail.com>" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Não apresentar quaisquer diálogos; realizar o trabalho (por ex, importar) e " "sair" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Não apresentar quaisquer diálogos exceto se apenas existirem contas " "\"Pessoas Próximas\"" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Selecionar inicialmente a conta indicada (por ex, gabble/jabber/" "foo_40exemplo_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<id de conta>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "- Contas Empathy" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Contas Empathy" @@ -2204,29 +2203,29 @@ msgstr "Existem alterações por gravar na sua conta %.50s." msgid "Your new account has not been saved yet." msgstr "A sua nova conta ainda não foi gravada." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "A estabelecer ligação…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Desligado — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Desligado — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Desligado — Nenhuma Ligação de Rede" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Estado Desconhecido" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2235,28 +2234,28 @@ msgstr "" "Esta conta foi desativada porque depende de um motor antigo e sem suporte. " "Instale o telepathy-haze e reinicie a sua sessão para migrar a conta." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Desligado — Conta Desativada" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Editar Parâmetros da Ligação" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Editar Parâmetros de Ligação..." -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Deseja remover %.50s do seu computador?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Isto não irá remover a sua conta no servidor." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2265,24 +2264,24 @@ msgstr "" "as suas alterações. Tem a certeza de que deseja continuar?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Ativo" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Renomear" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Saltar" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Ligar" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2291,7 +2290,7 @@ msgstr "" "as suas alterações. Tem a certeza de que deseja continuar?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Contas de Mensagens Instantâneas e VoIP" @@ -2327,24 +2326,24 @@ msgstr " - Cliente de autenticação do Empathy" msgid "Empathy authentication client" msgstr "Cliente de autenticação do Empathy" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Não estabelecer ligação ao iniciar" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "" "Não apresentar a lista de contactos nem qualquer outro diálogo ao iniciar" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "- Cliente de MI Empathy" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Erro ao contactar o Gestor de Conta" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2357,15 +2356,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Numa chamada" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "- Cliente de Áudio/Vídeo do Empathy" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Cliente de Áudio/Vídeo do Empathy" @@ -2374,27 +2373,27 @@ msgstr "Cliente de Áudio/Vídeo do Empathy" msgid "%s just tried to call you, but you were in another call." msgstr "%s tentou ligar-lhe enquanto estava com outra chamada." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Chamada a receber" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Chamada vídeo a receber de %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Chamada a receber de %s" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Rejeitar" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2402,60 +2401,60 @@ msgstr "Responder" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Chamada com %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "O endereço IP tal como visto pela máquina" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "O endereço IP tal como visto por um servidor na Internet" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "O endereço IP do par tal como visto pelo outro lado" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "O endereço IP de um servidor de relay" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "O endereço IP do grupo multicast" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Desconhecido" -#: ../src/empathy-call-window.c:2951 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Em espera" -#: ../src/empathy-call-window.c:2955 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Silenciar" -#: ../src/empathy-call-window.c:2957 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Duração" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2960 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3056 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Detalhes Técnicos" -#: ../src/empathy-call-window.c:3095 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2464,7 +2463,7 @@ msgstr "" "As aplicações de %s não suportam nenhum dos formatos áudio suportados pelo " "seu computador" -#: ../src/empathy-call-window.c:3100 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2473,7 +2472,7 @@ msgstr "" "As aplicações de %s não suportam nenhum dos formatos vídeo suportados pelo " "seu computador" -#: ../src/empathy-call-window.c:3106 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2482,25 +2481,25 @@ msgstr "" "Incapaz de estabelecer uma ligação com %s. Um dos utilizadores deve estar " "numa rede que não permite ligações diretas." -#: ../src/empathy-call-window.c:3112 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Ocorreu um erro na rede" -#: ../src/empathy-call-window.c:3116 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Os formatos áudio necessários para esta chamada não estão instalados no seu " "computador" -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Os formatos vídeo necessários para esta chamada não estão instalados no seu " "computador" -#: ../src/empathy-call-window.c:3131 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2511,32 +2510,32 @@ msgstr "" "\">Relate isto como um erro</a> e junte os registos obtidos pela janela " "'Depuração' no menu Ajuda." -#: ../src/empathy-call-window.c:3140 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Ocorreu um erro no motor de chamadas" -#: ../src/empathy-call-window.c:3143 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Foi alcançado o final do fluxo" -#: ../src/empathy-call-window.c:3183 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Incapaz de estabelecer fluxo áudio" -#: ../src/empathy-call-window.c:3193 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Incapaz de estabelecer fluxo vídeo" -#: ../src/empathy-call-window.c:3230 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "O seu saldo atual é %s." -#: ../src/empathy-call-window.c:3234 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Não tem saldo suficiente para essa chamada." -#: ../src/empathy-call-window.c:3236 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Carregar" @@ -2652,7 +2651,7 @@ msgstr "Candidato Local:" msgid "Audio" msgstr "Áudio" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "- Cliente de Diálogo Empathy" @@ -2672,11 +2671,11 @@ msgstr "Ligar Automaticamente" msgid "Manage Favorite Rooms" msgstr "Gerir as Salas Favoritas" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Fechar esta janela?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2685,7 +2684,7 @@ msgstr "" "Fechar esta janela irá sair de %s. Não irá receber mais mensagens até que " "volte a entrar lá." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2700,12 +2699,12 @@ msgstr[1] "" "Fechar esta janela irá sair de %u salas de diálogo. Não irá receber mais " "mensagens até que volte a lá entrar." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Sair de %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2713,54 +2712,54 @@ msgstr "" "Não irá receber mais mensagens desta sala de diálogo até que volte a lá " "entrar." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Fechar a janela" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Sair da sala" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" msgstr[0] "%s (%d por ler)" msgstr[1] "%s (%d por ler)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" msgstr[0] "%s (e %u outro)" msgstr[1] "%s (e %u outros)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" msgstr[0] "%s (%d por ler de outros)" msgstr[1] "%s (%d por ler de outros)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" msgstr[0] "%s (%d por ler de todos)" msgstr[1] "%s (%d por ler de todos)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" msgstr[0] "A enviar %d mensagem" msgstr[1] "A enviar %d mensagens" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "A escrever uma mensagem." @@ -2832,77 +2831,77 @@ msgstr "Mover Separador à _Direita" msgid "_Detach Tab" msgstr "_Destacar Separador" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Apresentar um serviço específico" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "- Depurador Empathy" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Depurador Empathy" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Gravar" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Link pastebin" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Resposta pastebin" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "" "Dados demasiado extensos para um único \"paste\". Grave os registos em " "ficheiro." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Janela de Depuração" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Enviar para o pastebin" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pausa" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Nível " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Depuração" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Informação" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Mensagem" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Aviso" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Crítico" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Erro" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2920,93 +2919,93 @@ msgstr "" "ao relatar, utilizar os campos avançados do <a href=\"https://bugzilla.gnome." "org/enter_bug.cgi?product=empathy\">relato de erro</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Hora" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domínio" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Categoria" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Nível" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "O gestor de ligações selecionado não suporta a extensão remota de depuração." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Chamada de vídeo a receber" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s está a ligar-lhe em videoconferência. Deseja atender?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s está a ligar-lhe. Deseja atender?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Rejeitar" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Atender" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Atender com vídeo" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Convite para uma sala" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Convite para entrar na sala %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s está a convidá-lo para entrar na sala %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Entrar" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s convidou-o a entrar na sala %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Foi convidado para se juntar à sala %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "A receber transferência de ficheiro de %s" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "É necessária senha" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3587,8 +3586,9 @@ msgid "No match found" msgstr "Nenhuma equivalência encontrada" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" -msgstr "Ainda não adicionou qualquer contacto" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" +msgstr "Ainda não adicionou nenhum contacto" #: ../src/empathy-roster-window.c:1732 msgid "No online contacts" @@ -3653,8 +3653,8 @@ msgid "Help" msgstr "Ajuda" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Sobre o Empathy" +msgid "About" +msgstr "Sobre" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3695,6 +3695,47 @@ msgstr "Editar as opções da conta %s" msgid "Integrate your IM accounts" msgstr "Integre as suas contas de Mensagens Instantâneas" +#~ msgid "No error message" +#~ msgstr "Nenhuma mensagem de erro" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Mensagem Instantânea (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy é uma aplicação livre; pode redistribuí-la e/ou alterá-la sob os " +#~ "termos da Licença Pública Genérica GNU tal como publicada pela Free " +#~ "Software Foundation; ou a versão 2 da Licença, ou (à sua discrição) " +#~ "qualquer versão posterior." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Empathy é distribuído na expectativa de que possa ser útil, mas SEM " +#~ "QUALQUER GARANTIA; nem mesmo a garantia implícita de COMERCIABILIDADE ou " +#~ "ADEQUAÇÃO A UM FIM ESPECÍFICO. Consulte a Licença Pública Genérica GNU " +#~ "para mais detalhes." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Deverá ter recebido uma cópia da Licença Pública Genérica GNU juntamente " +#~ "com o Empathy; caso contrário, escreva para a Free Software Foundation, " +#~ "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA (em " +#~ "inglês)" + +#~ msgid "About Empathy" +#~ msgstr "Sobre o Empathy" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "O Empathy pode utilizar a rede para calcular a localização" @@ -15,9 +15,9 @@ msgstr "" "Project-Id-Version: empathy trunk\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=empathy&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-10-22 09:43+0000\n" -"PO-Revision-Date: 2013-10-22 20:47+0300\n" -"Last-Translator: Yuri Myasoedov <ymyasoedov@yandex.ru>\n" +"POT-Creation-Date: 2014-03-11 16:28+0000\n" +"PO-Revision-Date: 2014-03-11 20:47+0300\n" +"Last-Translator: Yuri Myasoedov <omerta13@yandex.ru>\n" "Language-Team: русский <gnome-cyr@gnome.org>\n" "Language: ru_RU\n" "MIME-Version: 1.0\n" @@ -508,47 +508,47 @@ msgstr "" "Должен ли Empathy уменьшать точность определения местоположения по причинам " "приватности." -#: ../libempathy/empathy-ft-handler.c:734 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Причина не указана" -#: ../libempathy/empathy-ft-handler.c:737 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Получен запрос об изменении состояния" -#: ../libempathy/empathy-ft-handler.c:740 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Передача файла была прервана" -#: ../libempathy/empathy-ft-handler.c:743 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Собеседник прервал передачу файла" -#: ../libempathy/empathy-ft-handler.c:746 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Во время передачи файла возникла ошибка" -#: ../libempathy/empathy-ft-handler.c:749 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Собеседник не может передавать файлы" -#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Неизвестная причина" -#: ../libempathy/empathy-ft-handler.c:915 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Передача файла завершена, но файл был повреждён" -#: ../libempathy/empathy-ft-handler.c:1201 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Удалённый собеседник не поддерживает передачу файлов" -#: ../libempathy/empathy-ft-handler.c:1257 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Выбранный файл не является обычным файлом" -#: ../libempathy/empathy-ft-handler.c:1266 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Выбранный файл пуст" @@ -730,7 +730,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Сбой проверки подлинности учётной записи <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3845 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Повторить" @@ -774,62 +774,62 @@ msgstr "Срочные телефонные звонки не поддержив msgid "You don't have enough credit in order to place this call" msgstr "Недостаточно средств, чтобы сделать этот звонок" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Не удалось открыть личную беседу" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "В этой беседе темы не поддерживаются" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Вы не можете менять тему" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Неверный ID собеседника" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: очистить все сообщения в текущей беседе" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <тема>: установить тему текущей беседы" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <ID комнаты>: войти в новую комнату" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <ID комнаты>: войти в новую комнату" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" msgstr "" "/part [<ID комнаты>] [<причина>]: покинуть комнату, по умолчанию — текущую" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <ID контакта> [<сообщение>]: открыть личную беседу" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <ID контакта> <сообщение>: открыть личную беседу" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <псевдоним>: изменить псевдоним на текущем сервере" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <сообщение>: отправить сообщение о ДЕЙСТВИИ" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -839,11 +839,11 @@ msgstr "" "отправки сообщения, начинающегося с «/». Например: «/say /join используется " "для входа в новую комнату»" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <ID контакта>: показать информацию о контакте" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -851,127 +851,127 @@ msgstr "" "/help [<команда>]: показать все поддерживаемые команды. Если <команда> " "определена, показать её использование." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Использование: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Неизвестная команда" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Неизвестная команда; для всех доступных команд см. /help" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "недостаточно средств для отправки сообщения" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Ошибка при отправке сообщения «%s»: %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Ошибка при отправке сообщения: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "недостаточно средств для отправки сообщения. <a href='%s'>Пополнить</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "не поддерживается" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "не в сети" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "неверный собеседник" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "отказано" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "слишком длинное сообщение" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "эта возможность не санкционирована" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "неизвестно" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Тема:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Тема: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Пользователь %s установил тему: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Тема не установлена" -#: ../libempathy-gtk/empathy-chat.c:2223 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(Нет предположений)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2291 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Добавить «%s» в словарь" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2328 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Добавить «%s» в словарь «%s»" -#: ../libempathy-gtk/empathy-chat.c:2398 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Вставить улыбку" #. send button -#: ../libempathy-gtk/empathy-chat.c:2416 +#: ../libempathy-gtk/empathy-chat.c:2411 #: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "От_править" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2473 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "_Варианты правописания" -#: ../libempathy-gtk/empathy-chat.c:2584 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Не удалось получить последние журналы" -#: ../libempathy-gtk/empathy-chat.c:2827 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s отключился" @@ -979,12 +979,12 @@ msgstr "%s отключился" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2834 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%2$s выгнал %1$s" -#: ../libempathy-gtk/empathy-chat.c:2837 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s выгнали" @@ -992,17 +992,17 @@ msgstr "%s выгнали" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2845 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%2$s забанил %1$s" -#: ../libempathy-gtk/empathy-chat.c:2848 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "%s забанили" -#: ../libempathy-gtk/empathy-chat.c:2852 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s покинул беседу" @@ -1012,17 +1012,17 @@ msgstr "%s покинул беседу" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2861 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2886 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s присоединился к беседе" -#: ../libempathy-gtk/empathy-chat.c:2911 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s теперь известен как %s" @@ -1030,50 +1030,50 @@ msgstr "%s теперь известен как %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Отсоединён" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3785 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Хотите запомнить этот пароль?" -#: ../libempathy-gtk/empathy-chat.c:3791 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Запомнить" -#: ../libempathy-gtk/empathy-chat.c:3801 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Не сейчас" -#: ../libempathy-gtk/empathy-chat.c:3849 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Неправильный пароль. Попробуйте снова:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3973 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Эта комната защищена паролем:" -#: ../libempathy-gtk/empathy-chat.c:4000 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Войти" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Соединён" -#: ../libempathy-gtk/empathy-chat.c:4247 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Беседа" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4252 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" @@ -1383,54 +1383,54 @@ msgstr "_Разговор" msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1450 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Аудиовызов" -#: ../libempathy-gtk/empathy-individual-menu.c:1487 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Видеовызов" -#: ../libempathy-gtk/empathy-individual-menu.c:1529 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "Предыдущие _беседы" -#: ../libempathy-gtk/empathy-individual-menu.c:1561 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Отправить файл" -#: ../libempathy-gtk/empathy-individual-menu.c:1595 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Предоставить доступ к моему рабочему столу" -#: ../libempathy-gtk/empathy-individual-menu.c:1622 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Избранный" -#: ../libempathy-gtk/empathy-individual-menu.c:1651 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "Информ_ация" -#: ../libempathy-gtk/empathy-individual-menu.c:1700 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Правка" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1816 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Приглашение в комнату" -#: ../libempathy-gtk/empathy-individual-menu.c:1862 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "_Пригласить в комнату" -#: ../libempathy-gtk/empathy-individual-menu.c:2058 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Добавить собеседника…" @@ -1624,36 +1624,36 @@ msgstr "Показывать" msgid "Search" msgstr "Поиск" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Разговор в %s" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Разговор с %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %B %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" @@ -1661,7 +1661,7 @@ msgstr[0] "%s секунда" msgstr[1] "%s секунды" msgstr[2] "%s секунд" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" @@ -1669,80 +1669,80 @@ msgstr[0] "%s минута" msgstr[1] "%s минуты" msgstr[2] "%s минут" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Вызов продолжался %s, закончился %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Сегодня" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Вчера" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "За всё время" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Все" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Кто" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Когда" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Всё" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Текстовые чаты" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Вызовы" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Входящие вызовы" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Исходящие вызовы" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Пропущенные вызовы" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Что" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "Действительно хотите удалить все журналы предыдущих бесед?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Очистить всё" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Удалить из:" @@ -1764,7 +1764,7 @@ msgid "Profile" msgstr "Профиль" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Разговор" @@ -1979,13 +1979,13 @@ msgid "Subscription Request" msgstr "Запрос на подписку" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "Пользователь %s хотел бы видеть, когда вы находитесь в сети" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Отклонить" @@ -2137,54 +2137,11 @@ msgstr "Без группы" msgid "Server cannot find contact: %s" msgstr "Сервер не может найти контакт: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Сообщение об ошибке отсутствует" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Мгновенное сообщение (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy — свободная программа, вы можете распространять и/или модифицировать " -"её на условиях, указанных в GNU General Public License опубликованой Free " -"Software Foundation; либо в версии 2 или (по вашему выбору) любой более " -"поздней версии." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Программа Empathy распространяется в расчёте на то, что будет полезной, " -"однако БЕЗ КАКИХ ЛИБО ГАРАНТИЙ в том числе подразумеваемых гарантий " -"ПОЛЕЗНОСТИ или ПРИГОДНОСТИ ДЛЯ КАКИХ_ЛИБО ЦЕЛЕЙ. Смотрите GNU General Public " -"License." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Вы должны были получить копию GNU General Public License вместе с программой " -"Empathy. Если этого не произошло, напишите в Фонд Свободного Программного " -"Обеспечения: Free Software Foundation, Inc., 51 Franklin Street, Fifth " -"Floor, Boston, MA 02110-130159 USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Приложение быстрого обмена сообщениями для GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Grigory Bakunov\n" @@ -2192,34 +2149,34 @@ msgstr "" "Mikhail Zabaluev\n" "Валёк Филиппов" -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Не показывать диалоговые окна; выполнить работу (напр., импортирование) и " "выйти" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Не показывать диалоговые окна до тех пор, пока используются только уч. " "записи «Люди поблизости»" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Сначала выберите учётную запись (например, gabble/jabber/" "foo_40example_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<account-id>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "— Учётные записи Empathy" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Учётные записи Empathy" @@ -2236,29 +2193,29 @@ msgstr "В учётной записи %.50s имеются несохранён msgid "Your new account has not been saved yet." msgstr "Ваша новая учётная запись ещё не была сохранена." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Соединение…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Не в сети — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Отсоединён — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Не в сети — подключение к сети отсутствует" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Неизвестный статус" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2268,28 +2225,28 @@ msgstr "" "Установите telepathy-haze и перезапустите сеанс, чтобы перенести учётную " "запись." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Не в сети — учётная запись отключена" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Изменить параметры соединения" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Изменить параметры соединения…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Хотите удалить %.50s со своего компьютера?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Это не приведёт к удалению вашей учётной записи с сервера." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2298,24 +2255,24 @@ msgstr "" "к отмене сделанных изменений. Хотите продолжить?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Включено" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Переименовать" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Пропустить" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Подключиться" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2324,7 +2281,7 @@ msgstr "" "сделанных изменений. Хотите продолжить?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Учётные записи обмена сообщениями и VoIP" @@ -2360,23 +2317,23 @@ msgstr " — клиент аутентификации Empathy" msgid "Empathy authentication client" msgstr "Клиент аутентификации Empathy" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Не соединяться при запуске" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Не показывать список собеседников и диалоговые окна при запуске" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr " — клиент обмена мгновенными сообщениями Empathy" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Ошибка связи с диспетчером учётных записей" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2389,15 +2346,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Имеется активный вызов" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr " — клиент Empathy для аудио и видео" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Клиент Empathy для аудио и видео" @@ -2407,27 +2364,27 @@ msgid "%s just tried to call you, but you were in another call." msgstr "" "Собеседник %s попытался до вас дозвониться, но вы принимали другой вызов." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Входящий вызов" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Входящий видеовызов от %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Входящий вызов от %s" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Отказать" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2435,60 +2392,60 @@ msgstr "Ответить" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Разговор с %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "IP-адрес, определённый машиной" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "IP-адрес, определённый сервером в Интернете" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "IP-адрес точки, определённый с другой стороны" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "IP-адрес ретранслирующего сервера" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Широковещательный IP-адрес группы" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Неизвестно" -#: ../src/empathy-call-window.c:2959 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Удержание" -#: ../src/empathy-call-window.c:2963 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Приглушить" -#: ../src/empathy-call-window.c:2965 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Длительность" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2968 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Информация о собеседнике" -#: ../src/empathy-call-window.c:3103 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2497,7 +2454,7 @@ msgstr "" "Программное обеспечение %s не понимает аудиоформаты, поддерживаемые вашим " "компьютером" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2506,7 +2463,7 @@ msgstr "" "Программное обеспечение %s не понимает видеоформаты, поддерживаемые вашим " "компьютером" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2515,25 +2472,25 @@ msgstr "" "Не удалось установить соединение с %s. Один из вас может находиться в сети, " "которая не поддерживает прямые подключения." -#: ../src/empathy-call-window.c:3120 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Сбой сети" -#: ../src/empathy-call-window.c:3124 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Аудиоформаты, необходимые для этого вызова, не установлены на вашем " "компьютере" -#: ../src/empathy-call-window.c:3127 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Видеоформаты, необходимые для этого вызова, не установлены на вашем " "компьютере" -#: ../src/empathy-call-window.c:3139 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2544,32 +2501,32 @@ msgstr "" "\">Сообщите об этой ошибке</a> и прикрепите журналы, собранные из окна " "отладки в меню «Справка»." -#: ../src/empathy-call-window.c:3148 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Сбой в движке вызова" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Достигнут конец потока" -#: ../src/empathy-call-window.c:3191 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Не удалось установить аудиопоток" -#: ../src/empathy-call-window.c:3201 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Не удалось установить видеопоток" -#: ../src/empathy-call-window.c:3238 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Текущий баланс: %s." -#: ../src/empathy-call-window.c:3242 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Недостаточно средств для совершения звонка." -#: ../src/empathy-call-window.c:3244 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Пополнить" @@ -2685,7 +2642,7 @@ msgstr "Локальный кандидат:" msgid "Audio" msgstr "Аудио" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr " — клиент обмена мгновенными сообщениями Empathy" @@ -2705,11 +2662,11 @@ msgstr "Автоматическое соединение" msgid "Manage Favorite Rooms" msgstr "Управление избранными комнатами" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Закрыть это окно?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2718,7 +2675,7 @@ msgstr "" "Если вы закроете окно, то выйдете из комнаты %s. Вы не будете получать " "сообщения, пока не войдёте в комнату." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2736,12 +2693,12 @@ msgstr[2] "" "Если вы закроете окно, то выйдете из %u комнат. Вы не будете получать " "сообщения, пока не войдёте в комнаты." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Уйти из %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2749,15 +2706,15 @@ msgstr "" "Вы не будете получать сообщения из этой комнаты, пока повторно не войдёте в " "комнату." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Закрыть окно" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Уйти из комнаты" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" @@ -2765,7 +2722,7 @@ msgstr[0] "%s (%d непрочитанное)" msgstr[1] "%s (%d непрочитанных)" msgstr[2] "%s (%d непрочитанных)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" @@ -2773,7 +2730,7 @@ msgstr[0] "%s (и ещё %u собеседник)" msgstr[1] "%s (и ещё %u собеседника)" msgstr[2] "%s (и ещё %u собеседников)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" @@ -2781,7 +2738,7 @@ msgstr[0] "%s (%d непрочитанное от других)" msgstr[1] "%s (%d непрочитанных от других)" msgstr[2] "%s (%d непрочитанных от других)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" @@ -2789,11 +2746,11 @@ msgstr[0] "%s (%d непрочитанное ото всех)" msgstr[1] "%s (%d непрочитанных ото всех)" msgstr[2] "%s (%d непрочитанных ото всех)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" @@ -2801,7 +2758,7 @@ msgstr[0] "Отправка %d сообщения" msgstr[1] "Отправка %d сообщений" msgstr[2] "Отправка %d сообщений" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Набирает сообщение." @@ -2873,75 +2830,75 @@ msgstr "Передвинуть вкладку в_право" msgid "_Detach Tab" msgstr "_Отсоединить вкладку" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Показать определённую службу" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "— Отладчик Empathy" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Отладчик Empathy" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Сохранить" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Ссылка pastebin" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Ответ pastebin" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "Слишком много данных для вставки. Сохраните журналы в файл." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Окно отладки" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Отправить в pastebin" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Пауза" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Уровень " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Отладка" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Информация" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Сообщение" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Предупреждение" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Критическая ошибка" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Ошибка" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2958,93 +2915,93 @@ msgstr "" "в <a href=\"https://bugzilla.gnome.org/enter_bug.cgi?product=empathy" "\">отчёте об ошибке</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Время" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Домен" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Категория" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Уровень" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "Выбранный менеджер соединений не поддерживает расширение удалённой отладки." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Входящий видеовызов" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s делает видеовызов. Хотите ответить?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s вызывает вас. Хотите ответить?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Отказать" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Ответить" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "Ответить с _видео" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Приглашение к беседе" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Предложение присоединиться к %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s предлагает присоединиться к %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Войти" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s предложил присоединиться к %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Вам предложили присоединиться к %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Входящий файл от %s" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Требуется пароль" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3626,8 +3583,9 @@ msgid "No match found" msgstr "Нет совпадений" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" -msgstr "Вы пока не добавили никаких контактов" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" +msgstr "Вы пока не добавили ни одного контакта" #: ../src/empathy-roster-window.c:1732 msgid "No online contacts" @@ -3692,8 +3650,8 @@ msgid "Help" msgstr "Справка" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Об Empathy" +msgid "About" +msgstr "О приложении" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3733,3 +3691,44 @@ msgstr "Изменить параметры учётной записи %s" #: ../ubuntu-online-accounts/empathy.application.in.h:1 msgid "Integrate your IM accounts" msgstr "Интегрируйте учётные записи систем обмена мгновенными сообщениями" + +#~ msgid "No error message" +#~ msgstr "Сообщение об ошибке отсутствует" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Мгновенное сообщение (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy — свободная программа, вы можете распространять и/или " +#~ "модифицировать её на условиях, указанных в GNU General Public License " +#~ "опубликованой Free Software Foundation; либо в версии 2 или (по вашему " +#~ "выбору) любой более поздней версии." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Программа Empathy распространяется в расчёте на то, что будет полезной, " +#~ "однако БЕЗ КАКИХ ЛИБО ГАРАНТИЙ в том числе подразумеваемых гарантий " +#~ "ПОЛЕЗНОСТИ или ПРИГОДНОСТИ ДЛЯ КАКИХ_ЛИБО ЦЕЛЕЙ. Смотрите GNU General " +#~ "Public License." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Вы должны были получить копию GNU General Public License вместе с " +#~ "программой Empathy. Если этого не произошло, напишите в Фонд Свободного " +#~ "Программного Обеспечения: Free Software Foundation, Inc., 51 Franklin " +#~ "Street, Fifth Floor, Boston, MA 02110-130159 USA" + +#~ msgid "About Empathy" +#~ msgstr "Об Empathy" @@ -8,14 +8,14 @@ # Nikola Kotur <kotnik@ns-linux.org>, 2006. # Милош Поповић <gpopac@gmail.com>, 2007, 2008, 2009, 2010. # Бранко Кокановић <branko.kokanovic@gmail.com>, 2010, 2011. -# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2011, 2012, 2013. +# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2011—2014. msgid "" msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=empath" "y&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-10-22 18:02+0000\n" -"PO-Revision-Date: 2013-10-24 11:28+0200\n" +"POT-Creation-Date: 2014-03-15 16:26+0000\n" +"PO-Revision-Date: 2014-03-15 19:29+0200\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Language-Team: Serbian <gnom@prevod.org>\n" "Language: sr\n" @@ -498,47 +498,47 @@ msgid "" msgstr "" "Да ли Писмоноша да умањи прецизност локације због повећане приватности." -#: ../libempathy/empathy-ft-handler.c:734 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Није наведен разлог" -#: ../libempathy/empathy-ft-handler.c:737 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Захтевана је промена стања" -#: ../libempathy/empathy-ft-handler.c:740 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Обуставили сте пренос датотеке" -#: ../libempathy/empathy-ft-handler.c:743 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Друга страна је прекинула пренос датотеке" -#: ../libempathy/empathy-ft-handler.c:746 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Грешка приликом преноса датотеке" -#: ../libempathy/empathy-ft-handler.c:749 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Друга страна није у могућности да пренесе датотеку" -#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Непознат разлог" -#: ../libempathy/empathy-ft-handler.c:915 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Пренос датотеке је завршен, али је датотека оштећена" -#: ../libempathy/empathy-ft-handler.c:1201 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Друга страна не подржава пренос датотека" -#: ../libempathy/empathy-ft-handler.c:1257 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Изабрана датотека није обична датотека" -#: ../libempathy/empathy-ft-handler.c:1266 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Изабрана датотека је празна" @@ -719,7 +719,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Није успело потврђивање идентитета за налог <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3845 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Покушај поново" @@ -763,62 +763,62 @@ msgstr "Овај протокол не подржава хитне позиве" msgid "You don't have enough credit in order to place this call" msgstr "Немате довољно кредита да бисте могли да обавите овај позив" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Нисам успео да отворим приватно ћаскање" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Теме нису подржане у овом разговору" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Није вам дозвољено да промените тему" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Неисправан ИБ контакта" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: чисти све поруке из овог разговора" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <тема>: поставља тему тренутног разговора" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <ИБ собе>: прикључује се новој соби за ћаскање" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <ИБ собе>: прикључује се новој соби за ћаскање" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" msgstr "" "/part [<ИБ собе>] [<разлог>]: напушта собу за ћаскање, подразумевано тренутну" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <ИБ пријатеља> [<порука>]: отвара приватно ћаскање" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <ИБ пријатеља> <порука>: отвара приватно ћаскање" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <надимак>: мења ваш надимак на тренутном серверу" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <порука>: шаље поруку РАДЊА на тренутни разговор" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -828,11 +828,11 @@ msgstr "" "порука које почињу са „/“. На пример: „/say /join се користи за прикључивање " "у нову собу за ћаскање“" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <ИБ контакта>: приказује податке о контакту" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -840,126 +840,126 @@ msgstr "" "/help [<наредбa>]: приказује све подржане наредбе. Ако се да и конкретна " "<наредба>, приказује њено упутство за употребу." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Коришћење: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Непозната наредба" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Непозната наредба; погледајте /help за доступне наредбе" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "нема довољно готовине за слање поруке" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Грешка при слању поруке „%s“: %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Грешка при слању поруке: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "нема довољно готовине за слање поруке. <a href='%s'>Допуните</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "неспособан" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "неповезан" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "неисправан пријатељ" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "приступ је забрањен" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "порука је предуга" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "није подржано" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "непознато" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Тема:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Тема је постављена на: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Тему је поставио %s на: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Тема није постављена" -#: ../libempathy-gtk/empathy-chat.c:2223 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(нема предлога)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2291 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Додај „%s“ у речник" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2328 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Додај „%s“ у речник за %s језик" -#: ../libempathy-gtk/empathy-chat.c:2398 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Убаци смешак" #. send button -#: ../libempathy-gtk/empathy-chat.c:2416 +#: ../libempathy-gtk/empathy-chat.c:2411 #: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Пошаљи" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2473 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "Предлози правопи_са" -#: ../libempathy-gtk/empathy-chat.c:2584 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Нисам успео да преузмем скорашње дневнике" -#: ../libempathy-gtk/empathy-chat.c:2827 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s је отишао са везе" @@ -967,12 +967,12 @@ msgstr "%s је отишао са везе" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2834 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%2$s је избацио корисника %1$s" -#: ../libempathy-gtk/empathy-chat.c:2837 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s је избачен" @@ -980,17 +980,17 @@ msgstr "%s је избачен" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2845 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%2$s је забранио приступ кориснику %1$s" -#: ../libempathy-gtk/empathy-chat.c:2848 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "Кориснику %s је забрањен приступ" -#: ../libempathy-gtk/empathy-chat.c:2852 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s је напустио(ла) причаоницу" @@ -1000,17 +1000,17 @@ msgstr "%s је напустио(ла) причаоницу" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2861 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2886 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s је приступио(ла) причаоници" -#: ../libempathy-gtk/empathy-chat.c:2911 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s је сада познат као %s" @@ -1018,50 +1018,50 @@ msgstr "%s је сада познат као %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Веза је прекинута" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3785 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Да ли желите да запамтите ову лозинку?" -#: ../libempathy-gtk/empathy-chat.c:3791 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Запамти" -#: ../libempathy-gtk/empathy-chat.c:3801 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Не сада" -#: ../libempathy-gtk/empathy-chat.c:3849 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Погрешна лозинка, покушајте поново:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3973 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Ова соба је заштићена лозинком:" -#: ../libempathy-gtk/empathy-chat.c:4000 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Прикључи се" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Повезан" -#: ../libempathy-gtk/empathy-chat.c:4247 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Разговор" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4252 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (СМС)" @@ -1374,54 +1374,54 @@ msgstr "Ћа_скање" msgid "_SMS" msgstr "_СМС" -#: ../libempathy-gtk/empathy-individual-menu.c:1450 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Аудио позив" -#: ../libempathy-gtk/empathy-individual-menu.c:1487 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Видео позив" -#: ../libempathy-gtk/empathy-individual-menu.c:1529 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Претходни разговори" -#: ../libempathy-gtk/empathy-individual-menu.c:1561 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Пошаљи датотеку" -#: ../libempathy-gtk/empathy-individual-menu.c:1595 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Дели моју радну површ" -#: ../libempathy-gtk/empathy-individual-menu.c:1622 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Омиљени" -#: ../libempathy-gtk/empathy-individual-menu.c:1651 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "_Подаци" -#: ../libempathy-gtk/empathy-individual-menu.c:1700 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Уреди" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1816 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Позивам вас у ову собу" -#: ../libempathy-gtk/empathy-individual-menu.c:1862 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "Позов_и у собу за ћаскање" -#: ../libempathy-gtk/empathy-individual-menu.c:2058 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "Дод_ај пријатеља…" @@ -1617,36 +1617,36 @@ msgstr "Прикажи" msgid "Search" msgstr "Потражи" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Ћаскање у %s" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Ћаскање са %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %B %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" @@ -1655,7 +1655,7 @@ msgstr[1] "%s секунде" msgstr[2] "%s секунди" msgstr[3] "једне секунде" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" @@ -1664,81 +1664,81 @@ msgstr[1] "%s минута" msgstr[2] "%s минута" msgstr[3] "једног минута" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Позив је започет %s, а завршен је %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Данас" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Јуче" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e. %B %Y." -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Било кад" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Било ко" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Ко" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Када" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Било шта" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Писана ћаскања" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Позиви" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Долазни позиви" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Одлазећи позиви" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Пропуштени позиви" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Шта" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Да ли сте сигурни да желите да обришете све дневнике претходних разговора?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Очисти све" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Обриши од:" @@ -1760,7 +1760,7 @@ msgid "Profile" msgstr "Профил" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Ћаскање" @@ -1975,13 +1975,13 @@ msgid "Subscription Request" msgstr "Захтев за претплату" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s тражи одобрење да види када сте на вези" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Одбиј" @@ -2134,54 +2134,11 @@ msgstr "Негруписано" msgid "Server cannot find contact: %s" msgstr "Сервер не може да нађе контакт: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Нема порука о грешкама" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Брза порука (Писмоноша)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Интернет писмоноша је слободан софтвер; можете га расподељивати и/или мењати " -"под условима Гнуове опште јавне лиценце како је објављује Задужбина " -"слободног софтвера; било издања 2 те Лиценце, или (према вашем нахођењу) " -"било којег новијег издања." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Интернет писмоноша се расподељује у нади да ће бити од користи, али БЕЗ " -"ИКАКВИХ ГАРАНЦИЈА; чак и без подразумеване гаранције КОРИСНОСТИ или " -"ПРИЛАГОЂЕНОСТИ ОДРЕЂЕНОЈ НАМЕНИ. Видите Гнуову општу јавну лиценцу за више " -"детаља." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Требали сте да примите примерак Гнуове опште јавне лиценце уз Интернет " -"писмоношу; ако нисте, пишите Задужбини слободног софтвера на следећу адресу: " -"„Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " -"02110-130159 USA“" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Гномов програм за брзе поруке" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Данило Шеган <dsegan@gmx.net>\n" @@ -2194,31 +2151,31 @@ msgstr "" "\n" "Превод.орг — превод на српски језик." -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Не приказуј ниједно прозорче; уради посао који имаш (нпр. увожење) и изађи" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Не приказуј ниједно прозорче осим ако не постоје само налози „Људи у близини“" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Почетно изабирање датог налога (нпр. gabble/jabber/foo_40example_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<идентификација налога>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "— Налози Писмоноше" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Налози Писмоноше" @@ -2235,29 +2192,29 @@ msgstr "Постоје несачуване измене на вашем нал msgid "Your new account has not been saved yet." msgstr "Ваш нови налог још није сачуван." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Повезујем се…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Неповезан — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Веза је прекинута — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Неповезан — Нема мрежне везе" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Непознато стање" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2267,28 +2224,28 @@ msgstr "" "Инсталирајте „telepathy-haze“ и поново покрените вашу сесију да преместите " "налог." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Неповезан — Налог је онемогућен" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Уредите параметре повезивања" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Уреди параметре повезивања…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Да ли желите да уклоните „%.50s“ са вашег рачунара?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Ово неће уклонити ваш налог на серверу." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2297,24 +2254,24 @@ msgstr "" "Да ли сигурно желите да наставите?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Укључен" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Преименуј" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Прескочи" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Повежи се" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2323,7 +2280,7 @@ msgstr "" "Да ли сигурно желите да наставите?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Налози за дописивање и VoIP" @@ -2359,24 +2316,24 @@ msgstr " — Интернет писмоноша клијент пријаве" msgid "Empathy authentication client" msgstr "Интернет писмоноша клијент пријаве" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Не повезуј се по покретању" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "" "Не приказуј списак пријатеља нити било које друго прозорче по покретању" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "— Интернет писмоноша за брзе поруке" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Грешка при комуникацији са Управником налога" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2389,15 +2346,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Долазни позив" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "— Интернет писмоноша Аудио/Видео клијент" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Интернет писмоноша Аудио/Видео клијент" @@ -2406,27 +2363,27 @@ msgstr "Интернет писмоноша Аудио/Видео клијент msgid "%s just tried to call you, but you were in another call." msgstr "%s је покушао да вас зове, али сте ви били на другој вези." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Долазни позив" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Долазни видео позив од %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Позива вас „%s“" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Одбаци" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2434,74 +2391,74 @@ msgstr "Јави се" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Позив са корисником %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "ИП адреса како је види овај рачунар" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "ИП адреса како је види сервер на интернету" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "ИП адреса вршњака како је види друга страна" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "ИП адреса релејног сервера" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "ИП адреса групе за вишеструко емитовање" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Непознато" -#: ../src/empathy-call-window.c:2959 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "На чекању" -#: ../src/empathy-call-window.c:2963 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Утишај" -#: ../src/empathy-call-window.c:2965 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Трајање" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2968 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Технички детаљи" -#: ../src/empathy-call-window.c:3103 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " "computer" msgstr "Програм %s не разуме ниједан звучни формат који подржава ваш рачунар" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " "computer" msgstr "Програм %s не разуме ниједан видео формат који подржава ваш рачунар" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2510,23 +2467,23 @@ msgstr "" "Не могу да успоставим везу са %s. Можда је неко од вас двоје на мрежи која " "не дозвољава директне везе." -#: ../src/empathy-call-window.c:3120 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Дошло је до грешке у мрежи" -#: ../src/empathy-call-window.c:3124 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Звучни формати потребни за овај позив нису инсталирани на вашем рачунару" -#: ../src/empathy-call-window.c:3127 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Видео формати потребни за овај позив нису инсталирани на вашем рачунару" -#: ../src/empathy-call-window.c:3139 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2537,32 +2494,32 @@ msgstr "" "href=„%s“>ову грешку</a> и прикачите дневнике покупљене из прозора " "„Отклањање грешака“ у изборнику „Помоћ“." -#: ../src/empathy-call-window.c:3148 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Дошло је до грешке у мотору за позиве" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Достигнут је крај тока" -#: ../src/empathy-call-window.c:3191 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Не могу да успоставим звучни ток" -#: ../src/empathy-call-window.c:3201 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Не могу да успоставим видео ток" -#: ../src/empathy-call-window.c:3238 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Ваше тренутно стање је %s." -#: ../src/empathy-call-window.c:3242 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Извините, али немате довољно кредита за овај позив." -#: ../src/empathy-call-window.c:3244 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Допуни" @@ -2678,7 +2635,7 @@ msgstr "Локални кандидат:" msgid "Audio" msgstr "Звук" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "— Писмоноша програм за ћаскање" @@ -2698,11 +2655,11 @@ msgstr "Аутоматско повезивање" msgid "Manage Favorite Rooms" msgstr "Уреди омиљене собе" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Да затворим овај прозор?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2711,7 +2668,7 @@ msgstr "" "Затварањем овог прозора биће напуштено %s. Нећете примати никакве будуће " "поруке све док се поново не придружите." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2732,12 +2689,12 @@ msgstr[3] "" "Затварањем овог прозора биће напуштена једна соба за ћаскање. Нећете примати " "никакве будуће поруке све док се поново не придружите." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Да напустим %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2745,15 +2702,15 @@ msgstr "" "Нећете примати никакве будуће поруке из ове собе за ћаскање све док јој се " "поново не придружите." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Затвори прозор" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Напусти собу" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" @@ -2762,7 +2719,7 @@ msgstr[1] "%s (%d непрочитане)" msgstr[2] "%s (%d непрочитаних)" msgstr[3] "%s (једна непрочитана)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" @@ -2771,7 +2728,7 @@ msgstr[1] "%s (и %u друге)" msgstr[2] "%s (и %u других)" msgstr[3] "%s (и једна друга)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" @@ -2780,7 +2737,7 @@ msgstr[1] "%s (%d непрочитане од осталих)" msgstr[2] "%s (%d непрочитаних од осталих)" msgstr[3] "%s (једна непрочитана од осталих)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" @@ -2789,11 +2746,11 @@ msgstr[1] "%s (%d непрочитане од свих)" msgstr[2] "%s (%d непрочитаних од свих)" msgstr[3] "%s (једна непрочитана од свих)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "СМС:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" @@ -2802,7 +2759,7 @@ msgstr[1] "Шаљем %d поруке" msgstr[2] "Шаљем %d порука" msgstr[3] "Шаљем једну поруку" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Пише поруку." @@ -2874,75 +2831,75 @@ msgstr "Премести језичак _десно" msgid "_Detach Tab" msgstr "_Откачи језичак" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Прикажи посебну услугу" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "— Отклањање грешака Писмоноше" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Отклањање грешака Писмоноше" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Сачувај" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Веза канте одлагања" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Одговор канте одлагања" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "Подаци су превелики за једно одлагање. Сачувајте записнике у датотеку." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Прозор за отклањање грешака" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Пошаљи у канту одлагања" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Пауза" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Ниво " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Уклањање грешака" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Подаци" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Порука" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Упозорење" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Критичан" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Грешка" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2961,93 +2918,93 @@ msgstr "" "поља у <a href=\"https://bugzilla.gnome.org/enter_bug.cgi?product=empathy" "\">извештају о грешци</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Време" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Домен" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Категорија" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Ниво" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "Изабрани управник везе не подржава проширење за удаљено отклањање грешака." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Долазни видео позив" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s вас зове видео позивом. Желите ли да се јавите?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s вас зове. Желите ли да се јавите?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Одбаци" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Јави се" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "Одговори са _видеом" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Позивнице за собу" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Позивница да се придружите у %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s вас позива да се придружите %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Прикључи се" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s вас позива да се придружите %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Позвани сте да се придружите у %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Долазни пренос датотеке од %s" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Потребна је лозинка" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3626,7 +3583,8 @@ msgid "No match found" msgstr "Нема поклапања" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Још увек нисте додали ниједан контакт" #: ../src/empathy-roster-window.c:1732 @@ -3692,8 +3650,8 @@ msgid "Help" msgstr "Помоћ" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "О Интернет писмоноши" +msgid "About" +msgstr "О програму" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3733,3 +3691,44 @@ msgstr "Уредите могућности налога %s" #: ../ubuntu-online-accounts/empathy.application.in.h:1 msgid "Integrate your IM accounts" msgstr "Обједините ваше налоге брзих порука" + +#~ msgid "No error message" +#~ msgstr "Нема порука о грешкама" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Брза порука (Писмоноша)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Интернет писмоноша је слободан софтвер; можете га расподељивати и/или " +#~ "мењати под условима Гнуове опште јавне лиценце како је објављује " +#~ "Задужбина слободног софтвера; било издања 2 те Лиценце, или (према вашем " +#~ "нахођењу) било којег новијег издања." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Интернет писмоноша се расподељује у нади да ће бити од користи, али БЕЗ " +#~ "ИКАКВИХ ГАРАНЦИЈА; чак и без подразумеване гаранције КОРИСНОСТИ или " +#~ "ПРИЛАГОЂЕНОСТИ ОДРЕЂЕНОЈ НАМЕНИ. Видите Гнуову општу јавну лиценцу за " +#~ "више детаља." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Требали сте да примите примерак Гнуове опште јавне лиценце уз Интернет " +#~ "писмоношу; ако нисте, пишите Задужбини слободног софтвера на следећу " +#~ "адресу: „Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, " +#~ "Boston, MA 02110-130159 USA“" + +#~ msgid "About Empathy" +#~ msgstr "О Интернет писмоноши" diff --git a/po/sr@latin.po b/po/sr@latin.po index 975d0114..705e1155 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -8,14 +8,14 @@ # Nikola Kotur <kotnik@ns-linux.org>, 2006. # Miloš Popović <gpopac@gmail.com>, 2007, 2008, 2009, 2010. # Branko Kokanović <branko.kokanovic@gmail.com>, 2010, 2011. -# Miroslav Nikolić <miroslavnikolic@rocketmail.com>, 2011, 2012, 2013. +# Miroslav Nikolić <miroslavnikolic@rocketmail.com>, 2011—2014. msgid "" msgstr "" "Project-Id-Version: empathy\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=empath" "y&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2013-10-22 18:02+0000\n" -"PO-Revision-Date: 2013-10-24 11:28+0200\n" +"POT-Creation-Date: 2014-03-15 16:26+0000\n" +"PO-Revision-Date: 2014-03-15 19:29+0200\n" "Last-Translator: Miroslav Nikolić <miroslavnikolic@rocketmail.com>\n" "Language-Team: Serbian <gnom@prevod.org>\n" "Language: sr\n" @@ -498,47 +498,47 @@ msgid "" msgstr "" "Da li Pismonoša da umanji preciznost lokacije zbog povećane privatnosti." -#: ../libempathy/empathy-ft-handler.c:734 +#: ../libempathy/empathy-ft-handler.c:730 msgid "No reason was specified" msgstr "Nije naveden razlog" -#: ../libempathy/empathy-ft-handler.c:737 +#: ../libempathy/empathy-ft-handler.c:733 msgid "The change in state was requested" msgstr "Zahtevana je promena stanja" -#: ../libempathy/empathy-ft-handler.c:740 +#: ../libempathy/empathy-ft-handler.c:736 msgid "You canceled the file transfer" msgstr "Obustavili ste prenos datoteke" -#: ../libempathy/empathy-ft-handler.c:743 +#: ../libempathy/empathy-ft-handler.c:739 msgid "The other participant canceled the file transfer" msgstr "Druga strana je prekinula prenos datoteke" -#: ../libempathy/empathy-ft-handler.c:746 +#: ../libempathy/empathy-ft-handler.c:742 msgid "Error while trying to transfer the file" msgstr "Greška prilikom prenosa datoteke" -#: ../libempathy/empathy-ft-handler.c:749 +#: ../libempathy/empathy-ft-handler.c:745 msgid "The other participant is unable to transfer the file" msgstr "Druga strana nije u mogućnosti da prenese datoteku" -#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 +#: ../libempathy/empathy-ft-handler.c:748 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Nepoznat razlog" -#: ../libempathy/empathy-ft-handler.c:915 +#: ../libempathy/empathy-ft-handler.c:895 msgid "File transfer completed, but the file was corrupted" msgstr "Prenos datoteke je završen, ali je datoteka oštećena" -#: ../libempathy/empathy-ft-handler.c:1201 +#: ../libempathy/empathy-ft-handler.c:1176 msgid "File transfer not supported by remote contact" msgstr "Druga strana ne podržava prenos datoteka" -#: ../libempathy/empathy-ft-handler.c:1257 +#: ../libempathy/empathy-ft-handler.c:1232 msgid "The selected file is not a regular file" msgstr "Izabrana datoteka nije obična datoteka" -#: ../libempathy/empathy-ft-handler.c:1266 +#: ../libempathy/empathy-ft-handler.c:1241 msgid "The selected file is empty" msgstr "Izabrana datoteka je prazna" @@ -719,7 +719,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Nije uspelo potvrđivanje identiteta za nalog <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3845 +#: ../libempathy-gtk/empathy-chat.c:3840 msgid "Retry" msgstr "Pokušaj ponovo" @@ -763,62 +763,62 @@ msgstr "Ovaj protokol ne podržava hitne pozive" msgid "You don't have enough credit in order to place this call" msgstr "Nemate dovoljno kredita da biste mogli da obavite ovaj poziv" -#: ../libempathy-gtk/empathy-chat.c:734 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Nisam uspeo da otvorim privatno ćaskanje" -#: ../libempathy-gtk/empathy-chat.c:792 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Teme nisu podržane u ovom razgovoru" -#: ../libempathy-gtk/empathy-chat.c:798 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "Nije vam dozvoljeno da promenite temu" -#: ../libempathy-gtk/empathy-chat.c:974 +#: ../libempathy-gtk/empathy-chat.c:967 msgid "Invalid contact ID" msgstr "Neispravan IB kontakta" -#: ../libempathy-gtk/empathy-chat.c:1061 +#: ../libempathy-gtk/empathy-chat.c:1054 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: čisti sve poruke iz ovog razgovora" -#: ../libempathy-gtk/empathy-chat.c:1064 +#: ../libempathy-gtk/empathy-chat.c:1057 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <tema>: postavlja temu trenutnog razgovora" -#: ../libempathy-gtk/empathy-chat.c:1067 +#: ../libempathy-gtk/empathy-chat.c:1060 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <IB sobe>: priključuje se novoj sobi za ćaskanje" -#: ../libempathy-gtk/empathy-chat.c:1070 +#: ../libempathy-gtk/empathy-chat.c:1063 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <IB sobe>: priključuje se novoj sobi za ćaskanje" -#: ../libempathy-gtk/empathy-chat.c:1074 +#: ../libempathy-gtk/empathy-chat.c:1067 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" msgstr "" "/part [<IB sobe>] [<razlog>]: napušta sobu za ćaskanje, podrazumevano trenutnu" -#: ../libempathy-gtk/empathy-chat.c:1078 +#: ../libempathy-gtk/empathy-chat.c:1071 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <IB prijatelja> [<poruka>]: otvara privatno ćaskanje" -#: ../libempathy-gtk/empathy-chat.c:1081 +#: ../libempathy-gtk/empathy-chat.c:1074 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <IB prijatelja> <poruka>: otvara privatno ćaskanje" -#: ../libempathy-gtk/empathy-chat.c:1084 +#: ../libempathy-gtk/empathy-chat.c:1077 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <nadimak>: menja vaš nadimak na trenutnom serveru" -#: ../libempathy-gtk/empathy-chat.c:1087 +#: ../libempathy-gtk/empathy-chat.c:1080 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <poruka>: šalje poruku RADNJA na trenutni razgovor" -#: ../libempathy-gtk/empathy-chat.c:1090 +#: ../libempathy-gtk/empathy-chat.c:1083 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -828,11 +828,11 @@ msgstr "" "poruka koje počinju sa „/“. Na primer: „/say /join se koristi za priključivanje " "u novu sobu za ćaskanje“" -#: ../libempathy-gtk/empathy-chat.c:1095 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <IB kontakta>: prikazuje podatke o kontaktu" -#: ../libempathy-gtk/empathy-chat.c:1098 +#: ../libempathy-gtk/empathy-chat.c:1091 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -840,126 +840,126 @@ msgstr "" "/help [<naredba>]: prikazuje sve podržane naredbe. Ako se da i konkretna " "<naredba>, prikazuje njeno uputstvo za upotrebu." -#: ../libempathy-gtk/empathy-chat.c:1117 +#: ../libempathy-gtk/empathy-chat.c:1110 #, c-format msgid "Usage: %s" msgstr "Korišćenje: %s" -#: ../libempathy-gtk/empathy-chat.c:1162 +#: ../libempathy-gtk/empathy-chat.c:1155 msgid "Unknown command" msgstr "Nepoznata naredba" -#: ../libempathy-gtk/empathy-chat.c:1288 +#: ../libempathy-gtk/empathy-chat.c:1281 msgid "Unknown command; see /help for the available commands" msgstr "Nepoznata naredba; pogledajte /help za dostupne naredbe" -#: ../libempathy-gtk/empathy-chat.c:1543 +#: ../libempathy-gtk/empathy-chat.c:1536 msgid "insufficient balance to send message" msgstr "nema dovoljno gotovine za slanje poruke" -#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1561 -#: ../libempathy-gtk/empathy-chat.c:1624 +#: ../libempathy-gtk/empathy-chat.c:1540 ../libempathy-gtk/empathy-chat.c:1554 +#: ../libempathy-gtk/empathy-chat.c:1617 #, c-format msgid "Error sending message '%s': %s" msgstr "Greška pri slanju poruke „%s“: %s" -#: ../libempathy-gtk/empathy-chat.c:1549 ../libempathy-gtk/empathy-chat.c:1566 -#: ../libempathy-gtk/empathy-chat.c:1628 +#: ../libempathy-gtk/empathy-chat.c:1542 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1621 #, c-format msgid "Error sending message: %s" msgstr "Greška pri slanju poruke: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1555 +#: ../libempathy-gtk/empathy-chat.c:1548 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "nema dovoljno gotovine za slanje poruke. <a href='%s'>Dopunite</a>." -#: ../libempathy-gtk/empathy-chat.c:1595 +#: ../libempathy-gtk/empathy-chat.c:1588 msgid "not capable" msgstr "nesposoban" -#: ../libempathy-gtk/empathy-chat.c:1602 +#: ../libempathy-gtk/empathy-chat.c:1595 msgid "offline" msgstr "nepovezan" -#: ../libempathy-gtk/empathy-chat.c:1605 +#: ../libempathy-gtk/empathy-chat.c:1598 msgid "invalid contact" msgstr "neispravan prijatelj" -#: ../libempathy-gtk/empathy-chat.c:1608 +#: ../libempathy-gtk/empathy-chat.c:1601 msgid "permission denied" msgstr "pristup je zabranjen" -#: ../libempathy-gtk/empathy-chat.c:1611 +#: ../libempathy-gtk/empathy-chat.c:1604 msgid "too long message" msgstr "poruka je preduga" -#: ../libempathy-gtk/empathy-chat.c:1614 +#: ../libempathy-gtk/empathy-chat.c:1607 msgid "not implemented" msgstr "nije podržano" -#: ../libempathy-gtk/empathy-chat.c:1618 +#: ../libempathy-gtk/empathy-chat.c:1611 msgid "unknown" msgstr "nepoznato" -#: ../libempathy-gtk/empathy-chat.c:1685 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1678 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Tema:" -#: ../libempathy-gtk/empathy-chat.c:1700 +#: ../libempathy-gtk/empathy-chat.c:1693 #, c-format msgid "Topic set to: %s" msgstr "Tema je postavljena na: %s" -#: ../libempathy-gtk/empathy-chat.c:1702 +#: ../libempathy-gtk/empathy-chat.c:1695 #, c-format msgid "Topic set by %s to: %s" msgstr "Temu je postavio %s na: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1707 +#: ../libempathy-gtk/empathy-chat.c:1700 msgid "No topic defined" msgstr "Tema nije postavljena" -#: ../libempathy-gtk/empathy-chat.c:2223 +#: ../libempathy-gtk/empathy-chat.c:2218 msgid "(No Suggestions)" msgstr "(nema predloga)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2291 +#: ../libempathy-gtk/empathy-chat.c:2286 #, c-format msgid "Add '%s' to Dictionary" msgstr "Dodaj „%s“ u rečnik" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2328 +#: ../libempathy-gtk/empathy-chat.c:2323 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Dodaj „%s“ u rečnik za %s jezik" -#: ../libempathy-gtk/empathy-chat.c:2398 +#: ../libempathy-gtk/empathy-chat.c:2393 msgid "Insert Smiley" msgstr "Ubaci smešak" #. send button -#: ../libempathy-gtk/empathy-chat.c:2416 +#: ../libempathy-gtk/empathy-chat.c:2411 #: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Pošalji" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2473 +#: ../libempathy-gtk/empathy-chat.c:2468 msgid "_Spelling Suggestions" msgstr "Predlozi pravopi_sa" -#: ../libempathy-gtk/empathy-chat.c:2584 +#: ../libempathy-gtk/empathy-chat.c:2579 msgid "Failed to retrieve recent logs" msgstr "Nisam uspeo da preuzmem skorašnje dnevnike" -#: ../libempathy-gtk/empathy-chat.c:2827 +#: ../libempathy-gtk/empathy-chat.c:2822 #, c-format msgid "%s has disconnected" msgstr "%s je otišao sa veze" @@ -967,12 +967,12 @@ msgstr "%s je otišao sa veze" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2834 +#: ../libempathy-gtk/empathy-chat.c:2829 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%2$s je izbacio korisnika %1$s" -#: ../libempathy-gtk/empathy-chat.c:2837 +#: ../libempathy-gtk/empathy-chat.c:2832 #, c-format msgid "%s was kicked" msgstr "%s je izbačen" @@ -980,17 +980,17 @@ msgstr "%s je izbačen" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2845 +#: ../libempathy-gtk/empathy-chat.c:2840 #, c-format msgid "%1$s was banned by %2$s" msgstr "%2$s je zabranio pristup korisniku %1$s" -#: ../libempathy-gtk/empathy-chat.c:2848 +#: ../libempathy-gtk/empathy-chat.c:2843 #, c-format msgid "%s was banned" msgstr "Korisniku %s je zabranjen pristup" -#: ../libempathy-gtk/empathy-chat.c:2852 +#: ../libempathy-gtk/empathy-chat.c:2847 #, c-format msgid "%s has left the room" msgstr "%s je napustio(la) pričaonicu" @@ -1000,17 +1000,17 @@ msgstr "%s je napustio(la) pričaonicu" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2861 +#: ../libempathy-gtk/empathy-chat.c:2856 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2886 +#: ../libempathy-gtk/empathy-chat.c:2881 #, c-format msgid "%s has joined the room" msgstr "%s je pristupio(la) pričaonici" -#: ../libempathy-gtk/empathy-chat.c:2911 +#: ../libempathy-gtk/empathy-chat.c:2906 #, c-format msgid "%s is now known as %s" msgstr "%s je sada poznat kao %s" @@ -1018,50 +1018,50 @@ msgstr "%s je sada poznat kao %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1525 -#: ../src/empathy-call-window.c:1575 ../src/empathy-call-window.c:2654 -#: ../src/empathy-call-window.c:2961 ../src/empathy-event-manager.c:1172 +#: ../libempathy-gtk/empathy-chat.c:3093 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Veza je prekinuta" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3785 +#: ../libempathy-gtk/empathy-chat.c:3780 msgid "Would you like to store this password?" msgstr "Da li želite da zapamtite ovu lozinku?" -#: ../libempathy-gtk/empathy-chat.c:3791 +#: ../libempathy-gtk/empathy-chat.c:3786 msgid "Remember" msgstr "Zapamti" -#: ../libempathy-gtk/empathy-chat.c:3801 +#: ../libempathy-gtk/empathy-chat.c:3796 msgid "Not now" msgstr "Ne sada" -#: ../libempathy-gtk/empathy-chat.c:3849 +#: ../libempathy-gtk/empathy-chat.c:3844 msgid "Wrong password; please try again:" msgstr "Pogrešna lozinka, pokušajte ponovo:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3973 +#: ../libempathy-gtk/empathy-chat.c:3968 msgid "This room is protected by a password:" msgstr "Ova soba je zaštićena lozinkom:" -#: ../libempathy-gtk/empathy-chat.c:4000 +#: ../libempathy-gtk/empathy-chat.c:3995 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Priključi se" -#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1193 +#: ../libempathy-gtk/empathy-chat.c:4187 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "Povezan" -#: ../libempathy-gtk/empathy-chat.c:4247 +#: ../libempathy-gtk/empathy-chat.c:4242 msgid "Conversation" msgstr "Razgovor" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4252 +#: ../libempathy-gtk/empathy-chat.c:4247 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" @@ -1374,54 +1374,54 @@ msgstr "Ća_skanje" msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1450 +#: ../libempathy-gtk/empathy-individual-menu.c:1449 msgctxt "menu item" msgid "_Audio Call" msgstr "_Audio poziv" -#: ../libempathy-gtk/empathy-individual-menu.c:1487 +#: ../libempathy-gtk/empathy-individual-menu.c:1485 msgctxt "menu item" msgid "_Video Call" msgstr "_Video poziv" -#: ../libempathy-gtk/empathy-individual-menu.c:1529 +#: ../libempathy-gtk/empathy-individual-menu.c:1527 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Prethodni razgovori" -#: ../libempathy-gtk/empathy-individual-menu.c:1561 +#: ../libempathy-gtk/empathy-individual-menu.c:1559 msgid "Send File" msgstr "Pošalji datoteku" -#: ../libempathy-gtk/empathy-individual-menu.c:1595 +#: ../libempathy-gtk/empathy-individual-menu.c:1593 msgid "Share My Desktop" msgstr "Deli moju radnu površ" -#: ../libempathy-gtk/empathy-individual-menu.c:1622 +#: ../libempathy-gtk/empathy-individual-menu.c:1620 #: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Omiljeni" -#: ../libempathy-gtk/empathy-individual-menu.c:1651 +#: ../libempathy-gtk/empathy-individual-menu.c:1649 msgid "Infor_mation" msgstr "_Podaci" -#: ../libempathy-gtk/empathy-individual-menu.c:1700 +#: ../libempathy-gtk/empathy-individual-menu.c:1698 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Uredi" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1816 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1814 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Pozivam vas u ovu sobu" -#: ../libempathy-gtk/empathy-individual-menu.c:1862 +#: ../libempathy-gtk/empathy-individual-menu.c:1860 msgid "_Invite to Chat Room" msgstr "Pozov_i u sobu za ćaskanje" -#: ../libempathy-gtk/empathy-individual-menu.c:2058 +#: ../libempathy-gtk/empathy-individual-menu.c:2056 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "Dod_aj prijatelja…" @@ -1617,36 +1617,36 @@ msgstr "Prikaži" msgid "Search" msgstr "Potraži" -#: ../libempathy-gtk/empathy-log-window.c:1159 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Ćaskanje u %s" -#: ../libempathy-gtk/empathy-log-window.c:1161 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Ćaskanje sa %s" -#: ../libempathy-gtk/empathy-log-window.c:1211 -#: ../libempathy-gtk/empathy-log-window.c:1355 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %B %Y %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1298 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1304 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1379 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" @@ -1655,7 +1655,7 @@ msgstr[1] "%s sekunde" msgstr[2] "%s sekundi" msgstr[3] "jedne sekunde" -#: ../libempathy-gtk/empathy-log-window.c:1386 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" @@ -1664,81 +1664,81 @@ msgstr[1] "%s minuta" msgstr[2] "%s minuta" msgstr[3] "jednog minuta" -#: ../libempathy-gtk/empathy-log-window.c:1394 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Poziv je započet %s, a završen je %s" -#: ../libempathy-gtk/empathy-log-window.c:1725 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Danas" -#: ../libempathy-gtk/empathy-log-window.c:1729 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Juče" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1744 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e. %B %Y." -#: ../libempathy-gtk/empathy-log-window.c:1848 -#: ../libempathy-gtk/empathy-log-window.c:3471 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Bilo kad" -#: ../libempathy-gtk/empathy-log-window.c:1947 -#: ../libempathy-gtk/empathy-log-window.c:2406 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Bilo ko" -#: ../libempathy-gtk/empathy-log-window.c:2719 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Ko" -#: ../libempathy-gtk/empathy-log-window.c:2928 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Kada" -#: ../libempathy-gtk/empathy-log-window.c:3046 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Bilo šta" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Pisana ćaskanja" -#: ../libempathy-gtk/empathy-log-window.c:3049 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Pozivi" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Dolazni pozivi" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Odlazeći pozivi" -#: ../libempathy-gtk/empathy-log-window.c:3055 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Propušteni pozivi" -#: ../libempathy-gtk/empathy-log-window.c:3075 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Šta" -#: ../libempathy-gtk/empathy-log-window.c:3764 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "" "Da li ste sigurni da želite da obrišete sve dnevnike prethodnih razgovora?" -#: ../libempathy-gtk/empathy-log-window.c:3768 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Očisti sve" -#: ../libempathy-gtk/empathy-log-window.c:3775 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Obriši od:" @@ -1760,7 +1760,7 @@ msgid "Profile" msgstr "Profil" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Ćaskanje" @@ -1975,13 +1975,13 @@ msgid "Subscription Request" msgstr "Zahtev za pretplatu" #: ../libempathy-gtk/empathy-subscription-dialog.c:240 -#: ../src/empathy-event-manager.c:1110 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s traži odobrenje da vidi kada ste na vezi" #: ../libempathy-gtk/empathy-subscription-dialog.c:281 -#: ../src/empathy-event-manager.c:724 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "_Odbij" @@ -2134,54 +2134,11 @@ msgstr "Negrupisano" msgid "Server cannot find contact: %s" msgstr "Server ne može da nađe kontakt: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Nema poruka o greškama" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Brza poruka (Pismonoša)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Internet pismonoša je slobodan softver; možete ga raspodeljivati i/ili menjati " -"pod uslovima Gnuove opšte javne licence kako je objavljuje Zadužbina " -"slobodnog softvera; bilo izdanja 2 te Licence, ili (prema vašem nahođenju) " -"bilo kojeg novijeg izdanja." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Internet pismonoša se raspodeljuje u nadi da će biti od koristi, ali BEZ " -"IKAKVIH GARANCIJA; čak i bez podrazumevane garancije KORISNOSTI ili " -"PRILAGOĐENOSTI ODREĐENOJ NAMENI. Vidite Gnuovu opštu javnu licencu za više " -"detalja." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Trebali ste da primite primerak Gnuove opšte javne licence uz Internet " -"pismonošu; ako niste, pišite Zadužbini slobodnog softvera na sledeću adresu: " -"„Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " -"02110-130159 USA“" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Gnomov program za brze poruke" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Danilo Šegan <dsegan@gmx.net>\n" @@ -2194,31 +2151,31 @@ msgstr "" "\n" "Prevod.org — prevod na srpski jezik." -#: ../src/empathy-accounts.c:172 +#: ../src/empathy-accounts.c:171 msgid "Don't display any dialogs; do any work (eg, importing) and exit" msgstr "" "Ne prikazuj nijedno prozorče; uradi posao koji imaš (npr. uvoženje) i izađi" -#: ../src/empathy-accounts.c:176 +#: ../src/empathy-accounts.c:175 msgid "" "Don't display any dialogs unless there are only \"People Nearby\" accounts" msgstr "" "Ne prikazuj nijedno prozorče osim ako ne postoje samo nalozi „Ljudi u blizini“" -#: ../src/empathy-accounts.c:180 +#: ../src/empathy-accounts.c:179 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" msgstr "" "Početno izabiranje datog naloga (npr. gabble/jabber/foo_40example_2eorg0)" -#: ../src/empathy-accounts.c:182 +#: ../src/empathy-accounts.c:181 msgid "<account-id>" msgstr "<identifikacija naloga>" -#: ../src/empathy-accounts.c:187 +#: ../src/empathy-accounts.c:186 msgid "- Empathy Accounts" msgstr "— Nalozi Pismonoše" -#: ../src/empathy-accounts.c:240 +#: ../src/empathy-accounts.c:239 msgid "Empathy Accounts" msgstr "Nalozi Pismonoše" @@ -2235,29 +2192,29 @@ msgstr "Postoje nesačuvane izmene na vašem nalogu %.50s." msgid "Your new account has not been saved yet." msgstr "Vaš novi nalog još nije sačuvan." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1267 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "Povezujem se…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Nepovezan — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Veza je prekinuta — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Nepovezan — Nema mrežne veze" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Nepoznato stanje" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2267,28 +2224,28 @@ msgstr "" "Instalirajte „telepathy-haze“ i ponovo pokrenite vašu sesiju da premestite " "nalog." -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Nepovezan — Nalog je onemogućen" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Uredite parametre povezivanja" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" msgstr "_Uredi parametre povezivanja…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Da li želite da uklonite „%.50s“ sa vašeg računara?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Ovo neće ukloniti vaš nalog na serveru." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2297,24 +2254,24 @@ msgstr "" "Da li sigurno želite da nastavite?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "_Uključen" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Preimenuj" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Preskoči" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_Poveži se" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2323,7 +2280,7 @@ msgstr "" "Da li sigurno želite da nastavite?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Nalozi za dopisivanje i VoIP" @@ -2359,24 +2316,24 @@ msgstr " — Internet pismonoša klijent prijave" msgid "Empathy authentication client" msgstr "Internet pismonoša klijent prijave" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Ne povezuj se po pokretanju" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "" "Ne prikazuj spisak prijatelja niti bilo koje drugo prozorče po pokretanju" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "— Internet pismonoša za brze poruke" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Greška pri komunikaciji sa Upravnikom naloga" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2389,15 +2346,15 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Dolazni poziv" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "— Internet pismonoša Audio/Video klijent" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Internet pismonoša Audio/Video klijent" @@ -2406,27 +2363,27 @@ msgstr "Internet pismonoša Audio/Video klijent" msgid "%s just tried to call you, but you were in another call." msgstr "%s je pokušao da vas zove, ali ste vi bili na drugoj vezi." -#: ../src/empathy-call-window.c:1542 ../src/empathy-event-manager.c:503 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Dolazni poziv" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Dolazni video poziv od %s" -#: ../src/empathy-call-window.c:1548 ../src/empathy-event-manager.c:511 -#: ../src/empathy-event-manager.c:908 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Poziva vas „%s“" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Odbaci" -#: ../src/empathy-call-window.c:1553 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2434,74 +2391,74 @@ msgstr "Javi se" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1923 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Poziv sa korisnikom %s" -#: ../src/empathy-call-window.c:2175 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "IP adresa kako je vidi ovaj računar" -#: ../src/empathy-call-window.c:2177 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "IP adresa kako je vidi server na internetu" -#: ../src/empathy-call-window.c:2179 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "IP adresa vršnjaka kako je vidi druga strana" -#: ../src/empathy-call-window.c:2181 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "IP adresa relejnog servera" -#: ../src/empathy-call-window.c:2183 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "IP adresa grupe za višestruko emitovanje" -#: ../src/empathy-call-window.c:2597 ../src/empathy-call-window.c:2598 -#: ../src/empathy-call-window.c:2599 ../src/empathy-call-window.c:2600 +#: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Nepoznato" -#: ../src/empathy-call-window.c:2959 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "Na čekanju" -#: ../src/empathy-call-window.c:2963 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Utišaj" -#: ../src/empathy-call-window.c:2965 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Trajanje" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2968 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3064 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Tehnički detalji" -#: ../src/empathy-call-window.c:3103 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " "computer" msgstr "Program %s ne razume nijedan zvučni format koji podržava vaš računar" -#: ../src/empathy-call-window.c:3108 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " "computer" msgstr "Program %s ne razume nijedan video format koji podržava vaš računar" -#: ../src/empathy-call-window.c:3114 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2510,23 +2467,23 @@ msgstr "" "Ne mogu da uspostavim vezu sa %s. Možda je neko od vas dvoje na mreži koja " "ne dozvoljava direktne veze." -#: ../src/empathy-call-window.c:3120 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Došlo je do greške u mreži" -#: ../src/empathy-call-window.c:3124 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Zvučni formati potrebni za ovaj poziv nisu instalirani na vašem računaru" -#: ../src/empathy-call-window.c:3127 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Video formati potrebni za ovaj poziv nisu instalirani na vašem računaru" -#: ../src/empathy-call-window.c:3139 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2537,32 +2494,32 @@ msgstr "" "href=„%s“>ovu grešku</a> i prikačite dnevnike pokupljene iz prozora " "„Otklanjanje grešaka“ u izborniku „Pomoć“." -#: ../src/empathy-call-window.c:3148 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Došlo je do greške u motoru za pozive" -#: ../src/empathy-call-window.c:3151 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Dostignut je kraj toka" -#: ../src/empathy-call-window.c:3191 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Ne mogu da uspostavim zvučni tok" -#: ../src/empathy-call-window.c:3201 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Ne mogu da uspostavim video tok" -#: ../src/empathy-call-window.c:3238 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Vaše trenutno stanje je %s." -#: ../src/empathy-call-window.c:3242 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Izvinite, ali nemate dovoljno kredita za ovaj poziv." -#: ../src/empathy-call-window.c:3244 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Dopuni" @@ -2678,7 +2635,7 @@ msgstr "Lokalni kandidat:" msgid "Audio" msgstr "Zvuk" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "— Pismonoša program za ćaskanje" @@ -2698,11 +2655,11 @@ msgstr "Automatsko povezivanje" msgid "Manage Favorite Rooms" msgstr "Uredi omiljene sobe" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Da zatvorim ovaj prozor?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2711,7 +2668,7 @@ msgstr "" "Zatvaranjem ovog prozora biće napušteno %s. Nećete primati nikakve buduće " "poruke sve dok se ponovo ne pridružite." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2732,12 +2689,12 @@ msgstr[3] "" "Zatvaranjem ovog prozora biće napuštena jedna soba za ćaskanje. Nećete primati " "nikakve buduće poruke sve dok se ponovo ne pridružite." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Da napustim %s?" -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." @@ -2745,15 +2702,15 @@ msgstr "" "Nećete primati nikakve buduće poruke iz ove sobe za ćaskanje sve dok joj se " "ponovo ne pridružite." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Zatvori prozor" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Napusti sobu" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" @@ -2762,7 +2719,7 @@ msgstr[1] "%s (%d nepročitane)" msgstr[2] "%s (%d nepročitanih)" msgstr[3] "%s (jedna nepročitana)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" @@ -2771,7 +2728,7 @@ msgstr[1] "%s (i %u druge)" msgstr[2] "%s (i %u drugih)" msgstr[3] "%s (i jedna druga)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" @@ -2780,7 +2737,7 @@ msgstr[1] "%s (%d nepročitane od ostalih)" msgstr[2] "%s (%d nepročitanih od ostalih)" msgstr[3] "%s (jedna nepročitana od ostalih)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" @@ -2789,11 +2746,11 @@ msgstr[1] "%s (%d nepročitane od svih)" msgstr[2] "%s (%d nepročitanih od svih)" msgstr[3] "%s (jedna nepročitana od svih)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" @@ -2802,7 +2759,7 @@ msgstr[1] "Šaljem %d poruke" msgstr[2] "Šaljem %d poruka" msgstr[3] "Šaljem jednu poruku" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Piše poruku." @@ -2874,75 +2831,75 @@ msgstr "Premesti jezičak _desno" msgid "_Detach Tab" msgstr "_Otkači jezičak" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Prikaži posebnu uslugu" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "— Otklanjanje grešaka Pismonoše" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Otklanjanje grešaka Pismonoše" -#: ../src/empathy-debug-window.c:1556 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Sačuvaj" -#: ../src/empathy-debug-window.c:1616 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Veza kante odlaganja" -#: ../src/empathy-debug-window.c:1625 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Odgovor kante odlaganja" -#: ../src/empathy-debug-window.c:1632 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "Podaci su preveliki za jedno odlaganje. Sačuvajte zapisnike u datoteku." -#: ../src/empathy-debug-window.c:1814 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Prozor za otklanjanje grešaka" -#: ../src/empathy-debug-window.c:1874 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Pošalji u kantu odlaganja" -#: ../src/empathy-debug-window.c:1918 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Pauza" -#: ../src/empathy-debug-window.c:1930 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Nivo " -#: ../src/empathy-debug-window.c:1949 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Uklanjanje grešaka" -#: ../src/empathy-debug-window.c:1954 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Podaci" -#: ../src/empathy-debug-window.c:1959 ../src/empathy-debug-window.c:2039 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Poruka" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Upozorenje" -#: ../src/empathy-debug-window.c:1969 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Kritičan" -#: ../src/empathy-debug-window.c:1974 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Greška" -#: ../src/empathy-debug-window.c:1987 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2961,93 +2918,93 @@ msgstr "" "polja u <a href=\"https://bugzilla.gnome.org/enter_bug.cgi?product=empathy" "\">izveštaju o grešci</a>." -#: ../src/empathy-debug-window.c:2019 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Vreme" -#: ../src/empathy-debug-window.c:2022 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Domen" -#: ../src/empathy-debug-window.c:2025 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Kategorija" -#: ../src/empathy-debug-window.c:2028 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Nivo" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "Izabrani upravnik veze ne podržava proširenje za udaljeno otklanjanje grešaka." -#: ../src/empathy-event-manager.c:503 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Dolazni video poziv" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "%s vas zove video pozivom. Želite li da se javite?" -#: ../src/empathy-event-manager.c:508 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "%s vas zove. Želite li da se javite?" -#: ../src/empathy-event-manager.c:536 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "_Odbaci" -#: ../src/empathy-event-manager.c:544 ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Javi se" -#: ../src/empathy-event-manager.c:552 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "Odgovori sa _videom" -#: ../src/empathy-event-manager.c:707 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Pozivnice za sobu" -#: ../src/empathy-event-manager.c:709 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Pozivnica da se pridružite u %s" -#: ../src/empathy-event-manager.c:716 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s vas poziva da se pridružite %s" -#: ../src/empathy-event-manager.c:729 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Priključi se" -#: ../src/empathy-event-manager.c:755 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s vas poziva da se pridružite %s" -#: ../src/empathy-event-manager.c:761 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Pozvani ste da se pridružite u %s" -#: ../src/empathy-event-manager.c:951 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Dolazni prenos datoteke od %s" -#: ../src/empathy-event-manager.c:979 ../src/empathy-roster-window.c:214 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Potrebna je lozinka" -#: ../src/empathy-event-manager.c:1116 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3626,7 +3583,8 @@ msgid "No match found" msgstr "Nema poklapanja" #: ../src/empathy-roster-window.c:1729 -msgid "You haven't added any contact yet" +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Još uvek niste dodali nijedan kontakt" #: ../src/empathy-roster-window.c:1732 @@ -3692,8 +3650,8 @@ msgid "Help" msgstr "Pomoć" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "O Internet pismonoši" +msgid "About" +msgstr "O programu" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3733,3 +3691,44 @@ msgstr "Uredite mogućnosti naloga %s" #: ../ubuntu-online-accounts/empathy.application.in.h:1 msgid "Integrate your IM accounts" msgstr "Objedinite vaše naloge brzih poruka" + +#~ msgid "No error message" +#~ msgstr "Nema poruka o greškama" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Brza poruka (Pismonoša)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Internet pismonoša je slobodan softver; možete ga raspodeljivati i/ili " +#~ "menjati pod uslovima Gnuove opšte javne licence kako je objavljuje " +#~ "Zadužbina slobodnog softvera; bilo izdanja 2 te Licence, ili (prema vašem " +#~ "nahođenju) bilo kojeg novijeg izdanja." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Internet pismonoša se raspodeljuje u nadi da će biti od koristi, ali BEZ " +#~ "IKAKVIH GARANCIJA; čak i bez podrazumevane garancije KORISNOSTI ili " +#~ "PRILAGOĐENOSTI ODREĐENOJ NAMENI. Vidite Gnuovu opštu javnu licencu za " +#~ "više detalja." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Trebali ste da primite primerak Gnuove opšte javne licence uz Internet " +#~ "pismonošu; ako niste, pišite Zadužbini slobodnog softvera na sledeću " +#~ "adresu: „Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, " +#~ "Boston, MA 02110-130159 USA“" + +#~ msgid "About Empathy" +#~ msgstr "O Internet pismonoši" @@ -4,15 +4,14 @@ # Sergiy Dolgopolov <virgo@gnome.org.ua>, 2004. # Maxim Dziumanenko <dziumanenko@gmail.com>, 2008 # Sergey Panasenko <nitay@users.sourceforge.net>, 2009. -# Korostil Daniel <ted.korostiled@gmail.com>, 2011, 2012. -# Re. <ted.korostiled@gmail.com>, 2012. -# Daniel Korostil <ted.korostiled@gmail.com>, 2013. +# Daniel Korostil <ted.korostiled@gmail.com>, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: Empathy\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-21 20:40+0300\n" -"PO-Revision-Date: 2013-09-21 21:01+0300\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=empath" +"y&keywords=I18N+L10N&component=General\n" +"POT-Creation-Date: 2014-02-11 04:26+0000\n" +"PO-Revision-Date: 2014-02-11 11:44+0300\n" "Last-Translator: Daniel Korostil <ted.korostiled@gmail.com>\n" "Language-Team: linux.org.ua\n" "Language: uk\n" @@ -22,6 +21,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.7.1\n" +"X-Project-Style: gnome\n" #: ../data/empathy.desktop.in.in.h:1 msgid "Empathy" @@ -43,6 +43,30 @@ msgstr "Балачки через Google Talk, Facebook, MSN та багато msgid "chat;talk;im;message;irc;voip;gtalk;facebook;jabber;" msgstr "балачка;чат;переписування;повідомлення;irc;voip;gtalk;facebook;jabber;" +#: ../data/empathy.appdata.xml.in.h:1 +msgid "" +"Empathy is the official instant messaging application of the GNOME desktop " +"environment. Empathy can connect to AIM, MSN, Jabber (including Facebook " +"and Google Talk), IRC, and many other messaging networks. You can chat with " +"text, make audio and video calls, or even transfer files, depending on what " +"your contact’s chat application allows." +msgstr "" +"Empathy — офіційна прграма для обміну повідомленнями у стільничному " +"середовищі GNOME. Empathy може під'єднуватись до AIM, MSN, Jabber (зокрема " +"Facebook і Google Talk), IRC і багато інших протоколів. Можете переписувати " +"текстово, робити аудіо- або відеовиклики, або навіть передавати файли, " +"залежно від дозволу контактів." + +#: ../data/empathy.appdata.xml.in.h:2 +msgid "" +"Empathy provides integrated messaging for the GNOME desktop, so you’ll never " +"miss a message. You can respond to your contacts without even having to " +"open Empathy!" +msgstr "" +"Empathy надає інтегрований обмін повідомленнями у стільничному середовищі " +"GNOME, тому ви ніколи не пропустите жодного повідомлення. Можете відповідати " +"контактам навіть без відкритого вікна." + #: ../data/org.gnome.Empathy.gschema.xml.h:1 msgid "Connection managers should be used" msgstr "Не слід використовувати менеджери з'єднань" @@ -463,199 +487,199 @@ msgid "" msgstr "" "Чи слід зменшити точність визначення місцевості задля конфіденційності." -#: ../libempathy/empathy-ft-handler.c:733 +#: ../libempathy/empathy-ft-handler.c:734 msgid "No reason was specified" msgstr "Причину не вказано" -#: ../libempathy/empathy-ft-handler.c:736 +#: ../libempathy/empathy-ft-handler.c:737 msgid "The change in state was requested" msgstr "Запит на заміну стану" -#: ../libempathy/empathy-ft-handler.c:739 +#: ../libempathy/empathy-ft-handler.c:740 msgid "You canceled the file transfer" msgstr "Ви скасували передачу файла " -#: ../libempathy/empathy-ft-handler.c:742 +#: ../libempathy/empathy-ft-handler.c:743 msgid "The other participant canceled the file transfer" msgstr "Інший учасник скасував передавання файла" -#: ../libempathy/empathy-ft-handler.c:745 +#: ../libempathy/empathy-ft-handler.c:746 msgid "Error while trying to transfer the file" msgstr "Помилка при спробі передати файл" -#: ../libempathy/empathy-ft-handler.c:748 +#: ../libempathy/empathy-ft-handler.c:749 msgid "The other participant is unable to transfer the file" msgstr "Інший учасник не може передати файл" -#: ../libempathy/empathy-ft-handler.c:751 ../libempathy/empathy-utils.c:259 +#: ../libempathy/empathy-ft-handler.c:752 ../libempathy/empathy-utils.c:260 msgid "Unknown reason" msgstr "Невідома причина" -#: ../libempathy/empathy-ft-handler.c:914 +#: ../libempathy/empathy-ft-handler.c:915 msgid "File transfer completed, but the file was corrupted" msgstr "Передавання файла завершено, але файл пошкоджено" -#: ../libempathy/empathy-ft-handler.c:1200 +#: ../libempathy/empathy-ft-handler.c:1201 msgid "File transfer not supported by remote contact" msgstr "Передача файлів не працює для віддалених контактів" -#: ../libempathy/empathy-ft-handler.c:1256 +#: ../libempathy/empathy-ft-handler.c:1257 msgid "The selected file is not a regular file" msgstr "Вибраний файл не є звичайним файлом" -#: ../libempathy/empathy-ft-handler.c:1265 +#: ../libempathy/empathy-ft-handler.c:1266 msgid "The selected file is empty" msgstr "Вибраний файл порожній" -#: ../libempathy/empathy-message.c:402 ../src/empathy-call-observer.c:107 +#: ../libempathy/empathy-message.c:385 ../src/empathy-call-observer.c:108 #, c-format msgid "Missed call from %s" msgstr "Пропущений виклик від %s" #. Translators: this is an outgoing call, e.g. 'Called Alice' -#: ../libempathy/empathy-message.c:406 +#: ../libempathy/empathy-message.c:389 #, c-format msgid "Called %s" msgstr "Викликано %s" -#: ../libempathy/empathy-message.c:409 +#: ../libempathy/empathy-message.c:392 #, c-format msgid "Call from %s" msgstr "Виклик від %s" -#: ../libempathy/empathy-utils.c:179 +#: ../libempathy/empathy-utils.c:180 msgid "Available" msgstr "Доступний" -#: ../libempathy/empathy-utils.c:181 +#: ../libempathy/empathy-utils.c:182 msgid "Busy" msgstr "Зайнятий" -#: ../libempathy/empathy-utils.c:184 +#: ../libempathy/empathy-utils.c:185 msgid "Away" msgstr "Відійшов" -#: ../libempathy/empathy-utils.c:186 +#: ../libempathy/empathy-utils.c:187 msgid "Invisible" msgstr "Невидимий" -#: ../libempathy/empathy-utils.c:188 +#: ../libempathy/empathy-utils.c:189 msgid "Offline" msgstr "Поза мережею" #. translators: presence type is unknown -#: ../libempathy/empathy-utils.c:191 +#: ../libempathy/empathy-utils.c:192 msgctxt "presence" msgid "Unknown" msgstr "Невідомо" -#: ../libempathy/empathy-utils.c:231 +#: ../libempathy/empathy-utils.c:232 msgid "No reason specified" msgstr "Причину не вказано" -#: ../libempathy/empathy-utils.c:233 ../libempathy/empathy-utils.c:289 +#: ../libempathy/empathy-utils.c:234 ../libempathy/empathy-utils.c:290 msgid "Status is set to offline" msgstr "Встановлено стан «поза мережею»" -#: ../libempathy/empathy-utils.c:235 ../libempathy/empathy-utils.c:269 -#: ../libempathy-gtk/empathy-call-utils.c:41 +#: ../libempathy/empathy-utils.c:236 ../libempathy/empathy-utils.c:270 +#: ../libempathy-gtk/empathy-call-utils.c:42 #: ../libempathy-gtk/empathy-new-message-dialog.c:70 msgid "Network error" msgstr "Помилка мережі" -#: ../libempathy/empathy-utils.c:237 ../libempathy/empathy-utils.c:271 +#: ../libempathy/empathy-utils.c:238 ../libempathy/empathy-utils.c:272 msgid "Authentication failed" msgstr "Не вдалось аутентифікувати" -#: ../libempathy/empathy-utils.c:239 ../libempathy/empathy-utils.c:273 +#: ../libempathy/empathy-utils.c:240 ../libempathy/empathy-utils.c:274 msgid "Encryption error" msgstr "Помилка шифрування" -#: ../libempathy/empathy-utils.c:241 +#: ../libempathy/empathy-utils.c:242 msgid "Name in use" msgstr "Псевдонім уже використовується" -#: ../libempathy/empathy-utils.c:243 ../libempathy/empathy-utils.c:275 +#: ../libempathy/empathy-utils.c:244 ../libempathy/empathy-utils.c:276 msgid "Certificate not provided" msgstr "Сертифікат недоступний" -#: ../libempathy/empathy-utils.c:245 ../libempathy/empathy-utils.c:277 +#: ../libempathy/empathy-utils.c:246 ../libempathy/empathy-utils.c:278 msgid "Certificate untrusted" msgstr "Сертифікат ненадійний" -#: ../libempathy/empathy-utils.c:247 ../libempathy/empathy-utils.c:279 +#: ../libempathy/empathy-utils.c:248 ../libempathy/empathy-utils.c:280 msgid "Certificate expired" msgstr "Сертифіката застарів" -#: ../libempathy/empathy-utils.c:249 ../libempathy/empathy-utils.c:281 +#: ../libempathy/empathy-utils.c:250 ../libempathy/empathy-utils.c:282 msgid "Certificate not activated" msgstr "Сертифікат не активовано" -#: ../libempathy/empathy-utils.c:251 ../libempathy/empathy-utils.c:283 +#: ../libempathy/empathy-utils.c:252 ../libempathy/empathy-utils.c:284 msgid "Certificate hostname mismatch" msgstr "Сертифікат з помилкою у назві вузла" -#: ../libempathy/empathy-utils.c:253 ../libempathy/empathy-utils.c:285 +#: ../libempathy/empathy-utils.c:254 ../libempathy/empathy-utils.c:286 msgid "Certificate fingerprint mismatch" msgstr "Відбитки сертифікатів не збігаються" -#: ../libempathy/empathy-utils.c:255 ../libempathy/empathy-utils.c:287 +#: ../libempathy/empathy-utils.c:256 ../libempathy/empathy-utils.c:288 msgid "Certificate self-signed" msgstr "Самопідписаний сертифікат" -#: ../libempathy/empathy-utils.c:257 +#: ../libempathy/empathy-utils.c:258 msgid "Certificate error" msgstr "Помилка сертифіката" -#: ../libempathy/empathy-utils.c:291 +#: ../libempathy/empathy-utils.c:292 msgid "Encryption is not available" msgstr "Шифрування не доступне" -#: ../libempathy/empathy-utils.c:293 +#: ../libempathy/empathy-utils.c:294 msgid "Certificate is invalid" msgstr "Сертифікат недійсний" -#: ../libempathy/empathy-utils.c:295 +#: ../libempathy/empathy-utils.c:296 msgid "Connection has been refused" msgstr "У з'єднанні відмовлено" -#: ../libempathy/empathy-utils.c:297 +#: ../libempathy/empathy-utils.c:298 msgid "Connection can't be established" msgstr "З'єднання неможливо встановити" -#: ../libempathy/empathy-utils.c:299 +#: ../libempathy/empathy-utils.c:300 msgid "Connection has been lost" msgstr "З'єднання втрачено" -#: ../libempathy/empathy-utils.c:301 +#: ../libempathy/empathy-utils.c:302 msgid "This account is already connected to the server" msgstr "Цей обліковий запис уже з'єднано з сервером" -#: ../libempathy/empathy-utils.c:303 +#: ../libempathy/empathy-utils.c:304 msgid "" "Connection has been replaced by a new connection using the same resource" msgstr "З'єднання замінено на нове з'єднання через той самий ресурс" -#: ../libempathy/empathy-utils.c:306 +#: ../libempathy/empathy-utils.c:307 msgid "The account already exists on the server" msgstr "Цей обліковий запис уже існує на сервері" -#: ../libempathy/empathy-utils.c:308 +#: ../libempathy/empathy-utils.c:309 msgid "Server is currently too busy to handle the connection" msgstr "Сервер зараз зайнятий, щоб обробити з'єднання" -#: ../libempathy/empathy-utils.c:310 +#: ../libempathy/empathy-utils.c:311 msgid "Certificate has been revoked" msgstr "Сертифікат анульовано" -#: ../libempathy/empathy-utils.c:312 +#: ../libempathy/empathy-utils.c:313 msgid "" "Certificate uses an insecure cipher algorithm or is cryptographically weak" msgstr "" "Сертифікат використовує небезпечний алгоритм шифрування або криптографічно " "ненадійний." -#: ../libempathy/empathy-utils.c:315 +#: ../libempathy/empathy-utils.c:316 msgid "" "The length of the server certificate, or the depth of the server certificate " "chain, exceed the limits imposed by the cryptography library" @@ -663,11 +687,11 @@ msgstr "" "Довжина сертифіката сервера або глибина ланцюжка сертифіката сервера " "перевищує обмеження криптографічної бібліотеки" -#: ../libempathy/empathy-utils.c:319 +#: ../libempathy/empathy-utils.c:320 msgid "Your software is too old" msgstr "Ваша програма надто стара" -#: ../libempathy/empathy-utils.c:321 +#: ../libempathy/empathy-utils.c:322 msgid "Internal error" msgstr "Внутрішня помилка" @@ -685,7 +709,7 @@ msgid "Authentication failed for account <b>%s</b>" msgstr "Не вдалось автентифікувати для облікового запису <b>%s</b>" #: ../libempathy-gtk/empathy-bad-password-dialog.c:140 -#: ../libempathy-gtk/empathy-chat.c:3846 +#: ../libempathy-gtk/empathy-chat.c:3845 msgid "Retry" msgstr "Повторити" @@ -704,87 +728,87 @@ msgstr "" msgid "Remember password" msgstr "Запам'ятати пароль" -#: ../libempathy-gtk/empathy-call-utils.c:36 -#: ../libempathy-gtk/empathy-call-utils.c:54 +#: ../libempathy-gtk/empathy-call-utils.c:37 +#: ../libempathy-gtk/empathy-call-utils.c:55 msgid "There was an error starting the call" msgstr "Помилка виклику" -#: ../libempathy-gtk/empathy-call-utils.c:43 +#: ../libempathy-gtk/empathy-call-utils.c:44 msgid "The specified contact doesn't support calls" msgstr "Вказаний контакт не підтримує виклики" -#: ../libempathy-gtk/empathy-call-utils.c:45 +#: ../libempathy-gtk/empathy-call-utils.c:46 msgid "The specified contact is offline" msgstr "Вказаний контакт поза мережею" -#: ../libempathy-gtk/empathy-call-utils.c:47 +#: ../libempathy-gtk/empathy-call-utils.c:48 msgid "The specified contact is not valid" msgstr "Вказаний контакт недійсний" -#: ../libempathy-gtk/empathy-call-utils.c:49 +#: ../libempathy-gtk/empathy-call-utils.c:50 msgid "Emergency calls are not supported on this protocol" msgstr "Екстрені виклики не підтримуються цим протоколом" -#: ../libempathy-gtk/empathy-call-utils.c:51 +#: ../libempathy-gtk/empathy-call-utils.c:52 msgid "You don't have enough credit in order to place this call" msgstr "Ви не має достатньо на рахунку, щоб здійснити цей виклик" -#: ../libempathy-gtk/empathy-chat.c:733 +#: ../libempathy-gtk/empathy-chat.c:732 msgid "Failed to open private chat" msgstr "Не вдалось відкрити приватну кімнату" -#: ../libempathy-gtk/empathy-chat.c:791 +#: ../libempathy-gtk/empathy-chat.c:790 msgid "Topic not supported on this conversation" msgstr "Тема не підтримується у цій бесіді" -#: ../libempathy-gtk/empathy-chat.c:797 +#: ../libempathy-gtk/empathy-chat.c:796 msgid "You are not allowed to change the topic" msgstr "У вас немає прав змінювати тему" -#: ../libempathy-gtk/empathy-chat.c:973 +#: ../libempathy-gtk/empathy-chat.c:972 msgid "Invalid contact ID" msgstr "Неправильний ідентифікатор контакту" -#: ../libempathy-gtk/empathy-chat.c:1060 +#: ../libempathy-gtk/empathy-chat.c:1059 msgid "/clear: clear all messages from the current conversation" msgstr "/clear: очистити всі повідомлення з поточної бесіди" -#: ../libempathy-gtk/empathy-chat.c:1063 +#: ../libempathy-gtk/empathy-chat.c:1062 msgid "/topic <topic>: set the topic of the current conversation" msgstr "/topic <topic>: встановити тему поточної бесіди" -#: ../libempathy-gtk/empathy-chat.c:1066 +#: ../libempathy-gtk/empathy-chat.c:1065 msgid "/join <chat room ID>: join a new chat room" msgstr "/join <chat room ID>: приєднатися до нової кімнати розмов" -#: ../libempathy-gtk/empathy-chat.c:1069 +#: ../libempathy-gtk/empathy-chat.c:1068 msgid "/j <chat room ID>: join a new chat room" msgstr "/j <chat room ID>: приєднатися до нової кімнати розмов" -#: ../libempathy-gtk/empathy-chat.c:1073 +#: ../libempathy-gtk/empathy-chat.c:1072 msgid "" "/part [<chat room ID>] [<reason>]: leave the chat room, by default the " "current one" msgstr "" "/part [<chat room ID>] [<reason>]: покинути кімнату бесіди, типово теперішню" -#: ../libempathy-gtk/empathy-chat.c:1077 +#: ../libempathy-gtk/empathy-chat.c:1076 msgid "/query <contact ID> [<message>]: open a private chat" msgstr "/query <contact ID> [<message>]: відкрити приватну бесіду" -#: ../libempathy-gtk/empathy-chat.c:1080 +#: ../libempathy-gtk/empathy-chat.c:1079 msgid "/msg <contact ID> <message>: open a private chat" msgstr "/msg <contact ID> <message>: відкрити приватну бесіду" -#: ../libempathy-gtk/empathy-chat.c:1083 +#: ../libempathy-gtk/empathy-chat.c:1082 msgid "/nick <nickname>: change your nickname on the current server" msgstr "/nick <nickname>: змінити назву на поточному сервері" -#: ../libempathy-gtk/empathy-chat.c:1086 +#: ../libempathy-gtk/empathy-chat.c:1085 msgid "/me <message>: send an ACTION message to the current conversation" msgstr "/me <message>: надіслати повідомлення ACTION до поточної бесіди" -#: ../libempathy-gtk/empathy-chat.c:1089 +#: ../libempathy-gtk/empathy-chat.c:1088 msgid "" "/say <message>: send <message> to the current conversation. This is used to " "send a message starting with a '/'. For example: \"/say /join is used to " @@ -794,11 +818,11 @@ msgstr "" "для надсилання нового повідомлення, що починається з '/'. Наприклад: \"/" "скажіть /join для приєднання до нової кімнати розмов\"" -#: ../libempathy-gtk/empathy-chat.c:1094 +#: ../libempathy-gtk/empathy-chat.c:1093 msgid "/whois <contact ID>: display information about a contact" msgstr "/whois <contact ID>: показує інформацію про контакт" -#: ../libempathy-gtk/empathy-chat.c:1097 +#: ../libempathy-gtk/empathy-chat.c:1096 msgid "" "/help [<command>]: show all supported commands. If <command> is defined, " "show its usage." @@ -806,127 +830,127 @@ msgstr "" "/help [<command>]: показати довідку. Якщо визначено <command>, показати " "синтаксис команди." -#: ../libempathy-gtk/empathy-chat.c:1116 +#: ../libempathy-gtk/empathy-chat.c:1115 #, c-format msgid "Usage: %s" msgstr "Використання: %s" -#: ../libempathy-gtk/empathy-chat.c:1161 +#: ../libempathy-gtk/empathy-chat.c:1160 msgid "Unknown command" msgstr "Невідома команда" -#: ../libempathy-gtk/empathy-chat.c:1287 +#: ../libempathy-gtk/empathy-chat.c:1286 msgid "Unknown command; see /help for the available commands" msgstr "Невідома команда; для виводу списку доступних команд введіть /help" -#: ../libempathy-gtk/empathy-chat.c:1544 +#: ../libempathy-gtk/empathy-chat.c:1541 msgid "insufficient balance to send message" msgstr "недостатній залишок для надсилання повідомлення" -#: ../libempathy-gtk/empathy-chat.c:1548 ../libempathy-gtk/empathy-chat.c:1562 -#: ../libempathy-gtk/empathy-chat.c:1625 +#: ../libempathy-gtk/empathy-chat.c:1545 ../libempathy-gtk/empathy-chat.c:1559 +#: ../libempathy-gtk/empathy-chat.c:1622 #, c-format msgid "Error sending message '%s': %s" msgstr "Помилка при надсиланні повідомлення «%s»: %s" -#: ../libempathy-gtk/empathy-chat.c:1550 ../libempathy-gtk/empathy-chat.c:1567 -#: ../libempathy-gtk/empathy-chat.c:1629 +#: ../libempathy-gtk/empathy-chat.c:1547 ../libempathy-gtk/empathy-chat.c:1564 +#: ../libempathy-gtk/empathy-chat.c:1626 #, c-format msgid "Error sending message: %s" msgstr "Помилка надсилання повідомлення: %s" #. translators: error used when user doesn't have enough credit on his #. * account to send the message. -#: ../libempathy-gtk/empathy-chat.c:1556 +#: ../libempathy-gtk/empathy-chat.c:1553 #, c-format msgid "insufficient balance to send message. <a href='%s'>Top up</a>." msgstr "" "недостатній залишок для надсилання повідомлення. <a href='%s'>Поповнити</a>." -#: ../libempathy-gtk/empathy-chat.c:1596 +#: ../libempathy-gtk/empathy-chat.c:1593 msgid "not capable" msgstr "не здатен" -#: ../libempathy-gtk/empathy-chat.c:1603 +#: ../libempathy-gtk/empathy-chat.c:1600 msgid "offline" msgstr "поза мережею" -#: ../libempathy-gtk/empathy-chat.c:1606 +#: ../libempathy-gtk/empathy-chat.c:1603 msgid "invalid contact" msgstr "неправильний контакт" -#: ../libempathy-gtk/empathy-chat.c:1609 +#: ../libempathy-gtk/empathy-chat.c:1606 msgid "permission denied" msgstr "відмовлено у доступі" -#: ../libempathy-gtk/empathy-chat.c:1612 +#: ../libempathy-gtk/empathy-chat.c:1609 msgid "too long message" msgstr "надто довге повідомлення" -#: ../libempathy-gtk/empathy-chat.c:1615 +#: ../libempathy-gtk/empathy-chat.c:1612 msgid "not implemented" msgstr "не реалізовано" -#: ../libempathy-gtk/empathy-chat.c:1619 +#: ../libempathy-gtk/empathy-chat.c:1616 msgid "unknown" msgstr "невідомо" -#: ../libempathy-gtk/empathy-chat.c:1686 ../src/empathy-chat-window.c:974 +#: ../libempathy-gtk/empathy-chat.c:1683 ../src/empathy-chat-window.c:973 msgid "Topic:" msgstr "Тема:" -#: ../libempathy-gtk/empathy-chat.c:1701 +#: ../libempathy-gtk/empathy-chat.c:1698 #, c-format msgid "Topic set to: %s" msgstr "Тема: %s" -#: ../libempathy-gtk/empathy-chat.c:1703 +#: ../libempathy-gtk/empathy-chat.c:1700 #, c-format msgid "Topic set by %s to: %s" msgstr "%s змінив тему на: %s" #. No need to display this 'event' is no topic can be defined anyway -#: ../libempathy-gtk/empathy-chat.c:1708 +#: ../libempathy-gtk/empathy-chat.c:1705 msgid "No topic defined" msgstr "Тему не встановлено" -#: ../libempathy-gtk/empathy-chat.c:2224 +#: ../libempathy-gtk/empathy-chat.c:2223 msgid "(No Suggestions)" msgstr "(Нема пропозицій)" #. translators: %s is the selected word -#: ../libempathy-gtk/empathy-chat.c:2292 +#: ../libempathy-gtk/empathy-chat.c:2291 #, c-format msgid "Add '%s' to Dictionary" msgstr "Додати «%s» до словника" #. translators: first %s is the selected word, #. * second %s is the language name of the target dictionary -#: ../libempathy-gtk/empathy-chat.c:2329 +#: ../libempathy-gtk/empathy-chat.c:2328 #, c-format msgid "Add '%s' to %s Dictionary" msgstr "Додати «%s» до словника %s" -#: ../libempathy-gtk/empathy-chat.c:2399 +#: ../libempathy-gtk/empathy-chat.c:2398 msgid "Insert Smiley" msgstr "Вставити емоційку" #. send button -#: ../libempathy-gtk/empathy-chat.c:2417 -#: ../libempathy-gtk/empathy-ui-utils.c:815 +#: ../libempathy-gtk/empathy-chat.c:2416 +#: ../libempathy-gtk/empathy-ui-utils.c:809 msgid "_Send" msgstr "_Надіслати" #. Spelling suggestions -#: ../libempathy-gtk/empathy-chat.c:2474 +#: ../libempathy-gtk/empathy-chat.c:2473 msgid "_Spelling Suggestions" msgstr "_Пропозиції з правопису" -#: ../libempathy-gtk/empathy-chat.c:2585 +#: ../libempathy-gtk/empathy-chat.c:2584 msgid "Failed to retrieve recent logs" msgstr "Не вдалось одержати останні журнали" -#: ../libempathy-gtk/empathy-chat.c:2828 +#: ../libempathy-gtk/empathy-chat.c:2827 #, c-format msgid "%s has disconnected" msgstr "%s від'єднано" @@ -934,12 +958,12 @@ msgstr "%s від'єднано" #. translators: reverse the order of these arguments #. * if the kicked should come before the kicker in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2835 +#: ../libempathy-gtk/empathy-chat.c:2834 #, c-format msgid "%1$s was kicked by %2$s" msgstr "%1$s викинено користувачем %2$s" -#: ../libempathy-gtk/empathy-chat.c:2838 +#: ../libempathy-gtk/empathy-chat.c:2837 #, c-format msgid "%s was kicked" msgstr "%s викинено" @@ -947,17 +971,17 @@ msgstr "%s викинено" #. translators: reverse the order of these arguments #. * if the banned should come before the banner in your locale. #. -#: ../libempathy-gtk/empathy-chat.c:2846 +#: ../libempathy-gtk/empathy-chat.c:2845 #, c-format msgid "%1$s was banned by %2$s" msgstr "%1$s заблоковано користувачем %2$s" -#: ../libempathy-gtk/empathy-chat.c:2849 +#: ../libempathy-gtk/empathy-chat.c:2848 #, c-format msgid "%s was banned" msgstr "%s заблоковано" -#: ../libempathy-gtk/empathy-chat.c:2853 +#: ../libempathy-gtk/empathy-chat.c:2852 #, c-format msgid "%s has left the room" msgstr "%s покинув кімнату" @@ -967,17 +991,17 @@ msgstr "%s покинув кімнату" #. * given by the user living the room. If this poses a problem, #. * please let us know. :-) #. -#: ../libempathy-gtk/empathy-chat.c:2862 +#: ../libempathy-gtk/empathy-chat.c:2861 #, c-format msgid " (%s)" msgstr " (%s)" -#: ../libempathy-gtk/empathy-chat.c:2887 +#: ../libempathy-gtk/empathy-chat.c:2886 #, c-format msgid "%s has joined the room" msgstr "%s приєднався до бесіди" -#: ../libempathy-gtk/empathy-chat.c:2912 +#: ../libempathy-gtk/empathy-chat.c:2911 #, c-format msgid "%s is now known as %s" msgstr "%s тепер відомий як %s" @@ -985,82 +1009,82 @@ msgstr "%s тепер відомий як %s" #. We don't know if the incoming call has been accepted or not, so we #. * assume it hasn't and if it has, we'll set the proper status when #. * we get the new handler. -#: ../libempathy-gtk/empathy-chat.c:3099 ../src/empathy-call-window.c:1524 -#: ../src/empathy-call-window.c:1574 ../src/empathy-call-window.c:2653 -#: ../src/empathy-call-window.c:2960 ../src/empathy-event-manager.c:1171 +#: ../libempathy-gtk/empathy-chat.c:3098 ../src/empathy-call-window.c:1526 +#: ../src/empathy-call-window.c:1576 ../src/empathy-call-window.c:2655 +#: ../src/empathy-call-window.c:2954 ../src/empathy-event-manager.c:1141 msgid "Disconnected" msgstr "Від'єднаний" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3786 +#: ../libempathy-gtk/empathy-chat.c:3785 msgid "Would you like to store this password?" msgstr "Зберегти цей пароль?" -#: ../libempathy-gtk/empathy-chat.c:3792 +#: ../libempathy-gtk/empathy-chat.c:3791 msgid "Remember" msgstr "Запам'ятати" -#: ../libempathy-gtk/empathy-chat.c:3802 +#: ../libempathy-gtk/empathy-chat.c:3801 msgid "Not now" msgstr "Не зараз" -#: ../libempathy-gtk/empathy-chat.c:3850 +#: ../libempathy-gtk/empathy-chat.c:3849 msgid "Wrong password; please try again:" msgstr "Неправильний пароль; введіть пароль ще раз:" #. Add message -#: ../libempathy-gtk/empathy-chat.c:3974 +#: ../libempathy-gtk/empathy-chat.c:3973 msgid "This room is protected by a password:" msgstr "Цю кімнату захищено паролем:" -#: ../libempathy-gtk/empathy-chat.c:4001 +#: ../libempathy-gtk/empathy-chat.c:4000 #: ../src/empathy-new-chatroom-dialog.c:787 msgid "Join" msgstr "Увійти" -#: ../libempathy-gtk/empathy-chat.c:4193 ../src/empathy-event-manager.c:1192 +#: ../libempathy-gtk/empathy-chat.c:4192 ../src/empathy-event-manager.c:1162 msgid "Connected" msgstr "З'єднаний" -#: ../libempathy-gtk/empathy-chat.c:4248 +#: ../libempathy-gtk/empathy-chat.c:4247 msgid "Conversation" msgstr "Розмова" #. Translators: this string is a something like #. * "Escher Cat (SMS)" -#: ../libempathy-gtk/empathy-chat.c:4253 +#: ../libempathy-gtk/empathy-chat.c:4252 #, c-format msgid "%s (SMS)" msgstr "%s (SMS)" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:262 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:263 msgid "Unknown or invalid identifier" msgstr "Невідомий або помилковий ідентифікатор" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:264 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:265 msgid "Contact blocking temporarily unavailable" msgstr "Блокування контакту тимчасово недоступно " -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:266 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:267 msgid "Contact blocking unavailable" msgstr "Блокування контакту недоступне" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:268 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:269 msgid "Permission Denied" msgstr "Відмовлено у доступі" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:272 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:273 msgid "Could not block contact" msgstr "Неможливо заблокувати контакт" -#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:611 +#: ../libempathy-gtk/empathy-contact-blocking-dialog.c:612 msgid "Edit Blocked Contacts" msgstr "Редагувати заблоковані контакти" #. Account and Identifier #: ../libempathy-gtk/empathy-contact-blocking-dialog.ui.h:1 #: ../libempathy-gtk/empathy-contact-search-dialog.c:559 -#: ../libempathy-gtk/empathy-individual-widget.c:1539 +#: ../libempathy-gtk/empathy-individual-widget.c:1540 #: ../src/empathy-chatrooms-window.ui.h:2 #: ../src/empathy-new-chatroom-dialog.ui.h:6 msgid "Account:" @@ -1107,17 +1131,17 @@ msgid "Please let me see when you're online. Thanks!" msgstr "Будь ласка, повідомте мене, коли ви буде в мережі. Дякую!" #: ../libempathy-gtk/empathy-contact-widget.c:158 -#: ../libempathy-gtk/empathy-individual-widget.c:954 +#: ../libempathy-gtk/empathy-individual-widget.c:955 msgid "Save Avatar" msgstr "Зберегти аватар" #: ../libempathy-gtk/empathy-contact-widget.c:214 -#: ../libempathy-gtk/empathy-individual-widget.c:1012 +#: ../libempathy-gtk/empathy-individual-widget.c:1013 msgid "Unable to save avatar" msgstr "Неможливо зберегти аватар" #: ../libempathy-gtk/empathy-contact-widget.ui.h:1 -#: ../src/empathy-import-widget.c:318 +#: ../src/empathy-import-widget.c:319 msgid "Account" msgstr "Обліковий запис" @@ -1185,44 +1209,44 @@ msgstr "Вибрати" msgid "Group" msgstr "Група" -#: ../libempathy-gtk/empathy-individual-dialogs.c:108 +#: ../libempathy-gtk/empathy-individual-dialogs.c:109 msgid "New Contact" msgstr "Новий контакт" -#: ../libempathy-gtk/empathy-individual-dialogs.c:183 -#: ../libempathy-gtk/empathy-subscription-dialog.c:120 +#: ../libempathy-gtk/empathy-individual-dialogs.c:184 +#: ../libempathy-gtk/empathy-subscription-dialog.c:121 #, c-format msgid "Block %s?" msgstr "Заблокувати %s?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:238 -#: ../libempathy-gtk/empathy-subscription-dialog.c:124 +#: ../libempathy-gtk/empathy-individual-dialogs.c:239 +#: ../libempathy-gtk/empathy-subscription-dialog.c:125 #, c-format msgid "Are you sure you want to block '%s' from contacting you again?" msgstr "Блокувати «%s» з контактів знову?" -#: ../libempathy-gtk/empathy-individual-dialogs.c:243 +#: ../libempathy-gtk/empathy-individual-dialogs.c:244 msgid "The following identity will be blocked:" msgid_plural "The following identities will be blocked:" msgstr[0] "Такий ідентифікатор буде заблоковано:" msgstr[1] "Такі ідентифікатори буде заборонено:" msgstr[2] "Такі ідентифікатори буде заборонено:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:250 +#: ../libempathy-gtk/empathy-individual-dialogs.c:251 msgid "The following identity can not be blocked:" msgid_plural "The following identities can not be blocked:" msgstr[0] "Такий ідентифікатор неможливо заборонити:" msgstr[1] "Такі ідентифікатори неможливо заборонити:" msgstr[2] "Такі ідентифікатори неможливо заборонити:" -#: ../libempathy-gtk/empathy-individual-dialogs.c:260 -#: ../libempathy-gtk/empathy-subscription-dialog.c:129 -#: ../libempathy-gtk/empathy-subscription-dialog.c:274 +#: ../libempathy-gtk/empathy-individual-dialogs.c:261 +#: ../libempathy-gtk/empathy-subscription-dialog.c:130 +#: ../libempathy-gtk/empathy-subscription-dialog.c:275 msgid "_Block" msgstr "За_блокувати" -#: ../libempathy-gtk/empathy-individual-dialogs.c:269 -#: ../libempathy-gtk/empathy-subscription-dialog.c:149 +#: ../libempathy-gtk/empathy-individual-dialogs.c:270 +#: ../libempathy-gtk/empathy-subscription-dialog.c:150 msgid "_Report this contact as abusive" msgid_plural "_Report these contacts as abusive" msgstr[0] "_Звинуватити цей контакт в образі" @@ -1249,52 +1273,67 @@ msgstr "Встановіть gnome-contacts для одержання відом #. Translators: this is used in the context menu for a contact. The first #. * parameter is a contact ID (e.g. foo@jabber.org) and the second is one #. * of the user's account IDs (e.g. me@hotmail.com). -#: ../libempathy-gtk/empathy-individual-menu.c:178 +#: ../libempathy-gtk/empathy-individual-menu.c:181 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: ../libempathy-gtk/empathy-individual-menu.c:356 +#: ../libempathy-gtk/empathy-individual-menu.c:363 msgid "Select account to use to place the call" msgstr "Вибрати обліковий запис для місця виклику" -#: ../libempathy-gtk/empathy-individual-menu.c:360 +#: ../libempathy-gtk/empathy-individual-menu.c:367 #: ../libempathy-gtk/empathy-log-window.ui.h:6 #: ../src/empathy-call-window.ui.h:20 msgid "Call" msgstr "Виклик" -#: ../libempathy-gtk/empathy-individual-menu.c:425 +#: ../libempathy-gtk/empathy-individual-menu.c:433 msgid "Mobile" msgstr "Мобільний" -#: ../libempathy-gtk/empathy-individual-menu.c:427 +#: ../libempathy-gtk/empathy-individual-menu.c:435 msgid "Work" msgstr "Робота" -#: ../libempathy-gtk/empathy-individual-menu.c:429 +#: ../libempathy-gtk/empathy-individual-menu.c:437 msgid "HOME" msgstr "Дім" -#: ../libempathy-gtk/empathy-individual-menu.c:672 +#. translators: first argument is a phone number like +32123456 and +#. * the second one is something like 'home' or 'work'. +#: ../libempathy-gtk/empathy-individual-menu.c:478 +#, c-format +#| msgid "%s (%s)" +msgid "Call %s (%s)" +msgstr "Виклик %s (%s)" + +#. translators: argument is a phone number like +32123456 +#: ../libempathy-gtk/empathy-individual-menu.c:483 +#, c-format +#| msgid "Called %s" +msgid "Call %s" +msgstr "Виклик %s" + +#: ../libempathy-gtk/empathy-individual-menu.c:695 msgid "_Block Contact" msgstr "За_блокувати контакт" -#: ../libempathy-gtk/empathy-individual-menu.c:727 +#: ../libempathy-gtk/empathy-individual-menu.c:750 #, c-format msgid "Remove from _Group '%s'" msgstr "Вилучити з _групи «%s»" -#: ../libempathy-gtk/empathy-individual-menu.c:748 +#: ../libempathy-gtk/empathy-individual-menu.c:771 msgid "Delete and _Block" msgstr "Вилучити і за_блокувати" -#: ../libempathy-gtk/empathy-individual-menu.c:836 +#: ../libempathy-gtk/empathy-individual-menu.c:859 #, c-format msgid "Do you really want to remove the contact '%s'?" msgstr "Вилучити контакт «%s» з вашого списку?" -#: ../libempathy-gtk/empathy-individual-menu.c:845 +#: ../libempathy-gtk/empathy-individual-menu.c:868 #, c-format msgid "" "Do you really want to remove the linked contact '%s'? Note that this will " @@ -1303,75 +1342,75 @@ msgstr "" "Вилучити сполучений контакт «%s»? Зауважте, це вилучить усі контакти, які " "складають список цього сполученого контакту." -#: ../libempathy-gtk/empathy-individual-menu.c:856 +#: ../libempathy-gtk/empathy-individual-menu.c:879 msgid "Removing contact" msgstr "Вилучення контакту" -#: ../libempathy-gtk/empathy-individual-menu.c:932 +#: ../libempathy-gtk/empathy-individual-menu.c:955 #: ../libempathy-gtk/empathy-individual-view.c:2442 msgid "_Remove" msgstr "В_илучити" #. add chat button -#: ../libempathy-gtk/empathy-individual-menu.c:1351 +#: ../libempathy-gtk/empathy-individual-menu.c:1374 #: ../libempathy-gtk/empathy-new-message-dialog.c:308 msgid "_Chat" msgstr "_Балачка" #. add SMS button -#: ../libempathy-gtk/empathy-individual-menu.c:1390 +#: ../libempathy-gtk/empathy-individual-menu.c:1413 #: ../libempathy-gtk/empathy-new-message-dialog.c:302 msgid "_SMS" msgstr "_SMS" -#: ../libempathy-gtk/empathy-individual-menu.c:1427 +#: ../libempathy-gtk/empathy-individual-menu.c:1450 msgctxt "menu item" msgid "_Audio Call" msgstr "_Аудіовиклик" -#: ../libempathy-gtk/empathy-individual-menu.c:1464 +#: ../libempathy-gtk/empathy-individual-menu.c:1487 msgctxt "menu item" msgid "_Video Call" msgstr "_Відеовиклик" -#: ../libempathy-gtk/empathy-individual-menu.c:1506 +#: ../libempathy-gtk/empathy-individual-menu.c:1529 #: ../src/empathy-roster-window-menubar.ui.h:11 msgid "_Previous Conversations" msgstr "_Попередні бесіди" -#: ../libempathy-gtk/empathy-individual-menu.c:1538 +#: ../libempathy-gtk/empathy-individual-menu.c:1561 msgid "Send File" msgstr "Надіслати файл" -#: ../libempathy-gtk/empathy-individual-menu.c:1572 +#: ../libempathy-gtk/empathy-individual-menu.c:1595 msgid "Share My Desktop" msgstr "Оприлюднити мою стільницю" -#: ../libempathy-gtk/empathy-individual-menu.c:1599 -#: ../libempathy-gtk/empathy-individual-widget.c:1422 +#: ../libempathy-gtk/empathy-individual-menu.c:1622 +#: ../libempathy-gtk/empathy-individual-widget.c:1423 msgid "Favorite" msgstr "Улюблений" -#: ../libempathy-gtk/empathy-individual-menu.c:1628 +#: ../libempathy-gtk/empathy-individual-menu.c:1651 msgid "Infor_mation" msgstr "Інфор_мація" -#: ../libempathy-gtk/empathy-individual-menu.c:1677 +#: ../libempathy-gtk/empathy-individual-menu.c:1700 msgctxt "Edit individual (contextual menu)" msgid "_Edit" msgstr "_Редагувати" #. send invitation -#: ../libempathy-gtk/empathy-individual-menu.c:1793 -#: ../src/empathy-chat-window.c:1277 +#: ../libempathy-gtk/empathy-individual-menu.c:1816 +#: ../src/empathy-chat-window.c:1274 msgid "Inviting you to this room" msgstr "Запрошення до цієї кімнати" -#: ../libempathy-gtk/empathy-individual-menu.c:1839 +#: ../libempathy-gtk/empathy-individual-menu.c:1862 msgid "_Invite to Chat Room" msgstr "_Запросити до кімнати" -#: ../libempathy-gtk/empathy-individual-menu.c:2035 +#: ../libempathy-gtk/empathy-individual-menu.c:2058 #: ../src/empathy-roster-window.ui.h:4 msgid "_Add Contact…" msgstr "_Додати контакт…" @@ -1389,133 +1428,133 @@ msgstr "Вилучення групи" msgid "Re_name" msgstr "Перей_менувати" -#: ../libempathy-gtk/empathy-individual-widget.c:360 +#: ../libempathy-gtk/empathy-individual-widget.c:361 msgid "Channels:" msgstr "Канали:" -#: ../libempathy-gtk/empathy-individual-widget.c:511 +#: ../libempathy-gtk/empathy-individual-widget.c:512 msgid "Country ISO Code:" msgstr "Код ISO країни:" -#: ../libempathy-gtk/empathy-individual-widget.c:513 +#: ../libempathy-gtk/empathy-individual-widget.c:514 msgid "Country:" msgstr "Країна:" -#: ../libempathy-gtk/empathy-individual-widget.c:515 +#: ../libempathy-gtk/empathy-individual-widget.c:516 msgid "State:" msgstr "Регіон:" -#: ../libempathy-gtk/empathy-individual-widget.c:517 +#: ../libempathy-gtk/empathy-individual-widget.c:518 msgid "City:" msgstr "Місто:" -#: ../libempathy-gtk/empathy-individual-widget.c:519 +#: ../libempathy-gtk/empathy-individual-widget.c:520 msgid "Area:" msgstr "Район:" -#: ../libempathy-gtk/empathy-individual-widget.c:521 +#: ../libempathy-gtk/empathy-individual-widget.c:522 msgid "Postal Code:" msgstr "Поштовий індекс:" -#: ../libempathy-gtk/empathy-individual-widget.c:523 +#: ../libempathy-gtk/empathy-individual-widget.c:524 msgid "Street:" msgstr "Вулиця:" -#: ../libempathy-gtk/empathy-individual-widget.c:525 +#: ../libempathy-gtk/empathy-individual-widget.c:526 msgid "Building:" msgstr "Дім:" -#: ../libempathy-gtk/empathy-individual-widget.c:527 +#: ../libempathy-gtk/empathy-individual-widget.c:528 msgid "Floor:" msgstr "Квартира:" -#: ../libempathy-gtk/empathy-individual-widget.c:529 +#: ../libempathy-gtk/empathy-individual-widget.c:530 msgid "Room:" msgstr "Кімната:" -#: ../libempathy-gtk/empathy-individual-widget.c:531 +#: ../libempathy-gtk/empathy-individual-widget.c:532 msgid "Text:" msgstr "Текст:" -#: ../libempathy-gtk/empathy-individual-widget.c:533 +#: ../libempathy-gtk/empathy-individual-widget.c:534 msgid "Description:" msgstr "Опис:" -#: ../libempathy-gtk/empathy-individual-widget.c:535 +#: ../libempathy-gtk/empathy-individual-widget.c:536 msgid "URI:" msgstr "Адреса (URI):" -#: ../libempathy-gtk/empathy-individual-widget.c:537 +#: ../libempathy-gtk/empathy-individual-widget.c:538 msgid "Accuracy Level:" msgstr "Рівень точності:" -#: ../libempathy-gtk/empathy-individual-widget.c:539 +#: ../libempathy-gtk/empathy-individual-widget.c:540 msgid "Error:" msgstr "Помилка:" -#: ../libempathy-gtk/empathy-individual-widget.c:541 +#: ../libempathy-gtk/empathy-individual-widget.c:542 msgid "Vertical Error (meters):" msgstr "Вертикальна помилка (метри):" -#: ../libempathy-gtk/empathy-individual-widget.c:543 +#: ../libempathy-gtk/empathy-individual-widget.c:544 msgid "Horizontal Error (meters):" msgstr "Горизонтальна помилка (метри):" -#: ../libempathy-gtk/empathy-individual-widget.c:545 +#: ../libempathy-gtk/empathy-individual-widget.c:546 msgid "Speed:" msgstr "Швидкість:" -#: ../libempathy-gtk/empathy-individual-widget.c:547 +#: ../libempathy-gtk/empathy-individual-widget.c:548 msgid "Bearing:" msgstr "Азимут:" -#: ../libempathy-gtk/empathy-individual-widget.c:549 +#: ../libempathy-gtk/empathy-individual-widget.c:550 msgid "Climb Speed:" msgstr "Швидкість підйому:" -#: ../libempathy-gtk/empathy-individual-widget.c:551 +#: ../libempathy-gtk/empathy-individual-widget.c:552 msgid "Last Updated on:" msgstr "Останнє оновлення о:" -#: ../libempathy-gtk/empathy-individual-widget.c:553 +#: ../libempathy-gtk/empathy-individual-widget.c:554 msgid "Longitude:" msgstr "Довгота:" -#: ../libempathy-gtk/empathy-individual-widget.c:555 +#: ../libempathy-gtk/empathy-individual-widget.c:556 msgid "Latitude:" msgstr "Широта:" -#: ../libempathy-gtk/empathy-individual-widget.c:557 +#: ../libempathy-gtk/empathy-individual-widget.c:558 msgid "Altitude:" msgstr "Висота:" -#: ../libempathy-gtk/empathy-individual-widget.c:649 -#: ../libempathy-gtk/empathy-individual-widget.c:664 +#: ../libempathy-gtk/empathy-individual-widget.c:650 +#: ../libempathy-gtk/empathy-individual-widget.c:665 #: ../src/empathy-preferences.ui.h:35 msgid "Location" msgstr "Місцевість" #. translators: format is "Location, $date" -#: ../libempathy-gtk/empathy-individual-widget.c:666 +#: ../libempathy-gtk/empathy-individual-widget.c:667 #, c-format msgid "%s, %s" msgstr "%s, %s" -#: ../libempathy-gtk/empathy-individual-widget.c:715 +#: ../libempathy-gtk/empathy-individual-widget.c:716 msgid "%B %e, %Y at %R UTC" msgstr "%B %e, %Y у %R UTC" #. Alias -#: ../libempathy-gtk/empathy-individual-widget.c:1358 +#: ../libempathy-gtk/empathy-individual-widget.c:1359 msgid "Alias:" msgstr "Псевдонім:" #. Translators: Identifier to connect to Instant Messaging network -#: ../libempathy-gtk/empathy-individual-widget.c:1567 +#: ../libempathy-gtk/empathy-individual-widget.c:1568 msgid "Identifier:" msgstr "Ідентифікатор:" -#: ../libempathy-gtk/empathy-individual-widget.c:1706 +#: ../libempathy-gtk/empathy-individual-widget.c:1707 #, c-format msgid "Linked contact containing %u contact" msgid_plural "Linked contacts containing %u contacts" @@ -1553,48 +1592,48 @@ msgstr "" "Можете змінити ці подробиці згодом або вимкнути цю можливість, вибравши " "<span style=\"italic\">Зміни → Облікові записи</span> у списку контактів." -#: ../libempathy-gtk/empathy-log-window.c:630 +#: ../libempathy-gtk/empathy-log-window.c:631 msgid "History" msgstr "Історія" -#: ../libempathy-gtk/empathy-log-window.c:685 +#: ../libempathy-gtk/empathy-log-window.c:686 msgid "Show" msgstr "Показати" -#: ../libempathy-gtk/empathy-log-window.c:707 +#: ../libempathy-gtk/empathy-log-window.c:708 msgid "Search" msgstr "Пошук" -#: ../libempathy-gtk/empathy-log-window.c:1158 +#: ../libempathy-gtk/empathy-log-window.c:1152 #, c-format msgid "Chat in %s" msgstr "Балачка в %s" -#: ../libempathy-gtk/empathy-log-window.c:1160 +#: ../libempathy-gtk/empathy-log-window.c:1154 #, c-format msgid "Chat with %s" msgstr "Балачка з %s" -#: ../libempathy-gtk/empathy-log-window.c:1210 -#: ../libempathy-gtk/empathy-log-window.c:1354 +#: ../libempathy-gtk/empathy-log-window.c:1204 +#: ../libempathy-gtk/empathy-log-window.c:1348 msgctxt "A date with the time" msgid "%A, %e %B %Y %X" msgstr "%A, %e %B %Y, %X" #. Translators: this is an emote: '* Danielle waves' -#: ../libempathy-gtk/empathy-log-window.c:1297 +#: ../libempathy-gtk/empathy-log-window.c:1291 #, c-format msgid "<i>* %s %s</i>" msgstr "<i>* %s %s</i>" #. Translators: this is a message: 'Danielle: hello' #. * The string in bold is the sender's name -#: ../libempathy-gtk/empathy-log-window.c:1303 +#: ../libempathy-gtk/empathy-log-window.c:1297 #, c-format msgid "<b>%s:</b> %s" msgstr "<b>%s:</b> %s" -#: ../libempathy-gtk/empathy-log-window.c:1378 +#: ../libempathy-gtk/empathy-log-window.c:1372 #, c-format msgid "%s second" msgid_plural "%s seconds" @@ -1602,7 +1641,7 @@ msgstr[0] "%s секунду" msgstr[1] "%s секунди" msgstr[2] "%s секунд" -#: ../libempathy-gtk/empathy-log-window.c:1385 +#: ../libempathy-gtk/empathy-log-window.c:1379 #, c-format msgid "%s minute" msgid_plural "%s minutes" @@ -1610,80 +1649,80 @@ msgstr[0] "%s хвилину" msgstr[1] "%s хвилини" msgstr[2] "%s хвилин" -#: ../libempathy-gtk/empathy-log-window.c:1393 +#: ../libempathy-gtk/empathy-log-window.c:1387 #, c-format msgid "Call took %s, ended at %s" msgstr "Виклик прийнято в %s, закінчено о %s" -#: ../libempathy-gtk/empathy-log-window.c:1724 +#: ../libempathy-gtk/empathy-log-window.c:1718 msgid "Today" msgstr "Сьогодні" -#: ../libempathy-gtk/empathy-log-window.c:1728 +#: ../libempathy-gtk/empathy-log-window.c:1722 msgid "Yesterday" msgstr "Вчора" #. Translators: A date such as '23 May 2010' (strftime format) -#: ../libempathy-gtk/empathy-log-window.c:1743 +#: ../libempathy-gtk/empathy-log-window.c:1737 msgid "%e %B %Y" msgstr "%e %B %Y" -#: ../libempathy-gtk/empathy-log-window.c:1847 -#: ../libempathy-gtk/empathy-log-window.c:3470 +#: ../libempathy-gtk/empathy-log-window.c:1841 +#: ../libempathy-gtk/empathy-log-window.c:3464 msgid "Anytime" msgstr "Будь-коли" -#: ../libempathy-gtk/empathy-log-window.c:1946 -#: ../libempathy-gtk/empathy-log-window.c:2405 +#: ../libempathy-gtk/empathy-log-window.c:1940 +#: ../libempathy-gtk/empathy-log-window.c:2399 msgid "Anyone" msgstr "Будь-хто" -#: ../libempathy-gtk/empathy-log-window.c:2718 +#: ../libempathy-gtk/empathy-log-window.c:2712 msgid "Who" msgstr "Хто" -#: ../libempathy-gtk/empathy-log-window.c:2927 +#: ../libempathy-gtk/empathy-log-window.c:2921 msgid "When" msgstr "Коли" -#: ../libempathy-gtk/empathy-log-window.c:3045 +#: ../libempathy-gtk/empathy-log-window.c:3039 msgid "Anything" msgstr "Будь-що" -#: ../libempathy-gtk/empathy-log-window.c:3047 +#: ../libempathy-gtk/empathy-log-window.c:3041 msgid "Text chats" msgstr "Текстова балачка" -#: ../libempathy-gtk/empathy-log-window.c:3048 +#: ../libempathy-gtk/empathy-log-window.c:3042 #: ../src/empathy-preferences.ui.h:29 msgid "Calls" msgstr "Виклики" -#: ../libempathy-gtk/empathy-log-window.c:3052 +#: ../libempathy-gtk/empathy-log-window.c:3046 msgid "Incoming calls" msgstr "Вхідні виклики" -#: ../libempathy-gtk/empathy-log-window.c:3053 +#: ../libempathy-gtk/empathy-log-window.c:3047 msgid "Outgoing calls" msgstr "Вихідні виклики" -#: ../libempathy-gtk/empathy-log-window.c:3054 +#: ../libempathy-gtk/empathy-log-window.c:3048 msgid "Missed calls" msgstr "Пропущені виклики" -#: ../libempathy-gtk/empathy-log-window.c:3074 +#: ../libempathy-gtk/empathy-log-window.c:3068 msgid "What" msgstr "Що" -#: ../libempathy-gtk/empathy-log-window.c:3763 +#: ../libempathy-gtk/empathy-log-window.c:3757 msgid "Are you sure you want to delete all logs of previous conversations?" msgstr "Вилучити всі журнали з попередньої розмови?" -#: ../libempathy-gtk/empathy-log-window.c:3767 +#: ../libempathy-gtk/empathy-log-window.c:3761 msgid "Clear All" msgstr "Очистити все" -#: ../libempathy-gtk/empathy-log-window.c:3774 +#: ../libempathy-gtk/empathy-log-window.c:3768 msgid "Delete from:" msgstr "Вилучити з:" @@ -1705,7 +1744,7 @@ msgid "Profile" msgstr "Профіль" #: ../libempathy-gtk/empathy-log-window.ui.h:5 -#: ../src/empathy-chat-window.c:1493 ../src/empathy-preferences.ui.h:11 +#: ../src/empathy-chat-window.c:1490 ../src/empathy-preferences.ui.h:11 msgid "Chat" msgstr "Балачка" @@ -1915,31 +1954,31 @@ msgstr "Голосовий виклик закінчено" msgid "Edit Custom Messages" msgstr "Редагувати власні повідомлення" -#: ../libempathy-gtk/empathy-subscription-dialog.c:233 +#: ../libempathy-gtk/empathy-subscription-dialog.c:234 msgid "Subscription Request" msgstr "Запит на підписку" -#: ../libempathy-gtk/empathy-subscription-dialog.c:239 -#: ../src/empathy-event-manager.c:1109 +#: ../libempathy-gtk/empathy-subscription-dialog.c:240 +#: ../src/empathy-event-manager.c:1079 #, c-format msgid "%s would like permission to see when you are online" msgstr "%s потребує дозволу, щоб знати, коли ви в мережі" -#: ../libempathy-gtk/empathy-subscription-dialog.c:280 -#: ../src/empathy-event-manager.c:723 +#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../src/empathy-event-manager.c:694 msgid "_Decline" msgstr "Від_хилити" -#: ../libempathy-gtk/empathy-subscription-dialog.c:281 +#: ../libempathy-gtk/empathy-subscription-dialog.c:282 msgid "_Accept" msgstr "_Ухвалити" -#: ../libempathy-gtk/empathy-theme-adium.c:1217 +#: ../libempathy-gtk/empathy-theme-adium.c:1218 #, c-format msgid "Message edited at %s" msgstr "Повідомлення змінено в %s" -#: ../libempathy-gtk/empathy-theme-adium.c:1919 +#: ../libempathy-gtk/empathy-theme-adium.c:1920 msgid "Normal" msgstr "Звичайна" @@ -2018,19 +2057,19 @@ msgstr "Запам'ятати вибір для подальших з'єднан msgid "Certificate Details" msgstr "Подробиці про сертифікат" -#: ../libempathy-gtk/empathy-ui-utils.c:685 +#: ../libempathy-gtk/empathy-ui-utils.c:679 msgid "Unable to open URI" msgstr "Неможливо відкрити URI" -#: ../libempathy-gtk/empathy-ui-utils.c:809 +#: ../libempathy-gtk/empathy-ui-utils.c:803 msgid "Select a file" msgstr "Вибрати файл" -#: ../libempathy-gtk/empathy-ui-utils.c:883 +#: ../libempathy-gtk/empathy-ui-utils.c:877 msgid "Insufficient free space to save file" msgstr "Недостатньо вільного місця для збереження файла" -#: ../libempathy-gtk/empathy-ui-utils.c:891 +#: ../libempathy-gtk/empathy-ui-utils.c:885 #, c-format msgid "" "%s of free space are required to save this file, but only %s is available. " @@ -2039,7 +2078,7 @@ msgstr "" "Потрібно %s вільного місця для збереження цього файла, проте доступно лише " "%s. Будь ласка, виберіть інакше місце." -#: ../libempathy-gtk/empathy-ui-utils.c:937 +#: ../libempathy-gtk/empathy-ui-utils.c:931 #, c-format msgid "Incoming file from %s" msgstr "Вхідний файл з %s" @@ -2078,52 +2117,11 @@ msgstr "Без групи" msgid "Server cannot find contact: %s" msgstr "Сервер не може знайти контакт: %s" -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:222 -msgid "No error message" -msgstr "Немає повідомлення про помилку" - -#: ../nautilus-sendto-plugin/empathy-nautilus-sendto.c:295 -msgid "Instant Message (Empathy)" -msgstr "Миттєві повідомлення (Empathy)" - -#: ../src/empathy-about-dialog.c:77 -msgid "" -"Empathy is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version." -msgstr "" -"Empathy — вільна програма, ви можете розповсюджувати та/або змінювати її на " -"умовах Універсальної Публічної Ліцензії GNU, що опублікована Фондом вільних " -"програмних засобів, або версії 2 Ліцензії, або (на ваш розсуд) будь-якої " -"старшої версії." - -#: ../src/empathy-about-dialog.c:81 -msgid "" -"Empathy is distributed in the hope that it will be useful, but WITHOUT ANY " -"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " -"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " -"details." -msgstr "" -"Empathy розповсюджується зі сподіванням, що програма буде корисною, але без " -"БУДЬ-ЯКИХ ГАРАНТІЙ; навіть не гарантується ПРИДАТНІСТЬ та ВІДПОВІДНІСТЬ БУДЬ-" -"ЯКИМ ВИМОГАМ. Докладніше про це дивіться GNU General Public License." - -#: ../src/empathy-about-dialog.c:85 -msgid "" -"You should have received a copy of the GNU General Public License along with " -"Empathy; if not, write to the Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" -msgstr "" -"Ви мали отримати копію GNU General Public License разом з цією програмою; " -"якщо це не так, напишіть до Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-130159 USA" - -#: ../src/empathy-about-dialog.c:105 +#: ../src/empathy-about-dialog.c:82 msgid "An Instant Messaging client for GNOME" msgstr "Програма швидкого обміну повідомленнями для GNOME" -#: ../src/empathy-about-dialog.c:111 +#: ../src/empathy-about-dialog.c:88 msgid "translator-credits" msgstr "" "Сергій Довгополов <virgo@gnome.org.ua>\n" @@ -2173,29 +2171,29 @@ msgstr "Є незбережені зміни у вашому обліковом msgid "Your new account has not been saved yet." msgstr "Новий обліковий запис ще не збережено." -#: ../src/empathy-accounts-dialog.c:385 ../src/empathy-call-window.c:1266 +#: ../src/empathy-accounts-dialog.c:387 ../src/empathy-call-window.c:1267 msgid "Connecting…" msgstr "З'єднання…" -#: ../src/empathy-accounts-dialog.c:426 +#: ../src/empathy-accounts-dialog.c:428 #, c-format msgid "Offline — %s" msgstr "Поза мережею — %s" -#: ../src/empathy-accounts-dialog.c:438 +#: ../src/empathy-accounts-dialog.c:440 #, c-format msgid "Disconnected — %s" msgstr "Від'єднаний — %s" -#: ../src/empathy-accounts-dialog.c:449 +#: ../src/empathy-accounts-dialog.c:451 msgid "Offline — No Network Connection" msgstr "Поза мережею — немає з'єднання з мережею" -#: ../src/empathy-accounts-dialog.c:456 +#: ../src/empathy-accounts-dialog.c:458 msgid "Unknown Status" msgstr "Невідомий стан" -#: ../src/empathy-accounts-dialog.c:473 +#: ../src/empathy-accounts-dialog.c:475 msgid "" "This account has been disabled because it relies on an old, unsupported " "backend. Please install telepathy-haze and restart your session to migrate " @@ -2205,28 +2203,28 @@ msgstr "" "модуль. Установіть telepathy-haze й перезавантажте сеанс, щоб перемістити " "обліковий запис. " -#: ../src/empathy-accounts-dialog.c:483 +#: ../src/empathy-accounts-dialog.c:485 msgid "Offline — Account Disabled" msgstr "Поза мережею — Обліковий запис вимкнено" -#: ../src/empathy-accounts-dialog.c:589 +#: ../src/empathy-accounts-dialog.c:591 msgid "Edit Connection Parameters" msgstr "Редагувати параметри з'єднання" -#: ../src/empathy-accounts-dialog.c:716 +#: ../src/empathy-accounts-dialog.c:718 msgid "_Edit Connection Parameters…" -msgstr "Редагувати параметри з'єднання…" +msgstr "_Редагувати параметри з'єднання…" -#: ../src/empathy-accounts-dialog.c:1246 +#: ../src/empathy-accounts-dialog.c:1248 #, c-format msgid "Do you want to remove %.50s from your computer?" msgstr "Вилучити %.50s з комп'ютера?" -#: ../src/empathy-accounts-dialog.c:1250 +#: ../src/empathy-accounts-dialog.c:1252 msgid "This will not remove your account on the server." msgstr "Це не призведе до вилучення облікового запису на сервері." -#: ../src/empathy-accounts-dialog.c:1455 +#: ../src/empathy-accounts-dialog.c:1457 msgid "" "You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2235,24 +2233,24 @@ msgstr "" "відкидання змін. Продовжити?" #. Menu item: to enabled/disable the account -#: ../src/empathy-accounts-dialog.c:1646 +#: ../src/empathy-accounts-dialog.c:1648 msgid "_Enabled" msgstr "Увім_кнено" #. Menu item: Rename -#: ../src/empathy-accounts-dialog.c:1669 +#: ../src/empathy-accounts-dialog.c:1671 msgid "Rename" msgstr "Перейменувати" -#: ../src/empathy-accounts-dialog.c:2071 +#: ../src/empathy-accounts-dialog.c:2073 msgid "_Skip" msgstr "_Пропустити" -#: ../src/empathy-accounts-dialog.c:2075 +#: ../src/empathy-accounts-dialog.c:2077 msgid "_Connect" msgstr "_З'єднатись" -#: ../src/empathy-accounts-dialog.c:2254 +#: ../src/empathy-accounts-dialog.c:2256 msgid "" "You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?" @@ -2261,7 +2259,7 @@ msgstr "" "відкидання змін. Продовжити?" #. Tweak the dialog -#: ../src/empathy-accounts-dialog.c:2398 +#: ../src/empathy-accounts-dialog.c:2400 msgid "Messaging and VoIP Accounts" msgstr "Листування й облікові записи VoIP" @@ -2297,23 +2295,23 @@ msgstr " — клієнт автентифікації Empathy" msgid "Empathy authentication client" msgstr "Клієнт аутентифікація Empathy" -#: ../src/empathy.c:408 +#: ../src/empathy.c:407 msgid "Don't connect on startup" msgstr "Не з'єднуватися під час запуску" -#: ../src/empathy.c:412 +#: ../src/empathy.c:411 msgid "Don't display the contact list or any other dialogs on startup" msgstr "Не показувати список контактів чи інші вікна під час запуску" -#: ../src/empathy.c:441 +#: ../src/empathy.c:440 msgid "- Empathy IM Client" msgstr "— клієнт обміну миттєвими повідомленнями Empathy" -#: ../src/empathy.c:627 +#: ../src/empathy.c:626 msgid "Error contacting the Account Manager" msgstr "Помилка менеджера облікових записів" -#: ../src/empathy.c:629 +#: ../src/empathy.c:628 #, c-format msgid "" "There was an error while trying to connect to the Telepathy Account Manager. " @@ -2326,44 +2324,44 @@ msgstr "" "\n" "%s" -#: ../src/empathy-call.c:116 +#: ../src/empathy-call.c:115 msgid "In a call" msgstr "Розмовляє" -#: ../src/empathy-call.c:224 +#: ../src/empathy-call.c:223 msgid "- Empathy Audio/Video Client" msgstr "— аудіо- та відеоклієнт Empathy" -#: ../src/empathy-call.c:248 +#: ../src/empathy-call.c:247 msgid "Empathy Audio/Video Client" msgstr "Аудіо- та відеоклієнт Empathy" -#: ../src/empathy-call-observer.c:110 +#: ../src/empathy-call-observer.c:111 #, c-format msgid "%s just tried to call you, but you were in another call." msgstr "%s намагався зв'язатись з вами, але втой час ви мали розмову з іншим." -#: ../src/empathy-call-window.c:1541 ../src/empathy-event-manager.c:502 +#: ../src/empathy-call-window.c:1543 ../src/empathy-event-manager.c:474 msgid "Incoming call" msgstr "Вхідний виклик" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming video call from %s" msgstr "Вхідний відеовиклик від %s" -#: ../src/empathy-call-window.c:1547 ../src/empathy-event-manager.c:510 -#: ../src/empathy-event-manager.c:907 +#: ../src/empathy-call-window.c:1549 ../src/empathy-event-manager.c:482 +#: ../src/empathy-event-manager.c:877 #, c-format msgid "Incoming call from %s" msgstr "Вхідний виклик від %s" -#: ../src/empathy-call-window.c:1551 +#: ../src/empathy-call-window.c:1553 #: ../src/empathy-notifications-approver.c:191 msgid "Reject" msgstr "Відкинути" -#: ../src/empathy-call-window.c:1552 +#: ../src/empathy-call-window.c:1554 #: ../src/empathy-notifications-approver.c:196 #: ../src/empathy-notifications-approver.c:201 msgid "Answer" @@ -2371,60 +2369,60 @@ msgstr "Відповісти" #. translators: Call is a noun and %s is the contact name. This string #. * is used in the window title -#: ../src/empathy-call-window.c:1922 +#: ../src/empathy-call-window.c:1924 #, c-format msgid "Call with %s" msgstr "Виклик з %s" -#: ../src/empathy-call-window.c:2174 +#: ../src/empathy-call-window.c:2176 msgid "The IP address as seen by the machine" msgstr "Адреса IP, яку показано на машині" -#: ../src/empathy-call-window.c:2176 +#: ../src/empathy-call-window.c:2178 msgid "The IP address as seen by a server on the Internet" msgstr "Адреса IP, яку показано на сервері через інтернет" -#: ../src/empathy-call-window.c:2178 +#: ../src/empathy-call-window.c:2180 msgid "The IP address of the peer as seen by the other side" msgstr "Адреса IP вузла, яку показано по ту сторону" -#: ../src/empathy-call-window.c:2180 +#: ../src/empathy-call-window.c:2182 msgid "The IP address of a relay server" msgstr "Адреса IP сервера ретрансляції" -#: ../src/empathy-call-window.c:2182 +#: ../src/empathy-call-window.c:2184 msgid "The IP address of the multicast group" msgstr "Адреса IP групової трансляції" -#: ../src/empathy-call-window.c:2596 ../src/empathy-call-window.c:2597 #: ../src/empathy-call-window.c:2598 ../src/empathy-call-window.c:2599 +#: ../src/empathy-call-window.c:2600 ../src/empathy-call-window.c:2601 #: ../src/empathy-call-window.ui.h:28 msgid "Unknown" msgstr "Невідомо" -#: ../src/empathy-call-window.c:2958 +#: ../src/empathy-call-window.c:2952 msgid "On hold" msgstr "В очікуванні" -#: ../src/empathy-call-window.c:2962 +#: ../src/empathy-call-window.c:2956 msgid "Mute" msgstr "Приглушити" -#: ../src/empathy-call-window.c:2964 +#: ../src/empathy-call-window.c:2958 msgid "Duration" msgstr "Тривалість" #. Translators: 'status - minutes:seconds' the caller has been connected -#: ../src/empathy-call-window.c:2967 +#: ../src/empathy-call-window.c:2961 #, c-format msgid "%s — %d:%02dm" msgstr "%s — %d:%02dm" -#: ../src/empathy-call-window.c:3063 +#: ../src/empathy-call-window.c:3057 msgid "Technical Details" msgstr "Технічні подробиці" -#: ../src/empathy-call-window.c:3102 +#: ../src/empathy-call-window.c:3096 #, c-format msgid "" "%s's software does not understand any of the audio formats supported by your " @@ -2432,7 +2430,7 @@ msgid "" msgstr "" "Програма %s не розпізнає аудіоформати, що підтримуються вашим комп'ютером" -#: ../src/empathy-call-window.c:3107 +#: ../src/empathy-call-window.c:3101 #, c-format msgid "" "%s's software does not understand any of the video formats supported by your " @@ -2440,7 +2438,7 @@ msgid "" msgstr "" "Програма %s не розпізнає відеоформати, що підтримуються вашим комп'ютером" -#: ../src/empathy-call-window.c:3113 +#: ../src/empathy-call-window.c:3107 #, c-format msgid "" "Can't establish a connection to %s. One of you might be on a network that " @@ -2449,25 +2447,25 @@ msgstr "" "Не вдалось встановити з'єднання з %s. Один з вас може знаходитися у мережі, " "яка не підтримує прямі з'єднання." -#: ../src/empathy-call-window.c:3119 +#: ../src/empathy-call-window.c:3113 msgid "There was a failure on the network" msgstr "Помилка мережі" -#: ../src/empathy-call-window.c:3123 +#: ../src/empathy-call-window.c:3117 msgid "" "The audio formats necessary for this call are not installed on your computer" msgstr "" "Аудіоформати, що потрібні для цього виклику, не встановлено на вашому " "комп'ютері" -#: ../src/empathy-call-window.c:3126 +#: ../src/empathy-call-window.c:3120 msgid "" "The video formats necessary for this call are not installed on your computer" msgstr "" "Відеоформати, що потрібні для цього виклику, не встановлено на вашому " "комп'ютері" -#: ../src/empathy-call-window.c:3138 +#: ../src/empathy-call-window.c:3132 #, c-format msgid "" "Something unexpected happened in a Telepathy component. Please <a href=\"%s" @@ -2478,32 +2476,32 @@ msgstr "" "помилку</a> та прикріпіть журнали, зібрані з вікна зневадження у меню " "«Довідка»." -#: ../src/empathy-call-window.c:3147 +#: ../src/empathy-call-window.c:3141 msgid "There was a failure in the call engine" msgstr "Помилка у рушії виклику" -#: ../src/empathy-call-window.c:3150 +#: ../src/empathy-call-window.c:3144 msgid "The end of the stream was reached" msgstr "Досягнуто кінця потоку" -#: ../src/empathy-call-window.c:3190 +#: ../src/empathy-call-window.c:3184 msgid "Can't establish audio stream" msgstr "Не вдалось встановити аудіопотік" -#: ../src/empathy-call-window.c:3200 +#: ../src/empathy-call-window.c:3194 msgid "Can't establish video stream" msgstr "Не вдалось встановити відеопотік" -#: ../src/empathy-call-window.c:3237 +#: ../src/empathy-call-window.c:3231 #, c-format msgid "Your current balance is %s." msgstr "Ваш поточний залишок становить %s." -#: ../src/empathy-call-window.c:3241 +#: ../src/empathy-call-window.c:3235 msgid "Sorry, you don’t have enough credit for that call." msgstr "Вибачте, але у вас недостатньо залишку, щоб здійснити виклик." -#: ../src/empathy-call-window.c:3243 +#: ../src/empathy-call-window.c:3237 msgid "Top Up" msgstr "Поповнити" @@ -2619,7 +2617,7 @@ msgstr "Локальні кандидати:" msgid "Audio" msgstr "Аудіо" -#: ../src/empathy-chat.c:101 +#: ../src/empathy-chat.c:100 msgid "- Empathy Chat Client" msgstr "— клієнт балачок Empathy" @@ -2639,11 +2637,11 @@ msgstr "Автоматичне з'єднання" msgid "Manage Favorite Rooms" msgstr "Керування улюбленими кімнатами" -#: ../src/empathy-chat-window.c:279 +#: ../src/empathy-chat-window.c:278 msgid "Close this window?" msgstr "Закрити це вікно?" -#: ../src/empathy-chat-window.c:285 +#: ../src/empathy-chat-window.c:284 #, c-format msgid "" "Closing this window will leave %s. You will not receive any further messages " @@ -2652,7 +2650,7 @@ msgstr "" "Закриття цього вікна покине %s. Ви не одержуватимете подальші повідомлення, " "поки не приєднаєтесь знову." -#: ../src/empathy-chat-window.c:298 +#: ../src/empathy-chat-window.c:297 #, c-format msgid "" "Closing this window will leave a chat room. You will not receive any further " @@ -2670,27 +2668,27 @@ msgstr[2] "" "Закриття цього вікна покине %u кімнат балачки. Ви не одержуватимете подальші " "повідомлення, поки не приєднаєтесь знову." -#: ../src/empathy-chat-window.c:309 +#: ../src/empathy-chat-window.c:308 #, c-format msgid "Leave %s?" msgstr "Покинути %s? " -#: ../src/empathy-chat-window.c:311 +#: ../src/empathy-chat-window.c:310 msgid "" "You will not receive any further messages from this chat room until you " "rejoin it." msgstr "" "Ви не одержуватимете подальші повідомлення, поки не приєднаєтесь знову." -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Close window" msgstr "Закрити вікно" -#: ../src/empathy-chat-window.c:330 +#: ../src/empathy-chat-window.c:329 msgid "Leave room" msgstr "Покинути кімнату" -#: ../src/empathy-chat-window.c:672 ../src/empathy-chat-window.c:695 +#: ../src/empathy-chat-window.c:671 ../src/empathy-chat-window.c:694 #, c-format msgid "%s (%d unread)" msgid_plural "%s (%d unread)" @@ -2698,7 +2696,7 @@ msgstr[0] "%s (%d непрочитане)" msgstr[1] "%s (%d непрочитаних)" msgstr[2] "%s (%d непрочитані)" -#: ../src/empathy-chat-window.c:687 +#: ../src/empathy-chat-window.c:686 #, c-format msgid "%s (and %u other)" msgid_plural "%s (and %u others)" @@ -2706,7 +2704,7 @@ msgstr[0] "%s (та %u інше)" msgstr[1] "%s (та %u інших)" msgstr[2] "%s (та %u інших)" -#: ../src/empathy-chat-window.c:703 +#: ../src/empathy-chat-window.c:702 #, c-format msgid "%s (%d unread from others)" msgid_plural "%s (%d unread from others)" @@ -2714,7 +2712,7 @@ msgstr[0] "%s (%d непрочитане від інших)" msgstr[1] "%s (%d непрочитаних від інших)" msgstr[2] "%s (%d непрочитаний від інших)" -#: ../src/empathy-chat-window.c:712 +#: ../src/empathy-chat-window.c:711 #, c-format msgid "%s (%d unread from all)" msgid_plural "%s (%d unread from all)" @@ -2722,11 +2720,11 @@ msgstr[0] "%s (%d непрочитане від усіх)" msgstr[1] "%s (%d непрочитаних від усіх)" msgstr[2] "%s (%d непрочитаний від усіх)" -#: ../src/empathy-chat-window.c:949 +#: ../src/empathy-chat-window.c:948 msgid "SMS:" msgstr "SMS:" -#: ../src/empathy-chat-window.c:957 +#: ../src/empathy-chat-window.c:956 #, c-format msgid "Sending %d message" msgid_plural "Sending %d messages" @@ -2734,7 +2732,7 @@ msgstr[0] "Надсилання %d повідомлення" msgstr[1] "Надсилання %d повідомлень" msgstr[2] "Надсилання %d повідомлень" -#: ../src/empathy-chat-window.c:977 +#: ../src/empathy-chat-window.c:976 msgid "Typing a message." msgstr "Набирає повідомлення." @@ -2806,75 +2804,75 @@ msgstr "Перемістити вкладку _праворуч" msgid "_Detach Tab" msgstr "_Відокремити вкладку" -#: ../src/empathy-debugger.c:77 +#: ../src/empathy-debugger.c:76 msgid "Show a particular service" msgstr "Показувати певною службою" -#: ../src/empathy-debugger.c:82 +#: ../src/empathy-debugger.c:81 msgid "- Empathy Debugger" msgstr "— зневадження Empathy" -#: ../src/empathy-debugger.c:142 +#: ../src/empathy-debugger.c:141 msgid "Empathy Debugger" msgstr "Зневадження Empathy" -#: ../src/empathy-debug-window.c:1590 +#: ../src/empathy-debug-window.c:1564 msgid "Save" msgstr "Зберегти" -#: ../src/empathy-debug-window.c:1650 +#: ../src/empathy-debug-window.c:1624 msgid "Pastebin link" msgstr "Посилання Pastebin" -#: ../src/empathy-debug-window.c:1659 +#: ../src/empathy-debug-window.c:1633 msgid "Pastebin response" msgstr "Відповідь Pastebin" -#: ../src/empathy-debug-window.c:1666 +#: ../src/empathy-debug-window.c:1640 msgid "Data too large for a single paste. Please save logs to file." msgstr "Дані надто довгі для одного вставлення. Збережіть журнали у файл." -#: ../src/empathy-debug-window.c:1848 +#: ../src/empathy-debug-window.c:1822 msgid "Debug Window" msgstr "Вікно зневадження" -#: ../src/empathy-debug-window.c:1908 +#: ../src/empathy-debug-window.c:1882 msgid "Send to pastebin" msgstr "Надіслати у pastebin" -#: ../src/empathy-debug-window.c:1952 +#: ../src/empathy-debug-window.c:1926 msgid "Pause" msgstr "Пауза" -#: ../src/empathy-debug-window.c:1964 +#: ../src/empathy-debug-window.c:1938 msgid "Level " msgstr "Рівень" -#: ../src/empathy-debug-window.c:1983 +#: ../src/empathy-debug-window.c:1957 msgid "Debug" msgstr "Зневадження" -#: ../src/empathy-debug-window.c:1988 +#: ../src/empathy-debug-window.c:1962 msgid "Info" msgstr "Інформація" -#: ../src/empathy-debug-window.c:1993 ../src/empathy-debug-window.c:2073 +#: ../src/empathy-debug-window.c:1967 ../src/empathy-debug-window.c:2047 msgid "Message" msgstr "Повідомлення" -#: ../src/empathy-debug-window.c:1998 +#: ../src/empathy-debug-window.c:1972 msgid "Warning" msgstr "Попередження" -#: ../src/empathy-debug-window.c:2003 +#: ../src/empathy-debug-window.c:1977 msgid "Critical" msgstr "Критична" -#: ../src/empathy-debug-window.c:2008 +#: ../src/empathy-debug-window.c:1982 msgid "Error" msgstr "Помилка" -#: ../src/empathy-debug-window.c:2021 +#: ../src/empathy-debug-window.c:1995 msgid "" "Even if they don't display passwords, logs can contain sensitive information " "such as your list of contacts or the messages you recently sent or " @@ -2892,93 +2890,93 @@ msgstr "" "надсилаєте його через додаткові поля у <a href=\"https://bugzilla.gnome.org/" "enter_bug.cgi?product=empathy\">звіті про ваду</a>." -#: ../src/empathy-debug-window.c:2053 +#: ../src/empathy-debug-window.c:2027 msgid "Time" msgstr "Час" -#: ../src/empathy-debug-window.c:2056 +#: ../src/empathy-debug-window.c:2030 msgid "Domain" msgstr "Домен" -#: ../src/empathy-debug-window.c:2059 +#: ../src/empathy-debug-window.c:2033 msgid "Category" msgstr "Категорія" -#: ../src/empathy-debug-window.c:2062 +#: ../src/empathy-debug-window.c:2036 msgid "Level" msgstr "Рівень" -#: ../src/empathy-debug-window.c:2096 +#: ../src/empathy-debug-window.c:2070 msgid "" "The selected connection manager does not support the remote debugging " "extension." msgstr "" "Вибраний менеджер з'єднань не підтримує розширення віддаленого зневадження " -#: ../src/empathy-event-manager.c:502 +#: ../src/empathy-event-manager.c:474 msgid "Incoming video call" msgstr "Вхідний відеовиклик" -#: ../src/empathy-event-manager.c:506 +#: ../src/empathy-event-manager.c:478 #, c-format msgid "%s is video calling you. Do you want to answer?" msgstr "Відеовиклик від %s, відповісти?" -#: ../src/empathy-event-manager.c:507 +#: ../src/empathy-event-manager.c:479 #, c-format msgid "%s is calling you. Do you want to answer?" msgstr "Виклик від %s, відповісти?" -#: ../src/empathy-event-manager.c:535 +#: ../src/empathy-event-manager.c:507 msgid "_Reject" msgstr "Від_хилити" -#: ../src/empathy-event-manager.c:543 ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:515 ../src/empathy-event-manager.c:523 msgid "_Answer" msgstr "_Відповісти" -#: ../src/empathy-event-manager.c:551 +#: ../src/empathy-event-manager.c:523 msgid "_Answer with video" msgstr "_Відповісти через відео" -#: ../src/empathy-event-manager.c:706 +#: ../src/empathy-event-manager.c:677 msgid "Room invitation" msgstr "Кімната запрошення" -#: ../src/empathy-event-manager.c:708 +#: ../src/empathy-event-manager.c:679 #, c-format msgid "Invitation to join %s" msgstr "Запрошення приєднатись до %s" -#: ../src/empathy-event-manager.c:715 +#: ../src/empathy-event-manager.c:686 #, c-format msgid "%s is inviting you to join %s" msgstr "%s запрошує вас увійти у %s" -#: ../src/empathy-event-manager.c:728 +#: ../src/empathy-event-manager.c:699 msgid "_Join" msgstr "_Увійти" -#: ../src/empathy-event-manager.c:754 +#: ../src/empathy-event-manager.c:725 #, c-format msgid "%s invited you to join %s" msgstr "%s запросив вас увійти у %s" -#: ../src/empathy-event-manager.c:760 +#: ../src/empathy-event-manager.c:731 #, c-format msgid "You have been invited to join %s" msgstr "Вас запрошено приєднатись до %s" -#: ../src/empathy-event-manager.c:950 +#: ../src/empathy-event-manager.c:920 #, c-format msgid "Incoming file transfer from %s" msgstr "Вхідне передавання файла від %s" -#: ../src/empathy-event-manager.c:978 ../src/empathy-roster-window.c:213 +#: ../src/empathy-event-manager.c:948 ../src/empathy-roster-window.c:214 msgid "Password required" msgstr "Потрібно пароль" -#: ../src/empathy-event-manager.c:1115 +#: ../src/empathy-event-manager.c:1085 #, c-format msgid "" "\n" @@ -3115,28 +3113,28 @@ msgid "Import Accounts" msgstr "Імпортування облікових записів" #. Translators: this is the header of a treeview column -#: ../src/empathy-import-widget.c:298 +#: ../src/empathy-import-widget.c:299 msgid "Import" msgstr "Імпортувати" -#: ../src/empathy-import-widget.c:307 +#: ../src/empathy-import-widget.c:308 msgid "Protocol" msgstr "Протокол:" -#: ../src/empathy-import-widget.c:331 +#: ../src/empathy-import-widget.c:332 msgid "Source" msgstr "Джерело" -#: ../src/empathy-invite-participant-dialog.c:196 -#: ../src/empathy-invite-participant-dialog.c:224 +#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:225 msgid "Invite Participant" msgstr "Запросити учасника" -#: ../src/empathy-invite-participant-dialog.c:197 +#: ../src/empathy-invite-participant-dialog.c:198 msgid "Choose a contact to invite into the conversation:" msgstr "Виберіть контакт для запрошення до бесіди:" -#: ../src/empathy-invite-participant-dialog.c:220 +#: ../src/empathy-invite-participant-dialog.c:221 msgid "Invite" msgstr "Запросити" @@ -3243,79 +3241,79 @@ msgstr "Прийняти" msgid "Provide" msgstr "Надати" -#: ../src/empathy-preferences.c:137 +#: ../src/empathy-preferences.c:138 msgid "Message received" msgstr "Надійшло повідомлення" -#: ../src/empathy-preferences.c:138 +#: ../src/empathy-preferences.c:139 msgid "Message sent" msgstr "Повідомлення надіслано" -#: ../src/empathy-preferences.c:139 +#: ../src/empathy-preferences.c:140 msgid "New conversation" msgstr "Нова розмова" -#: ../src/empathy-preferences.c:140 +#: ../src/empathy-preferences.c:141 msgid "Contact comes online" msgstr "Контакт входить у мережу" -#: ../src/empathy-preferences.c:141 +#: ../src/empathy-preferences.c:142 msgid "Contact goes offline" msgstr "Контакт виходить з мережі" -#: ../src/empathy-preferences.c:142 +#: ../src/empathy-preferences.c:143 msgid "Account connected" msgstr "Обліковий запис під'єднано" -#: ../src/empathy-preferences.c:143 +#: ../src/empathy-preferences.c:144 msgid "Account disconnected" msgstr "Обліковий запис від'єднано" -#: ../src/empathy-preferences.c:374 +#: ../src/empathy-preferences.c:369 msgid "Language" msgstr "Мова" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:625 +#: ../src/empathy-preferences.c:620 msgid "Juliet" msgstr "Джульєтта" #. translators: Contact name for the chat theme preview -#: ../src/empathy-preferences.c:632 +#: ../src/empathy-preferences.c:627 msgid "Romeo" msgstr "Ромео" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:638 +#: ../src/empathy-preferences.c:633 msgid "O Romeo, Romeo, wherefore art thou Romeo?" msgstr "Ромео! О, навіщо ти Ромео?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:642 +#: ../src/empathy-preferences.c:637 msgid "Deny thy father and refuse thy name;" msgstr "Зміни своє ім'я, зречися батька;" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:645 +#: ../src/empathy-preferences.c:640 msgid "Or if thou wilt not, be but sworn my love" msgstr "Як ні, то присягни мені в коханні," #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:648 +#: ../src/empathy-preferences.c:643 msgid "And I'll no longer be a Capulet." msgstr "І більше я не буду Капулетті." #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:651 +#: ../src/empathy-preferences.c:646 msgid "Shall I hear more, or shall I speak at this?" msgstr "Послухать — чи відповісти відразу?" #. translators: Quote from Romeo & Julier, for chat theme preview -#: ../src/empathy-preferences.c:654 +#: ../src/empathy-preferences.c:649 msgid "Juliet has disconnected" msgstr "Джульєтта від'єдналась." -#: ../src/empathy-preferences.c:1020 +#: ../src/empathy-preferences.c:1015 msgid "Preferences" msgstr "Параметри" @@ -3327,7 +3325,7 @@ msgstr "Показати групи" msgid "Show account balances" msgstr "Показати залишок на обліковому записі" -#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2264 +#: ../src/empathy-preferences.ui.h:4 ../src/empathy-roster-window.c:2302 msgid "Contact List" msgstr "Список контактів" @@ -3477,91 +3475,92 @@ msgstr "Варіант:" msgid "Themes" msgstr "Теми" -#: ../src/empathy-roster-window.c:230 +#: ../src/empathy-roster-window.c:231 msgid "Provide Password" msgstr "Вкажіть пароль" -#: ../src/empathy-roster-window.c:236 +#: ../src/empathy-roster-window.c:237 msgid "Disconnect" msgstr "Від'єднати" -#: ../src/empathy-roster-window.c:493 +#: ../src/empathy-roster-window.c:494 msgid "You need to set up an account to see contacts here." msgstr "Потрібно налаштувати обліковий запис, щоб побачити контакти тут." -#: ../src/empathy-roster-window.c:569 +#: ../src/empathy-roster-window.c:570 #, c-format msgid "Sorry, %s accounts can’t be used until your %s software is updated." msgstr "" "Вибачте, обліковий запис %s неможливо використовувати, поки програму %s не " "буде оновлено." -#: ../src/empathy-roster-window.c:670 +#: ../src/empathy-roster-window.c:671 msgid "Windows Live" msgstr "Windows Live" -#: ../src/empathy-roster-window.c:672 +#: ../src/empathy-roster-window.c:673 msgid "Google Talk" msgstr "Google Talk" -#: ../src/empathy-roster-window.c:674 +#: ../src/empathy-roster-window.c:675 msgid "Facebook" msgstr "Facebook" #. translators: %s is an account name like 'Facebook' or 'Google Talk' -#: ../src/empathy-roster-window.c:689 +#: ../src/empathy-roster-window.c:690 #, c-format msgid "%s account requires authorisation" msgstr "Обліковий запис у %s потребує засвідчення" -#: ../src/empathy-roster-window.c:700 +#: ../src/empathy-roster-window.c:701 msgid "Online Accounts" msgstr "Мережеві облікові записи" -#: ../src/empathy-roster-window.c:747 +#: ../src/empathy-roster-window.c:748 msgid "Update software…" msgstr "Оновити програми…" -#: ../src/empathy-roster-window.c:753 +#: ../src/empathy-roster-window.c:754 msgid "Reconnect" msgstr "Перез'єднати" -#: ../src/empathy-roster-window.c:757 +#: ../src/empathy-roster-window.c:758 msgid "Edit Account" msgstr "Редагування облікового запису" -#: ../src/empathy-roster-window.c:762 +#: ../src/empathy-roster-window.c:763 msgid "Close" msgstr "Закрити" -#: ../src/empathy-roster-window.c:904 +#: ../src/empathy-roster-window.c:905 msgid "Top up account" msgstr "Поповнити рахунок на обліковому записі" -#: ../src/empathy-roster-window.c:1590 +#: ../src/empathy-roster-window.c:1627 msgid "You need to enable one of your accounts to see contacts here." msgstr "" "Потрібно ввімкнути один з облікових записів, щоб побачити контакти тут." #. translators: argument is an account name -#: ../src/empathy-roster-window.c:1598 +#: ../src/empathy-roster-window.c:1635 #, c-format msgid "You need to enable %s to see contacts here." msgstr "Потрібно ввімкнути %s, щоб побачити контакти тут." -#: ../src/empathy-roster-window.c:1676 +#: ../src/empathy-roster-window.c:1713 msgid "Change your presence to see contacts here" msgstr "Змінити вашу присутність, щоб побачити контакти тут" -#: ../src/empathy-roster-window.c:1685 +#: ../src/empathy-roster-window.c:1722 msgid "No match found" msgstr "Збігів не знайдено" -#: ../src/empathy-roster-window.c:1692 -msgid "You haven't added any contact yet" +#: ../src/empathy-roster-window.c:1729 +#| msgid "You haven't added any contact yet" +msgid "You haven't added any contacts yet" msgstr "Ви поки що не додали жодного контакту" -#: ../src/empathy-roster-window.c:1695 +#: ../src/empathy-roster-window.c:1732 msgid "No online contacts" msgstr "Контакти відсутні в мережі" @@ -3624,8 +3623,8 @@ msgid "Help" msgstr "Довідка" #: ../src/empathy-roster-window-menubar.ui.h:16 -msgid "About Empathy" -msgstr "Про Empathy" +msgid "About" +msgstr "Про програму" #: ../src/empathy-roster-window-menubar.ui.h:17 #: ../src/empathy-status-icon.ui.h:5 @@ -3666,6 +3665,46 @@ msgstr "Редагувати параметри облікового запис msgid "Integrate your IM accounts" msgstr "Інтегрувати ваші облікові записи" +#~ msgid "No error message" +#~ msgstr "Немає повідомлення про помилку" + +#~ msgid "Instant Message (Empathy)" +#~ msgstr "Миттєві повідомлення (Empathy)" + +#~ msgid "" +#~ "Empathy is free software; you can redistribute it and/or modify it under " +#~ "the terms of the GNU General Public License as published by the Free " +#~ "Software Foundation; either version 2 of the License, or (at your option) " +#~ "any later version." +#~ msgstr "" +#~ "Empathy — вільна програма, ви можете розповсюджувати та/або змінювати її " +#~ "на умовах Універсальної Публічної Ліцензії GNU, що опублікована Фондом " +#~ "вільних програмних засобів, або версії 2 Ліцензії, або (на ваш розсуд) " +#~ "будь-якої старшої версії." + +#~ msgid "" +#~ "Empathy is distributed in the hope that it will be useful, but WITHOUT " +#~ "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +#~ "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +#~ "more details." +#~ msgstr "" +#~ "Empathy розповсюджується зі сподіванням, що програма буде корисною, але " +#~ "без БУДЬ-ЯКИХ ГАРАНТІЙ; навіть не гарантується ПРИДАТНІСТЬ та " +#~ "ВІДПОВІДНІСТЬ БУДЬ-ЯКИМ ВИМОГАМ. Докладніше про це дивіться GNU General " +#~ "Public License." + +#~ msgid "" +#~ "You should have received a copy of the GNU General Public License along " +#~ "with Empathy; if not, write to the Free Software Foundation, Inc., 51 " +#~ "Franklin Street, Fifth Floor, Boston, MA 02110-130159 USA" +#~ msgstr "" +#~ "Ви мали отримати копію GNU General Public License разом з цією програмою; " +#~ "якщо це не так, напишіть до Free Software Foundation, Inc., 51 Franklin " +#~ "Street, Fifth Floor, Boston, MA 02110-130159 USA" + +#~ msgid "About Empathy" +#~ msgstr "Про Empathy" + #~ msgid "Empathy can use the network to guess the location" #~ msgstr "Empathy може використовувати мережу для припущень щодо місцевості" diff --git a/src/.gitignore b/src/.gitignore index 52be330e..2be662ac 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -8,3 +8,5 @@ empathy-chat empathy-chat-resources.c empathy-chat-resources.h src-marshal.* +chat-manager-interface.c +chat-manager-interface.h diff --git a/extensions/Chat_Manager.xml b/src/Chat_Manager.xml index 15ea9512..15ea9512 100644 --- a/extensions/Chat_Manager.xml +++ b/src/Chat_Manager.xml diff --git a/src/Makefile.am b/src/Makefile.am index e7644774..8806ae45 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -86,6 +86,7 @@ empathy_auth_client_SOURCES = \ $(NULL) empathy_chat_SOURCES = \ + chat-manager-interface.c chat-manager-interface.h \ empathy-about-dialog.c empathy-about-dialog.h \ empathy-chat-manager.c empathy-chat-manager.h \ empathy-chat-window.c empathy-chat-window.h \ @@ -154,6 +155,7 @@ empathy_handwritten_source = \ empathy_SOURCES = \ $(empathy_handwritten_source) \ + chat-manager-interface.c chat-manager-interface.h \ $(NULL) empathy_LDADD = \ @@ -197,14 +199,25 @@ EXTRA_DIST = \ $(autostart_DATA) \ $(ui_DATA) \ empathy-chat.js \ - empathy-chat.gresource.xml + empathy-chat.gresource.xml \ + Chat_Manager.xml dist_man_MANS = \ empathy.1 \ empathy-accounts.1 +chat-manager-interface.c: chat-manager-interface.h +chat-manager-interface.h: Makefile.am Chat_Manager.xml + gdbus-codegen \ + --interface-prefix org.gnome.Empathy. \ + --c-namespace EmpathyGen \ + --generate-c-code chat-manager-interface \ + Chat_Manager.xml + BUILT_SOURCES = \ $(nodist_empathy_chat_SOURCES) \ + chat-manager-interface.c \ + chat-manager-interface.h \ $(NULL) CLEANFILES = $(BUILT_SOURCES) diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 9cd45ca7..6fa3d737 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -645,7 +645,7 @@ use_external_storage_provider (EmpathyAccountsDialog *self, } else if (!tp_strdiff (provider, EMPATHY_UOA_PROVIDER)) { - empathy_launch_external_app ("gnome-credentials-panel.desktop", + empathy_launch_external_app ("unity-credentials-panel.desktop", NULL, NULL); return; } @@ -2658,7 +2658,7 @@ am_prepare_cb (GObject *source, args = g_strdup_printf ("account-details=%u", g_value_get_uint (value)); } - empathy_launch_external_app ("gnome-credentials-panel.desktop", args, NULL); + empathy_launch_external_app ("unity-credentials-panel.desktop", args, NULL); g_free (args); out: diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c index 46f62c2f..2935c2a7 100644 --- a/src/empathy-call-handler.c +++ b/src/empathy-call-handler.c @@ -52,7 +52,6 @@ enum { PROP_CALL_CHANNEL = 1, PROP_GST_BUS, PROP_CONTACT, - PROP_INITIAL_AUDIO, PROP_INITIAL_VIDEO, PROP_SEND_AUDIO_CODEC, PROP_SEND_VIDEO_CODEC, @@ -71,7 +70,6 @@ struct _EmpathyCallHandlerPriv { EmpathyContact *contact; TfChannel *tfchannel; - gboolean initial_audio; gboolean initial_video; FsCodec *send_audio_codec; @@ -216,9 +214,6 @@ empathy_call_handler_set_property (GObject *object, tp_g_signal_connect_object (priv->call, "invalidated", G_CALLBACK (on_call_invalidated_cb), object, 0); break; - case PROP_INITIAL_AUDIO: - priv->initial_audio = g_value_get_boolean (value); - break; case PROP_INITIAL_VIDEO: priv->initial_video = g_value_get_boolean (value); break; @@ -241,9 +236,6 @@ empathy_call_handler_get_property (GObject *object, case PROP_CALL_CHANNEL: g_value_set_object (value, priv->call); break; - case PROP_INITIAL_AUDIO: - g_value_set_boolean (value, priv->initial_audio); - break; case PROP_INITIAL_VIDEO: g_value_set_boolean (value, priv->initial_video); break; @@ -302,13 +294,6 @@ empathy_call_handler_class_init (EmpathyCallHandlerClass *klass) G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); g_object_class_install_property (object_class, PROP_CALL_CHANNEL, param_spec); - param_spec = g_param_spec_boolean ("initial-audio", - "initial-audio", "Whether the call should start with audio", - TRUE, - G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS); - g_object_class_install_property (object_class, PROP_INITIAL_AUDIO, - param_spec); - param_spec = g_param_spec_boolean ("initial-video", "initial-video", "Whether the call should start with video", FALSE, @@ -902,7 +887,6 @@ empathy_call_handler_start_call (EmpathyCallHandler *handler, EmpathyCallHandlerPriv *priv = GET_PRIV (handler); TpAccountChannelRequest *req; TpAccount *account; - GVariant *request; if (priv->call != NULL) { @@ -932,11 +916,9 @@ empathy_call_handler_start_call (EmpathyCallHandler *handler, g_assert (priv->contact != NULL); account = empathy_contact_get_account (priv->contact); - request = empathy_call_create_call_request ( - empathy_contact_get_id (priv->contact), - priv->initial_audio, priv->initial_video); - req = tp_account_channel_request_new (account, request, timestamp); + req = empathy_call_create_call_request (account, + empathy_contact_get_id (priv->contact), priv->initial_video, timestamp); tp_account_channel_request_create_and_handle_channel_async (req, NULL, empathy_call_handler_request_cb, handler); diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c index 278af3b3..c2d160e6 100644 --- a/src/empathy-chat-manager.c +++ b/src/empathy-chat-manager.c @@ -23,11 +23,11 @@ #include <telepathy-glib/proxy-subclass.h> #include <telepathy-glib/telepathy-glib-dbus.h> +#include "empathy-bus-names.h" #include "empathy-chatroom-manager.h" #include "empathy-chat-window.h" #include "empathy-request-util.h" #include "empathy-ui-utils.h" -#include "extensions.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "empathy-debug.h" @@ -42,12 +42,12 @@ enum { static guint signals[LAST_SIGNAL]; -static void svc_iface_init (gpointer, gpointer); +static void chat_manager_iface_init (gpointer, gpointer); G_DEFINE_TYPE_WITH_CODE (EmpathyChatManager, empathy_chat_manager, - G_TYPE_OBJECT, - G_IMPLEMENT_INTERFACE (EMP_TYPE_SVC_CHAT_MANAGER, - svc_iface_init) + EMPATHY_GEN_TYPE_CHAT_MANAGER_SKELETON, + G_IMPLEMENT_INTERFACE (EMPATHY_GEN_TYPE_CHAT_MANAGER , + chat_manager_iface_init) ) /* private structure */ @@ -349,17 +349,25 @@ empathy_chat_manager_constructor (GType type, static void empathy_chat_manager_constructed (GObject *obj) { - TpDBusDaemon *dbus_daemon; - - dbus_daemon = tp_dbus_daemon_dup (NULL); + GDBusConnection *conn; + GError *error = NULL; - if (dbus_daemon != NULL) + conn = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error); + if (conn == NULL) { - tp_dbus_daemon_register_object (dbus_daemon, - CHAT_MANAGER_PATH, obj); + DEBUG ("Failed to get bus: %s", error->message); + g_error_free (error); + return; + } - g_object_unref (dbus_daemon); + if (!g_dbus_interface_skeleton_export (G_DBUS_INTERFACE_SKELETON (obj), conn, + CHAT_MANAGER_PATH, &error)) + { + DEBUG ("Failed to export chat manager: %s\n", error->message); + g_error_free (error); } + + g_object_unref (conn); } static void @@ -497,50 +505,81 @@ empathy_chat_manager_get_num_closed_chats (EmpathyChatManager *self) return g_queue_get_length (priv->closed_queue); } -static void -empathy_chat_manager_dbus_undo_closed_chat (EmpSvcChatManager *manager, - gint64 timestamp, - DBusGMethodInvocation *context) +static gboolean +empathy_chat_manager_dbus_undo_closed_chat (EmpathyGenChatManager *manager, + GDBusMethodInvocation *invocation, + gint64 timestamp) { empathy_chat_manager_undo_closed_chat ((EmpathyChatManager *) manager, timestamp); - emp_svc_chat_manager_return_from_undo_closed_chat (context); + empathy_gen_chat_manager_complete_undo_closed_chat (manager, invocation); + return TRUE; } static void -svc_iface_init (gpointer g_iface, +chat_manager_iface_init (gpointer g_iface, gpointer iface_data) { - EmpSvcChatManagerClass *klass = (EmpSvcChatManagerClass *) g_iface; + EmpathyGenChatManagerIface *iface = (EmpathyGenChatManagerIface *) g_iface; -#define IMPLEMENT(x) emp_svc_chat_manager_implement_##x (\ - klass, empathy_chat_manager_dbus_##x) - IMPLEMENT(undo_closed_chat); -#undef IMPLEMENT + iface->handle_undo_closed_chat = empathy_chat_manager_dbus_undo_closed_chat; } -void -empathy_chat_manager_call_undo_closed_chat (void) +static void +undo_closed_cb (GObject *source, + GAsyncResult *result, + gpointer user_data) { - TpDBusDaemon *dbus_daemon = tp_dbus_daemon_dup (NULL); - TpProxy *proxy; + GError *error = NULL; - if (dbus_daemon == NULL) - return; + if (!empathy_gen_chat_manager_call_undo_closed_chat_finish ( + EMPATHY_GEN_CHAT_MANAGER (source), result, + &error)) + { + DEBUG ("UndoClosedChat failed: %s", error->message); + g_error_free (error); + } +} - proxy = g_object_new (TP_TYPE_PROXY, - "dbus-daemon", dbus_daemon, - "dbus-connection", tp_proxy_get_dbus_connection (TP_PROXY (dbus_daemon)), - "bus-name", EMPATHY_CHAT_TP_BUS_NAME, - "object-path", CHAT_MANAGER_PATH, - NULL); +static void +chat_mgr_proxy_cb (GObject *source, + GAsyncResult *result, + gpointer user_data) +{ + EmpathyGenChatManager *proxy; + GError *error = NULL; + GVariant *action_time = user_data; - tp_proxy_add_interface_by_id (proxy, EMP_IFACE_QUARK_CHAT_MANAGER); + proxy = empathy_gen_chat_manager_proxy_new_for_bus_finish (result, &error); + if (proxy == NULL) + { + DEBUG ("Failed to create ChatManager proxy: %s", error->message); + g_error_free (error); + goto finally; + } - emp_cli_chat_manager_call_undo_closed_chat (proxy, -1, empathy_get_current_action_time (), - NULL, NULL, NULL, NULL); + empathy_gen_chat_manager_call_undo_closed_chat (proxy, + g_variant_get_int64 (action_time), NULL, undo_closed_cb, NULL); g_object_unref (proxy); - g_object_unref (dbus_daemon); + +finally: + g_variant_unref (action_time); +} + +void +empathy_chat_manager_call_undo_closed_chat (void) +{ + gint64 action_time; + + action_time = empathy_get_current_action_time (); + + empathy_gen_chat_manager_proxy_new_for_bus (G_BUS_TYPE_SESSION, + G_DBUS_PROXY_FLAGS_NONE, EMPATHY_CHAT_BUS_NAME, CHAT_MANAGER_PATH, + NULL, chat_mgr_proxy_cb, + /* We can't use GINT_TO_POINTER as we won't be able to store a 64 bits + * integer on a 32 bits plateform. Use a GVariant for its convenient + * API. */ + g_variant_new_int64 (action_time)); } diff --git a/src/empathy-chat-manager.h b/src/empathy-chat-manager.h index b5516c33..06f6947b 100644 --- a/src/empathy-chat-manager.h +++ b/src/empathy-chat-manager.h @@ -22,6 +22,7 @@ #include "empathy-chat.h" +#include "chat-manager-interface.h" G_BEGIN_DECLS @@ -30,12 +31,12 @@ typedef struct _EmpathyChatManagerClass EmpathyChatManagerClass; struct _EmpathyChatManagerClass { - GObjectClass parent_class; + EmpathyGenChatManagerSkeletonClass parent_class; }; struct _EmpathyChatManager { - GObject parent; + EmpathyGenChatManagerSkeleton parent; }; GType empathy_chat_manager_get_type (void); |