diff options
-rw-r--r-- | libempathy/empathy-account-settings.c | 3 | ||||
-rw-r--r-- | po/ar.po | 43 | ||||
-rw-r--r-- | po/zh_HK.po | 25 | ||||
-rw-r--r-- | po/zh_TW.po | 25 | ||||
-rw-r--r-- | src/empathy-main-window.ui | 1 |
5 files changed, 43 insertions, 54 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 40df9a802..78b14456e 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -1245,6 +1245,9 @@ empathy_account_settings_has_account (EmpathyAccountSettings *settings, priv = GET_PRIV (settings); + if (priv->account == NULL) + return FALSE; + account_path = tp_proxy_get_object_path (TP_PROXY (account)); priv_account_path = tp_proxy_get_object_path (TP_PROXY (priv->account)); @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: gossip.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-02-20 22:27+0200\n" -"PO-Revision-Date: 2010-02-20 22:26+0300\n" +"POT-Creation-Date: 2010-02-24 20:36+0200\n" +"PO-Revision-Date: 2010-02-24 20:36+0300\n" "Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n" "Language-Team: Arabic <doc@arabeyes.org>\n" "MIME-Version: 1.0\n" @@ -367,57 +367,47 @@ msgid "" msgstr "" #: ../data/empathy.schemas.in.h:79 -#, fuzzy msgid "Whether to show a popup notification when receiving a new message." -msgstr "فعّل التنبيهات المنبثقة للرسائل الجديدة" +msgstr "ما إذا سيشغل صوت عند استلام نافذة جديدة." #: ../data/empathy.schemas.in.h:80 -#, fuzzy msgid "" "Whether to show avatars for contacts in the contact list and chat windows." msgstr "إظهار صور شخصية للمتراسلين في لائحة المتراسلين ونوافذ المحادثة." #: ../data/empathy.schemas.in.h:81 -#, fuzzy msgid "Whether to show contacts that are offline in the contact list." msgstr "عرض المرسلين غير المتصلين في لائحة المتراسلين." #: ../data/empathy.schemas.in.h:82 -#, fuzzy msgid "Whether to show popup notifications when away or busy." -msgstr "عطل التنبيهات عندما أكون بعيدا أو مشغولا" +msgstr "ما إذا ستظهر التنبيهات عندما أكون بعيدا أو مشغولا." #: ../data/empathy.schemas.in.h:83 -#, fuzzy msgid "Whether to show protocols for contacts in the contact list." -msgstr "إظهار صور شخصية للمتراسلين في لائحة المتراسلين ونوافذ المحادثة." +msgstr "" #: ../data/empathy.schemas.in.h:84 -#, fuzzy msgid "Whether to show the contact list in chat rooms." -msgstr "عرض لائحة المتراسلين في شكلها المختصر." +msgstr "عرض لائحة المتراسلين في غرف المحادثة." #: ../data/empathy.schemas.in.h:85 -#, fuzzy msgid "Whether to show the contact list in compact mode." msgstr "عرض لائحة المتراسلين في شكلها المختصر." #: ../data/empathy.schemas.in.h:86 -#, fuzzy msgid "" "Whether to show the message dialog about closing the main window with the " "'x' button in the title bar." msgstr "" "عرض حوار الرسائل حول إغلاق النافذة الرئيسية التي بها علامة الإغلاق في شريط " -"العناوين. " +"العناوين." #: ../data/empathy.schemas.in.h:87 -#, fuzzy msgid "Whether to use the theme for chat rooms." msgstr "استخدام سمة لغرف المحادثة." #: ../data/empathy.schemas.in.h:88 -#, fuzzy msgid "" "Which criterion to use when sorting the contact list. Default is to sort by " "the contact's name with the value \"name\". A value of \"state\" will sort " @@ -2086,19 +2076,15 @@ msgstr "لا رسالة خطأ" msgid "Instant Message (Empathy)" msgstr "رسالة فورية (إمبَثي)" -#: ../src/empathy.c:583 +#: ../src/empathy.c:569 msgid "Don't connect on startup" msgstr "لا تتصل عند بدء التشغيل" -#: ../src/empathy.c:587 +#: ../src/empathy.c:573 msgid "Don't display the contact list or any other dialogs on startup" msgstr "لا تعرض قائمة المتراسلين أو أي حوارات أخرى عند بدء التشغيل" -#: ../src/empathy.c:591 -msgid "Show the accounts dialog" -msgstr "أعرض مربع حوار الحسابات" - -#: ../src/empathy.c:603 +#: ../src/empathy.c:585 msgid "- Empathy IM Client" msgstr "- المرسال إمبثي" @@ -3376,15 +3362,15 @@ msgstr "اختر متراسلة لدعوته إلى المحادثة:" #: ../src/empathy-accounts.c:196 msgid "" "Try to import any recognized accounts and display an assistant if that fails" -msgstr "" +msgstr "حاول استيراد الحسابات المتعرف عليها واعرض المساعد في حال الفشل" #: ../src/empathy-accounts.c:201 msgid "Don't display any dialogs; do any work (eg, importing) and exit" -msgstr "" +msgstr "لا تعرض أي حوارات، قم بالعمل (مثلا: الاستيراد) ثم أغلق" #: ../src/empathy-accounts.c:205 msgid "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)" -msgstr "" +msgstr "حدد الحساب المعطى (مثلا gabble/jabber/foo_40example_2eorg0)" #: ../src/empathy-accounts.c:207 msgid "<account-id>" @@ -3398,6 +3384,9 @@ msgstr "- حسابات إمبثي" msgid " Accounts" msgstr " حسابات" +#~ msgid "Show the accounts dialog" +#~ msgstr "أعرض مربع حوار الحسابات" + #~ msgid "The error message was: <span style=\"italic\">%s</span>" #~ msgstr "رسالة الخطأ: <span style=\"italic\">%s</span>" diff --git a/po/zh_HK.po b/po/zh_HK.po index 62f796aea..4115a223c 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: empathy 2.29.90\n" +"Project-Id-Version: empathy 2.29.91\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-02-21 19:42+0800\n" -"PO-Revision-Date: 2010-02-21 19:45+0800\n" +"POT-Creation-Date: 2010-02-24 22:38+0800\n" +"PO-Revision-Date: 2010-02-24 22:38+0800\n" "Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n" "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n" "MIME-Version: 1.0\n" @@ -223,7 +223,7 @@ msgstr "顯示協定" #: ../data/empathy.schemas.in.h:47 msgid "Spell checking languages" -msgstr "拼字檢查語言" +msgstr "拼字檢查的語言" #: ../data/empathy.schemas.in.h:48 msgid "The default folder to save file transfers in." @@ -2010,19 +2010,15 @@ msgstr "沒有錯誤訊息" msgid "Instant Message (Empathy)" msgstr "即時通訊 (Empathy)" -#: ../src/empathy.c:583 +#: ../src/empathy.c:569 msgid "Don't connect on startup" msgstr "啟動時不要自動連線" -#: ../src/empathy.c:587 +#: ../src/empathy.c:573 msgid "Don't display the contact list or any other dialogs on startup" msgstr "啟動時不顯示聯絡人清單或任何其他對話窗" -#: ../src/empathy.c:591 -msgid "Show the accounts dialog" -msgstr "顯示帳號對話盒" - -#: ../src/empathy.c:603 +#: ../src/empathy.c:585 msgid "- Empathy IM Client" msgstr "- Empathy 即時通客戶端" @@ -3068,7 +3064,7 @@ msgstr "當聊天視窗失去焦點時啟用通知(_C)" #: ../src/empathy-preferences.ui.h:10 msgid "Enable spell checking for languages:" -msgstr "啟用拼字檢查程式語言:" +msgstr "為語言啟用拼字檢查:" #: ../src/empathy-preferences.ui.h:11 msgid "General" @@ -3115,7 +3111,7 @@ msgstr "音效" #: ../src/empathy-preferences.ui.h:22 msgid "Spell Checking" -msgstr "拼字檢查程式" +msgstr "拼字檢查" #: ../src/empathy-preferences.ui.h:23 msgid "" @@ -3272,6 +3268,9 @@ msgstr "- Empathy 帳號" msgid " Accounts" msgstr "帳號" +#~ msgid "Show the accounts dialog" +#~ msgstr "顯示帳號對話盒" + #~ msgid "The error message was: <span style=\"italic\">%s</span>" #~ msgstr "錯誤訊息為: <span style=\"italic\">%s</span>" diff --git a/po/zh_TW.po b/po/zh_TW.po index 8fade27b7..61865026a 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: empathy 2.29.90\n" +"Project-Id-Version: empathy 2.29.91\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-02-21 19:42+0800\n" -"PO-Revision-Date: 2010-02-20 17:24+0800\n" +"POT-Creation-Date: 2010-02-24 22:38+0800\n" +"PO-Revision-Date: 2010-02-21 22:23+0800\n" "Last-Translator: Cheng-Chia Tseng <pswo10680@gmail.com>\n" "Language-Team: Chinese (traditional) <zh-l10n@lists.linux.org.tw>\n" "MIME-Version: 1.0\n" @@ -223,7 +223,7 @@ msgstr "顯示協定" #: ../data/empathy.schemas.in.h:47 msgid "Spell checking languages" -msgstr "拼字檢查語言" +msgstr "拼字檢查的語言" #: ../data/empathy.schemas.in.h:48 msgid "The default folder to save file transfers in." @@ -2021,19 +2021,15 @@ msgstr "沒有錯誤訊息" msgid "Instant Message (Empathy)" msgstr "即時通訊 (Empathy)" -#: ../src/empathy.c:583 +#: ../src/empathy.c:569 msgid "Don't connect on startup" msgstr "啟動時不要自動連線" -#: ../src/empathy.c:587 +#: ../src/empathy.c:573 msgid "Don't display the contact list or any other dialogs on startup" msgstr "啟動時不顯示連絡人清單或任何其他對話窗" -#: ../src/empathy.c:591 -msgid "Show the accounts dialog" -msgstr "顯示帳號對話盒" - -#: ../src/empathy.c:603 +#: ../src/empathy.c:585 msgid "- Empathy IM Client" msgstr "- Empathy 即時通客戶端" @@ -3101,7 +3097,7 @@ msgstr "當聊天視窗失去焦點時啟用通知(_C)" #: ../src/empathy-preferences.ui.h:10 msgid "Enable spell checking for languages:" -msgstr "啟用拼字檢查程式語言:" +msgstr "為語言啟用拼字檢查:" #: ../src/empathy-preferences.ui.h:11 msgid "General" @@ -3150,7 +3146,7 @@ msgstr "音效" #: ../src/empathy-preferences.ui.h:22 msgid "Spell Checking" -msgstr "拼字檢查程式" +msgstr "拼字檢查" #: ../src/empathy-preferences.ui.h:23 msgid "" @@ -3307,6 +3303,9 @@ msgstr "- Empathy 帳號" msgid " Accounts" msgstr "帳號" +#~ msgid "Show the accounts dialog" +#~ msgstr "顯示帳號對話盒" + #~ msgid "The error message was: <span style=\"italic\">%s</span>" #~ msgstr "錯誤訊息為: <span style=\"italic\">%s</span>" diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 934e5122d..79bb8be04 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -311,7 +311,6 @@ <property name="has_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> - <property name="shadow_type">GTK_SHADOW_IN</property> <child> <placeholder/> </child> |